1. 53345a4 (Merge 3.4) Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 9 years ago
  2. 84092ac Issue #23571: Fix reentrant call to Py_FatalError() by Victor Stinner · 9 years ago
  3. 09ce278 Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 9 years ago
  4. b0749ca Fixed bytes warnings when run tests with -vv. by Serhiy Storchaka · 9 years ago
  5. 15fa1c4 Fixed using deprecated escaping in regular expression in _strptime.py (issue23622). by Serhiy Storchaka · 9 years ago
  6. 8be6be4 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  7. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  8. a54aae0 Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` by Serhiy Storchaka · 9 years ago
  9. 793c14e Issue #4727: Fixed issue number in Misc/NEWS. by Serhiy Storchaka · 9 years ago
  10. b876df4 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  11. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  12. d9d769f Issue #23573: Increased performance of string search operations (str.find, by Serhiy Storchaka · 9 years ago
  13. f7ef475 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 9 years ago
  14. be1eb14 Added tests for mixed kinds of Unicode strings. by Serhiy Storchaka · 9 years ago
  15. 520e00d Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 9 years ago
  16. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 9 years ago
  17. 87eb482 Issue #23502: The pprint module now supports mapping proxies. by Serhiy Storchaka · 9 years ago
  18. 022f203 Issue #17530: pprint now wraps long bytes objects and bytearrays. by Serhiy Storchaka · 9 years ago
  19. 8e2aa88 Issue #23741: Slightly refactor the pprint module to make it a little more by Serhiy Storchaka · 9 years ago
  20. 72bd327 Issue #22687: Fixed some corner cases in breaking words in tetxtwrap. by Serhiy Storchaka · 9 years ago
  21. b365a06 change Σ to ν for obscure joke reasons by Benjamin Peterson · 9 years ago
  22. 32af754 Issue #20289: The copy module now uses pickle protocol 4 (PEP 3154) and by Serhiy Storchaka · 9 years ago
  23. 944fbcc Issue #23571: Enhance _Py_CheckFunctionResult() by Victor Stinner · 9 years ago
  24. 381a9bc Issue #23571: Update test_capi by Victor Stinner · 9 years ago
  25. e0deff3 (Merge 3.4) Issue #23571: Py_FatalError() now tries to flush sys.stdout and by Victor Stinner · 9 years ago
  26. ec4f959 Issue #23571: Py_FatalError() now tries to flush sys.stdout and sys.stderr by Victor Stinner · 9 years ago
  27. 454bd3a stdprinter_write(): mention the encoding by Victor Stinner · 9 years ago
  28. 3b06dfb Issue #23571: In debug mode, _Py_CheckFunctionResult() now calls by Victor Stinner · 9 years ago
  29. de821be Issue #23571: PyErr_FormatV() and PyErr_SetObject() now always clear the by Victor Stinner · 9 years ago
  30. 91afbb6 Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c by Victor Stinner · 9 years ago
  31. 10dc484 (Merge 3.4) Issue #23571: Enhance Py_FatalError() by Victor Stinner · 9 years ago
  32. 0f05cea #11468: merge with 3.4. by Ezio Melotti · 9 years ago
  33. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  34. 0e98a76 Issue #23571: Enhance Py_FatalError() by Victor Stinner · 9 years ago
  35. f329878 Issue #23753: Python doesn't support anymore platforms without stat() or by Victor Stinner · 9 years ago
  36. 551350a Improve and fix-up comments. by Raymond Hettinger · 9 years ago
  37. 0f1451c Issue 23744: Minor speed-up for deque.__bool__(). by Raymond Hettinger · 9 years ago
  38. 929a14a Misc/NEWS entries for zipapp changes by Paul Moore · 9 years ago
  39. d1f3a00 Merge 3.4 (faulthandler ICC) by Victor Stinner · 9 years ago
  40. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 9 years ago
  41. 4dc2c22 Null merge by Serhiy Storchaka · 9 years ago
  42. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 9 years ago
  43. bca63b3 Issue #23688: Added support of arbitrary bytes-like objects and avoided by Serhiy Storchaka · 9 years ago
  44. 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 9 years ago
  45. f07a4b6 Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  46. 1b2f4d5 merge by Raymond Hettinger · 9 years ago
  47. f6e31b7 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 9 years ago
  48. 94a6448 Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 9 years ago
  49. 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 9 years ago
  50. 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  51. beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  52. 5d06c74 Merge: #23700: fix/improve comment by R David Murray · 9 years ago
  53. 75ed90a #23700: fix/improve comment by R David Murray · 9 years ago
  54. a4d4dd3 #23657 Don't explicitly do an isinstance check for str in zipapp by Paul Moore · 9 years ago
  55. 67057ab merge 3.4 (#22933) by Benjamin Peterson · 9 years ago
  56. 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 9 years ago
  57. 2f7bf23 Issue #22289: merge from 3.4 by Ned Deily · 9 years ago
  58. ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 9 years ago
  59. 8472f39 Null merge by Serhiy Storchaka · 9 years ago
  60. d357b89 Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 9 years ago
  61. 4f0efb0 Issue #23571: Fix test_capi by Victor Stinner · 9 years ago
  62. efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 9 years ago
  63. 6921c13 Minor nit. Make the rotate() success/fail tests consistent. by Raymond Hettinger · 9 years ago
  64. ac13ad6 For safety, wait to decref deleted values until the deque state has been restored. by Raymond Hettinger · 9 years ago
  65. 0f6f947 Fix minor formatting nits and remove unnecessary comment. by Raymond Hettinger · 9 years ago
  66. 32ea165 Issue 23704: Add index(), copy(), and insert() to deques. Register deques as a MutableSequence. by Raymond Hettinger · 9 years ago
  67. 0a9e272 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 9 years ago
  68. 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 9 years ago
  69. f402775 Removed trailing tabs. by Serhiy Storchaka · 9 years ago
  70. e9ae834 Update Wix version and fixes wxs file. by Steve Dower · 9 years ago
  71. 39dadf7 Issue 23705: Improve the performance of __contains__ checks for deques. by Raymond Hettinger · 9 years ago
  72. 17d3a58 Issue #22832: Tweaked parameter names for fcntl module to better match by Serhiy Storchaka · 9 years ago
  73. 6faa624 Merge: #11726: Make linecache docs reflect that all files are treated the same. by R David Murray · 9 years ago
  74. 63998a3 #11726: Make linecache docs reflect that all files are treated the same. by R David Murray · 9 years ago
  75. 8291b5e Issue #22181: Run "aclocal; autoconf; autoheader" to regenerate configure by Victor Stinner · 9 years ago
  76. 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 9 years ago
  77. ee4c0b9 Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 9 years ago
  78. 74a49ac Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 9 years ago
  79. 000391b Issue #23700: NamedTemporaryFile iterator closed underlied file object in by Serhiy Storchaka · 9 years ago
  80. d83b7c2 Issue #23700: NamedTemporaryFile iterator closed underlied file object in by Serhiy Storchaka · 9 years ago
  81. 268225f Issue #23715: Fix test_script_helper by Victor Stinner · 9 years ago
  82. 57d516b Issue #23696: Remove test on ZipImportError.__context__ because the context is by Victor Stinner · 9 years ago
  83. 0312923 Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() and by Victor Stinner · 9 years ago
  84. 1335ca5 Issue #23715: Enhance test.script_helper to investigate test_eintr failure by Victor Stinner · 9 years ago
  85. a453cd8 Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried by Victor Stinner · 9 years ago
  86. a3c0202 Issue #23708: Save/restore errno in _Py_read() and _Py_write() by Victor Stinner · 9 years ago
  87. f50e187 Fix compiler warnings: comparison between signed and unsigned numbers by Victor Stinner · 9 years ago
  88. 7f04d4d Issue #23708: Split assertion expression in two assertions in _Py_read() and by Victor Stinner · 9 years ago
  89. fbd6f9e Issue #23696: Chain ZipImportError to the OSError by Victor Stinner · 9 years ago
  90. 9995300 Issue #23709, #23001: ossaudiodev now uses Py_ssize_t for sizes instead of int by Victor Stinner · 9 years ago
  91. 716a74e Issue #23001: Fix typo by Victor Stinner · 9 years ago
  92. 53c3fb1 Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better by Serhiy Storchaka · 9 years ago
  93. 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 9 years ago
  94. 0eac130 Issue #23646: Fix test_threading on Windows by Victor Stinner · 9 years ago
  95. 580ef13 Cleanup pytime.c: add XXX_TO_YYY constants (ex: SEC_TO_US) by Victor Stinner · 9 years ago
  96. 9a8089b Issue #23646: Enhance precision of time.sleep() and socket timeout when by Victor Stinner · 9 years ago
  97. 4fa99cd Issue #23709: The ossaudiodev module now retries read/write when interrupted by by Victor Stinner · 9 years ago
  98. b3aa2e7 Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 9 years ago
  99. f0c6cd3 Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 9 years ago
  100. 484b9f3 Merge by Antoine Pitrou · 9 years ago