1. 5bfa062 Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. by Antoine Pitrou · 13 years ago
  2. d7edf3b Issue #11727, issue #11753, issue #11755: disable regrtest timeout by Victor Stinner · 13 years ago
  3. a7caec7 Merge fix for issue #11746 by Antoine Pitrou · 13 years ago
  4. 9c25486 Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys. by Antoine Pitrou · 13 years ago
  5. 37dc5f8 Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept by Antoine Pitrou · 13 years ago
  6. 0f53501 #11282: add back the fail* methods and assertDictContainsSubset. by Ezio Melotti · 13 years ago
  7. d91a5ca Issue #11727: set regrtest default timeout to 30 minutes by Victor Stinner · 13 years ago
  8. 305bff1 Issue #11727: set regrtest default timeout to 15 minutes by Victor Stinner · 13 years ago
  9. d6056b7 Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 13 years ago
  10. 6c94e6f Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples. by Raymond Hettinger · 13 years ago
  11. 0cc8d59 Issue #11727: add --timeout option to regrtest (disabled by default). by Victor Stinner · 13 years ago
  12. dd810dd Merge 3.2: sys.getfilesystemencoding() raises a RuntimeError if by Victor Stinner · 13 years ago
  13. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 13 years ago
  14. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 13 years ago
  15. d854562 Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  16. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 13 years ago
  17. 3a4ea3d Merge issue 11662. by Guido van Rossum · 13 years ago
  18. 20d2ab4 Merge issue 11662. by Guido van Rossum · 13 years ago
  19. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 13 years ago
  20. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  21. 86cc82e Remove the 'strict' argument to Parser, deprecated since 2.4. by R David Murray · 13 years ago
  22. 1df78c8 merge 3.2 by Benjamin Peterson · 13 years ago
  23. 6a2638b Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 13 years ago
  24. 5d44613 Add optional *func* argument to itertools.accumulate(). by Raymond Hettinger · 13 years ago
  25. af88d86 merge #11696 by Martin v. Löwis · 13 years ago
  26. 987403b merge #11696 by Martin v. Löwis · 13 years ago
  27. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 13 years ago
  28. ad64127 merge by Mark Dickinson · 13 years ago
  29. f382ab2 Issue #11692: Remove unnecessary demo functions in subprocess module. by Ross Lagerwall · 13 years ago
  30. 574980e Merge #9696 by Mark Dickinson · 13 years ago
  31. 79a9036 Merge #9696 by Mark Dickinson · 13 years ago
  32. 92b60d5 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 13 years ago
  33. 756ebc7 Fix misplaced Misc/NEWS entry (merge from 3.2) by Mark Dickinson · 13 years ago
  34. ea8e208 Move misplaced Misc/NEWS item (merge from 3.1) by Mark Dickinson · 13 years ago
  35. ccd2283 Fix misplaced Misc/NEWS entry. by Mark Dickinson · 13 years ago
  36. 4ad8f66 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 13 years ago
  37. 8a6a198 Issue #9026: Fix order of argparse sub-commands in help messages. by Steven Bethard · 13 years ago
  38. 5df4762 merge #7639 by Martin v. Löwis · 13 years ago
  39. a6e0b4f merge #7639 by Martin v. Löwis · 13 years ago
  40. 9bad3a9 Fix short file name generation in bdist_msi. by Martin v. Löwis · 13 years ago
  41. eb2389b merge 3.2 by Benjamin Peterson · 13 years ago
  42. 1a07f07 merge 3.1 by Benjamin Peterson · 13 years ago
  43. 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 13 years ago
  44. b04d70d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 13 years ago
  45. d186f99 Issue #9343: Document that argparse parent parsers must be configured before their children. by Steven Bethard · 13 years ago
  46. 4aeb542 Merge with 3.2 by Ross Lagerwall · 13 years ago
  47. 17ace7a Merge with 3.1 by Ross Lagerwall · 13 years ago
  48. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 13 years ago
  49. 0a3a7d3 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 13 years ago
  50. d8f2d50 Issue #8982: Improve the documentation for the argparse Namespace object. by Steven Bethard · 13 years ago
  51. 08ce608 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 13 years ago
  52. c13d454 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 13 years ago
  53. 424f6e1 Fix NEWS item that ended up in wrong section by Steven Bethard · 13 years ago
  54. 006ba5c Fix NEWS item that ended up in wrong section by Steven Bethard · 13 years ago
  55. edbe4c5 Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.) by Steven Bethard · 13 years ago
  56. 8d9a462 Issue #9348: Raise an early error if argparse nargs and metavar don't match. by Steven Bethard · 13 years ago
  57. 0331e90 Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names by Steven Bethard · 13 years ago
  58. 657bd0a Merge #11675 by Mark Dickinson · 13 years ago
  59. 633872e Merge #11675 by Mark Dickinson · 13 years ago
  60. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  61. b3a591b Branch merge by Éric Araujo · 13 years ago
  62. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 13 years ago
  63. 007bdbd Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 13 years ago
  64. 1103d05 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 13 years ago
  65. 442c9b9 Make importlib compatible with __import__ by "fixing" code.co_filename paths. by Brett Cannon · 13 years ago
  66. a7468bc Have importlib use the repr of a module name in error messages. by Brett Cannon · 13 years ago
  67. f3c524d Issue #11653: fix -W with -j in regrtest. by Antoine Pitrou · 13 years ago
  68. e44b125 Add NEWS entry for 9aa6097131ef by Antoine Pitrou · 13 years ago
  69. 28dff61 Add news entry for the _source attribute created by namedtuple. by Raymond Hettinger · 13 years ago
  70. 7c9e803 Issue #11244: Remove outdated peepholer check that was preventing the peepholer from folding -0 and -0.0. Thanks Eugene Toder for the patch. by Mark Dickinson · 13 years ago
  71. c09fca6 Do not touch sys.path when site is imported and python was started with -S. by Éric Araujo · 13 years ago
  72. c46759a Issue #11333: Add __slots__ to the collections ABCs. by Raymond Hettinger · 13 years ago
  73. 0a4edd5 Issue #11628: cmp_to_key should use __slots__. by Raymond Hettinger · 13 years ago
  74. a0d1d96 Issue #11628: cmp_to_key should use __slots__. by Raymond Hettinger · 13 years ago
  75. 9aaba78 Correctly move email package tests to Lib/test. by R David Murray · 13 years ago
  76. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 13 years ago
  77. b277241 Fix some issue references in NEWS by Éric Araujo · 13 years ago
  78. 50dc1a2 Branch merge by Éric Araujo · 13 years ago
  79. d8c73c6 Fix some issue references in NEWS by Éric Araujo · 13 years ago
  80. f1a9d82 merge 3.2 by Victor Stinner · 13 years ago
  81. 56f9a02 merge 3.1 by Victor Stinner · 13 years ago
  82. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 13 years ago
  83. eda5583 Mark getopt error messages as localizable (fixes #11371). by Éric Araujo · 13 years ago
  84. e788ace Fix some issue references in NEWS by Éric Araujo · 13 years ago
  85. 6d58d64 Issue #11127: Raise a TypeError when trying to pickle a socket object. by Antoine Pitrou · 13 years ago
  86. b938bcd (merge) Issue #11395: io.FileIO().write() clamps the data length to 32,767 by Victor Stinner · 13 years ago
  87. e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 13 years ago
  88. 6a1454f Use proper gettext plural forms in optparse (closes #4391). by Éric Araujo · 13 years ago
  89. 799c669 Add NEWS for Issue #11563. by Senthil Kumaran · 13 years ago
  90. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  91. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  92. e147484 Oops, wrong issue number in NEWS by Antoine Pitrou · 13 years ago
  93. 819be34 Add news entry for a791dd7d51f3 by Antoine Pitrou · 13 years ago
  94. 9befeb3 Issue #5421: merge fix by Antoine Pitrou · 13 years ago
  95. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 13 years ago
  96. f40834f Move NEWS entry to correct place by Michael Foord · 13 years ago
  97. 42ec7cb Issue #10979. unittest stdout buffering now works with class and module setup and teardown. by Michael Foord · 13 years ago
  98. b52c0be Merge from remote by Nick Coghlan · 13 years ago
  99. b3c728f Close #11577: Improve binhex test coverage and fix ResourceWarning by Nick Coghlan · 13 years ago
  100. a215023 #11243: tests and fixes for handling of 'dirty data' in additional methods by R David Murray · 13 years ago