- be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 14 years ago
- 79fe2a3 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 14 years ago
- 66a4e12 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 14 years ago
- b9a428d #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 14 years ago
- 4967be0 Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 14 years ago
- df07aac Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 14 years ago
- 961355a Merge #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 14 years ago
- 041015c #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 14 years ago
- fd2c2a5 #2650: Merge with 3.2. by Ezio Melotti · 14 years ago
- 213eb96 #2650: Merge with 3.1. by Ezio Melotti · 14 years ago
- ebbf1e6 #2650: Refactor re.escape to use enumerate(). by Ezio Melotti · 14 years ago
- 7b9e97b #2650: Add tests with non-ascii chars for re.escape. by Ezio Melotti · 14 years ago
- d2114eb #2650: Refactor the tests for re.escape. by Ezio Melotti · 14 years ago
- 518b5ae Revert the Lib/test/test_bigmem.py changes from commit 17891566a478 (and a by Thomas Wouters · 14 years ago
- 07b29a0 Merge from 3.2 again by Kurt B. Kaiser · 14 years ago
- 32a95a7 Merge from 3.1 again by Kurt B. Kaiser · 14 years ago
- 7a0814c Merge from 3.2 again by Kurt B. Kaiser · 14 years ago
- 439dfff Merge 3.2 heads by Kurt B. Kaiser · 14 years ago
- e093b0d Merge default heads by Kurt B. Kaiser · 14 years ago
- 1aef6b6 Issue #11634: Remove misleading paragraph from a comment by Eli Bendersky · 14 years ago
- e88893c Merge heads by Kurt B. Kaiser · 14 years ago
- 85f3cb4 Merge 3.2 by Kurt B. Kaiser · 14 years ago
- 5764830 #11093: make NOTTESTS empty by renaming confusingly named files in test dir. by R David Murray · 14 years ago
- b588f8d #11031: Add --testdir to specify where to find tests by R David Murray · 14 years ago
- 03504fc #11030: make --coverdir work for relative directories again. by R David Murray · 14 years ago
- 6712a3e Remove test_importable(). Couldn't see how to make this reliable across all platforms. by Raymond Hettinger · 14 years ago
- 5cf7878 Merge 3.1 by Kurt B. Kaiser · 14 years ago
- 73979c3 Merge 3.2 by Kurt B. Kaiser · 14 years ago
- d4652fa Isolate the test_source() test in test_collections by Raymond Hettinger · 14 years ago
- 73bd044 Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 14 years ago
- c7d28be Merge #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 14 years ago
- b938c8c #11606: improved body_encode algorithm, no longer produces overlong lines by R David Murray · 14 years ago
- f9439914 Merge 3.1 by Kurt B. Kaiser · 14 years ago
- f09e652 Merge 3.2 by Victor Stinner · 14 years ago
- 900189b Merge 3.1 by Victor Stinner · 14 years ago
- 29943aa test_multiprocessing: use assertLess() to see the timeout on error by Victor Stinner · 14 years ago
- bace3b9 Add tests for the atexit hook in concurrent.futures (part of #11635) by Antoine Pitrou · 14 years ago
- aebac0b Add tests for the atexit hook in concurrent.futures (part of #11635) by Antoine Pitrou · 14 years ago
- ea8b024 issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 14 years ago
- e6ead39 issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Patch by Nadeem Vawda by Senthil Kumaran · 14 years ago
- 2024acd issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Patch by Nadeem Vawda. by Senthil Kumaran · 14 years ago
- f6d3e8e Add tests for _source to importable and exec'able. by Raymond Hettinger · 14 years ago
- 5d43cff Remove a stale comment. by Brett Cannon · 14 years ago
- 442c9b9 Make importlib compatible with __import__ by "fixing" code.co_filename paths. by Brett Cannon · 14 years ago
- a7468bc Have importlib use the repr of a module name in error messages. by Brett Cannon · 14 years ago
- f3c524d Issue #11653: fix -W with -j in regrtest. by Antoine Pitrou · 14 years ago
- e44b125 Add NEWS entry for 9aa6097131ef by Antoine Pitrou · 14 years ago
- 293954d Issue #11653: fix -W with -j in regrtest by Antoine Pitrou · 14 years ago
- 15d0c1d Minor clean-ups. by Raymond Hettinger · 14 years ago
- 28dff61 Add news entry for the _source attribute created by namedtuple. by Raymond Hettinger · 14 years ago
- 41da10e Merge by Raymond Hettinger · 14 years ago
- 2ebea41 Expose the namedtuple source with a _source attribute. by Raymond Hettinger · 14 years ago
- 5839b96 Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 14 years ago
- 523b41c Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 14 years ago
- cafd79d #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 14 years ago
- 6ab79d9 Allow "-j0" as an argument to regrtest, to automatically select an by Antoine Pitrou · 14 years ago
- 5066b03 Fix transmitting warning options to the children when running tests in by Antoine Pitrou · 14 years ago
- 843a751 Move namespace setup inside the template. by Raymond Hettinger · 14 years ago
- 3dcf745 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 14 years ago
- 3d9e973 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 14 years ago
- ec1b5b8 #11589: add additional tests for the email quoprimime module. by R David Murray · 14 years ago
- 7c9e803 Issue #11244: Remove outdated peepholer check that was preventing the peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch. by Mark Dickinson · 14 years ago
- ba7b560 Fix set representation in an example. by Raymond Hettinger · 14 years ago
- b2d0945 Minor named tuple clean-ups. by Raymond Hettinger · 14 years ago
- fef8546 Factor-out named tuple class definition template strings. by Raymond Hettinger · 14 years ago
- e84c4df Branch merge by Éric Araujo · 14 years ago
- 83e7a2b Merge from 3.2 by Éric Araujo · 14 years ago
- bd626d4 Branch merge by Éric Araujo · 14 years ago
- 97054cf Merge from 3.2. by Éric Araujo · 14 years ago
- bbcfc1f Merge from 3.1. by Éric Araujo · 14 years ago
- c28af1f Use transient_internet() consistently in test_imaplib by Antoine Pitrou · 14 years ago
- 924cbea Use transient_internet() consistently in test_imaplib by Antoine Pitrou · 14 years ago
- 4804991 Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 14 years ago
- c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 14 years ago
- f59c7b2 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 14 years ago
- b1aef23 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 14 years ago
- c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 14 years ago
- 4364806 Merge from 3.2 by Kurt B. Kaiser · 14 years ago
- 941b2c9 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 14 years ago
- 2052978 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 14 years ago
- 3b654be Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 14 years ago
- 01ac8cd Merge from 3.1 by Kurt B. Kaiser · 14 years ago
- 09cbadd Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 14 years ago
- 27f8709 Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 14 years ago
- a8e4d6e Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 14 years ago
- 1aa8743 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 14 years ago
- f047164 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 14 years ago
- b199b22 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 14 years ago
- 74b015e Clean-up whitespace. by Raymond Hettinger · 14 years ago
- 3e82ae0 Replace **locals() with explicit field names. by Raymond Hettinger · 14 years ago
- 9a3f4cb Simplify the named tuple template by using the new string format syntax. by Raymond Hettinger · 14 years ago
- 50105d3 Improve readability by replacing '\n' in template with real newlines. by Raymond Hettinger · 14 years ago
- c46759a Issue #11333: Add __slots__ to the collections ABCs. by Raymond Hettinger · 14 years ago
- 7969d33 Merge by Antoine Pitrou · 14 years ago
- 3692035 Merge by Antoine Pitrou · 14 years ago
- 8e5e942 Use shorter timings in test_concurrent_futures to make it a bit faster by Antoine Pitrou · 14 years ago
- 7500f92 Issue #11625: Fix Typo by Raymond Hettinger · 14 years ago
- 608aba3 Issue #11625: Fix Typo by Raymond Hettinger · 14 years ago
- e5820c6 Issue #11625: Fix Typo by Raymond Hettinger · 14 years ago
- e9ddbf6 Issue #11630, issue #3080: Fix refleak introduced by ef2b6305d395 by Victor Stinner · 14 years ago