1. 4bfb460 Issue #22117: time.monotonic() now uses the new _PyTime_t API by Victor Stinner · 10 years ago
  2. 52d1493 format .. note properly by Benjamin Peterson · 10 years ago
  3. ac9591a Remove a dead test for a never-launched API by Brett Cannon · 10 years ago
  4. ff7f428 Merge by Brett Cannon · 10 years ago
  5. 781692f Fix module deprecation warnings to have a useful stacklevel by Brett Cannon · 10 years ago
  6. 992c43f Issue #22117: Fix rounding in _PyTime_FromSecondsObject() by Victor Stinner · 10 years ago
  7. 79644f9 Issue #22117: Fix test_gdb for the new time.sleep() by Victor Stinner · 10 years ago
  8. ba508d5 Merge 3.4 (test.support) by Victor Stinner · 10 years ago
  9. d7aa524 Issue #23445: Fix test.support.python_is_optimized() for CFLAGS=-Og by Victor Stinner · 10 years ago
  10. 6b3af08 Merge 3.4 (asyncio) by Victor Stinner · 10 years ago
  11. 79fd962 asyncio: Fix _SelectorTransport.__repr__() if the event loop is closed by Victor Stinner · 10 years ago
  12. 59f6342 Issue #23715: Fix test_sigtimedwait() of test_eintr by Victor Stinner · 10 years ago
  13. eb35229 Issue #23451, #22117: Python 3.5 now requires Windows Vista or newer, so by Victor Stinner · 10 years ago
  14. cb29f01 Issue #22117: Add a new Python timestamp format _PyTime_t to pytime.h by Victor Stinner · 10 years ago
  15. a766ddf Issue #23648: Document the PEP 475 in the "Porting to Python 3.5" section and by Victor Stinner · 10 years ago
  16. 1912b39 _PyUnicodeWriter_WriteStr() now checks that the input string is consistent by Victor Stinner · 10 years ago
  17. aa4c36f Issue #23775: pprint() of OrderedDict now outputs the same representation by Serhiy Storchaka · 10 years ago
  18. f3fa308 Issue #23776: Removed asserts from pprint.PrettyPrinter constructor. by Serhiy Storchaka · 10 years ago
  19. e6bb7eb Issue #23765: Removed IsBadStringPtr calls in ctypes by Steve Dower · 10 years ago
  20. 632a77e Issue #22364: Improved some re error messages using regex for hints. by Serhiy Storchaka · 10 years ago
  21. 7c316a1 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 10 years ago
  22. 0b4e355 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 10 years ago
  23. b20f905 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  24. 1b87ae0 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  25. 764fc9b Issue #21717: The zipfile.ZipFile.open function now supports 'x' (exclusive by Serhiy Storchaka · 10 years ago
  26. 4891997 Missing brace and minor formatting in Windows installer by Steve Dower · 10 years ago
  27. 81f241a Issue #23571: If io.TextIOWrapper constructor fails in _Py_DisplaySourceLine(), by Victor Stinner · 10 years ago
  28. 84092ac Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 10 years ago
  29. b0749ca Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 10 years ago
  30. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  31. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  32. be1eb14 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 10 years ago
  33. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  34. ec4f959 Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr by Victor Stinner · 10 years ago
  35. 0e98a76 Issue #23571: Enhance Py_FatalError() by Victor Stinner · 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. f6e31b7 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 10 years ago
  40. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  41. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  42. 75ed90a #23700: fix/improve comment by R David Murray · 10 years ago
  43. 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 10 years ago
  44. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 10 years ago
  45. d357b89 Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 10 years ago
  46. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
  47. 2ea51c9 Closes #9445: Removes detection of GetFinalPathNameByHandle by Steve Dower · 10 years ago
  48. ef42dae Issue #23765: Remove IsBadStringPtr calls in ctypes by Steve Dower · 10 years ago
  49. c98290b Fixes UI labels and ability to add/remove features. by Steve Dower · 10 years ago
  50. 102f72c Adds pydoc shortcut, Edit with IDLE menu, moves redist folder into externals and fixes test script. by Steve Dower · 10 years ago
  51. fef9c1b Fix typo by Raymond Hettinger · 10 years ago
  52. 8dbbae2 Minor code and comment cleanups. by Raymond Hettinger · 10 years ago
  53. dabbfe7 Issue #23573: Fix bytes.rfind() and bytearray.rfind() on Windows by Victor Stinner · 10 years ago
  54. 39183df Merge 3.4 (traceback) by Victor Stinner · 10 years ago
  55. 53345a4 (Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 10 years ago
  56. 09ce278 Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 10 years ago
  57. 15fa1c4 Fixed using deprecated escaping in regular expression in _strptime.py (issue23622). by Serhiy Storchaka · 10 years ago
  58. 8be6be4 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  59. a54aae0 Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` by Serhiy Storchaka · 10 years ago
  60. 793c14e Issue #4727: Fixed issue number in Misc/NEWS. by Serhiy Storchaka · 10 years ago
  61. b876df4 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  62. d9d769f Issue #23573: Increased performance of string search operations (str.find, by Serhiy Storchaka · 10 years ago
  63. f7ef475 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 10 years ago
  64. 520e00d Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  65. 87eb482 Issue #23502: The pprint module now supports mapping proxies. by Serhiy Storchaka · 10 years ago
  66. 022f203 Issue #17530: pprint now wraps long bytes objects and bytearrays. by Serhiy Storchaka · 10 years ago
  67. 8e2aa88 Issue #23741: Slightly refactor the pprint module to make it a little more by Serhiy Storchaka · 10 years ago
  68. 72bd327 Issue #22687: Fixed some corner cases in breaking words in tetxtwrap. by Serhiy Storchaka · 10 years ago
  69. b365a06 change Σ to ν for obscure joke reasons by Benjamin Peterson · 10 years ago
  70. 32af754 Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and by Serhiy Storchaka · 10 years ago
  71. 944fbcc Issue #23571: Enhance _Py_CheckFunctionResult() by Victor Stinner · 10 years ago
  72. 381a9bc Issue #23571: Update test_capi by Victor Stinner · 10 years ago
  73. e0deff3 (Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout and by Victor Stinner · 10 years ago
  74. 454bd3a stdprinter_write(): mention the encoding by Victor Stinner · 10 years ago
  75. 3b06dfb Issue #23571: In debug mode, _Py_CheckFunctionResult() now calls by Victor Stinner · 10 years ago
  76. de821be Issue #23571: PyErr_FormatV() and PyErr_SetObject() now always clear the by Victor Stinner · 10 years ago
  77. 91afbb6 Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c by Victor Stinner · 10 years ago
  78. 10dc484 (Merge 3.4) Issue #23571: Enhance Py_FatalError() by Victor Stinner · 10 years ago
  79. 0f05cea #11468: merge with 3.4. by Ezio Melotti · 10 years ago
  80. f329878 Issue #23753: Python doesn't support anymore platforms without stat() or by Victor Stinner · 10 years ago
  81. 551350a Improve and fix-up comments. by Raymond Hettinger · 10 years ago
  82. 0f1451c Issue 23744: Minor speed-up for deque.__bool__(). by Raymond Hettinger · 10 years ago
  83. 929a14a Misc/NEWS entries for zipapp changes by Paul Moore · 10 years ago
  84. d1f3a00 Merge 3.4 (faulthandler ICC) by Victor Stinner · 10 years ago
  85. 4dc2c22 Null merge by Serhiy Storchaka · 10 years ago
  86. bca63b3 Issue #23688: Added support of arbitrary bytes-like objects and avoided by Serhiy Storchaka · 10 years ago
  87. 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 10 years ago
  88. f07a4b6 Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
  89. 1b2f4d5 merge by Raymond Hettinger · 10 years ago
  90. 94a6448 Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  91. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  92. 5d06c74 Merge: #23700: fix/improve comment by R David Murray · 10 years ago
  93. a4d4dd3 #23657 Don't explicitly do an isinstance check for str in zipapp by Paul Moore · 10 years ago
  94. 67057ab merge 3.4 (#22933) by Benjamin Peterson · 10 years ago
  95. 2f7bf23 Issue #22289: merge from 3.4 by Ned Deily · 10 years ago
  96. 8472f39 Null merge by Serhiy Storchaka · 10 years ago
  97. 4f0efb0 Issue #23571: Fix test_capi by Victor Stinner · 10 years ago
  98. efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 10 years ago
  99. 6921c13 Minor nit. Make the rotate() success/fail tests consistent. by Raymond Hettinger · 10 years ago
  100. ac13ad6 For safety, wait to decref deleted values until the deque state has been restored. by Raymond Hettinger · 10 years ago