1. 1a20c12 Issue #11830: Remove unnecessary introspection code in the decimal module. by Alexander Belopolsky · 14 years ago
  2. c90d02c merge from push conflict. by Senthil Kumaran · 14 years ago
  3. af87886 merge update by Senthil Kumaran · 14 years ago
  4. f6445e8 Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 14 years ago
  5. 6dc6057 merge from 3.1 by Senthil Kumaran · 14 years ago
  6. 60f02a6 Update the News for the fix to Issue11703. by Senthil Kumaran · 14 years ago
  7. d531548 Merge #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  8. 3dd02d6 #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 14 years ago
  9. 62f8bcb merge 3.1 by Benjamin Peterson · 14 years ago
  10. bd3e362 make assigning to a bytes literal a syntax error (closes #11506) by Benjamin Peterson · 14 years ago
  11. 84c209a Correct leading spaces in my NEWS entry. by Brian Curtin · 14 years ago
  12. f7eac1f Add NEWS item for #5162. by brian.curtin · 14 years ago
  13. 628f980 Add NEWS item for #5162. by brian.curtin · 14 years ago
  14. 49353d0 Issue #11747: Fix range formatting in context and unified diffs. by Raymond Hettinger · 14 years ago
  15. bed9a5b Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). by Antoine Pitrou · 14 years ago
  16. 81dee6b Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 14 years ago
  17. 810b94a Issue #11818: Fix tempfile examples for Python 3. by Ross Lagerwall · 14 years ago
  18. 2604e33 Issue9670: Merge backout to 3.2. by Ned Deily · 14 years ago
  19. 45e47e5 Issue9670: Back out changeset 378b40d71175; test fails on other platforms by Ned Deily · 14 years ago
  20. 15012a6 Issue #9670: merge with 3.2 by Ned Deily · 14 years ago
  21. 517ac72 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  22. 226580e Merge with 3.1 by Ross Lagerwall · 14 years ago
  23. e620d10 Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 14 years ago
  24. a870e35 (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 14 years ago
  25. 52c950f Issue #11650: PyOS_StdioReadline() retries fgets() if it was interrupted by Victor Stinner · 14 years ago
  26. 2e3607c #7311: fix html.parser to accept non-ASCII attribute values. by Ezio Melotti · 14 years ago
  27. c5c1472 #11605: don't use set/get_payload in feedparser; they do conversions. by R David Murray · 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. 7cb20a8 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  31. 9c25486 Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve private keys. by Antoine Pitrou · 14 years ago
  32. 27181ac sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was not by Victor Stinner · 14 years ago
  33. 7899acf Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows. by Antoine Pitrou · 14 years ago
  34. 20d2ab4 Merge issue 11662. by Guido van Rossum · 14 years ago
  35. acb6309 Merge issue 11662. by Guido van Rossum · 14 years ago
  36. c768ff5 Merge Issue 11662 from 3.1 branch. by guido@google.com · 14 years ago
  37. a119df9 Issue 11662: Fix vulnerability in urllib/urllib2. by guido@google.com · 14 years ago
  38. 6a2638b Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 14 years ago
  39. 987403b merge #11696 by Martin v. Löwis · 14 years ago
  40. f8d887e Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 14 years ago
  41. 79a9036 Merge #9696 by Mark Dickinson · 14 years ago
  42. 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
  43. ea8e208 Move misplaced Misc/NEWS item (merge from 3.1) by Mark Dickinson · 14 years ago
  44. ccd2283 Fix misplaced Misc/NEWS entry. by Mark Dickinson · 14 years ago
  45. 8a6a198 Issue #9026: Fix order of argparse sub-commands in help messages. by Steven Bethard · 14 years ago
  46. a6e0b4f merge #7639 by Martin v. Löwis · 14 years ago
  47. 9bad3a9 Fix short file name generation in bdist_msi. by Martin v. Löwis · 14 years ago
  48. 1a07f07 merge 3.1 by Benjamin Peterson · 14 years ago
  49. 8d6c62d check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 14 years ago
  50. d186f99 Issue #9343: Document that argparse parent parsers must be configured before their children. by Steven Bethard · 14 years ago
  51. 17ace7a Merge with 3.1 by Ross Lagerwall · 14 years ago
  52. b8a5769 Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459. by Ross Lagerwall · 14 years ago
  53. d8f2d50 Issue #8982: Improve the documentation for the argparse Namespace object. by Steven Bethard · 14 years ago
  54. c13d454 Issue #11635: Don't use polling in worker threads and processes launched by by Antoine Pitrou · 14 years ago
  55. 006ba5c Fix NEWS item that ended up in wrong section by Steven Bethard · 14 years ago
  56. 8d9a462 Issue #9348: Raise an early error if argparse nargs and metavar don't match. by Steven Bethard · 14 years ago
  57. 633872e Merge #11675 by Mark Dickinson · 14 years ago
  58. 89461ef Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 14 years ago
  59. 1103d05 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 14 years ago
  60. e44b125 Add NEWS entry for 9aa6097131ef by Antoine Pitrou · 14 years ago
  61. a0d1d96 Issue #11628: cmp_to_key should use __slots__. by Raymond Hettinger · 14 years ago
  62. 451385d Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file by Victor Stinner · 14 years ago
  63. d8c73c6 Fix some issue references in NEWS by Éric Araujo · 14 years ago
  64. 56f9a02 merge 3.1 by Victor Stinner · 14 years ago
  65. 628225c Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar by Victor Stinner · 14 years ago
  66. e788ace Fix some issue references in NEWS by Éric Araujo · 14 years ago
  67. e0daff1 Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes on by Victor Stinner · 14 years ago
  68. 799c669 Add NEWS for Issue #11563. by Senthil Kumaran · 14 years ago
  69. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  70. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 14 years ago
  71. e147484 Oops, wrong issue number in NEWS by Antoine Pitrou · 14 years ago
  72. 819be34 Add news entry for a791dd7d51f3 by Antoine Pitrou · 14 years ago
  73. 9befeb3 Issue #5421: merge fix by Antoine Pitrou · 14 years ago
  74. 5e98141 Issue #5421: Fix misleading error message when one of socket.sendto()'s by Antoine Pitrou · 14 years ago
  75. f40834f Move NEWS entry to correct place by Michael Foord · 14 years ago
  76. 42ec7cb Issue #10979. unittest stdout buffering now works with class and module setup and teardown. by Michael Foord · 14 years ago
  77. b52c0be Merge from remote by Nick Coghlan · 14 years ago
  78. b3c728f Close #11577: Improve binhex test coverage and fix ResourceWarning by Nick Coghlan · 14 years ago
  79. a215023 #11243: tests and fixes for handling of 'dirty data' in additional methods by R David Murray · 14 years ago
  80. 4e43268 Merge #11401 fix from 3.1. by R David Murray · 14 years ago
  81. de91276 #11401: handle headers with no value. by R David Murray · 14 years ago
  82. a88da67 #11578: add unit tests for timeit module. by R David Murray · 14 years ago
  83. 07926f0 Closes issue 11503. Improves test coverage of posixpath. by Michael Foord · 14 years ago
  84. 78099bb Merge #9298 fix. by R David Murray · 14 years ago
  85. 6d94bd4 #9298: restore proper folding of base64 encoded bodies. by R David Murray · 14 years ago
  86. 7462fa6 Backport improved test coverage for string.py by Nick Coghlan · 14 years ago
  87. 454e11d Fix typo in NEWS by Nick Coghlan · 14 years ago
  88. 296d9a6 Add missing NEWS entries by Nick Coghlan · 14 years ago
  89. a78e4e6 correct patch ack (#11133) by Benjamin Peterson · 14 years ago
  90. f0edd1b Merge with 3.1 by Ronald Oussoren · 14 years ago
  91. 0b8753d Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 14 years ago
  92. dcebe0f Closes issue 11133. Fixes two cases where inspect.getattr_static could trigger code execution by Michael Foord · 14 years ago
  93. 29dcaad Issue 11510: Fix BUILD_SET optimizer bug. by Raymond Hettinger · 14 years ago
  94. f134dce Merge by Antoine Pitrou · 14 years ago
  95. e870623 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
  96. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago
  97. 28edfee issue 11432 news entry. by Gregory P. Smith · 14 years ago
  98. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 14 years ago
  99. f2db4de Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 14 years ago
  100. e72e161 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list by Ronald Oussoren · 14 years ago