1. 4a0a31d Added 'handlers' argument to logging.basicConfig. by Vinay Sajip · 14 years ago
  2. 98707c2 Add Misc/NEWS "What's New" entry for subprocess timeouts. by Reid Kleckner · 14 years ago
  3. 753009a Merge from 3.2 (issue #11814, issue #8428) by Antoine Pitrou · 14 years ago
  4. bed9a5b Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). by Antoine Pitrou · 14 years ago
  5. 81dee6b Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 14 years ago
  6. 88fdeb4 #2650: re.escape() no longer escapes the "_". by Ezio Melotti · 14 years ago
  7. 344d26c Merge with 3.2 by Ross Lagerwall · 14 years ago
  8. 810b94a Issue #11818: Fix tempfile examples for Python 3. by Ross Lagerwall · 14 years ago
  9. 4e6aba6 Issue9670: Merge backout from 3.2. by Ned Deily · 14 years ago
  10. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 14 years ago
  11. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 14 years ago
  12. 131a641 Issue #11757: select.select() now raises ValueError when a negative timeout by Antoine Pitrou · 14 years ago
  13. 6e678b4 Issue #9670: merge with current by Ned Deily · 14 years ago
  14. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 14 years ago
  15. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  16. b2a290c Merge with 3.2 by Ross Lagerwall · 14 years ago
  17. 226580e Merge with 3.1 by Ross Lagerwall · 14 years ago
  18. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 14 years ago
  19. 4ae3b44 (Merge 3.2) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 14 years ago
  20. a870e35 (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 14 years ago
  21. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 14 years ago
  22. 6537be7 #7311: merge with 3.2. by Ezio Melotti · 14 years ago
  23. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 14 years ago
  24. 8debacb #1690608: make formataddr RFC2047 aware. by R David Murray · 14 years ago
  25. a0b1c77 Merge #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
  26. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 14 years ago
  27. 0b9ea93 Merge with 3.2 by Ross Lagerwall · 14 years ago
  28. 02ba73c Merge with 3.1 by Ross Lagerwall · 14 years ago
  29. 4f61b02 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
  30. 7ab9e22 Issue #11707: Fast C version of functools.cmp_to_key() by Raymond Hettinger · 14 years ago
  31. fe7c5b5 Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. by Victor Stinner · 14 years ago
  32. 7f2fee3 Issue #10785: Store the filename as Unicode in the Python parser. by Victor Stinner · 14 years ago
  33. 2d32227 Issue #11619: _PyImport_LoadDynamicModule() doesn't encode the path to bytes by Victor Stinner · 14 years ago
  34. 4ec4b0c Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile by Antoine Pitrou · 14 years ago
  35. 7c8ea37 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  36. 7cb20a8 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  37. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 14 years ago
  38. d7edf3b Issue #11727, issue #11753, issue #11755: disable regrtest timeout by Victor Stinner · 14 years ago
  39. a7caec7 Merge fix for issue #11746 by Antoine Pitrou · 14 years ago
  40. 9c25486 Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys. by Antoine Pitrou · 14 years ago
  41. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 14 years ago
  42. 0f53501 #11282: add back the fail* methods and assertDictContainsSubset. by Ezio Melotti · 14 years ago
  43. d91a5ca Issue #11727: set regrtest default timeout to 30 minutes by Victor Stinner · 14 years ago
  44. 305bff1 Issue #11727: set regrtest default timeout to 15 minutes by Victor Stinner · 14 years ago
  45. 0cc8d59 Issue #11727: add --timeout option to regrtest (disabled by default). by Victor Stinner · 14 years ago
  46. dd810dd Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if by Victor Stinner · 14 years ago
  47. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 14 years ago
  48. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 14 years ago
  49. d854562 Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 14 years ago
  50. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 14 years ago
  51. 3a4ea3d Merge issue 11662. by Guido van Rossum · 14 years ago
  52. 20d2ab4 Merge issue 11662. by Guido van Rossum · 14 years ago
  53. acb6309 Merge issue 11662. by Guido van Rossum · 14 years ago
  54. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 14 years ago
  55. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  56. 86cc82e Remove the 'strict' argument to Parser, deprecated since 2.4. by R David Murray · 14 years ago
  57. 1df78c8 merge 3.2 by Benjamin Peterson · 14 years ago
  58. 6a2638b Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 14 years ago
  59. 5d44613 Add optional *func* argument to itertools.accumulate(). by Raymond Hettinger · 14 years ago
  60. af88d86 merge #11696 by Martin v. Löwis · 14 years ago
  61. 987403b merge #11696 by Martin v. Löwis · 14 years ago
  62. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 14 years ago
  63. ad64127 merge by Mark Dickinson · 14 years ago
  64. f382ab2 Issue #11692: Remove unnecessary demo functions in subprocess module. by Ross Lagerwall · 14 years ago
  65. 574980e Merge #9696 by Mark Dickinson · 14 years ago
  66. 79a9036 Merge #9696 by Mark Dickinson · 14 years ago
  67. 92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 14 years ago
  68. 756ebc7 Fix misplaced Misc/NEWS entry (merge from 3.2) by Mark Dickinson · 14 years ago
  69. ea8e208 Move misplaced Misc/NEWS item (merge from 3.1) by Mark Dickinson · 14 years ago
  70. ccd2283 Fix misplaced Misc/NEWS entry. by Mark Dickinson · 14 years ago
  71. 4ad8f66 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 14 years ago
  72. 8a6a198 Issue #9026: Fix order of argparse sub-commands in help messages. by Steven Bethard · 14 years ago
  73. 5df4762 merge #7639 by Martin v. Löwis · 14 years ago
  74. a6e0b4f merge #7639 by Martin v. Löwis · 14 years ago
  75. 9bad3a9 Fix short file name generation in bdist_msi. by Martin v. Löwis · 14 years ago
  76. eb2389b merge 3.2 by Benjamin Peterson · 14 years ago
  77. 1a07f07 merge 3.1 by Benjamin Peterson · 14 years ago
  78. 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 14 years ago
  79. b04d70d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 14 years ago
  80. d186f99 Issue #9343: Document that argparse parent parsers must be configured before their children. by Steven Bethard · 14 years ago
  81. 4aeb542 Merge with 3.2 by Ross Lagerwall · 14 years ago
  82. 17ace7a Merge with 3.1 by Ross Lagerwall · 14 years ago
  83. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 14 years ago
  84. 0a3a7d3 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 14 years ago
  85. d8f2d50 Issue #8982: Improve the documentation for the argparse Namespace object. by Steven Bethard · 14 years ago
  86. 08ce608 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 14 years ago
  87. c13d454 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 14 years ago
  88. 424f6e1 Fix NEWS item that ended up in wrong section by Steven Bethard · 14 years ago
  89. 006ba5c Fix NEWS item that ended up in wrong section by Steven Bethard · 14 years ago
  90. edbe4c5 Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.) by Steven Bethard · 14 years ago
  91. 8d9a462 Issue #9348: Raise an early error if argparse nargs and metavar don't match. by Steven Bethard · 14 years ago
  92. 0331e90 Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names by Steven Bethard · 14 years ago
  93. 657bd0a Merge #11675 by Mark Dickinson · 14 years ago
  94. 633872e Merge #11675 by Mark Dickinson · 14 years ago
  95. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 14 years ago
  96. b3a591b Branch merge by Éric Araujo · 14 years ago
  97. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 14 years ago
  98. 007bdbd Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 14 years ago
  99. 1103d05 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 14 years ago
  100. 442c9b9 Make importlib compatible with __import__ by "fixing" code.co_filename paths. by Brett Cannon · 14 years ago