1. 662fd5f asyncio: Fix formatting of the "Future exception was never retrieved" in by Victor Stinner · 10 years ago
  2. abde2c1 Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux. by Serhiy Storchaka · 10 years ago
  3. fca2fc0 Issue #20604: Added missed invalid mode in error message of socket.makefile(). by Serhiy Storchaka · 10 years ago
  4. db118f5 Close #22370: Windows detection in pathlib is now more robust. by Antoine Pitrou · 10 years ago
  5. 81f68a7 Issue #22453: Warn against the use of leaking macro PyObject_REPR(). by Serhiy Storchaka · 10 years ago
  6. 60fe569 Issue #18637: Fixed an error in _PyNode_SizeOf declaration. by Serhiy Storchaka · 10 years ago
  7. 66dd4aa Issue #20662: Argspec now is escaped in html output of pydoc. by Serhiy Storchaka · 10 years ago
  8. 030e92d Issue #22193: Fixed integer overflow error in sys.getsizeof(). by Serhiy Storchaka · 10 years ago
  9. ed73010 Issue #22877: PEP 477 - keep 2.7 and 3.x installers in sync. by Ned Deily · 10 years ago
  10. e36fcde - Issue #22841: Reject coroutines in asyncio add_signal_handler(). by Guido van Rossum · 10 years ago
  11. 6c14f23 fix possible double free in TextIOWrapper.__init__ (closes #22849) by Benjamin Peterson · 10 years ago
  12. dfede95 Upgrade setuptools to 7.0 by Donald Stufft · 10 years ago
  13. f751a9e Issue #22845: Improved formatting of dis documentation. by Serhiy Storchaka · 10 years ago
  14. 4900877 Issue #22839: Fix Snapshot.statistics() link. by Berker Peksag · 10 years ago
  15. 19e9158 Got rid of the array module dependency in the re module. by Serhiy Storchaka · 10 years ago
  16. 0c938f6 Issue #12728: Different Unicode characters having the same uppercase but by Serhiy Storchaka · 10 years ago
  17. d915b08 Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian by Serhiy Storchaka · 10 years ago
  18. 86e9b6b Issue 22830: Clarify docs for functools.cmp_to_key(). by Raymond Hettinger · 10 years ago
  19. eb1a3cd Issue #22695: Fix rendering of the deprecated-removed role in HTML. by Berker Peksag · 10 years ago
  20. 3402ef6 Silence the failure of test_pyclbr after adding a property in sre_parse by Serhiy Storchaka · 10 years ago
  21. 84df7fe Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  22. b556399 Issue #22808: Link to the correct time method in BaseEventLoop.call_at(). by Berker Peksag · 10 years ago
  23. 519114d Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. by Serhiy Storchaka · 10 years ago
  24. e66bb96 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 10 years ago
  25. 8e92f57 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 10 years ago
  26. 72a7f7c Try to transfer the Unicode test data files gzipped. by Georg Brandl · 10 years ago
  27. 5a15508 #22650: test suite: load Unicode test data files from www.pythontest.net by Georg Brandl · 10 years ago
  28. abd1c97 fix test where sizeof(long) != sizeof(int) by Benjamin Peterson · 10 years ago
  29. dc69e03 Issue 22803: Add missing versionadded directive. by Raymond Hettinger · 10 years ago
  30. b7fa201 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  31. fbaf931 test_httplib: use self-signed.pythontest.net for verification test with non-root-CA cert by Georg Brandl · 10 years ago
  32. 50219fc Closes #22784: fix test_asyncio when the ssl module isn't available by Antoine Pitrou · 10 years ago
  33. b9b389e Closes #22525: clarify documentation for ast.literal_eval(). by Georg Brandl · 10 years ago
  34. b811a97 use pythontest.net for fragment redirection test by Benjamin Peterson · 10 years ago
  35. 1d83002 remove requires_ssl decorator by Benjamin Peterson · 10 years ago
  36. 67a9877 merge 3.3 by Benjamin Peterson · 10 years ago
  37. e71abcc merge 3.2 by Benjamin Peterson · 10 years ago
  38. 258f3f0 use pythontest.net for url fragment test by Benjamin Peterson · 10 years ago
  39. 004adb9 asyncio: Move loop attribute to _FlowControlMixin by Victor Stinner · 10 years ago
  40. 7e8b867 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 10 years ago
  41. 1ea070e test that keyfile can be None by Benjamin Peterson · 10 years ago
  42. 8d2d5b9 merge 3.3 by Benjamin Peterson · 10 years ago
  43. 97751fa merge 3.2 by Benjamin Peterson · 10 years ago
  44. 863c962 move idna test domain to pythontest.net by Benjamin Peterson · 10 years ago
  45. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  46. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  47. a5c9c37 wrap by Benjamin Peterson · 10 years ago
  48. 9fc59c9 make plural s lowercase by Benjamin Peterson · 10 years ago
  49. b6dc9b7 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
  50. 4d85689 test is cpython only by Benjamin Peterson · 10 years ago
  51. 1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) by Benjamin Peterson · 10 years ago
  52. c0e64f5 make sure length is unsigned by Benjamin Peterson · 10 years ago
  53. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  54. 77a75b3 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 10 years ago
  55. 5e7b542 Merge 3.2 into 3.3. by Georg Brandl · 10 years ago
  56. 3f5ee28 Added tag v3.3.6 for changeset 971fec30da1f by Georg Brandl · 10 years ago
  57. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  58. 6f1abda Added tag v3.2.6 for changeset 0bd5f4f14de9 by Georg Brandl · 10 years ago
  59. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  60. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  61. 4cae8ff Added tag v3.3.6rc1 for changeset 51317c9786f5 by Georg Brandl · 10 years ago
  62. f84422d Added tag v3.2.6rc1 for changeset 51382a5598ec by Georg Brandl · 10 years ago
  63. edc3cba Copyright year update, add version to licenses. by Georg Brandl · 10 years ago
  64. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  65. 4b16818 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  66. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 10 years ago
  67. 4480d30 ref #19855: skip uuid test_find_mac on non-Posix as in later branches by Georg Brandl · 10 years ago
  68. ff3e5e3 Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX). by Georg Brandl · 10 years ago
  69. 51c1162 Issue #19855: uuid.getnode() on Unix now looks on the PATH for the by Georg Brandl · 10 years ago
  70. 3bc3567 Backport b533cc11d114 to fix intermittent test_urllibnet failures. by Georg Brandl · 10 years ago
  71. 4615076 Add a dummy "touch" target to the Makefile so that the custom buildbots can test this branch. by Georg Brandl · 10 years ago
  72. 786c8e7 Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b by Georg Brandl · 10 years ago
  73. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  74. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  75. d48bc94 these variables ought to be Py_ssize_t by Benjamin Peterson · 10 years ago
  76. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  77. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 10 years ago
  78. a1c1be4 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 10 years ago
  79. 8b7e161 backport context argument of urlopen (#22366) for pep 476 by Senthil Kumaran · 10 years ago
  80. cc23154 Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform. by Antoine Pitrou · 10 years ago
  81. 64f10d4 Reflow paragraph. by R David Murray · 10 years ago
  82. 3ca68e7 Fix English phrasing. by R David Murray · 10 years ago
  83. 58905e9 Merge heads by Serhiy Storchaka · 10 years ago
  84. e5cf486 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
  85. 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  86. 4b2b1de Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  87. 91f01e1 Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 10 years ago
  88. aa3ea7e Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 10 years ago
  89. c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
  90. 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  91. e1d26f3 Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. by Georg Brandl · 10 years ago
  92. b1847e7 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  93. 36ac510 Closes #22771: "verbose" is unused; deprecate it. by Georg Brandl · 10 years ago
  94. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  95. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  96. 2677fae #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  97. 717e028 #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  98. 9b1b0e5 #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  99. f30132f #22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  100. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago