1. 5c4b4c5 [issue19152] Revert 832579dbafd6. by Eric Snow · 11 years ago
  2. 48b42ec Fix typo. by Eric Snow · 11 years ago
  3. af8566c [issue19152] Add ExtensionFileLoader.get_filename(). by Eric Snow · 11 years ago
  4. efbc475 [issue19151] Fix docstring and use of _get_suppported_file_loaders() to reflect 2-tuples. by Eric Snow · 11 years ago
  5. 60b1834 Issue #19014: memoryview.cast() is now allowed on zero-length views. by Antoine Pitrou · 11 years ago
  6. def0a4c Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. by Serhiy Storchaka · 11 years ago
  7. 5184438 Issue #19137: The pprint module now correctly formats instances of set and by Serhiy Storchaka · 11 years ago
  8. 224c87d Issue #18594: Fix the fallback path in collections.Counter(). by Raymond Hettinger · 11 years ago
  9. 1a33b2f Close #19092: ExitStack now reraises exceptions from __exit__ by Nick Coghlan · 11 years ago
  10. 2ff2190 Issue #18594: Fix the fast path for collections.Counter(). by Raymond Hettinger · 11 years ago
  11. 3c678c3 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  12. 860aee7 Properly initialize all fields of a SSL object after allocation. by Antoine Pitrou · 11 years ago
  13. 9c99cc0 Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010 by Christian Heimes · 11 years ago
  14. 643238e Issue #4366: Fix building extensions on all platforms when --enable-shared is used. by Antoine Pitrou · 11 years ago
  15. 0300a8d Issue #18950: Fix miscellaneous bugs in the sunau module. by Serhiy Storchaka · 11 years ago
  16. d2c07a5 Issue #19053: ZipExtFile.read1() with non-zero argument no more returns empty by Serhiy Storchaka · 11 years ago
  17. eecdd77 fix my absurd spelling by Benjamin Peterson · 11 years ago
  18. 305e5aa don't scale compiler stack frames if the recursion limit is huge (closes #19098) by Benjamin Peterson · 11 years ago
  19. 369606d Issue #19028: Fixed tkinter.Tkapp.merge() for non-string arguments. by Serhiy Storchaka · 11 years ago
  20. 31f477c Issue #3015: Fixed tkinter with wantobject=False. Any Tcl command call by Serhiy Storchaka · 11 years ago
  21. c8bf95c Issue #18050: Fixed an incompatibility of the re module with Python 3.3.0 by Serhiy Storchaka · 11 years ago
  22. 41a22f1 #19037: adjust file times *before* moving maildir files into place. by R David Murray · 11 years ago
  23. fb9dc0b Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  24. 8270a2c Merge #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  25. 104aab9 #14984: On POSIX, enforce permissions when reading default .netrc. by R David Murray · 11 years ago
  26. dafea85 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script by Serhiy Storchaka · 11 years ago
  27. 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  28. bc75046 Add a NEWS entry for b9b521efeba3. by Georg Brandl · 11 years ago
  29. c5884d8 Add NEWS entry for c18c18774e24. by Georg Brandl · 11 years ago
  30. 61f4cd1 Add Germán M. Bravo to Misc/ACKS by Eli Bendersky · 11 years ago
  31. 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  32. 016af3f Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  33. dd4754e Issue #18988: The "Tab" key now works when a word is already autocompleted. by Serhiy Storchaka · 11 years ago
  34. c700180 Fix a typo. (closes #18953) by Serhiy Storchaka · 11 years ago
  35. 0494c2a Close #18952: correctly download test support data by Nick Coghlan · 11 years ago
  36. f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  37. eaa3bcc Issue #18942: sys._debugmallocstats() output was damaged on Windows. by Tim Peters · 11 years ago
  38. 134f0de Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in by Serhiy Storchaka · 11 years ago
  39. 362c1b5 Issue #18830: inspect.getclasstree() no more produces duplicated entries even by Serhiy Storchaka · 11 years ago
  40. e1040e2 Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast by Victor Stinner · 11 years ago
  41. e93b63b Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. by Antoine Pitrou · 11 years ago
  42. c9e1dcd Issue #16826: Revert fix while Windows issues are being worked out. by Meador Inge · 11 years ago
  43. d151da9 Issue #16826: Don't check for PYTHONCASEOK when using -E. by Meador Inge · 11 years ago
  44. 740d6b6 Issue #12037: Fix test_email for desktop Windows. by Terry Jan Reedy · 11 years ago
  45. 31e4d32 Issue #18489: Add complete, gui-free tests for idlelib.SearchEngine. by Terry Jan Reedy · 11 years ago
  46. 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  47. dee0434 Fixes issue #15507: test_subprocess's test_send_signal could fail if the test by Gregory P. Smith · 11 years ago
  48. 50254c5 Issue #18743: Fix references to non-existant "StringIO" module by Serhiy Storchaka · 11 years ago
  49. 9594942 Issue #18783: Removed existing mentions of Python long type in docstrings, by Serhiy Storchaka · 11 years ago
  50. 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  51. b33baf1 Issue #18817: Fix a resource warning in Lib/aifc.py demo. by Serhiy Storchaka · 11 years ago
  52. cd0f74b #16611: BaseCookie now parses 'secure' and 'httponly' flags. by R David Murray · 11 years ago
  53. f1fe159 Issue #11973: Fix a problem in kevent. The flags and fflags fields are now by Christian Heimes · 11 years ago
  54. 61636e7 Issue #18747: Fix spelling errors in my commit message and comments, by Christian Heimes · 11 years ago
  55. 0c2dd0c Close #17702: On error, os.environb now removes suppress the except context by Victor Stinner · 11 years ago
  56. f1e0273 NEW entry for issue #18755 by Brett Cannon · 11 years ago
  57. 06ce077 Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6. by Serhiy Storchaka · 11 years ago
  58. 203eb31 Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj by Serhiy Storchaka · 11 years ago
  59. 1852b30 Issue #18747: Update Misc/NEWS to reflect the latest changeset. by Christian Heimes · 11 years ago
  60. 00ae435 #18324: set_payload now correctly handles binary input. by R David Murray · 11 years ago
  61. 1e440cf Issue #18792: Use "127.0.0.1" or "::1" instead of "localhost" as much as possible, since "localhost" goes through a DNS lookup under recent Windows versions. by Antoine Pitrou · 11 years ago
  62. 9e6b975 Issue #17119: Fixed integer overflows when processing large strings and tuples by Serhiy Storchaka · 11 years ago
  63. f77b4b2 Issue #18747: Re-seed OpenSSL's pseudo-random number generator after fork. by Christian Heimes · 11 years ago
  64. b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  65. ec67d18 Issue #13461: Fix a crash in the TextIOWrapper.tell method on 64-bit platforms. by Serhiy Storchaka · 11 years ago
  66. 4d98ca9 Issue #18777: The ssl module now uses the new CRYPTO_THREADID API of by Christian Heimes · 11 years ago
  67. 958dbb9 add missing # by Christian Heimes · 11 years ago
  68. 3c2593b Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok. by Christian Heimes · 11 years ago
  69. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  70. 9ff79f7 Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke malloc weak symbols. by Christian Heimes · 11 years ago
  71. a3811e4 merge by Christian Heimes · 11 years ago
  72. 824f7f3 Issue #18709: Fix CVE-2013-4238. The SSL module now handles NULL bytes by Christian Heimes · 11 years ago
  73. ec34ab5 Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing. by Antoine Pitrou · 11 years ago
  74. ac60160 Issue #1666318: Add a test that shutil.copytree() retains directory permissions. by Antoine Pitrou · 11 years ago
  75. 7491f17 issue #18698: ensure importlib.reload() returns the module out of sys.modules. by Eric Snow · 11 years ago
  76. 7f7b941 Issue #18405: Improve the entropy of crypt.mksalt(). by Victor Stinner · 11 years ago
  77. 569a5fa Issue #17701: Improving strftime documentation. by David Wolever · 11 years ago
  78. 00964ed Issue #18667: Add missing "HAVE_FCHOWNAT" symbol to posix._have_functions. by Larry Hastings · 11 years ago
  79. 7608b60 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  80. a594c63 Issue #18429: Add user-oriented News entry about Format / Format Paragraph by Terry Jan Reedy · 11 years ago
  81. 7c64aad Issue #18226: Add docstrings and unittests for idlelib/FormatParagraph.py. by Terry Jan Reedy · 11 years ago
  82. 056bafe #18681: Fix a NameError in imp.reload() (noticed by Weizhao Li). by Ezio Melotti · 11 years ago
  83. f22b62e #8112: Update the documenting xmlrpc server to use getfullargspec. by R David Murray · 11 years ago
  84. 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  85. 66f2ea0 #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make them discoverable by unittest. Patch by Zachary Ware. by Ezio Melotti · 11 years ago
  86. 9ae513c Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails. by Christian Heimes · 11 years ago
  87. 2833f42 #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  88. 3610286 Merge heads by Serhiy Storchaka · 11 years ago
  89. 78fa5e3 Issue #16067: Add description into MSI file to replace installer's temporary name. by Martin v. Löwis · 11 years ago
  90. f6d0aee Issue #16741: Fix an error reporting in int(). by Serhiy Storchaka · 11 years ago
  91. 1f35ae0 Issue #17998: Fix an internal error in regular expression engine. by Serhiy Storchaka · 11 years ago
  92. 1dfb918 - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger). by doko@ubuntu.com · 11 years ago
  93. 60b3ac7 Close #18396: fix spurious test_signal failure on Windows by Nick Coghlan · 11 years ago
  94. e92dfbf Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case. by Ned Deily · 11 years ago
  95. b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
  96. 2e3e593 Issue #17899: Fix rare file descriptor leak in os.listdir(). by Larry Hastings · 11 years ago
  97. 4fec431 Issue #18599: Fix name attribute of _sha1.sha1() object. It now returns by Christian Heimes · 11 years ago
  98. 5517596 Close #15415: Factor out temp dir helpers to test.support by Nick Coghlan · 11 years ago
  99. 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  100. 70c94e7 Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). by Christian Heimes · 11 years ago