1. dac7de3 Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
  2. 2ea6fcc Issue #12587: Correct faulty test file and reference in test_tokenize. by Ned Deily · 13 years ago
  3. 7b561ec Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 13 years ago
  4. c57ed91 Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory, by Antoine Pitrou · 13 years ago
  5. 4c14bba #7484: simplify quoteaddr: if parseaddr throws an error it is a bug. by R David Murray · 13 years ago
  6. da7af4d Merge #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  7. 4634676 #7484: no more <> around addresses in VRFY or EXPN by R David Murray · 13 years ago
  8. a8713b1 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  9. ae4a78b Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  10. 6d175b7 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  11. 0e752dd Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  12. c12469d Merge from 3.2. by Eric V. Smith · 13 years ago
  13. 12ebefc Closes #12579. Positional fields with str.format_map() now raise a ValueError instead of SystemError. by Eric V. Smith · 13 years ago
  14. 677b653 Fix English in packaging, too. by R David Murray · 13 years ago
  15. 3ef6ca4 Merge English fix. by R David Murray · 13 years ago
  16. b899007 Better English. by R David Murray · 13 years ago
  17. bd9c655 merge heads by Benjamin Peterson · 13 years ago
  18. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  19. e52181c Add Misc/NEWS entry and relevant doc change for issue 10271. by Brett Cannon · 13 years ago
  20. 52a7d98 Make warnings accept a callable for showwarnings instead of by Brett Cannon · 13 years ago
  21. b05be7d Merged upstream. by Alex Gaynor · 13 years ago
  22. e151d21 Mark itertools tests of tuple reuse as being specific to CPython. by Alex Gaynor · 13 years ago
  23. c32aae0 fix whitespace in rst. by Senthil Kumaran · 13 years ago
  24. 3e7f33f fix whitespace nit. by Senthil Kumaran · 13 years ago
  25. 029b467 merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  26. 0215d09 Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  27. 3121547 merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  28. ed270fa Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  29. 42d1320 merge from 3.2 by Senthil Kumaran · 13 years ago
  30. 023c6f7 Fix Issue10403 - datetime documentation clarification based on review in the reitveld by Alexendar belopolsky. by Senthil Kumaran · 13 years ago
  31. 87e59cd merge from 3.2 by Senthil Kumaran · 13 years ago
  32. ad3882a Fix closes Issue11436 - Minor clarification to struct documentation for 's' format character. by Senthil Kumaran · 13 years ago
  33. 8232d6e Merge by Antoine Pitrou · 13 years ago
  34. 8d613bc Dummy merge by Antoine Pitrou · 13 years ago
  35. 0b44795 Close the call queue in concurrent.futures.ProcessPoolExecutor when by Antoine Pitrou · 13 years ago
  36. ddddcab put in correct section by Benjamin Peterson · 13 years ago
  37. 7dc35f6 merge heads by Benjamin Peterson · 13 years ago
  38. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  39. dc19c24 Silence spurious "broken pipe" tracebacks when shutting down a ProcessPoolExecutor. by Antoine Pitrou · 13 years ago
  40. d06a065 Fix potential resource leaks in concurrent.futures.ProcessPoolExecutor by Antoine Pitrou · 13 years ago
  41. db53595 test_packaging should clean up after itself (but it doesn't really) by Antoine Pitrou · 13 years ago
  42. 9e42a4d Fix whitespace by Antoine Pitrou · 13 years ago
  43. 075050f test_threaded_import must clean up after itself by Antoine Pitrou · 13 years ago
  44. f26ad71 test_os needs to reap threads by Antoine Pitrou · 13 years ago
  45. afed6ec Merge from 3.2 by Antoine Pitrou · 13 years ago
  46. f7f5475 Use test.script_helper in test_pydoc by Antoine Pitrou · 13 years ago
  47. a6e81a2 test_pydoc needs to cleanup after itself by Antoine Pitrou · 13 years ago
  48. 707f228 Try harder to reap dangling threads in test.support.reap_threads(). by Antoine Pitrou · 13 years ago
  49. e720725 merge heads by Benjamin Peterson · 13 years ago
  50. 620b2c8 comment which is not applicable anymore by Benjamin Peterson · 13 years ago
  51. 428bc6c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  52. c081c0c Issue #12573: Add resource checks for dangling Thread and Process objects. by Antoine Pitrou · 13 years ago
  53. 91fe815 Merge by Antoine Pitrou · 13 years ago
  54. b8298a0 Merge by Antoine Pitrou · 13 years ago
  55. 9b43b6e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  56. ff35050 Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  57. 8cdc40e Issue #11603: Fix a crash when __str__ is rebound as __repr__. by Antoine Pitrou · 13 years ago
  58. 2ca3ffb merge 3.2 by Benjamin Peterson · 13 years ago
  59. 5805919 merge heads by Benjamin Peterson · 13 years ago
  60. 1a41d7d merge heads by Benjamin Peterson · 13 years ago
  61. e92cd0c merge 3.2 (#11627) by Benjamin Peterson · 13 years ago
  62. 5afa03a catch nasty exception classes with __new__ that doesn't return a exception (closes #11627) by Benjamin Peterson · 13 years ago
  63. 874d65a Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 13 years ago
  64. 8391cf4 Issue #11321: Fix a crash with multiple imports of the _pickle module when by Antoine Pitrou · 13 years ago
  65. 8f62905 Make sure to reap worker threads and processes at the end of test_concurrent_futures by Antoine Pitrou · 13 years ago
  66. 9470ab4 Make sure to reap worker threads and processes at the end of test_concurrent_futures by Antoine Pitrou · 13 years ago
  67. 5c1190b Remove duplicate "numbered" options for toctrees. by Georg Brandl · 13 years ago
  68. af5bacf Always use repr for regrtest resources names by Éric Araujo · 13 years ago
  69. eb39294 Silence 2to3 warnings in packaging tests by Éric Araujo · 13 years ago
  70. dccf985 Fix :file: constructs in packaging.database docs by Éric Araujo · 13 years ago
  71. fe95848 Clear packaging.database caches in place by Éric Araujo · 13 years ago
  72. ecf4fda Py_BuildValue("C") supports non-BMP characters on narrow build by Victor Stinner · 13 years ago
  73. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  74. d33344a Add cgi.closelog() function to close the log file by Victor Stinner · 13 years ago
  75. f64f9e9 Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  76. 1f0ccfa Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  77. e228130 Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. by Charles-François Natali · 13 years ago
  78. b6ffa79 test that TestCase doesn't get cycles by Benjamin Peterson · 13 years ago
  79. 31f4beb add a contextmanager to disable the gc by Benjamin Peterson · 13 years ago
  80. c917494 merge 3.2 by Benjamin Peterson · 13 years ago
  81. eef80b6 this should be an identity test by Benjamin Peterson · 13 years ago
  82. bc18838 (merge 3.2) Issue #12250: test_socketserver uses a timeout of 60 seconds by Victor Stinner · 13 years ago
  83. e73d49d Merge with 3.2. by Ezio Melotti · 13 years ago
  84. 5702ae6 Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 by Victor Stinner · 13 years ago
  85. 7ebb706 Restore the global state of the log vars, so that test_cgi can be run twice without failures. by Ezio Melotti · 13 years ago
  86. d77e2ea merge 3.2 by Benjamin Peterson · 13 years ago
  87. 6e18e04 carefully cleanup pointer cache after creating struct pointers by Benjamin Peterson · 13 years ago
  88. bf9c021 Closes #12536: Unused logger removed from lib2to3. by Vinay Sajip · 13 years ago
  89. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  90. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  91. cb41cda Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1 by Victor Stinner · 13 years ago
  92. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 13 years ago
  93. d93da2b (merge 3.2) Close #4376: ctypes now supports nested structures in a endian by Victor Stinner · 13 years ago
  94. 6636121 Close #4376: ctypes now supports nested structures in a endian different than by Victor Stinner · 13 years ago
  95. 90ce72d Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 13 years ago
  96. cb4ae81 Raise ValueError when attempting to set the _CHUNK_SIZE attribute of a TextIOWrapper to a huge value, not TypeError. by Antoine Pitrou · 13 years ago
  97. 8442124 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  98. fd06047 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  99. 993409d Merge doc change from 3.2. by Georg Brandl · 13 years ago
  100. 325eb47 Clarify that PyErr_NewException creates an exception *class*, not instance. by Georg Brandl · 13 years ago