1. b0f5686 #20815: small readability improvements in ipaddress tests. by R David Murray · 10 years ago
  2. 7567865 #20815: small readability improvements in ipaddress tests. by R David Murray · 10 years ago
  3. 9755174 Merge: #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  4. 817905b #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 10 years ago
  5. 0f032a0 Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  6. 4cfb5be Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 10 years ago
  7. 5382c25 Merge: #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
  8. 2ac7a89 #17325: Improve distutils PyPI documentation. by R David Murray · 10 years ago
  9. 95cbe63 Merge: #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 10 years ago
  10. 90f7afd #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 10 years ago
  11. 7728fe8 merge with 3.4 by Georg Brandl · 10 years ago
  12. 62b0813 Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 10 years ago
  13. bca45ed Issue #19232: Fix sys.modules lookup (--without-threads) by Stefan Krah · 10 years ago
  14. e0c988a Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  15. 5366434 asyncio doc: enhance TCP client example by Victor Stinner · 10 years ago
  16. cfbea3a asyncio doc: clarify how servers create protocol instances by Victor Stinner · 10 years ago
  17. 65dc79b Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  18. c7edffd asyncio doc: add UDP client and server examples by Victor Stinner · 10 years ago
  19. c2721b4 asyncio doc: use server.wait_closed() in TCP echo server example by Victor Stinner · 10 years ago
  20. 74895df (Merge 3.4) asyncio: enhance protocol representation by Victor Stinner · 10 years ago
  21. 0e34dc3 asyncio: enhance protocol representation by Victor Stinner · 10 years ago
  22. cf7ec01 merge 3.4 into default by Georg Brandl · 10 years ago
  23. fa62f4c merge 3.3 into 3.4 by Georg Brandl · 10 years ago
  24. 5e7b542 Merge 3.2 into 3.3. by Georg Brandl · 10 years ago
  25. 3f5ee28 Added tag v3.3.6 for changeset 971fec30da1f by Georg Brandl · 10 years ago
  26. 18e8972 Bump to 3.3.6 by Georg Brandl · 10 years ago
  27. 6f1abda Added tag v3.2.6 for changeset 0bd5f4f14de9 by Georg Brandl · 10 years ago
  28. 439d885 Bump to 3.2.6 by Georg Brandl · 10 years ago
  29. b3ac843 #16040: fix unlimited read from connection in nntplib. by Georg Brandl · 10 years ago
  30. bfd7881 #22568: merge with 3.4 by Georg Brandl · 10 years ago
  31. e1a7d9d Closes #22568: fix UTIME_TO_* macros in posixmodule for rare cases. by Georg Brandl · 10 years ago
  32. c6066ea Issue #14105: Merge with 3.4 by Terry Jan Reedy · 10 years ago
  33. 6b04dc9 Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 10 years ago
  34. 51a4a2b README: 3.5 release schedule PEP is PEP 478. by Berker Peksag · 10 years ago
  35. 8a01b71 Issue #22613: Fix reprlib.Repr subclass example on Python 3. by Berker Peksag · 10 years ago
  36. edd6ec2 Issue #22613: Fix reprlib.Repr subclass example on Python 3. by Berker Peksag · 10 years ago
  37. 870903e Merge issue #21061 fix from 3.4 by Nick Coghlan · 10 years ago
  38. 36d8ef9 Issue #21061: correctly note redirect_stdout is reentrant by Nick Coghlan · 10 years ago
  39. 1867e3e Merge 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  40. ccd8e34 asyncio doc: socket.socketpair() is not available on Windows yet by Victor Stinner · 10 years ago
  41. a75e887 Merge with 3.4 (asyncio doc) by Victor Stinner · 10 years ago
  42. 04e6df3 asyncio doc: add examples showing the 3 ways to wait for data from an open by Victor Stinner · 10 years ago
  43. 6888b96 asyncio doc: cleanup Hello World examples by Victor Stinner · 10 years ago
  44. 5121a9b asyncio doc: the "Get HTTP headers" example now supports HTTPS by Victor Stinner · 10 years ago
  45. 4cc0551 merge by Georg Brandl · 10 years ago
  46. 983db89 merge by Georg Brandl · 10 years ago
  47. 35aa10b merge with 3.4 by Georg Brandl · 10 years ago
  48. dbf8344 Closes #18959: move optparse and imp to new "superseded modules" chapter by Georg Brandl · 10 years ago
  49. e8ea355 Closes #21687: delimiter in Py_SetPath is platform dependent by Georg Brandl · 10 years ago
  50. 2de8a69 (Merge 3.4) Issue #22601: run_forever() now consumes BaseException of the by Victor Stinner · 10 years ago
  51. c5dd095 Closes #21675: fix ordering of description in library intro by Georg Brandl · 10 years ago
  52. c8bd53f Issue #22601: run_forever() now consumes BaseException of the temporary task by Victor Stinner · 10 years ago
  53. 86a89f02e2 Issue #21907: Try to make the pre-Vista Windows buildbots happier. by Zachary Ware · 10 years ago
  54. 30270c8 Issue #22489: Update .gitignore to ignore Windows build output. by Zachary Ware · 10 years ago
  55. 588dad0 merge 3.4 (closes #22605) by Benjamin Peterson · 10 years ago
  56. 682124c prevent passing NULL to memcpy (closes #22605) by Benjamin Peterson · 10 years ago
  57. da821db Merge with 3.4: #21986, don't pickle user code objects. by Terry Jan Reedy · 10 years ago
  58. ad0c57f Issue #21986: Idle now matches interpreter in not pickling user code objects. by Terry Jan Reedy · 10 years ago
  59. 759920c Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  60. 9086f92 Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 10 years ago
  61. fc260a9 Closes #15414: Merge with 3.4 by Zachary Ware · 10 years ago
  62. a13dab4 Issue #15414: Clean and correct the os.path.join docs. by Zachary Ware · 10 years ago
  63. 439da84 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  64. 64138c4 Issue 22603: add Francisco Fernández Castaño to ACKS. by Terry Jan Reedy · 10 years ago
  65. 1eb32c2 Issue #20152: Port the array module to Argument Clinic. by Brett Cannon · 10 years ago
  66. 082c6cb Merge with 3.4 by Terry Jan Reedy · 10 years ago
  67. f9bd920 Issue 22603: add missing 'self'. Patch by Francisco Fernández Castaño. by Terry Jan Reedy · 10 years ago
  68. 221439d #11694: merge with 3.4 by Petri Lehtinen · 10 years ago
  69. 3894b2a Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 10 years ago
  70. 5e8b04e Issue #21052: Don't raise ImportWarning for sys.meta_path or by Brett Cannon · 10 years ago
  71. 1aa3cb6 (Merge 3.4) test_venv: use support.rmtree() instead of shutil.rmtree() to fix by Victor Stinner · 10 years ago
  72. 866c4e2 test_venv: use support.rmtree() instead of shutil.rmtree() to fix sporadic by Victor Stinner · 10 years ago
  73. 8ee1513 Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. by Berker Peksag · 10 years ago
  74. b77983d Issue #21456: Skip two tests in test_urllib2net.py if _ssl module not present. by Berker Peksag · 10 years ago
  75. 2debf15 Issue #22564: cleanup SSLObject doc by Victor Stinner · 10 years ago
  76. 2961145 Issue #22564: ssl doc, add more links to the non-blocking section by Victor Stinner · 10 years ago
  77. 805b262 Issue #22564: ssl doc: reorganize and reindent documentation of SSLObject and by Victor Stinner · 10 years ago
  78. 9558e90 Merge 3.4 by Victor Stinner · 10 years ago
  79. cfb2a0a Issue #22564: ssl doc: mention asyncio in the non-blocking section by Victor Stinner · 10 years ago
  80. 92127a5 Merge 3.4 by Victor Stinner · 10 years ago
  81. d28fe8c Issue #22564: ssl doc: mention how SSLSocket are usually created by Victor Stinner · 10 years ago
  82. 3c3d3c7 Issue #22564: ssl doc: use "class" marker to document the SSLSocket class by Victor Stinner · 10 years ago
  83. 41f92c2 Issue #22564: ssl doc: document read(), write(), pending, server_side and by Victor Stinner · 10 years ago
  84. 851a6cc Issue #22564: ssl doc: fix typos by Victor Stinner · 10 years ago
  85. b71c7dc Issue #22591: Drop support of MS-DOS by Victor Stinner · 10 years ago
  86. e2ccf56 Issue #19380: Optimized parsing of regular expressions. by Serhiy Storchaka · 10 years ago
  87. 5aa4744 Issue #22584: Got rid of character tables in _sre.c and use standard macros by Serhiy Storchaka · 10 years ago
  88. 7438e4b Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() by Serhiy Storchaka · 10 years ago
  89. 365e282 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  90. 4fe69ba Issue #20167: revise condition to accomodate message change. by Terry Jan Reedy · 10 years ago
  91. 2623a5d Merge: #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  92. 5f16f90 #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  93. e66dc2a Merge with 3.4: decolourize by Terry Jan Reedy · 10 years ago
  94. 8675799 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 10 years ago
  95. d42c428 Closes #22579: Fix posixmodule.c to support any C compiler on Windows by Victor Stinner · 10 years ago
  96. 532783b Merge: #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  97. 5bd6242 #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  98. 5ac125c Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  99. 7445a38 #18176: updated stdtypes UCD link, added reminder to makeunicodedata. by R David Murray · 10 years ago
  100. 4487dd0 #18615: Make sndhdr return namedtuples. by R David Murray · 10 years ago