1. ed0392a Issue #23527: Update Gmail port number for STARTTLS to 587. by Berker Peksag · 9 years ago
  2. ccac023 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 9 years ago
  3. 659f631 Issue #23477: Improve test coverage of wsgiref.simple_server. by Berker Peksag · 9 years ago
  4. 6897e56 Issue #20521: Change ``TOS`` to TOS in dis documentation. by Berker Peksag · 9 years ago
  5. ab4040e Issue #20521: Change ``TOS`` to TOS in dis documentation. by Berker Peksag · 9 years ago
  6. fc080fc Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 9 years ago
  7. bcdfc6a Issue #23387: Skip test_issue16464 if it raises an 5xx error. by Berker Peksag · 9 years ago
  8. f2d4e57 Add a versionadded directive for PEP 486. by Berker Peksag · 9 years ago
  9. e35a17a merge 3.4 by Benjamin Peterson · 9 years ago
  10. 6e820c0 remove mention of Python 2.2 and 2.3 by Benjamin Peterson · 9 years ago
  11. e49af34 Issue #7830: Flatten nested functools.partial. by Alexander Belopolsky · 9 years ago
  12. e2e178e Closes issue #22791: Improved datetime from timestamp methods documentation. by Alexander Belopolsky · 9 years ago
  13. 3de4aae Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 9 years ago
  14. 4c094e5 Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 9 years ago
  15. 71c6f44 Fixed a typo. by Serhiy Storchaka · 9 years ago
  16. 7f9ea75 Issue #23553: Use an unsigned cast to tighten-up the bounds checking logic. by Raymond Hettinger · 9 years ago
  17. 90295b4 Merge heads by Serhiy Storchaka · 9 years ago
  18. 490055a Issue #20204: Deprecation warning is now raised for builtin type without the by Serhiy Storchaka · 9 years ago
  19. c208308 Need a (size_t) cast instead of (unsigned) to be big enough for a Py_ssize_t. by Raymond Hettinger · 9 years ago
  20. 50adb9f Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 9 years ago
  21. efdc16f9 Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 9 years ago
  22. e4969f5 Updates CRT installation for Windows installer. by Steve Dower · 9 years ago
  23. a473b9d Use unsigned division and modulo for item assignment as well. by Raymond Hettinger · 9 years ago
  24. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 9 years ago
  25. e92951f merge by Alexander Belopolsky · 9 years ago
  26. 184291a Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 9 years ago
  27. 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 9 years ago
  28. 63d1ff2 Convert one more division to unsigned arithmetic to speed-up deque_item(). by Raymond Hettinger · 9 years ago
  29. 6ab0ec9 Fixed a test for issue #21619 on Windows. by Serhiy Storchaka · 9 years ago
  30. cf265fd Fixed a test for issue #21619 on Windows. by Serhiy Storchaka · 9 years ago
  31. 86ba765 Issue #21619: Popen objects no longer leave a zombie after exit in the with by Serhiy Storchaka · 9 years ago
  32. ab900c2 Issue #21619: Popen objects no longer leave a zombie after exit in the with by Serhiy Storchaka · 9 years ago
  33. 7e8c795 Line missed in last checkin by Raymond Hettinger · 9 years ago
  34. da2850f Since the index is always non-negative, use faster unsigned division and modulo. by Raymond Hettinger · 9 years ago
  35. b44ed82 Merge with 3.4 for porting HOWTO tweaks by Brett Cannon · 9 years ago
  36. fdde79d Fix the clarification as to why division cannot be ported automatically by Brett Cannon · 9 years ago
  37. 2f710b6 Merge from 3.4. by Larry Hastings · 9 years ago
  38. c332f8a Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!) by Larry Hastings · 9 years ago
  39. 8004e85 Issue #22834: Drop a redundant comment and use errno instead of an integer. by Brett Cannon · 9 years ago
  40. e2bda9a Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  41. ce8c768 Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport by Victor Stinner · 9 years ago
  42. 69899e6 Merge 3.4 (httplib) by Victor Stinner · 9 years ago
  43. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 9 years ago
  44. ad9296e Merge with 3.4 by Zachary Ware · 9 years ago
  45. 0b49637 Fix copy/paste error in bytes.isupper() doc. by Zachary Ware · 9 years ago
  46. daf57f2 Bump the blocksize up from 62 to 64 to speed up the modulo calculation. by Raymond Hettinger · 9 years ago
  47. b1e6e57 unix newlines by Benjamin Peterson · 9 years ago
  48. 2bb5aa8 merge 3.4 by Benjamin Peterson · 9 years ago
  49. d2e067b remove duplicate 3.4.3 tags by Benjamin Peterson · 9 years ago
  50. 76998fe Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore) by Steve Dower · 9 years ago
  51. 8c3ec53 Merge 3.4.3 release engineering changes back into 3.4. by Larry Hastings · 9 years ago
  52. e287746 Post-release changes for 3.4.3. by Larry Hastings · 9 years ago
  53. b48af34 Silenced minor GCC warnings. by Serhiy Storchaka · 9 years ago
  54. e71258a Issue #15955: Add an option to limit the output size in bz2.decompress(). by Antoine Pitrou · 9 years ago
  55. 87f5015 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  56. 7b2c3c6 asyncio doc: lock classes are not thread safe by Victor Stinner · 9 years ago
  57. f63dab5 Back-out wcstok deprecation suppression and updates calls to use wcstok_s. by Steve Dower · 9 years ago
  58. b3f51e3 Adds _CRT_NON_CONFORMING_WCSTOK to retain two-parameter wcstok. by Steve Dower · 9 years ago
  59. 4fa4972 merge 3.4 by Benjamin Peterson · 9 years ago
  60. ed135f4 remove unused import by Benjamin Peterson · 9 years ago
  61. a1780bc Issue #23511: Port email-simple.py to Python 3. by Berker Peksag · 9 years ago
  62. f9e3cf1 Issue #23511: Port email-simple.py to Python 3. by Berker Peksag · 9 years ago
  63. c8fd9ce merge 3.4 (#23515) by Benjamin Peterson · 9 years ago
  64. b808d59 fix merge_collapse to actually maintain the invariant it purports to (closes #23515) by Benjamin Peterson · 9 years ago
  65. 1313af2 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  66. 8370496 asyncio: add a note about (non) thread safety in each class by Victor Stinner · 9 years ago
  67. 532c69a asyncio doc: begin with warnings on asyncio traps by Victor Stinner · 9 years ago
  68. 615a58e asyncio doc: move queues to a new page by Victor Stinner · 9 years ago
  69. 4c464c3 Added tag v3.4.3 for changeset b4cbecbc0781 by Larry Hastings · 9 years ago
  70. f5caf2b Checking in this change LOCAL ONLY NO UPLOAD ANYWHERE by Larry Hastings · 9 years ago
  71. 961dfa1 Merge with 3.4 by Georg Brandl · 9 years ago
  72. 7e91af3 Remove unsupported (in latex) character from the source. by Georg Brandl · 9 years ago
  73. c55a316 Issue 23314: SuppressCrashReports now disables CRT assertions by Steve Dower · 9 years ago
  74. 7caa615 Merge 3.4 (asyncio doc) by Victor Stinner · 9 years ago
  75. b8064a8 asyncio doc: close explicitly event loops by Victor Stinner · 9 years ago
  76. 9534407 Added tag v3.4.3 for changeset 9b73f1c3e601 by Larry Hastings · 9 years ago
  77. fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 9 years ago
  78. e164241 Doc updates for 3.4.3 final. by Larry Hastings · 9 years ago
  79. 1de7191 Issue #23499: Fix grammar error noticed by SilentGhost by Ned Deily · 9 years ago
  80. 7579093 Issue #23499: Fix grammar error noticed by SilentGhost by Ned Deily · 9 years ago
  81. 0f88891 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 9 years ago
  82. c26a1a4 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 9 years ago
  83. 06a13f8 Issue #23152: Move declarations back to posixmodule.c. by Serhiy Storchaka · 9 years ago
  84. 12ebbc7 Issue #23152: Move declaration into a header and exclude from stable API. by Serhiy Storchaka · 9 years ago
  85. 4f38e48 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 9 years ago
  86. 80a1803 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 9 years ago
  87. bf1f376 Issue #23152: Renames time_t_to_FILE_TIME to _Py_time_t_to_FILE_TIME, removes unused struct win32_stat and return value by Steve Dower · 9 years ago
  88. a2af1a5 Issue #23152: Renames attribute_data_to_stat to _Py_attribute_data_to_stat by Steve Dower · 9 years ago
  89. f2f373f Issue #23152: Implement _Py_fstat() to support files larger than 2 GB on Windows. by Steve Dower · 9 years ago
  90. 18d1924 Null merge by Serhiy Storchaka · 9 years ago
  91. a3369a5 Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 9 years ago
  92. 4eea62f Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 9 years ago
  93. df80706 Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 9 years ago
  94. a1543cd Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 9 years ago
  95. 254dd59 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 9 years ago
  96. a3712a9 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 9 years ago
  97. 7065f37 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  98. 5e3d7a4 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 9 years ago
  99. 78a8249 Issue #23490: Fixed possible crashes related to interoperability between by Serhiy Storchaka · 9 years ago
  100. e55181f Issue #23490: Fixed possible crashes related to interoperability between by Serhiy Storchaka · 9 years ago