1. 024e37a Issue #11393: Add the new faulthandler module by Victor Stinner · 14 years ago
  2. d854562 Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 14 years ago
  3. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 14 years ago
  4. 8c5b748 Merge by Kristjan Valur Jonsson · 14 years ago
  5. 3c136e1 Merge by Kristjan Valur Jonsson · 14 years ago
  6. 978da33 Merge 3.2 by Kristjan Valur Jonsson · 14 years ago
  7. fa3edbe Merge 3.1 by Kristjan Valur Jonsson · 14 years ago
  8. 35722a9 Bugfix: Properly test for errors from PyLong_AsLong() in itertools.cycle. by Kristjan Valur Jonsson · 14 years ago
  9. 010a948 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  10. 4974705 Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  11. 3a4ea3d Merge issue 11662. by Guido van Rossum · 14 years ago
  12. 20d2ab4 Merge issue 11662. by Guido van Rossum · 14 years ago
  13. 69cfcab Merge. by guido@google.com · 14 years ago
  14. 2008a8f Merge Issue 11662 from 3.2 branch. by guido@google.com · 14 years ago
  15. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 14 years ago
  16. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  17. e6c1eb9 Closes issue #11557: Added Natalia Bidart's patch to improve test coverage. by Vinay Sajip · 14 years ago
  18. 86cc82e Remove the 'strict' argument to Parser, deprecated since 2.4. by R David Murray · 14 years ago
  19. 1ebdd71 Add a __main__.py to test_email so it works with -m like it did before move. by R David Murray · 14 years ago
  20. 1df78c8 merge 3.2 by Benjamin Peterson · 14 years ago
  21. 6a2638b Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 14 years ago
  22. fe55783 merge 3.2 by Benjamin Peterson · 14 years ago
  23. 3077404 merge 3.1 by Benjamin Peterson · 14 years ago
  24. ad45bfe let's keep parenthesis around sizeof by Benjamin Peterson · 14 years ago
  25. c831a91 #10617: merge with 3.2. by Ezio Melotti · 14 years ago
  26. 7ef2b46 #10617: merge with 3.1. by Ezio Melotti · 14 years ago
  27. 9b2e67c #10617: add class directives to collections ABCs. by Ezio Melotti · 14 years ago
  28. 5bf7091 Update docstrings for itertools.accumulate(). by Raymond Hettinger · 14 years ago
  29. 5d44613 Add optional *func* argument to itertools.accumulate(). by Raymond Hettinger · 14 years ago
  30. af88d86 merge #11696 by Martin v. Löwis · 14 years ago
  31. 987403b merge #11696 by Martin v. Löwis · 14 years ago
  32. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 14 years ago
  33. ad64127 merge by Mark Dickinson · 14 years ago
  34. f382ab2 Issue #11692: Remove unnecessary demo functions in subprocess module. by Ross Lagerwall · 14 years ago
  35. 574980e Merge #9696 by Mark Dickinson · 14 years ago
  36. 79a9036 Merge #9696 by Mark Dickinson · 14 years ago
  37. 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
  38. 756ebc7 Fix misplaced Misc/NEWS entry (merge from 3.2) by Mark Dickinson · 14 years ago
  39. ea8e208 Move misplaced Misc/NEWS item (merge from 3.1) by Mark Dickinson · 14 years ago
  40. ccd2283 Fix misplaced Misc/NEWS entry. by Mark Dickinson · 14 years ago
  41. 4ad8f66 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 14 years ago
  42. 8a6a198 Issue #9026: Fix order of argparse sub-commands in help messages. by Steven Bethard · 14 years ago
  43. 5df4762 merge #7639 by Martin v. Löwis · 14 years ago
  44. a6e0b4f merge #7639 by Martin v. Löwis · 14 years ago
  45. 9bad3a9 Fix short file name generation in bdist_msi. by Martin v. Löwis · 14 years ago
  46. eb2389b merge 3.2 by Benjamin Peterson · 14 years ago
  47. 1a07f07 merge 3.1 by Benjamin Peterson · 14 years ago
  48. c01ffdf revert unintended changes by Benjamin Peterson · 14 years ago
  49. 39530f8 always check return value of PyObject_IsInstance for error by Benjamin Peterson · 14 years ago
  50. 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 14 years ago
  51. b04d70d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 14 years ago
  52. d186f99 Issue #9343: Document that argparse parent parsers must be configured before their children. by Steven Bethard · 14 years ago
  53. ff5ee0c Merge by Antoine Pitrou · 14 years ago
  54. d8ad68f Merge by Antoine Pitrou · 14 years ago
  55. 9eea9d3 In the Windows clean script for buildbots, also clear the build dir by Antoine Pitrou · 14 years ago
  56. 4aeb542 Merge with 3.2 by Ross Lagerwall · 14 years ago
  57. 17ace7a Merge with 3.1 by Ross Lagerwall · 14 years ago
  58. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 14 years ago
  59. 0a3a7d3 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 14 years ago
  60. d8f2d50 Issue #8982: Improve the documentation for the argparse Namespace object. by Steven Bethard · 14 years ago
  61. 08ce608 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 14 years ago
  62. c13d454 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 14 years ago
  63. 0a01b9f Merge from 3.2 by Antoine Pitrou · 14 years ago
  64. d9faa20 Read HTTP response inside transient_internet() by Antoine Pitrou · 14 years ago
  65. b651949 test_urllibnet: make it so that transient_internet() applies to the by Antoine Pitrou · 14 years ago
  66. 424f6e1 Fix NEWS item that ended up in wrong section by Steven Bethard · 14 years ago
  67. 006ba5c Fix NEWS item that ended up in wrong section by Steven Bethard · 14 years ago
  68. 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
  69. 8d9a462 Issue #9348: Raise an early error if argparse nargs and metavar don't match. by Steven Bethard · 14 years ago
  70. 0331e90 Issue #11174: Add argparse.MetavarTypeHelpFormatter, which uses type names by Steven Bethard · 14 years ago
  71. 657bd0a Merge #11675 by Mark Dickinson · 14 years ago
  72. 633872e Merge #11675 by Mark Dickinson · 14 years ago
  73. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 14 years ago
  74. b9a1c56 Merge #10553 followup from 3.2 by Éric Araujo · 14 years ago
  75. 01606de #10553: Explain why compileall has no command-line argument to control optimization by Éric Araujo · 14 years ago
  76. b3a591b Branch merge by Éric Araujo · 14 years ago
  77. 5c1da90 Merge 3.2 by Éric Araujo · 14 years ago
  78. b39b196 Branch merge by Éric Araujo · 14 years ago
  79. 722bec4 Merge 3.1 by Éric Araujo · 14 years ago
  80. 211643b Branch merge by Éric Araujo · 14 years ago
  81. be3bd57 Remove traces of division_warning left over from Python 2 (#10998) by Éric Araujo · 14 years ago
  82. 4e4edf5 Merge from 3.2 by Kurt B. Kaiser · 14 years ago
  83. e7665c4 Merge from 3.1 by Kurt B. Kaiser · 14 years ago
  84. 946f172 <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue #4676 by Kurt B. Kaiser · 14 years ago
  85. 1c5df5d Merge doc touchups from 3.1 by Éric Araujo · 14 years ago
  86. f84eb5a Branch merge by Éric Araujo · 14 years ago
  87. 5ab4776 Tweaks to sys.flags description table. by Éric Araujo · 14 years ago
  88. 007bdbd Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 14 years ago
  89. 1103d05 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 14 years ago
  90. a464d4e Remove untrue statement from tutorial by Éric Araujo · 14 years ago
  91. 79fe2a3 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 14 years ago
  92. 66a4e12 Merge #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 14 years ago
  93. b9a428d #9557: eliminate 3 seconds of static overhead from test_mailbox. by R David Murray · 14 years ago
  94. 4967be0 Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 14 years ago
  95. df07aac Issue #11071: Fix whatsnew description of O/S access to raw bytes. by Raymond Hettinger · 14 years ago
  96. 961355a Merge #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 14 years ago
  97. 4dcf502 Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] by Éric Araujo · 14 years ago
  98. 041015c #11584: Since __getitem__ returns headers, make decode_header handle them. by R David Murray · 14 years ago
  99. fd2c2a5 #2650: Merge with 3.2. by Ezio Melotti · 14 years ago
  100. 213eb96 #2650: Merge with 3.1. by Ezio Melotti · 14 years ago