1. c46759a Issue #11333: Add __slots__ to the collections ABCs. by Raymond Hettinger · 14 years ago
  2. 7969d33 Merge by Antoine Pitrou · 14 years ago
  3. 3692035 Merge by Antoine Pitrou · 14 years ago
  4. 8e5e942 Use shorter timings in test_concurrent_futures to make it a bit faster by Antoine Pitrou · 14 years ago
  5. 7500f92 Issue #11625: Fix Typo by Raymond Hettinger · 14 years ago
  6. 608aba3 Issue #11625: Fix Typo by Raymond Hettinger · 14 years ago
  7. e5820c6 Issue #11625: Fix Typo by Raymond Hettinger · 14 years ago
  8. e9ddbf6 Issue #11630, issue #3080: Fix refleak introduced by ef2b6305d395 by Victor Stinner · 14 years ago
  9. 0a4edd5 Issue #11628: cmp_to_key should use __slots__. by Raymond Hettinger · 14 years ago
  10. a0d1d96 Issue #11628: cmp_to_key should use __slots__. by Raymond Hettinger · 14 years ago
  11. 9c61e24 Issue #3080: On DJGPP, case_bytes() returns -1 to signal an error if the file by Victor Stinner · 14 years ago
  12. 0a5f65a Issue #7330, #10833: Replace %100s by %.100s and %200s by %.200s by Victor Stinner · 14 years ago
  13. 39bc38c Fix rename spelling error. by R David Murray · 14 years ago
  14. f10f4ca Dummy merge to overlay fixed email.test move on top of borked move. by R David Murray · 14 years ago
  15. 9aaba78 Correctly move email package tests to Lib/test. by R David Murray · 14 years ago
  16. 76a3d73 Prepare for move of email tests. by R David Murray · 14 years ago
  17. cb157ab Move email tests to Lib/test package and modernize test runner machinery by R David Murray · 14 years ago
  18. 661720e Make regrtest recognize test packages as well as test modules. by R David Murray · 14 years ago
  19. c107fb1 Always print out the traceback when a test "crashed" by Antoine Pitrou · 14 years ago
  20. 779a5b0 Always print out the traceback when a test "crashed" by Antoine Pitrou · 14 years ago
  21. 59cc684 Try to make test_import a bit more robust by Antoine Pitrou · 14 years ago
  22. 46719af Try to make test_import a bit more robust by Antoine Pitrou · 14 years ago
  23. 732110a Relax timing check (seen a buildbot failure on this) by Antoine Pitrou · 14 years ago
  24. 60bf7e9 Relax timing check (seen a buildbot failure on this) by Antoine Pitrou · 14 years ago
  25. 6ced7c4 Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of by Victor Stinner · 14 years ago
  26. 44afe2b Issue #10833: Remove the buffer allocated on the stack, it isn't used anymore by Victor Stinner · 14 years ago
  27. 91156ff Fix timeout error message on windows to not be in milliseconds. by Reid Kleckner · 14 years ago
  28. 0fd59ac Issue #11621: fix bootstrap issue with getopt/gettext (following d3e46930ffe9) by Antoine Pitrou · 14 years ago
  29. 499dfcf Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of by Victor Stinner · 14 years ago
  30. bfc7bf0 _elementtree.c: remove trailing spaces by Victor Stinner · 14 years ago
  31. 7878020 Merge to default. by Georg Brandl · 14 years ago
  32. 2f5cac6 Merge to 3.2. by Georg Brandl · 14 years ago
  33. 82d8ec5 Fix duplicate word. by Georg Brandl · 14 years ago
  34. 4de99e8 merge 3.2 (already commited before) by Victor Stinner · 14 years ago
  35. ec1c030 merge 3.1 (already commited before) by Victor Stinner · 14 years ago
  36. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
  37. b277241 Fix some issue references in NEWS by Éric Araujo · 14 years ago
  38. 50dc1a2 Branch merge by Éric Araujo · 14 years ago
  39. d8c73c6 Fix some issue references in NEWS by Éric Araujo · 14 years ago
  40. f1a9d82 merge 3.2 by Victor Stinner · 14 years ago
  41. 56f9a02 merge 3.1 by Victor Stinner · 14 years ago
  42. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 14 years ago
  43. 161fbea merge 3.2 by Victor Stinner · 14 years ago
  44. 6f0e4f9 time.strftime(): replace PyErr_Format() by PyErr_SetString() by Victor Stinner · 14 years ago
  45. ee525de merge by Victor Stinner · 14 years ago
  46. 13ed2ea Issue #10864 has been fixed: remove the workaround by Victor Stinner · 14 years ago
  47. 34ad2fa Closes #11210: Remove PyErr_SetFromWindowsErrWithFilenameObject() of pyerrors.h by Victor Stinner · 14 years ago
  48. ea96211 Merge by Antoine Pitrou · 14 years ago
  49. 25871da Merge by Antoine Pitrou · 14 years ago
  50. 0363705 Try to strengthen test_httpservers (issue #11617) by Antoine Pitrou · 14 years ago
  51. cb34218 Try to strengthen test_httpservers (issue #11617) by Antoine Pitrou · 14 years ago
  52. eda5583 Mark getopt error messages as localizable (fixes #11371). by Éric Araujo · 14 years ago
  53. e788ace Fix some issue references in NEWS by Éric Araujo · 14 years ago
  54. 6d58d64 Issue #11127: Raise a TypeError when trying to pickle a socket object. by Antoine Pitrou · 14 years ago
  55. b938bcd (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 by Victor Stinner · 14 years ago
  56. e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 14 years ago
  57. 0421810 merge by Victor Stinner · 14 years ago
  58. 9c4efe5 Fix #11586: typo in initfsencoding() by Victor Stinner · 14 years ago
  59. 4ca2809 Fix #11586: typo in initfsencoding() by Victor Stinner · 14 years ago
  60. 6ae1e7f Issue #3080: imp.load_module() accepts None for the module path by Victor Stinner · 14 years ago
  61. 6a1454f Use proper gettext plural forms in optparse (closes #4391). by Éric Araujo · 14 years ago
  62. 2592f62 tabs are verboten. by Georg Brandl · 14 years ago
  63. 7582385 Merge from 3.1 by Éric Araujo · 14 years ago
  64. d402487 Merge from 3.1 by Éric Araujo · 14 years ago
  65. 09eb980 Fix typo in class name by Éric Araujo · 14 years ago
  66. 16e6f4c Fix a typo (see #3080) by Éric Araujo · 14 years ago
  67. ec60e31 Merge by Antoine Pitrou · 14 years ago
  68. 7903cb7 Merge by Antoine Pitrou · 14 years ago
  69. 8189ab8 Call reap_children() where appropriate by Antoine Pitrou · 14 years ago
  70. 68c9592 Call reap_children() at the end of test_posix by Antoine Pitrou · 14 years ago
  71. dedf6cf Issue #11615: Fix sporadic buildbot failures related to #10812. by Ross Lagerwall · 14 years ago
  72. 3c8d0cc Merge heads. by R David Murray · 14 years ago
  73. 3d81d3e Markup fixes for #7198 patch. by R David Murray · 14 years ago
  74. 9a67e6c Fix the Windows timeout code. by Reid Kleckner · 14 years ago
  75. 38a04e5 Merge markup fixes for #7198 patch. by R David Murray · 14 years ago
  76. 9c0d5ea Markup fixes for #7198 patch. by R David Murray · 14 years ago
  77. a50549b Fix footnote reference. by R David Murray · 14 years ago
  78. 5b5394c mention newline= in write doc by Skip Montanaro · 14 years ago
  79. eb88796 Dummy merge #7198 by R David Murray · 14 years ago
  80. fb8b067 Really merge #7198 by R David Murray · 14 years ago
  81. f453deb #7198: really add newline='' to csv.writer docs. by R David Murray · 14 years ago
  82. 45763d0 Merge with 3.2. by Ezio Melotti · 14 years ago
  83. 60c3c9f Save a copy of sys.warnoptions in test_program. by Ezio Melotti · 14 years ago
  84. 0123e05 Add a check for sys.warnoptions in regrtest. by Ezio Melotti · 14 years ago
  85. cc9564e Issue #3080: Fix call to case_ok() in find_init_module() by Victor Stinner · 14 years ago
  86. 1304f2d Issue #3080: Fix case_ok() using case_bytes() by Victor Stinner · 14 years ago
  87. bec7886 Merge from 3.1 by Senthil Kumaran · 14 years ago
  88. 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 14 years ago
  89. 799c669 Add NEWS for Issue #11563. by Senthil Kumaran · 14 years ago
  90. a7f43cc branch merge 3.2 by Senthil Kumaran · 14 years ago
  91. acbaa92 Call unfakehttp in order to close connection while opening the connection through a fakehttp object. by Senthil Kumaran · 14 years ago
  92. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  93. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  94. d24c991 Merging it again. by Senthil Kumaran · 14 years ago
  95. d91ffca Closes issue11563 - test_urllibnet ResourceWarning. Patch by Jeff McNeil. by Senthil Kumaran · 14 years ago
  96. af9be06 Issue 7391: Remove questionable and outdated HOWTO document with permission from its author. by Raymond Hettinger · 14 years ago
  97. e147484 Oops, wrong issue number in NEWS by Antoine Pitrou · 14 years ago
  98. 819be34 Add news entry for a791dd7d51f3 by Antoine Pitrou · 14 years ago
  99. bb6eb85 Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a possible crash when calling Py_SetPath() by Antoine Pitrou · 14 years ago
  100. 9befeb3 Issue #5421: merge fix by Antoine Pitrou · 14 years ago