Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
916f2a8 #10843: Install the Tools directory on OS X in the applications Extras (/Applications/Python 3.n/Extras/) where the Demo directory had previous been installed. 15 January 2011, 05:05:53 UTC
2272670 #10907: Update OS X installer build README to better reflect current build practices. 15 January 2011, 04:44:12 UTC
4ce92b2 #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, rather than the currently problematic Apple-supplied one, when running with the 64-/32-bit installer variant. 15 January 2011, 04:37:12 UTC
c598296 Issue #4953: add the author of the patch 14 January 2011, 14:11:45 UTC
c58be2d urllib doc: add versionchanged sections for parse_qs() and parse_qsl() 14 January 2011, 13:31:45 UTC
f1c7ca9 cgi: use isinstance(x, list) instead of type(x) == type([]) 14 January 2011, 13:08:27 UTC
5c23b8e Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not as unicode, and accept binary files. Add encoding and errors attributes to cgi.FieldStorage. 14 January 2011, 13:05:21 UTC
1d87deb test_urlparse: add tests for encoding and errors arguments 14 January 2011, 13:05:19 UTC
ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() 14 January 2011, 12:52:12 UTC
489f392 Issue #10902: Fix reference to run* methods 14 January 2011, 08:25:03 UTC
0739591 Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844 14 January 2011, 07:31:14 UTC
cc75a86 Issue #9268: Documented -m pickletools usage. Also added a source code link. 13 January 2011, 21:58:44 UTC
d958ea7 Issue 10899: Remove function type annotations from the stdlib 13 January 2011, 19:08:04 UTC
cbb8089 Issue #10899: Move function type annotations into docstrings. Note, the docstrings (for the most part) were already very thorough and included type information. 13 January 2011, 18:15:51 UTC
37a80dc Fix the example output of count(). 13 January 2011, 07:31:18 UTC
ee31e31 Add semicolon for consistency. 13 January 2011, 07:24:40 UTC
4d73b57 More PEP 8: no space around "=" in argument lists. 13 January 2011, 07:13:06 UTC
547d485 plug reference leak 13 January 2011, 04:22:54 UTC
00fa039 Issue 10899: Remove function type annotations from the stdlib 13 January 2011, 02:52:26 UTC
cd92f37 Issue 10899: Remove function type annotations from the stdlib 13 January 2011, 02:31:25 UTC
3c94024 Issue #10899: No function type annotations in the standard library. Removed function type annotations from _pyio.py. 12 January 2011, 23:39:31 UTC
1e28513 Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError) 12 January 2011, 22:02:45 UTC
98c62bd A better message again 12 January 2011, 21:58:39 UTC
e0d3f8a More informative skip message in @bigaddrspace 12 January 2011, 21:50:44 UTC
9dd1171 Fix @bigmemtest when no limit is given by the user (oops) 12 January 2011, 21:40:20 UTC
aca5fa7 Make test skipping message nicer, and remove the rather useless "overhead" parameter. 12 January 2011, 21:19:59 UTC
219c300 Remove the funky function annotation from numbers.py. 12 January 2011, 20:52:39 UTC
45545f7 Fix the expected memory use of utf-8 encoding. Also, release the one reference to a huge object even when an exception is raised. 12 January 2011, 20:46:37 UTC
b3d89a4 Remove function annotations that slipped into _abcoll. These are reserved for third-party use. 12 January 2011, 20:37:47 UTC
23b628e use PyErr_SetString instead of PyErr_Format 12 January 2011, 18:56:07 UTC
318b8f3 Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch by Ross Lagerwall. 12 January 2011, 18:45:27 UTC
287d1fd Issue #10225: Fixed the simple mistakes in doctests. 12 January 2011, 16:37:14 UTC
477ba91 don't segfault on deleting __abstractmethods__ #10892 12 January 2011, 15:34:01 UTC
5e8dada oops, wrong class 12 January 2011, 15:25:02 UTC
1c02a44 move this test to test_descr; it's not abc specific 12 January 2011, 15:24:27 UTC
1efb8dc fix weirdly ambigious sentence 12 January 2011, 04:44:41 UTC
e993b10 Issue 10889: Support slicing and indexing of large ranges (no docs changes, since, as far as I know, we never said anywhere that this *didn't* work) 12 January 2011, 03:15:52 UTC
b436b6c Revert r87946. The virtues of readability and of examples that can be cut and pasted are more important than having a doctests on examples that already work. 12 January 2011, 01:16:57 UTC
fdf2925 Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest runs. Based on part of A. Belopolsky's patch. 11 January 2011, 23:05:50 UTC
524359f Add comment. 11 January 2011, 22:08:55 UTC
ef4a03f Issue #5109: array.array constructor will now use fast code when initial data is provided in an array object with correct type. 11 January 2011, 21:44:00 UTC
cf8a382 Update the email section 11 January 2011, 21:20:20 UTC
9767365 Update the datetime and time section. 11 January 2011, 21:13:26 UTC
3a8ae5f Clean-up threading.Barrier example. 11 January 2011, 20:51:45 UTC
5cee47f Add entry for Barrier objects. 11 January 2011, 19:59:46 UTC
a3e8f3d Typo. 11 January 2011, 10:24:34 UTC
90be5fb Issue 10556: test_zipimport_support implicitly imports too many modules (including _ssl) to safely clobber sys.modules after each test 11 January 2011, 10:05:20 UTC
6655d11 Add a todo. 11 January 2011, 08:49:10 UTC
daba60b developers.txt entry for Eli (at Brett's request) 11 January 2011, 02:42:15 UTC
a689241 This should fix mktime test on Windows 11 January 2011, 02:22:16 UTC
31c5dd6 Make mktime test more robust. 11 January 2011, 01:35:22 UTC
b7d40d1 Issue #1726687: time.mktime() will now correctly compute value one second before epoch. Original patch by Peter Wang, reported by Martin Blais. 11 January 2011, 01:21:25 UTC
7234479 Issue #9611: remove useless and dangerous explicit conversion to size_t 11 January 2011, 00:04:12 UTC
51e2107 Fix typos and markup. 10 January 2011, 23:38:15 UTC
5fc850b Improved footnote for the %Y directive slightly. 10 January 2011, 23:31:51 UTC
085556a Improved description of %Y directive. 10 January 2011, 23:28:33 UTC
262cc7f Issue #10875: Update Regular Expression HOWTO; last bit. 10 January 2011, 23:13:21 UTC
95f1dfc Issue #9566: Fix pyparse.xmlparser.ParseFile() Fix readinst() if file.read(n) returns a bytes object longer than n: return -1 instead of the the buffer size to raise an exception. Simplify also the function code. 10 January 2011, 23:00:36 UTC
9971e00 Issue #2568: Removed bogus rationale for supporting tm_sec=61. 10 January 2011, 22:56:14 UTC
9a1383e #10820: Fix OS X framework installs to support version-specific scripts (implemented in #10679). 10 January 2011, 22:14:25 UTC
dc004a3 Removed time.ctime from the list of functions that take a time tuple argument 10 January 2011, 21:58:52 UTC
bd96b06 Added entries about removal of year 1900 limit. 10 January 2011, 21:55:34 UTC
aacfd4a Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. 10 January 2011, 21:27:49 UTC
eb70b90 Misspelling. 10 January 2011, 21:26:49 UTC
05ce079 Missed two source links 10 January 2011, 21:16:07 UTC
4f707fd Separate source link from main text. 10 January 2011, 19:54:11 UTC
04da1e0 Fixed a footnote reference 10 January 2011, 19:14:38 UTC
de2e618 Fix typos. 10 January 2011, 05:40:57 UTC
1048094 Move source links to consistent location and remove wordy, big yellow boxes. 10 January 2011, 03:26:08 UTC
a4815ca Issue #10872: The repr() of TextIOWrapper objects now includes the mode if available. (at Georg's request) 09 January 2011, 20:38:15 UTC
a6c91f5 Add Ned Deily. 09 January 2011, 18:28:07 UTC
d7e81cc #10874: test_urllib2 shouldn't use `is` operator for comparing strings Patch by Adreas Stührk. 09 January 2011, 18:18:53 UTC
04536b0 #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of opened file objects. 09 January 2011, 09:31:01 UTC
c900708 Wrap some long examples and signatures. 09 January 2011, 09:04:08 UTC
efb6902 Add missing line. 09 January 2011, 07:50:48 UTC
619e7ba #10869: do not visit root node twice in ast.increment_lineno(). 09 January 2011, 07:38:51 UTC
5b2d9dd #5871: protect against header injection attacks. This makes Header.encode throw a HeaderParseError if it winds up formatting a header such that a continuation line has no leading whitespace and looks like a header. Since Header accepts values containing newlines and preserves them (and this is by design), without this fix any program that took user input (say, a subject in a web form) and passed it to the email package as a header was vulnerable to header injection attacks. (As far as we know this has never been exploited.) Thanks to Jakub Wilk for reporting this vulnerability. 09 January 2011, 02:35:24 UTC
e3ee66f Issue #10357: Clarify what it means to be a mapping. 08 January 2011, 23:44:37 UTC
4ad934f zlib only works with bytes objects. 08 January 2011, 21:04:25 UTC
2997837 Fixed documentation to reflect recent changes for years < 1900. 08 January 2011, 20:47:21 UTC
3ec899f NEWS: merge #1777412 and #10827 entries 08 January 2011, 16:37:47 UTC
f7d019e Issue #1777412: document the change in the NEWS file 08 January 2011, 16:31:24 UTC
c08ea61 Markup fix 08 January 2011, 10:32:31 UTC
5d938cb Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_internet(). 08 January 2011, 10:28:11 UTC
83b1ab0 Issue 9717: Segregate and improve the documentation of "in-place" operators in the operator module. 08 January 2011, 10:26:53 UTC
160fd93 Fix test_ssl after r87849 08 January 2011, 10:23:29 UTC
67b212e Issue #10859: Make `contextlib.GeneratorContextManager` officially private by renaming it to `_GeneratorContextManager`. 08 January 2011, 09:55:31 UTC
d97b7b5 #10855: document close() semantics of wave objects. 08 January 2011, 09:45:43 UTC
5254e97 Issue 10533: Need example of using __missing__. 08 January 2011, 09:35:38 UTC
0ab10e4 Issue #10813: Small improvement to decimal money format recipe. 08 January 2011, 09:03:11 UTC
23f9fc3 Issue #10042: Fixed the total_ordering decorator to handle cross-type comparisons that could lead to infinite recursion. 08 January 2011, 07:01:56 UTC
06ec45e Issue #10864: limit year to [1; 9999] for strftime() on Solaris 08 January 2011, 03:35:36 UTC
f332abb test_ssl: test SHA256 using sha256.tbs-internet.com instead of sha2.hboeck.de 08 January 2011, 03:16:05 UTC
301f121 Issue #1777412: Remove all limits on tm_year from time.strftime() The buildbots will tell us which platform does support or not negative years. 08 January 2011, 03:06:52 UTC
af5aee5 Issue #1777412: fix test_time for Mac OS X and OpenIndiana 08 January 2011, 02:46:33 UTC
7369132 Issue #1777412: test large years value for strftime('%Y') 08 January 2011, 02:00:24 UTC
73ea29c Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900 * With Visual Studio, year have to be in [1; 9999] * Add more tests on the year field 08 January 2011, 01:56:31 UTC
0dd06f4 Fixed error handling branches. Thanks Victor Stinner for pointing this out. 08 January 2011, 01:23:02 UTC
b8bb466 Issue #1777412: extended year range of strftime down to 1000. 08 January 2011, 00:13:34 UTC
9253214 #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. This applies only when generating strings from non-RFC compliant binary input; it makes the existing recoding behavior more consistent (ie: now no data is lost when recoding). 07 January 2011, 23:25:30 UTC
back to top