1. b556399 Issue #22808: Link to the correct time method in BaseEventLoop.call_at(). by Berker Peksag · 10 years ago
  2. 519114d Issue #22406: Fixed the uu_codec codec incorrectly ported to 3.x. by Serhiy Storchaka · 10 years ago
  3. e66bb96 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 10 years ago
  4. 8e92f57 Issue #22769: Fixed ttk.Treeview.tag_has() when called without arguments. by Serhiy Storchaka · 10 years ago
  5. 72a7f7c Try to transfer the Unicode test data files gzipped. by Georg Brandl · 10 years ago
  6. 5a15508 #22650: test suite: load Unicode test data files from www.pythontest.net by Georg Brandl · 10 years ago
  7. abd1c97 fix test where sizeof(long) != sizeof(int) by Benjamin Peterson · 10 years ago
  8. dc69e03 Issue 22803: Add missing versionadded directive. by Raymond Hettinger · 10 years ago
  9. b7fa201 Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (large structs) Patch by mattip by Steve Dower · 10 years ago
  10. fbaf931 test_httplib: use self-signed.pythontest.net for verification test with non-root-CA cert by Georg Brandl · 10 years ago
  11. 50219fc Closes #22784: fix test_asyncio when the ssl module isn't available by Antoine Pitrou · 10 years ago
  12. b9b389e Closes #22525: clarify documentation for ast.literal_eval(). by Georg Brandl · 10 years ago
  13. b811a97 use pythontest.net for fragment redirection test by Benjamin Peterson · 10 years ago
  14. 1d83002 remove requires_ssl decorator by Benjamin Peterson · 10 years ago
  15. 67a9877 merge 3.3 by Benjamin Peterson · 10 years ago
  16. e71abcc merge 3.2 by Benjamin Peterson · 10 years ago
  17. 258f3f0 use pythontest.net for url fragment test by Benjamin Peterson · 10 years ago
  18. 004adb9 asyncio: Move loop attribute to _FlowControlMixin by Victor Stinner · 10 years ago
  19. 7e8b867 Issue #22773: fix failing test with old readline versions due to issue #19884. by Antoine Pitrou · 10 years ago
  20. 1ea070e test that keyfile can be None by Benjamin Peterson · 10 years ago
  21. 8d2d5b9 merge 3.3 by Benjamin Peterson · 10 years ago
  22. 97751fa merge 3.2 by Benjamin Peterson · 10 years ago
  23. 863c962 move idna test domain to pythontest.net by Benjamin Peterson · 10 years ago
  24. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  25. 8cf7c1c Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 by Serhiy Storchaka · 10 years ago
  26. a5c9c37 wrap by Benjamin Peterson · 10 years ago
  27. 9fc59c9 make plural s lowercase by Benjamin Peterson · 10 years ago
  28. b6dc9b7 Fixed signed/unsigned comparison warning by Antoine Pitrou · 10 years ago
  29. 4d85689 test is cpython only by Benjamin Peterson · 10 years ago
  30. 1e211ff it suffices to check for PY_SSIZE_T_MAX overflow (#22643) by Benjamin Peterson · 10 years ago
  31. c0e64f5 make sure length is unsigned by Benjamin Peterson · 10 years ago
  32. e1bd38c fix integer overflow in unicode case operations (closes #22643) by Benjamin Peterson · 10 years ago
  33. 77a75b3 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 10 years ago
  34. 5e7b542 Merge 3.2 into 3.3. by Georg Brandl · 10 years ago
  35. 3f5ee28 Added tag v3.3.6 for changeset 971fec30da1f by Georg Brandl · 10 years ago
  36. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  37. 6f1abda Added tag v3.2.6 for changeset 0bd5f4f14de9 by Georg Brandl · 10 years ago
  38. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  39. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  40. 4cae8ff Added tag v3.3.6rc1 for changeset 51317c9786f5 by Georg Brandl · 10 years ago
  41. f84422d Added tag v3.2.6rc1 for changeset 51382a5598ec by Georg Brandl · 10 years ago
  42. edc3cba Copyright year update, add version to licenses. by Georg Brandl · 10 years ago
  43. e800a0e Bump to 3.2.6rc1 by Georg Brandl · 10 years ago
  44. 4b16818 Issue #22518: Fixed integer overflow issues in "backslashreplace", by Serhiy Storchaka · 10 years ago
  45. 76e73f8 Bump to 3.3.6rc1 by Georg Brandl · 10 years ago
  46. 4480d30 ref #19855: skip uuid test_find_mac on non-Posix as in later branches by Georg Brandl · 10 years ago
  47. ff3e5e3 Fix unicode_aswidechar() for 4b unicode and 2b wchar_t (AIX). by Georg Brandl · 10 years ago
  48. 51c1162 Issue #19855: uuid.getnode() on Unix now looks on the PATH for the by Georg Brandl · 10 years ago
  49. 3bc3567 Backport b533cc11d114 to fix intermittent test_urllibnet failures. by Georg Brandl · 10 years ago
  50. 4615076 Add a dummy "touch" target to the Makefile so that the custom buildbots can test this branch. by Georg Brandl · 10 years ago
  51. 786c8e7 Fix-up for 0f362676460d: add missing size argument to SSLFakeFile.readline(), as in 2.6 backport 8a6def3add5b by Georg Brandl · 10 years ago
  52. 736b801 prevent overflow in unicode_repr (closes #22520) by Benjamin Peterson · 10 years ago
  53. bbd0a32 clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 10 years ago
  54. d48bc94 these variables ought to be Py_ssize_t by Benjamin Peterson · 10 years ago
  55. 42ff105 fix overflow checking in PyBytes_Repr (closes #22519) by Benjamin Peterson · 10 years ago
  56. 3bbb2e4 NEWS issue for #22518 by Benjamin Peterson · 10 years ago
  57. a1c1be4 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 10 years ago
  58. 8b7e161 backport context argument of urlopen (#22366) for pep 476 by Senthil Kumaran · 10 years ago
  59. 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
  60. 64f10d4 Reflow paragraph. by R David Murray · 10 years ago
  61. 3ca68e7 Fix English phrasing. by R David Murray · 10 years ago
  62. 58905e9 Merge heads by Serhiy Storchaka · 10 years ago
  63. e5cf486 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
  64. 8b23f5c #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  65. 4b2b1de Issue #17896: Move Windows external lib sources from .. to externals. by Zachary Ware · 10 years ago
  66. 91f01e1 Issue #22770: Prevent some Tk segfaults on OS X when running gui tests. by Ned Deily · 10 years ago
  67. aa3ea7e Issue #17717: Pull NASM from svn.python.org for OpenSSL build. by Zachary Ware · 10 years ago
  68. c33a0cc Brought excluded code into the scope of a try block in SysLogHandler.emit(). by Vinay Sajip · 10 years ago
  69. 8083cd6 Issue #22665: Add missing get_terminal_size and SameFileError to shutil.__all__. by Berker Peksag · 10 years ago
  70. e1d26f3 Closes #22772: fix __ifloordiv__ and __itruediv__ docstring. by Georg Brandl · 10 years ago
  71. b1847e7 Issue #17381: Fixed handling of case-insensitive ranges in regular expressions. by Serhiy Storchaka · 10 years ago
  72. 36ac510 Closes #22771: "verbose" is unused; deprecate it. by Georg Brandl · 10 years ago
  73. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  74. 8ed75cd #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  75. 2677fae #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  76. 717e028 #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  77. 9b1b0e5 #22613: elaborate on arguments of shutil archival functions (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  78. f30132f #22613: explain what "buffer" is in the struct documentation (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  79. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  80. f0d2ed7 minor grammar fixes (from docs@python.org) by Georg Brandl · 10 years ago
  81. 4433ff9 unittest.mock docs: fix use of default role by Georg Brandl · 10 years ago
  82. cf7b1ca Fixed compile error in issue #22410. The _locale module is optional. by Serhiy Storchaka · 10 years ago
  83. d9b8dc2 Merge heads by Serhiy Storchaka · 10 years ago
  84. 4659cc0 Issue #22410: Module level functions in the re module now cache compiled by Serhiy Storchaka · 10 years ago
  85. 2b2852b Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. by Antoine Pitrou · 10 years ago
  86. 35903c8 Sphinx extension: move imports to the module top by Georg Brandl · 10 years ago
  87. 5aa761d pyporting howto: fix link target by Georg Brandl · 10 years ago
  88. 884217c distutils example: fix invalid rst in description string by Georg Brandl · 10 years ago
  89. 3b4cf55 rstlint: make the "html leaked markup" regex a bit less sensitive by Georg Brandl · 10 years ago
  90. ef08bde minor markup fix: no inline markup is allowed in a module synopsis by Georg Brandl · 10 years ago
  91. 2273b09 rstlint: we do not use svn anymore by Georg Brandl · 10 years ago
  92. 95988f9 rstlint: add more directives we use by Georg Brandl · 10 years ago
  93. eb9106c Doc/contents: avoid false positive in rstlint by Georg Brandl · 10 years ago
  94. f2b5651 rstlint: recognize "deprecated-removed" directive by Georg Brandl · 10 years ago
  95. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  96. ed14c86 Issue #8876: distutils now falls back to copying files when hard linking doesn't work. by Antoine Pitrou · 10 years ago
  97. 5e78f4d Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if by Victor Stinner · 10 years ago
  98. 2acbae8 Issue #22173: Update lib2to3 tests to use unittest test discovery. by Zachary Ware · 10 years ago
  99. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  100. 0ef4966 linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again). by Georg Brandl · 10 years ago