1. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
  2. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  3. 9f3109c Issue #23686: Update Windows build to use OpenSSL 1.0.2a. by Zachary Ware · 9 years ago
  4. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  5. ab73e65 Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if by Victor Stinner · 9 years ago
  6. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  7. 2e229e0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  8. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  9. 8e44aa5 Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the by Victor Stinner · 9 years ago
  10. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  11. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  12. c512adc Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 9 years ago
  13. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  14. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 9 years ago
  15. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  16. a3a100b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 9 years ago
  17. d90f8d1 Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage by Donald Stufft · 9 years ago
  18. 1058cda #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 9 years ago
  19. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 9 years ago
  20. 1b87ae0 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 9 years ago
  21. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  22. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  23. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 9 years ago
  24. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  25. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 9 years ago
  26. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 9 years ago
  27. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  28. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  29. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 10 years ago
  30. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
  31. f0c6cd3 Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 10 years ago
  32. 64c439d Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 10 years ago
  33. 423feea Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  34. 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
  35. d833779 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 10 years ago
  36. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  37. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  38. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  39. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  40. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  41. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  42. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  43. b5a2322 Issue #23593: fix Misc/NEWS entries by Ned Deily · 10 years ago
  44. ac677f3 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 10 years ago
  45. fdb1971 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 10 years ago
  46. f7f3b0a Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 10 years ago
  47. 7beb4f9 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
  48. 5061e67 merge 3.3 (#23367) by Benjamin Peterson · 10 years ago
  49. 6e820c0 remove mention of Python 2.2 and 2.3 by Benjamin Peterson · 10 years ago
  50. efdc16f9 Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 10 years ago
  51. 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
  52. ab900c2 Issue #21619: Popen objects no longer leave a zombie after exit in the with by Serhiy Storchaka · 10 years ago
  53. c332f8a Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!) by Larry Hastings · 10 years ago
  54. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 10 years ago
  55. 8c3ec53 Merge 3.4.3 release engineering changes back into 3.4. by Larry Hastings · 10 years ago
  56. e287746 Post-release changes for 3.4.3. by Larry Hastings · 10 years ago
  57. fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 10 years ago
  58. 80a1803 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  59. a3369a5 Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
  60. a1543cd Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  61. a3712a9 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  62. 5e3d7a4 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 10 years ago
  63. 500af33 remove rc4 from the default client ciphers (closes #23481) by Benjamin Peterson · 10 years ago
  64. 76e37b1 merge 3.3 by Benjamin Peterson · 10 years ago
  65. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 10 years ago
  66. 74eb8b2 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 10 years ago
  67. 57fffd6 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 10 years ago
  68. 3d6c784 Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. by Antoine Pitrou · 10 years ago
  69. 832dd5f Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  70. 22ef9f7 merge 3.3 (#23361) by Benjamin Peterson · 10 years ago
  71. 833d192 Post-release updates for Python 3.4.3rc1. by Larry Hastings · 10 years ago
  72. e552906 Version bump for 3.4.3rc1. by Larry Hastings · 10 years ago
  73. 581c29f Issue #23399: pyvenv creates relative symlinks where possible. by Barry Warsaw · 10 years ago
  74. b518134 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 10 years ago
  75. 104b9e0 fix many custom mro() edge cases and improve code quality (#22735) by Benjamin Peterson · 10 years ago
  76. 9125fe2 Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. by Ned Deily · 10 years ago
  77. aef859c Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 10 years ago
  78. 05784a7 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 10 years ago
  79. c057c38 Issue #23099: Closing io.BytesIO with exported buffer is rejected now to by Serhiy Storchaka · 10 years ago
  80. 4fdb684 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() by Serhiy Storchaka · 10 years ago
  81. 7a66fc2 revert lineno and col_offset changes from #16795 (closes #21295) by Benjamin Peterson · 10 years ago
  82. c468b53 merge 3.3 (#23364, #23363) by Benjamin Peterson · 10 years ago
  83. f635dc3 merge 3.3 (#23365) by Benjamin Peterson · 10 years ago
  84. 819c4e9 merge 3.3 (#23366) by Benjamin Peterson · 10 years ago
  85. 3675cd9 merge 3.3 (#23369) by Benjamin Peterson · 10 years ago
  86. 26f7b8a Issue #23353: Fix the exception handling of generators in PyEval_EvalFrameEx(). by Victor Stinner · 10 years ago
  87. e09bcc8 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 10 years ago
  88. b76bcc4 Issue #14099: Backout changeset e5bb3044402b (except adapted tests). by Serhiy Storchaka · 10 years ago
  89. 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
  90. 21d7533 Issue #23094: Fixed readline with frames in Python implementation of pickle. by Serhiy Storchaka · 10 years ago
  91. 624caf7 Add credits for Martin Panter. by Serhiy Storchaka · 10 years ago
  92. f186e12 Issue #23268: Fixed bugs in the comparison of ipaddress classes. by Serhiy Storchaka · 10 years ago
  93. f4b7a02 Issue #21408: The default __ne__() now returns NotImplemented if __eq__() by Serhiy Storchaka · 10 years ago
  94. 155ceaa handle headers with no key (closes #19996) by Benjamin Peterson · 10 years ago
  95. 7e4b905 Issue #23321: Fixed a crash in str.decode() when error handler returned by Serhiy Storchaka · 10 years ago
  96. 173ad83 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 10 years ago
  97. b2653b3 Issue #23098: 64-bit dev_t is now supported in the os module. by Serhiy Storchaka · 10 years ago
  98. ccb416f Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  99. 1e012e6 Issue #23211: Workaround test_logging failure on some OS X 10.6 systems: by Ned Deily · 10 years ago
  100. bd34162 capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (closes #23250) by Benjamin Peterson · 10 years ago