1. 3663aba (merge 3.2) Issue #12451: xml.dom.pulldom: parse() now opens files in binary by Victor Stinner · 13 years ago
  2. bbdc08e Issue #12451: xml.dom.pulldom: parse() now opens files in binary mode instead by Victor Stinner · 13 years ago
  3. 536feac merge 3.2 by Benjamin Peterson · 13 years ago
  4. ac91341 never retain a generator's caller's exception state on the generator after a yield/return by Benjamin Peterson · 13 years ago
  5. ffada78 merge 3.2 by Benjamin Peterson · 13 years ago
  6. 9cf960c add ' by Benjamin Peterson · 13 years ago
  7. 7b7099c merge 3.2 (#12475) by Benjamin Peterson · 13 years ago
  8. d2ed630 merge heads by Benjamin Peterson · 13 years ago
  9. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 13 years ago
  10. c77eccd add 3.2.2 heading by Benjamin Peterson · 13 years ago
  11. db4120b merge #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  12. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 13 years ago
  13. 65897a3 Closes #12291 for 3.3 - merged fix from 3.2. by Vinay Sajip · 13 years ago
  14. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 13 years ago
  15. 723585b Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  16. a4a0406 Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 13 years ago
  17. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 13 years ago
  18. 48b1ce5 Issue #12462: time.sleep() now calls immediatly the (Python) signal handler if by Victor Stinner · 13 years ago
  19. 210e7ca Issue #12442: add shutil.disk_usage() by Giampaolo Rodola' · 13 years ago
  20. 61600cb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
  21. 71cbafb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 13 years ago
  22. 3909da7 (merge 3.2) Issue #12451: The XInclude default loader of xml.etree now decodes by Victor Stinner · 13 years ago
  23. eaf399e Issue #12451: The XInclude default loader of xml.etree now decodes files from by Victor Stinner · 13 years ago
  24. a0b12a1 (merge 3.2) Issue #12451: doctest.debug_script() doesn't create a temporary by Victor Stinner · 13 years ago
  25. 12b8d14 Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to by Victor Stinner · 13 years ago
  26. 319672e (merge 3.2) Issue #12451: pydoc.synopsis() now reads the encoding cookie if by Victor Stinner · 13 years ago
  27. e6c910e Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to by Victor Stinner · 13 years ago
  28. 0b5e049 (merge 3.2) Issue #12451: distutils now opens the setup script in binary mode by Victor Stinner · 13 years ago
  29. dc9b1ea Issue #12451: distutils now opens the setup script in binary mode to read the by Victor Stinner · 13 years ago
  30. e2185d7 (merge 3.2) Issue #12400: regrtest -W doesn't rerun the tests twice anymore, by Victor Stinner · 13 years ago
  31. a7c33e5 Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures by Victor Stinner · 13 years ago
  32. 044369f Issue #9516: Update Misc/NEWS to include packaging. by Ned Deily · 13 years ago
  33. 8c86d30 Issue #9516: Merge Distutils changes from 3.2 by Ned Deily · 13 years ago
  34. 657b2de Issue #9516: Update Misc/NEWS. by Ned Deily · 13 years ago
  35. 4a1ec12 Issue #12141: Install copies of template C module file so that by Ned Deily · 13 years ago
  36. 58f27b2 Issue #12141: Install a copy of template C module file so that by Ned Deily · 13 years ago
  37. 8b56c4b Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  38. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  39. f6837aa Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  40. 11f00f3 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 13 years ago
  41. e90ec36 don't memoize objects that are their own copies (closes #12422) by Benjamin Peterson · 13 years ago
  42. bc80822 Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. by Ross Lagerwall · 13 years ago
  43. 1db37f3 Merge with 3.2 (Issue #12404). by Ross Lagerwall · 13 years ago
  44. dbfb9b8 Issue 12404: Remove C89 incompatible code from mmap module. by Ross Lagerwall · 13 years ago
  45. e109c70 give the names of missing positional or keyword-only arguments (closes #12356) by Benjamin Peterson · 13 years ago
  46. 749073a #1874: detect invalid multipart CTE and report it as a defect. by R David Murray · 13 years ago
  47. 372b838 (merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy the by Victor Stinner · 13 years ago
  48. f1512a2 Close #12383: Fix subprocess module with env={}: don't copy the environment by Victor Stinner · 13 years ago
  49. f5ff223 use a invalid name for the __class__ closure for super() (closes #12370) by Benjamin Peterson · 13 years ago
  50. 3e425ac packaging: Add the project directory to sys.path to support local setup hooks. by Éric Araujo · 13 years ago
  51. afc9a5e #6771: Move wrapper function into __init__ and eliminate wrapper module by R David Murray · 13 years ago
  52. e76ff40 merge #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  53. e5e366c #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 13 years ago
  54. 7df0837 merge #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  55. 6bdb176 #11584: make decode_header handle Header objects correctly by R David Murray · 13 years ago
  56. 9535105 merge #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  57. c88bce1 #11700: proxy object close methods can now be called multiple times by R David Murray · 13 years ago
  58. 4c7d21e merge #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 13 years ago
  59. 05ff990 #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 13 years ago
  60. f073dc2 (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  61. a4c45d7 Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  62. a87d586 branch merge? by Brian Curtin · 13 years ago
  63. c9d6a50 branch merge by Brian Curtin · 13 years ago
  64. 3e86c99 Merge from 3.2 for Issue #12084. by Brian Curtin · 13 years ago
  65. d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 13 years ago
  66. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  67. 703f7c4 merge 3.2 (#9284) by Benjamin Peterson · 13 years ago
  68. 9620cc0 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 13 years ago
  69. bc18532 Branch merge by Éric Araujo · 13 years ago
  70. a529308 Issue #12287: In ossaudiodev, check that the device isn't closed in several by Charles-François Natali · 13 years ago
  71. acde6a0 onto 3.1.5 by Benjamin Peterson · 13 years ago
  72. d858df2 bump to 3.1.4 by Benjamin Peterson · 13 years ago
  73. 643cb73 Allow multiple setup hooks in packaging’s setup.cfg files (#12240). by Éric Araujo · 13 years ago
  74. 3605030 Fix assorted bugs in packaging.util.cfg_to_args (#11595). by Éric Araujo · 13 years ago
  75. 49aaad3 merge heads by Benjamin Peterson · 13 years ago
  76. ae10b32 merge 3.2 (#12009) by Benjamin Peterson · 13 years ago
  77. 9aa68e4 merge 3.1 (#12009) by Benjamin Peterson · 13 years ago
  78. df55334 Branch merge by Éric Araujo · 13 years ago
  79. 1df0f21 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 13 years ago
  80. fa6cfbc Don’t try to install something when running from uninstalled source (#12246). by Éric Araujo · 13 years ago
  81. 51fcb81 Merge #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  82. 4fbb9db #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  83. 0a9f16b merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  84. 0f663d0 #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  85. f97c59a #10424: argument names are now included in the missing argument message by R David Murray · 13 years ago
  86. 8dd8d58 Merged fix for issue #12168 from 3.2. by Vinay Sajip · 13 years ago
  87. 8168d10 Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler. by Vinay Sajip · 13 years ago
  88. f5949b5 The change done for #10645 deserves a NEWS entry by Éric Araujo · 13 years ago
  89. 9a82eaa Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. by Brian Curtin · 13 years ago
  90. 9c669cc Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. by Brian Curtin · 13 years ago
  91. 4dd453c Issue #12021: Make mmap's read() method argument optional. Patch by Petri by Charles-François Natali · 13 years ago
  92. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  93. c5011fe When building sqlite3, the directory where sqlite.h was found was by Brett Cannon · 13 years ago
  94. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  95. f068ab8 Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smtplib module. by Antoine Pitrou · 13 years ago
  96. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  97. d64b2ba merge heads. by Gregory P. Smith · 13 years ago
  98. 7ce0fa8 Issue #12080: Fix a performance issue in Decimal._power_exact that causes some corner-case Decimal.__pow__ calls to take an unreasonably long time. by Mark Dickinson · 13 years ago
  99. 765e94f Add NEWS and whatsnew entries for the packaging module by Éric Araujo · 13 years ago
  100. 22cc118 merge by Raymond Hettinger · 13 years ago