1. 5839b96 Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  2. 523b41c Merge #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  3. cafd79d #11590: fix quoprimime decode handling of empty strings and line endings. by R David Murray · 13 years ago
  4. 6ab79d9 Allow "-j0" as an argument to regrtest, to automatically select an by Antoine Pitrou · 13 years ago
  5. 5066b03 Fix transmitting warning options to the children when running tests in by Antoine Pitrou · 13 years ago
  6. 3dcf745 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  7. 3d9e973 Merge #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  8. ec1b5b8 #11589: add additional tests for the email quoprimime module. by R David Murray · 13 years ago
  9. 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 · 13 years ago
  10. ba7b560 Fix set representation in an example. by Raymond Hettinger · 13 years ago
  11. b2d0945 Minor named tuple clean-ups. by Raymond Hettinger · 13 years ago
  12. fef8546 Factor-out named tuple class definition template strings. by Raymond Hettinger · 13 years ago
  13. e84c4df Branch merge by Éric Araujo · 13 years ago
  14. 83e7a2b Merge from 3.2 by Éric Araujo · 13 years ago
  15. bd626d4 Branch merge by Éric Araujo · 13 years ago
  16. 97054cf Merge from 3.2. by Éric Araujo · 13 years ago
  17. bbcfc1f Merge from 3.1. by Éric Araujo · 13 years ago
  18. c28af1f Use transient_internet() consistently in test_imaplib by Antoine Pitrou · 13 years ago
  19. 924cbea Use transient_internet() consistently in test_imaplib by Antoine Pitrou · 13 years ago
  20. 4804991 Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 13 years ago
  21. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  22. f59c7b2 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  23. b1aef23 Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  24. c706dbf Issue #10610: Document that int(), float(), and complex() accept numeric literals with the Nd property. by Raymond Hettinger · 13 years ago
  25. 941b2c9 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  26. 2052978 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  27. 3b654be Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  28. 09cbadd Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 13 years ago
  29. 27f8709 Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 13 years ago
  30. a8e4d6e Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 13 years ago
  31. 1aa8743 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  32. f047164 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  33. b199b22 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  34. 74b015e Clean-up whitespace. by Raymond Hettinger · 13 years ago
  35. 3e82ae0 Replace **locals() with explicit field names. by Raymond Hettinger · 13 years ago
  36. 9a3f4cb Simplify the named tuple template by using the new string format syntax. by Raymond Hettinger · 13 years ago
  37. 50105d3 Improve readability by replacing '\n' in template with real newlines. by Raymond Hettinger · 13 years ago
  38. c46759a Issue #11333: Add __slots__ to the collections ABCs. by Raymond Hettinger · 13 years ago
  39. 7969d33 Merge by Antoine Pitrou · 13 years ago
  40. 3692035 Merge by Antoine Pitrou · 13 years ago
  41. 8e5e942 Use shorter timings in test_concurrent_futures to make it a bit faster by Antoine Pitrou · 13 years ago
  42. 7500f92 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  43. 608aba3 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  44. e5820c6 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  45. e9ddbf6 Issue #11630, issue #3080: Fix refleak introduced by ef2b6305d395 by Victor Stinner · 13 years ago
  46. 0a4edd5 Issue #11628: cmp_to_key should use __slots__. by Raymond Hettinger · 13 years ago
  47. a0d1d96 Issue #11628: cmp_to_key should use __slots__. by Raymond Hettinger · 13 years ago
  48. 9c61e24 Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the file by Victor Stinner · 13 years ago
  49. 0a5f65a Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s by Victor Stinner · 13 years ago
  50. 39bc38c Fix rename spelling error. by R David Murray · 13 years ago
  51. f10f4ca Dummy merge to overlay fixed email.test move on top of borked move. by R David Murray · 13 years ago
  52. 9aaba78 Correctly move email package tests to Lib/test. by R David Murray · 13 years ago
  53. 76a3d73 Prepare for move of email tests. by R David Murray · 13 years ago
  54. cb157ab Move email tests to Lib/test package and modernize test runner machinery by R David Murray · 13 years ago
  55. 661720e Make regrtest recognize test packages as well as test modules. by R David Murray · 13 years ago
  56. c107fb1 Always print out the traceback when a test "crashed" by Antoine Pitrou · 13 years ago
  57. 779a5b0 Always print out the traceback when a test "crashed" by Antoine Pitrou · 13 years ago
  58. 59cc684 Try to make test_import a bit more robust by Antoine Pitrou · 13 years ago
  59. 46719af Try to make test_import a bit more robust by Antoine Pitrou · 13 years ago
  60. 732110a Relax timing check (seen a buildbot failure on this) by Antoine Pitrou · 13 years ago
  61. 60bf7e9 Relax timing check (seen a buildbot failure on this) by Antoine Pitrou · 13 years ago
  62. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 13 years ago
  63. 44afe2b Issue #10833: Remove the buffer allocated on the stack, it isn't used anymore by Victor Stinner · 13 years ago
  64. 91156ff Fix timeout error message on windows to not be in milliseconds. by Reid Kleckner · 13 years ago
  65. 0fd59ac Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9) by Antoine Pitrou · 13 years ago
  66. 499dfcf Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of by Victor Stinner · 13 years ago
  67. bfc7bf0 _elementtree.c: remove trailing spaces by Victor Stinner · 13 years ago
  68. 7878020 Merge to default. by Georg Brandl · 13 years ago
  69. 2f5cac6 Merge to 3.2. by Georg Brandl · 13 years ago
  70. 82d8ec5 Fix duplicate word. by Georg Brandl · 13 years ago
  71. 4de99e8 merge 3.2 (already commited before) by Victor Stinner · 13 years ago
  72. ec1c030 merge 3.1 (already commited before) by Victor Stinner · 13 years ago
  73. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 13 years ago
  74. b277241 Fix some issue references in NEWS by Éric Araujo · 13 years ago
  75. 50dc1a2 Branch merge by Éric Araujo · 13 years ago
  76. d8c73c6 Fix some issue references in NEWS by Éric Araujo · 13 years ago
  77. f1a9d82 merge 3.2 by Victor Stinner · 13 years ago
  78. 56f9a02 merge 3.1 by Victor Stinner · 13 years ago
  79. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 13 years ago
  80. 161fbea merge 3.2 by Victor Stinner · 13 years ago
  81. 6f0e4f9 time.strftime(): replace PyErr_Format() by PyErr_SetString() by Victor Stinner · 13 years ago
  82. ee525de merge by Victor Stinner · 13 years ago
  83. 13ed2ea Issue #10864 has been fixed: remove the workaround by Victor Stinner · 13 years ago
  84. 34ad2fa Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h by Victor Stinner · 13 years ago
  85. ea96211 Merge by Antoine Pitrou · 13 years ago
  86. 25871da Merge by Antoine Pitrou · 13 years ago
  87. 0363705 Try to strengthen test_httpservers (issue #11617) by Antoine Pitrou · 13 years ago
  88. cb34218 Try to strengthen test_httpservers (issue #11617) by Antoine Pitrou · 13 years ago
  89. eda5583 Mark getopt error messages as localizable (fixes #11371). by Éric Araujo · 13 years ago
  90. e788ace Fix some issue references in NEWS by Éric Araujo · 13 years ago
  91. 6d58d64 Issue #11127: Raise a TypeError when trying to pickle a socket object. by Antoine Pitrou · 13 years ago
  92. b938bcd (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 by Victor Stinner · 13 years ago
  93. e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 13 years ago
  94. 0421810 merge by Victor Stinner · 13 years ago
  95. 9c4efe5 Fix #11586: typo in initfsencoding() by Victor Stinner · 13 years ago
  96. 4ca2809 Fix #11586: typo in initfsencoding() by Victor Stinner · 13 years ago
  97. 6ae1e7f Issue #3080: imp.load_module() accepts None for the module path by Victor Stinner · 13 years ago
  98. 6a1454f Use proper gettext plural forms in optparse (closes #4391). by Éric Araujo · 13 years ago
  99. 2592f62 tabs are verboten. by Georg Brandl · 13 years ago
  100. 7582385 Merge from 3.1 by Éric Araujo · 13 years ago