1. 5d87ec2 Fix NEWS file. by Yury Selivanov · 10 years ago
  2. 59eb9a4 asyncio: async() function is deprecated in favour of ensure_future(). by Yury Selivanov · 10 years ago
  3. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 10 years ago
  4. 37c4f78 add trailing slash by Benjamin Peterson · 10 years ago
  5. 65bcdd7 ensure .keywords is always a dict by Benjamin Peterson · 10 years ago
  6. 01b0883 Issue #20274: Remove ignored and erroneous "kwargs" parameters from three by Larry Hastings · 10 years ago
  7. 7e63b36 Issue #21520: test_zipfile no longer fails if the word 'bad' appears by Larry Hastings · 10 years ago
  8. e130503 Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and by Serhiy Storchaka · 10 years ago
  9. 8c59816 merge 3.3 (#24096) by Benjamin Peterson · 10 years ago
  10. deff2b7 be more robust against the filters list changing under us (closes #24096) by Benjamin Peterson · 10 years ago
  11. b9c04db Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 10 years ago
  12. 122f4b1 merge 3.3 (#24094) by Benjamin Peterson · 10 years ago
  13. 501182a just sort the items tuple directly (closes #24094) by Benjamin Peterson · 10 years ago
  14. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 10 years ago
  15. c6249a6 Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 10 years ago
  16. 1dd8e71 Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 10 years ago
  17. 755640b update links by Benjamin Peterson · 10 years ago
  18. b0335ee improve phrasing by Benjamin Peterson · 10 years ago
  19. 64298ae Issue #24077: Fix typo in man page for -I command option: -s, not -S. by Ned Deily · 10 years ago
  20. 9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. by Andrew Svetlov · 10 years ago
  21. 7403e91 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 10 years ago
  22. 4403d7d Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes by Victor Stinner · 10 years ago
  23. bd91ee9 merge 3.3 (#24044) by Benjamin Peterson · 10 years ago
  24. 51454a6 merge 3.2 (#24044) by Benjamin Peterson · 10 years ago
  25. 0823ffb properly handle malloc failure (closes #24044) by Benjamin Peterson · 10 years ago
  26. d98c677 Issue #24031: make patchcheck now supports git checkouts, too. by Christian Heimes · 10 years ago
  27. 2097f53 Issue #24029: Document the name binding behavior for submodule imports. by Barry Warsaw · 10 years ago
  28. b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 10 years ago
  29. d73aca7 do not call into python api if an exception is set (#24022) by Benjamin Peterson · 10 years ago
  30. 0bd16bc Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. by Guido van Rossum · 10 years ago
  31. 2b0d200 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 10 years ago
  32. 2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 10 years ago
  33. e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  34. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  35. 34c9be7 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 10 years ago
  36. b3c30d9 Reword NEWS item a bit by Andrew Kuchling · 10 years ago
  37. 8b963c5 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 10 years ago
  38. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 10 years ago
  39. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 10 years ago
  40. 85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 10 years ago
  41. 25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 10 years ago
  42. bb5dbf8 Attribute Michael Dorman for his initial patch on issue #18402. by Zachary Ware · 10 years ago
  43. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  44. b779bfb fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 10 years ago
  45. 03f8612 merge 3.2 by Benjamin Peterson · 10 years ago
  46. 893cce9 remove RPM, since it's unused and unmaintained by Benjamin Peterson · 10 years ago
  47. 8ce6806 add overflow checking (closes #23361) by Benjamin Peterson · 10 years ago
  48. 0eaabf1 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 10 years ago
  49. 6f08229 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 10 years ago
  50. 4b40eeb detect overflow in combinations (closes #23366) by Benjamin Peterson · 10 years ago
  51. e3bfe19 fix possible overflow in encode_basestring_ascii (closes #23369) by Benjamin Peterson · 10 years ago
  52. 4dbc305 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  53. 3f95292 Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  54. 72c2a0f merge 3.2 (closes #23165) by Benjamin Peterson · 10 years ago
  55. f18bf6f add some overflow checks before multiplying (closes #23165) by Benjamin Peterson · 10 years ago
  56. 81b7374 merge 3.2 (#16043) by Benjamin Peterson · 10 years ago
  57. 4e9cefa add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 10 years ago
  58. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  59. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  60. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  61. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  62. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  63. 4b16818 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  64. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 10 years ago
  65. ff3e5e3 Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX). by Georg Brandl · 10 years ago
  66. 51c1162 Issue #19855: uuid.getnode() on Unix now looks on the PATH for the by Georg Brandl · 10 years ago
  67. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  68. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  69. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  70. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 10 years ago
  71. e025b52 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  72. 7d0b8f9 Lax cookie parsing in http.cookies could be a security issue when combined by Antoine Pitrou · 10 years ago
  73. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  74. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  75. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 11 years ago
  76. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 11 years ago
  77. 9f3109c Issue #23686: Update Windows build to use OpenSSL 1.0.2a. by Zachary Ware · 10 years ago
  78. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 10 years ago
  79. ab73e65 Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if by Victor Stinner · 10 years ago
  80. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 10 years ago
  81. 2e229e0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 10 years ago
  82. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 10 years ago
  83. 8e44aa5 Issue #23834: Fix socket.sendto(), use the C Py_ssize_t type to store the by Victor Stinner · 10 years ago
  84. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
  85. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 10 years ago
  86. c512adc Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 10 years ago
  87. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 10 years ago
  88. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 10 years ago
  89. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 10 years ago
  90. a3a100b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
  91. d90f8d1 Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage by Donald Stufft · 10 years ago
  92. 1058cda #23792: Ignore KeyboardInterrupt when the pydoc pager is active. by R David Murray · 10 years ago
  93. 48070c1 Issue #23803: Fixed str.partition() and str.rpartition() when a separator by Serhiy Storchaka · 10 years ago
  94. 1b87ae0 Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  95. 7665be6 Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  96. 8ffe917 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  97. 6c86fe2 Issue #23583: Added tests for standard IO streams in IDLE. by Serhiy Storchaka · 10 years ago
  98. 2e3998f #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  99. 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 10 years ago
  100. d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago