1. 0d7cda3 Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 13 years ago
  2. 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
  3. 43a7ee1 Make logging call lazy by Éric Araujo · 13 years ago
  4. 50e516a Improve “pysetup create” help messages. by Éric Araujo · 13 years ago
  5. b931ab4 Fix typo by Éric Araujo · 13 years ago
  6. 55b9fe2 Remove class that was only useful with Sphinx autodoc by Éric Araujo · 13 years ago
  7. 2736c5d Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  8. 72d161a Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  9. 558639f Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  10. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  11. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  12. 01fc6cd make __doc__ mutable on heaptypes (closes #12773) by Benjamin Peterson · 13 years ago
  13. af3dcd2 improve test name by Benjamin Peterson · 13 years ago
  14. c4085c8 complain when a class variable shadows a name in __slots__ (closes #12766) by Benjamin Peterson · 13 years ago
  15. 51be6e0 merge heads by Benjamin Peterson · 13 years ago
  16. ae6ae02 some *nixes decided not to call init process 1 (closes #12763) by Benjamin Peterson · 13 years ago
  17. 67321cc #9723: refactor regex. by Ezio Melotti · 13 years ago
  18. 269e3ee #12266: merge with 3.2. by Ezio Melotti · 13 years ago
  19. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  20. 8567493 Monotonic, not monotonous by Antoine Pitrou · 13 years ago
  21. 3c7e928 Issue #12744: Fix inefficient representation of integers by Antoine Pitrou · 13 years ago
  22. 780199e Issue #12669: Fix test_curses so that it can run on the buildbots. by Nadeem Vawda · 13 years ago
  23. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  24. 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
  25. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  26. 3672c4e merge 3.2 by Benjamin Peterson · 13 years ago
  27. 963e402 tokenize is just broken on test_pep3131.py by Benjamin Peterson · 13 years ago
  28. 478267f merge 3.2 by Benjamin Peterson · 13 years ago
  29. be66287 normalization is different between unicode builds, so use a new non-BMP char and add normalization test by Benjamin Peterson · 13 years ago
  30. f8e7543 merge 3.2 (#12732) by Benjamin Peterson · 13 years ago
  31. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  32. a7e33a1 Clean up test_shutil, to facilitate upcoming improvements (#12721). by Éric Araujo · 13 years ago
  33. 14eba5f Brench merge by Éric Araujo · 13 years ago
  34. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  35. 4460abe Use our existing drop-in, no-op decorator instead of redefining it. by Éric Araujo · 13 years ago
  36. fdf4a27 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  37. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  38. 5b0a4d2 merge from 3.2 by Senthil Kumaran · 13 years ago
  39. 962fed9 Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine. by Senthil Kumaran · 13 years ago
  40. cfcc977 Remove unused names in except clauses by Éric Araujo · 13 years ago
  41. 25785e9 Revert cosmetic change. by Éric Araujo · 13 years ago
  42. 7fc0394 Avoid unwanted behavior change in shlex.quote (see #9723). by Éric Araujo · 13 years ago
  43. 71ce897 fix indentation by Benjamin Peterson · 13 years ago
  44. e451ec3 merge heads by Benjamin Peterson · 13 years ago
  45. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  46. ef1e94a8 Test pipes.quote with a few non-ASCII characters (see #9723). by Éric Araujo · 13 years ago
  47. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  48. 19272be Branch merge by Éric Araujo · 13 years ago
  49. a8db378 Issue #12700: fix test_faulthandler for Mac OS X Lion by Victor Stinner · 13 years ago
  50. 5c3f648 Branch merge by Éric Araujo · 13 years ago
  51. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  52. c42a568 #12677: merge with 3.2 by Sandro Tosi · 13 years ago
  53. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  54. 0c81089 merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
  55. 89976f1 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
  56. 4dc9c84 #11572: improvements to copy module tests along with removal of old test suite by Sandro Tosi · 13 years ago
  57. 29f6297 Fix wrong use of root logger in packaging (also a NameError) by Éric Araujo · 13 years ago
  58. 2ef905d Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  59. 252365b Silence the altered state warning about threadgs when running test_httplib. by Brett Cannon · 13 years ago
  60. 40ccea7 Silence altered execution state warnings from test_telnetlib involving threads. by Brett Cannon · 13 years ago
  61. a426554 Explicitly close a file to stop raising a ResourceWarning. by Brett Cannon · 13 years ago
  62. 12fe953 merge from 3.2 - change the extra svn to svn+ssh by Senthil Kumaran · 13 years ago
  63. 7ce71f6 change the redundant svn scheme urljoin test case to svn+ssh scheme. by Senthil Kumaran · 13 years ago
  64. 56ee6d1 merged heads by Senthil Kumaran · 13 years ago
  65. 8283a62 merge heads by Senthil Kumaran · 13 years ago
  66. 8a984b5 merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  67. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  68. 83fad3e Merge with 3.2. by Georg Brandl · 13 years ago
  69. 25e2cd1 Fix spacing in string literal. by Georg Brandl · 13 years ago
  70. 43234ab handle sched_rr_get_interval not working on current by Benjamin Peterson · 13 years ago
  71. 50ba271 fix punctuation by Benjamin Peterson · 13 years ago
  72. c158158 fix indentation by Benjamin Peterson · 13 years ago
  73. b0fc9c4 merge heads by Benjamin Peterson · 13 years ago
  74. 539b6c4 OSX doesn't check sched_get_priority_(min/max) argument by Benjamin Peterson · 13 years ago
  75. 2b6ee28 Issue #11049: fix test_forget on installed Python - add os.curdir to sys.path by Eli Bendersky · 13 years ago
  76. e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes by Ned Deily · 13 years ago
  77. 18592ca bsd doesn't like letting normal processes set the scheduler by Benjamin Peterson · 13 years ago
  78. c5fce4d check individually for some for sched_ functions by Benjamin Peterson · 13 years ago
  79. 2740af8 sched.h can exist without sched affinity support by Benjamin Peterson · 13 years ago
  80. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  81. 7761b95 add ThreadError to threading.__all__ (closes #12679) by Benjamin Peterson · 13 years ago
  82. d61535d Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  83. eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. by Senthil Kumaran · 13 years ago
  84. 8db645f Issue #11049: fix test_forget to work on installed Python, by using a temporary module for import/forget by Eli Bendersky · 13 years ago
  85. d9c665b Merge 68b5f87566fb by Stefan Krah · 13 years ago
  86. f187a02 Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. by Stefan Krah · 13 years ago
  87. 3c01d16 Issue #11651: Move options for running tests into a Python script. by Nadeem Vawda · 13 years ago
  88. eec1ed8 Merge #12295 fix from 3.2 by Éric Araujo · 13 years ago
  89. ccf03a1 Fix resource warning when looking at turtledemo’s help (#12295) by Éric Araujo · 13 years ago
  90. cee6bb5 Fix bug I unwittingly added in 1521d9837d16 (found by Ezio Melotti) by Éric Araujo · 13 years ago
  91. 7dfdac0 Branch merge by Éric Araujo · 13 years ago
  92. 2ffea0e Branch merge by Éric Araujo · 13 years ago
  93. b85b966 Stop trying to write into the stdlib during packaging tests (#12331). by Éric Araujo · 13 years ago
  94. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  95. 548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). by Éric Araujo · 13 years ago
  96. 2f7c695 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  97. e324c57 using support.transient_internet helper method in the urllib2net test. by Senthil Kumaran · 13 years ago
  98. ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). by Éric Araujo · 13 years ago
  99. b351a48 Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst by Senthil Kumaran · 13 years ago
  100. 3fc5868 test_smtpnet: Skip STARTTLS test if the server doesn't support it. by Nadeem Vawda · 13 years ago