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