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. e50e780 Issue #23611: Fixed enums pickling tests. Now all picklings work with all by Serhiy Storchaka · 10 years ago
  7. 5236e31 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 10 years ago
  8. b9100e5 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 10 years ago
  9. 3822093 Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. by Serhiy Storchaka · 10 years ago
  10. 58e4134 Issue #23611: Serializing more "lookupable" objects (such as unbound methods by Serhiy Storchaka · 10 years ago
  11. 72e731c Issue #13583: sqlite3.Row now supports slice indexing. by Serhiy Storchaka · 10 years ago
  12. 80d84c8 Merge heads by Serhiy Storchaka · 10 years ago
  13. d5d818d Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 10 years ago
  14. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 10 years ago
  15. b310173 Issue #23485: Enhance and update selectors doc and test_selectors by Victor Stinner · 10 years ago
  16. 45ca48b Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  17. 4448c08 Issue #23485: select.kqueue.control() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  18. 41eba22 Issue #23485: select.epoll.poll() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  19. 3c7d6e0 Issue #23485: select.poll.poll() is now retried when interrupted by a signal by Victor Stinner · 10 years ago
  20. 749a6a8 Issue #23485: Fix test_signal, select.select() now retries the syscall if the by Victor Stinner · 10 years ago
  21. f70e1ca Issue #23485: select.select() is now retried automatically with the recomputed by Victor Stinner · 10 years ago
  22. 3f5d48b Partially revert 3603bae63c13 (issue23326) for asyncio. by Serhiy Storchaka · 10 years ago
  23. c156e51 Merge: #23792: also catch interrupt around pipe.write. by R David Murray · 10 years ago
  24. e7f5e14 #23792: also catch interrupt around pipe.write. by R David Murray · 10 years ago
  25. 5fdde71 Issue #23605: Fix typo in an os.walk() comment by Victor Stinner · 10 years ago
  26. 09dab7a Merge 3.5.0a3 release engineering changes back into trunk. by Larry Hastings · 10 years ago
  27. 2c7b5a9 Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on by Serhiy Storchaka · 10 years ago
  28. 7901b48 Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. by Serhiy Storchaka · 10 years ago
  29. a695f83 Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods by Victor Stinner · 10 years ago
  30. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 10 years ago
  31. bcdd777 Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps by Victor Stinner · 10 years ago
  32. c4bb599 Merge: #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 10 years ago
  33. f81f0f9 Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in: by Victor Stinner · 10 years ago
  34. 02d1db9 Release bump for Python 3.5.0a3. by Larry Hastings · 10 years ago
  35. b2c2dc3 Regenerated pydoc topics and minor doc fixes for 3.5.0a3. by Larry Hastings · 10 years ago
  36. a3a100b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
  37. 10915aa Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
  38. 07360df Issue #14260: The groupindex attribute of regular expression pattern object by Serhiy Storchaka · 10 years ago
  39. 1813c17 #2211: properly document the Morsel behavior changes. by R David Murray · 10 years ago
  40. 0deefd5 merge 3.4 (#23801) by Benjamin Peterson · 10 years ago
  41. d90f8d1 Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage by Donald Stufft · 10 years ago
  42. f375b0a Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 10 years ago
  43. 1058cda #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 10 years ago
  44. 1b74d63 Added explicit tests for issue #23803. by Serhiy Storchaka · 10 years ago
  45. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 10 years ago
  46. bfbfc8d Removed unintentional trailing spaces in text files. by Serhiy Storchaka · 10 years ago
  47. 1770fde Make some tests more frienly to MemoryError. by Serhiy Storchaka · 10 years ago
  48. 9db5500 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 10 years ago
  49. 02937aa Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime by Victor Stinner · 10 years ago
  50. 95e9cef Issue #22117: Write unit tests for _PyTime_AsTimeval() by Victor Stinner · 10 years ago
  51. 34dc0f4 Issue #22117: The signal modules uses the new _PyTime_t API by Victor Stinner · 10 years ago
  52. 4bfb460 Issue #22117: time.monotonic() now uses the new _PyTime_t API by Victor Stinner · 10 years ago
  53. ac9591a Remove a dead test for a never-launched API by Brett Cannon · 10 years ago
  54. ff7f428 Merge by Brett Cannon · 10 years ago
  55. 781692f Fix module deprecation warnings to have a useful stacklevel by Brett Cannon · 10 years ago
  56. 992c43f Issue #22117: Fix rounding in _PyTime_FromSecondsObject() by Victor Stinner · 10 years ago
  57. 79644f9 Issue #22117: Fix test_gdb for the new time.sleep() by Victor Stinner · 10 years ago
  58. ba508d5 Merge 3.4 (test.support) by Victor Stinner · 10 years ago
  59. d7aa524 Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og by Victor Stinner · 10 years ago
  60. 6b3af08 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  61. 79fd962 asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed by Victor Stinner · 10 years ago
  62. 59f6342 Issue #23715: Fix test_sigtimedwait() of test_eintr by Victor Stinner · 10 years ago
  63. aa4c36f Issue #23775: pprint() of OrderedDict now outputs the same representation by Serhiy Storchaka · 10 years ago
  64. f3fa308 Issue #23776: Removed asserts from pprint.PrettyPrinter constructor. by Serhiy Storchaka · 10 years ago
  65. e6bb7eb Issue #23765: Removed IsBadStringPtr calls in ctypes by Steve Dower · 10 years ago
  66. 632a77e Issue #22364: Improved some re error messages using regex for hints. by Serhiy Storchaka · 10 years ago
  67. 7c316a1 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 10 years ago
  68. 0b4e355 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 10 years ago
  69. b20f905 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  70. 1b87ae0 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  71. 764fc9b Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive by Serhiy Storchaka · 10 years ago
  72. b0749ca Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 10 years ago
  73. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  74. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  75. be1eb14 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 10 years ago
  76. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  77. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
  78. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  79. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  80. 75ed90a #23700: fix/improve comment by R David Murray · 10 years ago
  81. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 10 years ago
  82. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
  83. 09ce278 Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 10 years ago
  84. 15fa1c4 Fixed using deprecated escaping in regular expression in _strptime.py (issue23622). by Serhiy Storchaka · 10 years ago
  85. 8be6be4 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  86. a54aae0 Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` by Serhiy Storchaka · 10 years ago
  87. b876df4 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  88. f7ef475 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 10 years ago
  89. 520e00d Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  90. 87eb482 Issue #23502: The pprint module now supports mapping proxies. by Serhiy Storchaka · 10 years ago
  91. 022f203 Issue #17530: pprint now wraps long bytes objects and bytearrays. by Serhiy Storchaka · 10 years ago
  92. 8e2aa88 Issue #23741: Slightly refactor the pprint module to make it a little more by Serhiy Storchaka · 10 years ago
  93. 72bd327 Issue #22687: Fixed some corner cases in breaking words in tetxtwrap. by Serhiy Storchaka · 10 years ago
  94. 32af754 Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and by Serhiy Storchaka · 10 years ago
  95. 944fbcc Issue #23571: Enhance _Py_CheckFunctionResult() by Victor Stinner · 10 years ago
  96. 381a9bc Issue #23571: Update test_capi by Victor Stinner · 10 years ago
  97. bca63b3 Issue #23688: Added support of arbitrary bytes-like objects and avoided by Serhiy Storchaka · 10 years ago
  98. 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 10 years ago
  99. 94a6448 Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  100. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago