1. a695f83 Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods by Victor Stinner · 9 years ago
  2. 869e177 Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING by Victor Stinner · 9 years ago
  3. bcdd777 Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps by Victor Stinner · 9 years ago
  4. c4bb599 Merge: #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  5. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  6. 520bddf Issue #23752: When built from an existing file descriptor, io.FileIO() now only by Victor Stinner · 9 years ago
  7. edddf99 Issue #22117: Add assertions to _PyTime_AsTimeval() and _PyTime_AsTimespec() to by Victor Stinner · 9 years ago
  8. ea9c0dd Issue #22117: Fix usage of _PyTime_AsTimeval() by Victor Stinner · 9 years ago
  9. 160e819 Issue #23694: Fix usage of _Py_open() in the _posixsubprocess module by Victor Stinner · 9 years ago
  10. e4a994d Issue #22117: Fix rounding of fromtimestamp() methods of datetime.datetime and by Victor Stinner · 9 years ago
  11. dca028b Issue #22117: Fix os.utime(), it now rounds the timestamp towards minus by Victor Stinner · 9 years ago
  12. f81f0f9 Issue #22117: Fix rounding and implement _PyTime_ROUND_FLOOR in: by Victor Stinner · 9 years ago
  13. a3a100b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 9 years ago
  14. 1bd18ba Issue #22117: Cleanup pytime.c/.h by Victor Stinner · 9 years ago
  15. 09e5cf2 Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor by Victor Stinner · 9 years ago
  16. 10915aa Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 9 years ago
  17. 07360df Issue #14260: The groupindex attribute of regular expression pattern object by Serhiy Storchaka · 9 years ago
  18. 1813c17 #2211: properly document the Morsel behavior changes. by R David Murray · 9 years ago
  19. 0deefd5 merge 3.4 (#23801) by Benjamin Peterson · 9 years ago
  20. d90f8d1 Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage by Donald Stufft · 9 years ago
  21. f375b0a Merge: #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 9 years ago
  22. 1058cda #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 9 years ago
  23. 1b74d63 Added explicit tests for issue #23803. by Serhiy Storchaka · 9 years ago
  24. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 9 years ago
  25. bfbfc8d Removed unintentional trailing spaces in text files. by Serhiy Storchaka · 9 years ago
  26. 1770fde Make some tests more frienly to MemoryError. by Serhiy Storchaka · 9 years ago
  27. 9db5500 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 9 years ago
  28. cb0c602 Issue #22117: Fix _PyTime_GetMonotonicClock() and by Victor Stinner · 9 years ago
  29. 02937aa Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime by Victor Stinner · 9 years ago
  30. b3b4544 Issue #22117: Use the _PyTime_t API for time.clock_settime() by Victor Stinner · 9 years ago
  31. c337838 Issue #22117: Use the new _PyTime_t API in the select module by Victor Stinner · 9 years ago
  32. f5faad2 Issue #22117: The thread module uses the new _PyTime_t timestamp API by Victor Stinner · 9 years ago
  33. e245231 Issue #22117: Fix ssl to use _PyTime_t API on sock_timeout by Victor Stinner · 9 years ago
  34. b28e916 Issue #22117: remove _PyTime_INTERVAL() macro by Victor Stinner · 9 years ago
  35. 71694d5 Issue #22117: The socket module uses _PyTime_t timestamp for timeouts by Victor Stinner · 9 years ago
  36. 95e9cef Issue #22117: Write unit tests for _PyTime_AsTimeval() by Victor Stinner · 9 years ago
  37. b7df314 Issue #23618, #22117: refactor socketmodule.c by Victor Stinner · 9 years ago
  38. 34dc0f4 Issue #22117: The signal modules uses the new _PyTime_t API by Victor Stinner · 9 years ago
  39. 7181dec Issue #22117: The gc module now uses _PyTime_t timestamp by Victor Stinner · 9 years ago
  40. a47b881 Issue #22117: time.time() now uses the new _PyTime_t API by Victor Stinner · 9 years ago
  41. 4bfb460 Issue #22117: time.monotonic() now uses the new _PyTime_t API by Victor Stinner · 9 years ago
  42. 52d1493 format .. note properly by Benjamin Peterson · 9 years ago
  43. ac9591a Remove a dead test for a never-launched API by Brett Cannon · 9 years ago
  44. ff7f428 Merge by Brett Cannon · 9 years ago
  45. 781692f Fix module deprecation warnings to have a useful stacklevel by Brett Cannon · 9 years ago
  46. 992c43f Issue #22117: Fix rounding in _PyTime_FromSecondsObject() by Victor Stinner · 9 years ago
  47. 79644f9 Issue #22117: Fix test_gdb for the new time.sleep() by Victor Stinner · 9 years ago
  48. ba508d5 Merge 3.4 (test.support) by Victor Stinner · 9 years ago
  49. d7aa524 Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og by Victor Stinner · 9 years ago
  50. 6b3af08 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  51. 79fd962 asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed by Victor Stinner · 9 years ago
  52. 59f6342 Issue #23715: Fix test_sigtimedwait() of test_eintr by Victor Stinner · 9 years ago
  53. eb35229 Issue #23451, #22117: Python 3.5 now requires Windows Vista or newer, so by Victor Stinner · 9 years ago
  54. cb29f01 Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h by Victor Stinner · 9 years ago
  55. a766ddf Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and by Victor Stinner · 9 years ago
  56. 1912b39 _PyUnicodeWriter_WriteStr() now checks that the input string is consistent by Victor Stinner · 9 years ago
  57. aa4c36f Issue #23775: pprint() of OrderedDict now outputs the same representation by Serhiy Storchaka · 9 years ago
  58. f3fa308 Issue #23776: Removed asserts from pprint.PrettyPrinter constructor. by Serhiy Storchaka · 9 years ago
  59. e6bb7eb Issue #23765: Removed IsBadStringPtr calls in ctypes by Steve Dower · 9 years ago
  60. 632a77e Issue #22364: Improved some re error messages using regex for hints. by Serhiy Storchaka · 9 years ago
  61. 7c316a1 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 9 years ago
  62. 0b4e355 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 9 years ago
  63. b20f905 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 9 years ago
  64. 1b87ae0 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 9 years ago
  65. 764fc9b Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive by Serhiy Storchaka · 9 years ago
  66. 4891997 Missing brace and minor formatting in Windows installer by Steve Dower · 9 years ago
  67. 81f241a Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(), by Victor Stinner · 9 years ago
  68. 84092ac Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 9 years ago
  69. b0749ca Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 9 years ago
  70. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  71. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  72. be1eb14 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 9 years ago
  73. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 9 years ago
  74. ec4f959 Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr by Victor Stinner · 9 years ago
  75. 0e98a76 Issue #23571: Enhance Py_FatalError() by Victor Stinner · 9 years ago
  76. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  77. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 9 years ago
  78. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 9 years ago
  79. f6e31b7 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 9 years ago
  80. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 9 years ago
  81. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  82. 75ed90a #23700: fix/improve comment by R David Murray · 9 years ago
  83. 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 9 years ago
  84. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 9 years ago
  85. d357b89 Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 9 years ago
  86. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 9 years ago
  87. 2ea51c9 Closes #9445: Removes detection of GetFinalPathNameByHandle by Steve Dower · 9 years ago
  88. ef42dae Issue #23765: Remove IsBadStringPtr calls in ctypes by Steve Dower · 9 years ago
  89. c98290b Fixes UI labels and ability to add/remove features. by Steve Dower · 9 years ago
  90. 102f72c Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals and fixes test script. by Steve Dower · 9 years ago
  91. fef9c1b Fix typo by Raymond Hettinger · 9 years ago
  92. 8dbbae2 Minor code and comment cleanups. by Raymond Hettinger · 9 years ago
  93. dabbfe7 Issue #23573: Fix bytes.rfind() and bytearray.rfind() on Windows by Victor Stinner · 9 years ago
  94. 39183df Merge 3.4 (traceback) by Victor Stinner · 9 years ago
  95. 53345a4 (Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 9 years ago
  96. 09ce278 Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 9 years ago
  97. 15fa1c4 Fixed using deprecated escaping in regular expression in _strptime.py (issue23622). by Serhiy Storchaka · 9 years ago
  98. 8be6be4 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  99. a54aae0 Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` by Serhiy Storchaka · 9 years ago
  100. 793c14e Issue #4727: Fixed issue number in Misc/NEWS. by Serhiy Storchaka · 9 years ago