1. d2ed630 merge heads by Benjamin Peterson · 14 years ago
  2. 83195c3 restore a generator's caller's exception state both on yield and (last) return by Benjamin Peterson · 14 years ago
  3. c77eccd add 3.2.2 heading by Benjamin Peterson · 14 years ago
  4. a4a0406 Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is by Charles-François Natali · 14 years ago
  5. 778db49 Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by by Charles-François Natali · 14 years ago
  6. 71cbafb Issue #12407: Explicitly skip test_capi.EmbeddingTest under Windows. by Antoine Pitrou · 14 years ago
  7. eaf399e Issue #12451: The XInclude default loader of xml.etree now decodes files from by Victor Stinner · 14 years ago
  8. 12b8d14 Issue #12451: doctest.debug_script() doesn't create a temporary file anymore to by Victor Stinner · 14 years ago
  9. e6c910e Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to by Victor Stinner · 14 years ago
  10. dc9b1ea Issue #12451: distutils now opens the setup script in binary mode to read the by Victor Stinner · 14 years ago
  11. a7c33e5 Issue #12400: regrtest -W doesn't rerun the tests twice anymore, but captures by Victor Stinner · 14 years ago
  12. 657b2de Issue #9516: Update Misc/NEWS. by Ned Deily · 14 years ago
  13. 58f27b2 Issue #12141: Install a copy of template C module file so that by Ned Deily · 14 years ago
  14. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 14 years ago
  15. 11f00f3 Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 by Ned Deily · 14 years ago
  16. dbfb9b8 Issue 12404: Remove C89 incompatible code from mmap module. by Ross Lagerwall · 14 years ago
  17. f1512a2 Close #12383: Fix subprocess module with env={}: don't copy the environment by Victor Stinner · 14 years ago
  18. e5e366c #11584: make Header and make_header handle binary unknown-8bit input by R David Murray · 14 years ago
  19. 6bdb176 #11584: make decode_header handle Header objects correctly by R David Murray · 14 years ago
  20. c88bce1 #11700: proxy object close methods can now be called multiple times by R David Murray · 14 years ago
  21. 05ff990 #11767: use context manager to close file in __getitem__ to prevent FD leak by R David Murray · 14 years ago
  22. a4c45d7 Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 14 years ago
  23. a87d586 branch merge? by Brian Curtin · 14 years ago
  24. d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 14 years ago
  25. 9620cc0 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 14 years ago
  26. acde6a0 onto 3.1.5 by Benjamin Peterson · 14 years ago
  27. d858df2 bump to 3.1.4 by Benjamin Peterson · 14 years ago
  28. 9aa68e4 merge 3.1 (#12009) by Benjamin Peterson · 14 years ago
  29. 1df0f21 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 14 years ago
  30. 4fbb9db #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 14 years ago
  31. 0f663d0 #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 14 years ago
  32. 8168d10 Issue #12168: SysLogHandler now allows NUL termination to be controlled using a new 'append_nul' attribute on the handler. by Vinay Sajip · 14 years ago
  33. 9c669cc Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. by Brian Curtin · 14 years ago
  34. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 14 years ago
  35. 0aa71f7 merge 3.1 (#12221) by Benjamin Peterson · 14 years ago
  36. a22c98d simply use the Python version for pyexpat.__version__ #12221 by Benjamin Peterson · 14 years ago
  37. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 14 years ago
  38. ac4e5ab #12147: make send_message correctly handle Sender and Resent- headers. by R David Murray · 14 years ago
  39. 5bdae3b Closes #12291: Fixed bug which was found when doing multiple loads from one stream. by Vinay Sajip · 14 years ago
  40. ee49797 Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 14 years ago
  41. 19c5233 Issue #1195: fix the issue number of the NEWS entry by Victor Stinner · 14 years ago
  42. 4f71101 Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix by Victor Stinner · 14 years ago
  43. 9a63745 bump to 3.1.4rc1 by Benjamin Peterson · 14 years ago
  44. 4b8f665 Branch merge by Éric Araujo · 14 years ago
  45. d5a9196 Issue #12205: Fix test_subprocess failure due to uninstalled test data. by Ned Deily · 14 years ago
  46. f0ab5d6 Fix typos in Misc/NEWS by Éric Araujo · 14 years ago
  47. 6e5fd04 Issue #11217: For 64-bit/32-bit Mac OS X universal framework builds, by Ned Deily · 14 years ago
  48. 32b5cb0 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 14 years ago
  49. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 14 years ago
  50. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  51. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 14 years ago
  52. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 14 years ago
  53. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 14 years ago
  54. 4767114 (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 14 years ago
  55. b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 14 years ago
  56. 1273b7c Issue #12070: Fix the Makefile parser of the sysconfig module to handle by Victor Stinner · 14 years ago
  57. d48ba0b (Merge 3.1) Issue #12100: Don't reset incremental encoders of CJK codecs at by Victor Stinner · 14 years ago
  58. 6bcbef7 Issue #12100: Don't reset incremental encoders of CJK codecs at each call to by Victor Stinner · 14 years ago
  59. cf05759 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 14 years ago
  60. 7b54e75 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 14 years ago
  61. f5fcd33 merge 3.1 by Benjamin Peterson · 14 years ago
  62. 7963a35 correctly lookup __dir__ by Benjamin Peterson · 14 years ago
  63. d079367 Set up branch to be rc2 next. by Georg Brandl · 14 years ago
  64. 9c1928f Merge release branch after 3.2.1rc1. by Georg Brandl · 14 years ago
  65. 4445ec8 (Merge 3.1) Issue #12124: zipimport doesn't keep a reference to by Victor Stinner · 14 years ago
  66. 4925cde Issue #12124: zipimport doesn't keep a reference to zlib.decompress() anymore by Victor Stinner · 14 years ago
  67. f23f786 Fix section title by Antoine Pitrou · 14 years ago
  68. b4410db Issue #12065: connect_ex() on an SSL socket now returns the original errno by Antoine Pitrou · 14 years ago
  69. ff1d2f4 Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support by Victor Stinner · 14 years ago
  70. 3349bca Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch by Victor Stinner · 14 years ago
  71. 5ee0567 Fixes #11088: IDLE crashes when using F5 to run a script on OSX with Tk 8.5 by Ronald Oussoren · 14 years ago
  72. 6edd8c1 (merge) Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 14 years ago
  73. 02a67ac Fix #10154 and #10090: locale normalizes the UTF-8 encoding to "UTF-8" instead of "UTF8" by Ronald Oussoren · 14 years ago
  74. 9cd6626 (Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written by Victor Stinner · 14 years ago
  75. c77b931 Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas by Victor Stinner · 14 years ago
  76. d0e11ec Issue #10756: atexit normalizes the exception before displaying it. Patch by by Victor Stinner · 14 years ago
  77. 5673e27 Bump to 3.2.1rc1. by Georg Brandl · 14 years ago
  78. 447fcfb NEWS entry for fix of issue #9516 by Ronald Oussoren · 14 years ago
  79. 2bff9fc Branch merge. by Georg Brandl · 14 years ago
  80. 5ebfe6d (Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the by Victor Stinner · 14 years ago
  81. 2ec6b17 Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. by Victor Stinner · 14 years ago
  82. 758b85e Fix-up NEWS: entries made after 3.2.1b1 go into the 3.2.1c1 section. by Georg Brandl · 14 years ago
  83. 565d659 Merge: #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
  84. 0c3d96a Issue #8650: Make zlib.[de]compressobj().[de]compress() 64-bit clean. by Nadeem Vawda · 14 years ago
  85. 5eef502 Merge: #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
  86. 7619e88 Issue #12050: zlib.decompressobj().decompress() now clears the unconsumed_tail by Nadeem Vawda · 14 years ago
  87. 6b60fb9 #5723: merge with 3.1. by Ezio Melotti · 14 years ago
  88. 3c0d8a1 #5723: Improve json tests to be executed with and without accelerations. by Ezio Melotti · 14 years ago
  89. e670c88 Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add by Victor Stinner · 14 years ago
  90. cc5ea68 Merge in changes from 3.2.1b1 release repo. by Georg Brandl · 14 years ago
  91. 00dd182 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 14 years ago
  92. 7c40489 Issue #12062: Fix a flushing bug when doing a certain type of I/O sequence by Antoine Pitrou · 14 years ago
  93. c9557af merge - 7a3f3ad83676 Fixes Issue #12044. by Gregory P. Smith · 14 years ago
  94. bc3e138 Merge from 3.1 by Kurt B. Kaiser · 14 years ago
  95. e147806 Issue #1028: Tk returns invalid Unicode null in %A: UnicodeDecodeError. by Kurt B. Kaiser · 14 years ago
  96. ba9c664 Issue #10419: Fix build_scripts command of distutils to handle correctly by Victor Stinner · 14 years ago
  97. 5307126 Issue #11169: compileall module uses repr() to format filenames and paths to by Victor Stinner · 14 years ago
  98. 1eb4f28 Close #10419, issue #6011: build_scripts command of distutils handles correctly by Victor Stinner · 14 years ago
  99. f188bc5 #12051: merge with 3.1. by Ezio Melotti · 14 years ago
  100. 1367265 #12051: Fix segfault in json.dumps() while encoding highly-nested objects using the C accelerations. by Ezio Melotti · 14 years ago