- 7f15fa9 Remove spurious copy of Mac/IDLE/idlemain.py left over from by Ned Deily · 14 years ago
- 4f7ff78 #10843: Update third-party library versions used in OS X 32-bit by Ned Deily · 14 years ago
- 916f2a8 #10843: Install the Tools directory on OS X in the applications by Ned Deily · 14 years ago
- 2272670 #10907: Update OS X installer build README to better reflect by Ned Deily · 14 years ago
- 4ce92b2 #10907: Warn OS X 10.6 IDLE users to use ActiveState Tcl/Tk 8.5, by Ned Deily · 14 years ago
- c598296 Issue #4953: add the author of the patch by Victor Stinner · 14 years ago
- c58be2d urllib doc: add versionchanged sections for parse_qs() and parse_qsl() by Victor Stinner · 14 years ago
- f1c7ca9 cgi: use isinstance(x, list) instead of type(x) == type([]) by Victor Stinner · 14 years ago
- 5c23b8e Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not by Victor Stinner · 14 years ago
- 1d87deb test_urlparse: add tests for encoding and errors arguments by Victor Stinner · 14 years ago
- ac71c54 Add encoding and errors arguments to urllib.parse_qs() and urllib.parse_qsl() by Victor Stinner · 14 years ago
- 489f392 Issue #10902: Fix reference to run* methods by Eli Bendersky · 14 years ago
- 0739591 Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844 by Eli Bendersky · 14 years ago
- cc75a86 Issue #9268: Documented -m pickletools usage. by Alexander Belopolsky · 14 years ago
- d958ea7 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
- cbb8089 Issue #10899: Move function type annotations into docstrings. by Raymond Hettinger · 14 years ago
- 37a80dc Fix the example output of count(). by Georg Brandl · 14 years ago
- ee31e31 Add semicolon for consistency. by Georg Brandl · 14 years ago
- 4d73b57 More PEP 8: no space around "=" in argument lists. by Georg Brandl · 14 years ago
- 547d485 plug reference leak by Benjamin Peterson · 14 years ago
- 00fa039 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
- cd92f37 Issue 10899: Remove function type annotations from the stdlib by Raymond Hettinger · 14 years ago
- 3c94024 Issue #10899: No function type annotations in the standard library. by Raymond Hettinger · 14 years ago
- 1e28513 Fix test_bigaddrspace (some tests didn't trigger the expected MemoryError) by Antoine Pitrou · 14 years ago
- 98c62bd A better message again by Antoine Pitrou · 14 years ago
- e0d3f8a More informative skip message in @bigaddrspace by Antoine Pitrou · 14 years ago
- 9dd1171 Fix @bigmemtest when no limit is given by the user (oops) by Antoine Pitrou · 14 years ago
- aca5fa7 Make test skipping message nicer, and remove the rather useless "overhead" parameter. by Antoine Pitrou · 14 years ago
- 219c300 Remove the funky function annotation from numbers.py. by Raymond Hettinger · 14 years ago
- 45545f7 Fix the expected memory use of utf-8 encoding. Also, release the by Antoine Pitrou · 14 years ago
- b3d89a4 Remove function annotations that slipped into _abcoll. by Raymond Hettinger · 14 years ago
- 23b628e use PyErr_SetString instead of PyErr_Format by Benjamin Peterson · 14 years ago
- 318b8f3 Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch by Antoine Pitrou · 14 years ago
- 287d1fd Issue #10225: Fixed the simple mistakes in doctests. by Alexander Belopolsky · 14 years ago
- 477ba91 don't segfault on deleting __abstractmethods__ #10892 by Benjamin Peterson · 14 years ago
- 5e8dada oops, wrong class by Benjamin Peterson · 14 years ago
- 1c02a44 move this test to test_descr; it's not abc specific by Benjamin Peterson · 14 years ago
- 1efb8dc fix weirdly ambigious sentence by Benjamin Peterson · 14 years ago
- 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) by Nick Coghlan · 14 years ago
- b436b6c Revert r87946. The virtues of readability and of examples that by Raymond Hettinger · 14 years ago
- fdf2925 Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest runs. by Terry Reedy · 14 years ago
- 524359f Add comment. by Raymond Hettinger · 14 years ago
- ef4a03f Issue #5109: array.array constructor will now use fast code when by Alexander Belopolsky · 14 years ago
- cf8a382 Update the email section by Raymond Hettinger · 14 years ago
- 9767365 Update the datetime and time section. by Raymond Hettinger · 14 years ago
- 3a8ae5f Clean-up threading.Barrier example. by Raymond Hettinger · 14 years ago
- 5cee47f Add entry for Barrier objects. by Raymond Hettinger · 14 years ago
- a3e8f3d Typo. by Eric Smith · 14 years ago
- 90be5fb Issue 10556: test_zipimport_support implicitly imports too many modules (including _ssl) to safely clobber sys.modules after each test by Nick Coghlan · 14 years ago
- 6655d11 Add a todo. by Raymond Hettinger · 14 years ago
- daba60b developers.txt entry for Eli (at Brett's request) by Nick Coghlan · 14 years ago
- a689241 This should fix mktime test on Windows by Alexander Belopolsky · 14 years ago
- 31c5dd6 Make mktime test more robust. by Alexander Belopolsky · 14 years ago
- b7d40d1 Issue #1726687: time.mktime() will now correctly compute value one by Alexander Belopolsky · 14 years ago
- 7234479 Issue #9611: remove useless and dangerous explicit conversion to size_t by Victor Stinner · 14 years ago
- 51e2107 Fix typos and markup. by Raymond Hettinger · 14 years ago
- 5fc850b Improved footnote for the %Y directive slightly. by Alexander Belopolsky · 14 years ago
- 085556a Improved description of %Y directive. by Alexander Belopolsky · 14 years ago
- 262cc7f Issue #10875: Update Regular Expression HOWTO; last bit. by Terry Reedy · 14 years ago
- 95f1dfc Issue #9566: Fix pyparse.xmlparser.ParseFile() by Victor Stinner · 14 years ago
- 9971e00 Issue #2568: Removed bogus rationale for supporting tm_sec=61. by Alexander Belopolsky · 14 years ago
- 9a1383e #10820: Fix OS X framework installs to support version-specific by Ned Deily · 14 years ago
- dc004a3 Removed time.ctime from the list of functions that take a time tuple argument by Alexander Belopolsky · 14 years ago
- bd96b06 Added entries about removal of year 1900 limit. by Alexander Belopolsky · 14 years ago
- aacfd4a Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 14 years ago
- eb70b90 Misspelling. by Raymond Hettinger · 14 years ago
- 05ce079 Missed two source links by Raymond Hettinger · 14 years ago
- 4f707fd Separate source link from main text. by Raymond Hettinger · 14 years ago
- 04da1e0 Fixed a footnote reference by Alexander Belopolsky · 14 years ago
- de2e618 Fix typos. by Raymond Hettinger · 14 years ago
- 1048094 Move source links to consistent location and remove wordy, big yellow boxes. by Raymond Hettinger · 14 years ago
- a4815ca Issue #10872: The repr() of TextIOWrapper objects now includes the mode by Antoine Pitrou · 14 years ago
- a6c91f5 Add Ned Deily. by Martin v. Löwis · 14 years ago
- d7e81cc #10874: test_urllib2 shouldn't use `is` operator for comparing strings by Łukasz Langa · 14 years ago
- 04536b0 #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of opened file objects. by Georg Brandl · 14 years ago
- c900708 Wrap some long examples and signatures. by Georg Brandl · 14 years ago
- efb6902 Add missing line. by Georg Brandl · 14 years ago
- 619e7ba #10869: do not visit root node twice in ast.increment_lineno(). by Georg Brandl · 14 years ago
- 5b2d9dd #5871: protect against header injection attacks. by R. David Murray · 14 years ago
- e3ee66f Issue #10357: Clarify what it means to be a mapping. by Raymond Hettinger · 14 years ago
- 4ad934f zlib only works with bytes objects. by Georg Brandl · 14 years ago
- 2997837 Fixed documentation to reflect recent changes for years < 1900. by Alexander Belopolsky · 14 years ago
- 3ec899f NEWS: merge #1777412 and #10827 entries by Victor Stinner · 14 years ago
- f7d019e Issue #1777412: document the change in the NEWS file by Victor Stinner · 14 years ago
- c08ea61 Markup fix by Raymond Hettinger · 14 years ago
- 5d938cb Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_internet(). by Antoine Pitrou · 14 years ago
- 83b1ab0 Issue 9717: Segregate and improve the documentation of "in-place" operators by Raymond Hettinger · 14 years ago
- 160fd93 Fix test_ssl after r87849 by Antoine Pitrou · 14 years ago
- 67b212e Issue #10859: Make `contextlib.GeneratorContextManager` officially by Antoine Pitrou · 14 years ago
- d97b7b5 #10855: document close() semantics of wave objects. by Georg Brandl · 14 years ago
- 5254e97 Issue 10533: Need example of using __missing__. by Raymond Hettinger · 14 years ago
- 0ab10e4 Issue #10813: Small improvement to decimal money format recipe. by Raymond Hettinger · 14 years ago
- 23f9fc3 Issue #10042: Fixed the total_ordering decorator to handle cross-type by Raymond Hettinger · 14 years ago
- 06ec45e Issue #10864: limit year to [1; 9999] for strftime() on Solaris by Victor Stinner · 14 years ago
- f332abb test_ssl: test SHA256 using sha256.tbs-internet.com instead of sha2.hboeck.de by Victor Stinner · 14 years ago
- 301f121 Issue #1777412: Remove all limits on tm_year from time.strftime() by Victor Stinner · 14 years ago
- af5aee5 Issue #1777412: fix test_time for Mac OS X and OpenIndiana by Victor Stinner · 14 years ago
- 7369132 Issue #1777412: test large years value for strftime('%Y') by Victor Stinner · 14 years ago
- 73ea29c Issue #1777412: strftime() accepts year >= 1 instead of year >= 1900 by Victor Stinner · 14 years ago
- 0dd06f4 Fixed error handling branches. Thanks Victor Stinner for pointing this out. by Alexander Belopolsky · 14 years ago