- 47d1d0d Issue #8498: In socket.accept(), allow to specify 0 as a backlog value in by Antoine Pitrou · 14 years ago
- b1241f9 (Merge 3.1) Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional by Victor Stinner · 14 years ago
- b47553a Some more tests were incorrectly marked as C specific. by Ezio Melotti · 14 years ago
- 591c2df Issue 11164: Remove obsolete allnodes test from minidom test. by Martin v. Löwis · 14 years ago
- 5c5d7e2 #11910: Fix test_heapq to skip the C tests when _heapq is missing. by Ezio Melotti · 14 years ago
- 193c34b #11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported. by Ezio Melotti · 14 years ago
- 01c9a16 import_fresh_module ought to be in __all__ by Benjamin Peterson · 14 years ago
- 1bd816e Fix cut and paste error. by Raymond Hettinger · 14 years ago
- 8dd0624 Some tests were incorrectly marked as C specific. by Raymond Hettinger · 14 years ago
- 21ce8f0 Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by Kasun Herath. by Antoine Pitrou · 14 years ago
- 0639be6 #10169: Fix argument parsing in socket.sendto() to avoid error masking. by Ezio Melotti · 14 years ago
- 5ae6c42 Fix potential resource leak in test_mmap. by Nadeem Vawda · 14 years ago
- d0a8f16 Issue #11277: Fix tests - crash will not trigger if the file is closed and reopened. by Nadeem Vawda · 14 years ago
- 0d837ef Issue #11277: Add tests for mmap crash when using large sparse files on OS X. by Nadeem Vawda · 14 years ago
- 3b066a7 Issue #11277: Remove useless test from test_zlib. by Nadeem Vawda · 14 years ago
- 8b26c4b #11999: sync based on comparing mtimes, not mtime to system clock by R David Murray · 14 years ago
- 58d6b1b Backport fix for issue #10684 from 3.x by Ronald Oussoren · 14 years ago
- 28a8e96 Issue #11277: oops, fix checksum values of test_zlib on 32 bits by Victor Stinner · 14 years ago
- 7fd90c4 Issue #11277: test_zlib tests a buffer of 1 GB on 32 bits by Victor Stinner · 14 years ago
- fb5d3e7 Issue #11277: fix issue number in a test_zlib comment by Victor Stinner · 14 years ago
- e4163e2 Issue #10276: Fix test_zlib, m may be undefined in the finally block by Victor Stinner · 14 years ago
- f9fb434 Issue #10276: test_zlib checks that inputs of 2 GB are handled correctly by by Victor Stinner · 14 years ago
- 0a92d18 Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
- e363ec1 (Merge 3.1) Issue #9756: When calling a method descriptor or a slot wrapper by Victor Stinner · 14 years ago
- f3eb7d3 skip the extractall test on platforms where os.symlink is not available. by Senthil Kumaran · 14 years ago
- 011525e Fix closes issue10761: tarfile.extractall failure when symlinked files are present. by Senthil Kumaran · 14 years ago
- bdfa2e6 Backport test from #11926. by Ezio Melotti · 14 years ago
- e3685f6 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 14 years ago
- 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
- 0d65433 Fix #8886. Use context managers throughout zipfile tests. by Brian Curtin · 14 years ago
- bafc6a9 Fix sporadic failure in test_startfile. by Nadeem Vawda · 14 years ago
- 37c0fe5 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 14 years ago
- c283a85 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. u"\U00012345"[0]). by Ezio Melotti · 14 years ago
- ddaea1c Issue #11467: Fix urlparse behavior when handling urls which contains scheme by Senthil Kumaran · 14 years ago
- a99b761 Fix Issue11474 - url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 14 years ago
- 9b342c6 Issue 3051: make pure python code pass the same tests as the C version. by Raymond Hettinger · 14 years ago
- 49c4408 Fix Issue11703 - urllib2.get_url does not handle fragment in url properly. by Senthil Kumaran · 14 years ago
- 7c9d347 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 14 years ago
- 8b4367e #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed file. by Ezio Melotti · 14 years ago
- 04cb72f Issue9670: Back out changeset b0d2b696da19; test fails on other platforms by Ned Deily · 14 years ago
- e427f0f Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
- fe2f1ad Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 14 years ago
- c2b0d76 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 14 years ago
- bb4e470 hg pull/merge - Changes to accomodate. by Senthil Kumaran · 14 years ago
- 792eb5d Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 14 years ago
- 07019bc Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
- 5f51182 Issue #7108: Fix test_commands to not fail when special attributes ('@' by Ned Deily · 14 years ago
- 9f1ffb2 #7311: fix HTMLParser to accept non-ASCII attribute values. by Ezio Melotti · 14 years ago
- 104c3f1 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
- e3c11b4 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
- b885a5b Merge cleanup. by Guido van Rossum · 14 years ago
- 07ef62c Merge issue 11662 from 2.6. by Guido van Rossum · 14 years ago
- 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 14 years ago
- b7ef35b Merge urllib/urllib2 security fix from 2.6 branch. by guido@google.com · 14 years ago
- 9a9fdfa Merge urllib/urllib2 security fix from 2.5 branch. by guido@google.com · 14 years ago
- 77d4660 Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 14 years ago
- f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago
- 7aea63f Add missing file from #11696. by Martin v. Löwis · 14 years ago
- d687be0 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 14 years ago
- bc3b104 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 14 years ago
- 5395862 Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.) by Steven Bethard · 14 years ago
- 874d59e Issue #11144: Fix corner cases where float-to-int conversion unnecessarily returned a long. by Mark Dickinson · 14 years ago
- d3cb2f6 Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 14 years ago
- 9aa5a34 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 14 years ago
- f9e9a6f Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of type long. Thanks Robert Kern. by Mark Dickinson · 14 years ago
- 4664563 #2650: Refactor re.escape and its tests. by Ezio Melotti · 14 years ago
- f079c9b Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 14 years ago
- 374274d Fix the total_ordering decorator to handle cross-type comparisons by Éric Araujo · 14 years ago
- c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- 6905de1 Close issue #8600: test_gdb failures because innocuous warnings by Jesus Cea · 14 years ago
- 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
- b44e184 Port #11488 patch from 3.1 (changeset f816841bab03) by R David Murray · 14 years ago
- 8c76c53 merge heads by R David Murray · 14 years ago
- cdd5fc9 #11490: EACCES can also mean command not found by R David Murray · 14 years ago
- 2c8c62e Issue 11131: Fix sign of zero result on plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 14 years ago
- 3ae8113 Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), which should not have been made in this branch. by Vinay Sajip · 14 years ago
- 923e6d2 Whitespace normalization. by Vinay Sajip · 14 years ago
- 44b740f #Issue 11424: merged fix from 2.6. by Vinay Sajip · 14 years ago
- 8dd2a40 Issue #11424: Fix bug in determining child loggers. by Vinay Sajip · 14 years ago
- d6f3a3e Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
- faa9ad2 Add updated .hgeol file and fix newlines in the 2.7 branch. by Georg Brandl · 14 years ago
- 4db2c25 Add .hgeol file and fix newlines in the 2.5 branch. by Georg Brandl · 14 years ago
- 680e6eb Merged revisions 88735 via svnmerge from by Eli Bendersky · 14 years ago
- 2262766 Merged revisions 88691 via svnmerge from by Antoine Pitrou · 14 years ago
- 370d85c Python 2 can encode/decode surrogates to utf-8. Add a test for this. by Ezio Melotti · 14 years ago
- 8ef3907 Merged revisions 88671 via svnmerge from by Antoine Pitrou · 14 years ago
- d3f6ea1 Merged revisions 88664 via svnmerge from by Antoine Pitrou · 14 years ago
- 6439c00 Merged revisions 88610 via svnmerge from by Antoine Pitrou · 14 years ago
- 5217d3f Merged revisions 88604 via svnmerge from by Giampaolo Rodolà · 14 years ago
- 28dadd9 Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from by Georg Brandl · 14 years ago
- 52f8395 Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from by Georg Brandl · 14 years ago
- f4d2b3d Merged revisions 88486 via svnmerge from by Antoine Pitrou · 14 years ago
- f9ad7d4 Merged revisions 87921 via svnmerge from by Alexander Belopolsky · 14 years ago
- 6233b36 Merged revisions 87919 via svnmerge from by Alexander Belopolsky · 14 years ago
- 561b96f Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from by R. David Murray · 15 years ago
- 54274ad Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from by Éric Araujo · 15 years ago
- 67843b3 Fix typo: BadZipFile exists in 3.2+ only, not older versions. by Éric Araujo · 15 years ago
- 7f41b88 #10680: fix mutually exclusive arguments in argument groups. by Steven Bethard · 15 years ago
- 812a3a1 Merged revisions 88204 via svnmerge from by Antoine Pitrou · 15 years ago
- 57a8689 Issue 11004: Fix edge case for deque.count(). by Raymond Hettinger · 15 years ago