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