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