1. 05ddbf0 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 10 years ago
  2. c512adc Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 10 years ago
  3. c05e260 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 10 years ago
  4. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 10 years ago
  5. 41290a6 Issue 23793: Add deque support for __add__(), __mul__(), and __imul__(). by Raymond Hettinger · 10 years ago
  6. 3822093 Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. by Serhiy Storchaka · 10 years ago
  7. 58e4134 Issue #23611: Serializing more "lookupable" objects (such as unbound methods by Serhiy Storchaka · 10 years ago
  8. 72e731c Issue #13583: sqlite3.Row now supports slice indexing. by Serhiy Storchaka · 10 years ago
  9. d5d818d Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 10 years ago
  10. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 10 years ago
  11. f70e1ca Issue #23485: select.select() is now retried automatically with the recomputed by Victor Stinner · 10 years ago
  12. 2c7b5a9 Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on by Serhiy Storchaka · 10 years ago
  13. 7901b48 Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. by Serhiy Storchaka · 10 years ago
  14. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 10 years ago
  15. c4bb599 Merge: #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 10 years ago
  16. 520bddf Issue #23752: When built from an existing file descriptor, io.FileIO() now only by Victor Stinner · 10 years ago
  17. dca028b Issue #22117: Fix os.utime(), it now rounds the timestamp towards minus by Victor Stinner · 10 years ago
  18. a3a100b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
  19. 10915aa Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
  20. 07360df Issue #14260: The groupindex attribute of regular expression pattern object by Serhiy Storchaka · 10 years ago
  21. 0deefd5 merge 3.4 (#23801) by Benjamin Peterson · 10 years ago
  22. d90f8d1 Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage by Donald Stufft · 10 years ago
  23. f375b0a Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 10 years ago
  24. 1058cda #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 10 years ago
  25. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 10 years ago
  26. bfbfc8d Removed unintentional trailing spaces in text files. by Serhiy Storchaka · 10 years ago
  27. aa4c36f Issue #23775: pprint() of OrderedDict now outputs the same representation by Serhiy Storchaka · 10 years ago
  28. e6bb7eb Issue #23765: Removed IsBadStringPtr calls in ctypes by Steve Dower · 10 years ago
  29. 632a77e Issue #22364: Improved some re error messages using regex for hints. by Serhiy Storchaka · 10 years ago
  30. b20f905 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  31. 1b87ae0 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  32. 764fc9b Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive by Serhiy Storchaka · 10 years ago
  33. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  34. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  35. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  36. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  37. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 10 years ago
  38. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
  39. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  40. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  41. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 10 years ago
  42. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
  43. 8be6be4 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  44. a54aae0 Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` by Serhiy Storchaka · 10 years ago
  45. 793c14e Issue #4727: Fixed issue number in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  46. b876df4 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  47. d9d769f Issue #23573: Increased performance of string search operations (str.find, by Serhiy Storchaka · 10 years ago
  48. 520e00d Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  49. 87eb482 Issue #23502: The pprint module now supports mapping proxies. by Serhiy Storchaka · 10 years ago
  50. 022f203 Issue #17530: pprint now wraps long bytes objects and bytearrays. by Serhiy Storchaka · 10 years ago
  51. 72bd327 Issue #22687: Fixed some corner cases in breaking words in tetxtwrap. by Serhiy Storchaka · 10 years ago
  52. 32af754 Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and by Serhiy Storchaka · 10 years ago
  53. 0f05cea #11468: merge with 3.4. by Ezio Melotti · 10 years ago
  54. f329878 Issue #23753: Python doesn't support anymore platforms without stat() or by Victor Stinner · 10 years ago
  55. 929a14a Misc/NEWS entries for zipapp changes by Paul Moore · 10 years ago
  56. d1f3a00 Merge 3.4 (faulthandler ICC) by Victor Stinner · 10 years ago
  57. bca63b3 Issue #23688: Added support of arbitrary bytes-like objects and avoided by Serhiy Storchaka · 10 years ago
  58. 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 10 years ago
  59. f07a4b6 Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
  60. 94a6448 Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  61. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  62. 2f7bf23 Issue #22289: merge from 3.4 by Ned Deily · 10 years ago
  63. 32ea165 Issue 23704: Add index(), copy(), and insert() to deques. Register deques as a MutableSequence. by Raymond Hettinger · 10 years ago
  64. 0a9e272 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
  65. 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 10 years ago
  66. a453cd8 Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried by Victor Stinner · 10 years ago
  67. 53c3fb1 Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better by Serhiy Storchaka · 10 years ago
  68. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 10 years ago
  69. b3aa2e7 Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 10 years ago
  70. f0c6cd3 Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 10 years ago
  71. 31084ba Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimensional memoryviews). by Antoine Pitrou · 10 years ago
  72. 79d68f9 Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now by Victor Stinner · 10 years ago
  73. 0ed56a0 Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 10 years ago
  74. 64c439d Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 10 years ago
  75. fc7344a Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  76. 423feea Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  77. 4f418d3 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
  78. 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
  79. 8eef6a9 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
  80. 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
  81. 59f7fb2 Issue #22181: On Linux, os.urandom() now uses the new getrandom() syscall if by Victor Stinner · 10 years ago
  82. 9c1a9b2 Issue #2211: Updated the implementation of the http.cookies.Morsel class. by Serhiy Storchaka · 10 years ago
  83. b28de01 Fix patch attribution for issue 18983. by Robert Collins · 10 years ago
  84. 302dbc6 Issue #18983: Allow selection of output units in timeit. by Robert Collins · 10 years ago
  85. c7965e0 Issue #23585: make patchcheck will ensure the interpreter is built. by Robert Collins · 10 years ago
  86. bbb8ade Issue #23631: Fix traceback.format_list when a traceback has been mutated. by Robert Collins · 10 years ago
  87. 7aaa859 Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  88. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  89. 102029d Issue #2052: Add charset parameter to HtmlDiff.make_file(). by Berker Peksag · 10 years ago
  90. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  91. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  92. f7cc3fc Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  93. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  94. 9bd8af7 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 10 years ago
  95. 95bb714 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() by Victor Stinner · 10 years ago
  96. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  97. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  98. 9142773 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  99. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  100. ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago