1. 244afcf Issue #23887: urllib.error.HTTPError now has a proper repr() representation. by Facundo Batista · 10 years ago
  2. d209d64 Fix .gitignore for 'python' binary. by Christian Heimes · 10 years ago
  3. 34e0060 Fix .gitignore for 'python' binary. by Christian Heimes · 10 years ago
  4. 4320f54 merge 3.4 (#22785) by Benjamin Peterson · 10 years ago
  5. ac22c6b improved range docstring (closes #22785) by Benjamin Peterson · 10 years ago
  6. 7563043 - move NEWS item to 3.5 by doko@ubuntu.com · 10 years ago
  7. 30912f3 Issue #21483: Skip test_timestamp_overflow on NFS. by Berker Peksag · 10 years ago
  8. 949c416 Merge heads by Serhiy Storchaka · 10 years ago
  9. 71b49dd Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 10 years ago
  10. 3af7a38 Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 10 years ago
  11. d86ef05 Issue #23917: Fall back to sequential compilation when ProcessPoolExecutor doesn't exist. by Berker Peksag · 10 years ago
  12. aec0509 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 10 years ago
  13. 462c357 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 10 years ago
  14. c3a7f18 Merge from 3.4 by Andrew Kuchling · 10 years ago
  15. 333518e #15183: clarify timeit documentation to say that setup statement isn't timed by Andrew Kuchling · 10 years ago
  16. f5e8540 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 10 years ago
  17. b6076fb Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 10 years ago
  18. 273a720 merge 3.4 (#24022) by Benjamin Peterson · 10 years ago
  19. d73aca7 do not call into python api if an exception is set (#24022) by Benjamin Peterson · 10 years ago
  20. 8714cfd Get rid of unused-but-set-variable warning. len and len2 should be equal and len2 is technically more correct, too. by Christian Heimes · 10 years ago
  21. 4d9d256 #17445: difflib: add diff_bytes(), to compare bytes rather than str by Greg Ward · 10 years ago
  22. d19458a merge 3.4 (#23989) by Benjamin Peterson · 10 years ago
  23. 6de708f recommend requests library (closes #23989) by Benjamin Peterson · 10 years ago
  24. 4e2d82c - move some NEWS items to 3.5.0 beta 1 by doko@ubuntu.com · 10 years ago
  25. f75d4a7 Fix asyncio issue 235 (merge from 3.4). by Guido van Rossum · 10 years ago
  26. 0bd16bc Fix asyncio issue 235: Queue subclass bug caused by JoinableQueue merge. by Guido van Rossum · 10 years ago
  27. 629d697 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 10 years ago
  28. 77e8311 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 10 years ago
  29. 1acdb95 Merge Python 3.5.0a4 release engineering commits. by Larry Hastings · 10 years ago
  30. 103e57a Post-release updates for Python 3.5.0a4. by Larry Hastings · 10 years ago
  31. 7e9d1d1 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 10 years ago
  32. 2b0d200 Issue #23908: os functions now reject paths with embedded null character by Serhiy Storchaka · 10 years ago
  33. e3037e1 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 10 years ago
  34. 2ef7c47 Issue #23728: binascii.crc_hqx() could return an integer outside of the range by Serhiy Storchaka · 10 years ago
  35. c74bb9d Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 10 years ago
  36. 16b2e4f Issue #23842: Added tests for os.major(), os.minor() and os.makedev(). by Serhiy Storchaka · 10 years ago
  37. 617ccca merge 3.4 by Benjamin Peterson · 10 years ago
  38. cdbe299 fix grammar by Benjamin Peterson · 10 years ago
  39. 777af30 Minor fixes to Windows build scripts by Steve Dower · 10 years ago
  40. 3c28c6e Backed out buildbot clean by Steve Dower · 10 years ago
  41. 4ac54bb Force the buildbots to clean up all externals. by Steve Dower · 10 years ago
  42. 02dae2a Added tag v3.5.0a4 for changeset 413e0e0004f4 by Larry Hastings · 10 years ago
  43. 55907f4 Version number bump for Python 3.5.0a4. by Larry Hastings · 10 years ago
  44. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 10 years ago
  45. 1a084a8 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  46. e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  47. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  48. db46fea Fixed error message for the "u#" format code. by Serhiy Storchaka · 10 years ago
  49. d6e53da Fixed error message for the "u#" format code. by Serhiy Storchaka · 10 years ago
  50. bb72c47 Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing tuples. by Serhiy Storchaka · 10 years ago
  51. 5cc9c4f - #22980: fix triplet configure test for more targets by doko@ubuntu.com · 10 years ago
  52. 6627389 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 10 years ago
  53. 37de910 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 10 years ago
  54. 0002d3c Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 10 years ago
  55. e4dde50 Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 10 years ago
  56. 1a16a83 Closes #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 10 years ago
  57. 2d965c2 Issue #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 10 years ago
  58. 4e25913 Remove local dead code. In both blocks dir is always greater 0. by Christian Heimes · 10 years ago
  59. 6359641 Issue #20181: Converted the unicodedata module to Argument Clinic. by Serhiy Storchaka · 10 years ago
  60. 9260e77 Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic. by Serhiy Storchaka · 10 years ago
  61. 6d7dced Fix two typos in AbstractBasicAuthHandler documentation. by Berker Peksag · 10 years ago
  62. 37f1ba9 #16914: fix test errors under -W error::BytesWarning. by R David Murray · 10 years ago
  63. 2e6ad42 #16914: reflow paragraph and add missing versionchanged. by R David Murray · 10 years ago
  64. 11c5aba News item for #16914. by R David Murray · 10 years ago
  65. 0c49b89 #16914: add timestamps to smtplib debugging output via new debuglevel 2. by R David Murray · 10 years ago
  66. 4c7f995 #7159: generalize urllib prior auth support. by R David Murray · 10 years ago
  67. 6297fec Merge by Christian Heimes · 10 years ago
  68. a8e3f7a Update coverity modeling file to silence datetime warnings by Christian Heimes · 10 years ago
  69. 2b78129 #18128: use standard +NNNN timezone format in POT-Creation-Date header. by R David Murray · 10 years ago
  70. 29fbd21 Remove redundant check fro md5module. by Christian Heimes · 10 years ago
  71. e8e4283 Remove redundant check for tb != NULL to shut up Coverity . It has been set to Py_None a couple of lines earlier. by Christian Heimes · 10 years ago
  72. 82adeff Fix typo in assert statement by Christian Heimes · 10 years ago
  73. eb076ae Null merge by Serhiy Storchaka · 10 years ago
  74. 6a69466 Backported tests from issue #20175. by Serhiy Storchaka · 10 years ago
  75. f24131f Issue #20175: Converted the _io module to Argument Clinic. by Serhiy Storchaka · 10 years ago
  76. 7f90cba Issue #23935: Argument Clinic's understanding of format units by Larry Hastings · 10 years ago
  77. 1746763 Remove spurious text from build instructions README. by Guido van Rossum · 10 years ago
  78. 3b81248 Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension by Ned Deily · 10 years ago
  79. 20416f7 Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a. by Berker Peksag · 10 years ago
  80. d2bc389 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari by Steve Dower · 10 years ago
  81. 9abe049 #22980: fix triplet configure test for powerpc-linux-gnu by doko@ubuntu.com · 10 years ago
  82. 4171bbe #23949: Improve tuple unpacking error messages. by R David Murray · 10 years ago
  83. 13a6ee0 Updates layout of some text in the Windows installer. by Steve Dower · 10 years ago
  84. cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. by Steve Dower · 10 years ago
  85. 807b80d - #22980: fix typo in Lib/test/test_sysconfig.py triplet test by doko@ubuntu.com · 10 years ago
  86. 092f616 - configure.ac: remove duplicate PLATDIR definition by doko@ubuntu.com · 10 years ago
  87. d3899c1 - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include by doko@ubuntu.com · 10 years ago
  88. 7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). by Eric V. Smith · 10 years ago
  89. 28edf12 add Allison Kaptur (#21217) by Benjamin Peterson · 10 years ago
  90. ef9ffcb properly wrap by Benjamin Peterson · 10 years ago
  91. 6e73000 Add a subprocess.run() function than returns a CalledProcess instance for a by Gregory P. Smith · 10 years ago
  92. a8723a0 Issue #21217: inspect.getsourcelines() now tries to compute the start and by Antoine Pitrou · 10 years ago
  93. 97100c0 Updates Windows installer to promote per-user installs over all-users. by Steve Dower · 10 years ago
  94. f70fdd2 Generates and signs a self-extracting executable containing an embedded Python. by Steve Dower · 10 years ago
  95. 7c63fd3 issue9859: add the missing versionadded tag to the documentation. by Gregory P. Smith · 10 years ago
  96. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 10 years ago
  97. 687592d Merge: #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 10 years ago
  98. f4bbc53 #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 10 years ago
  99. 14a88ab issue9859: Use an expected failure rather than a skip. by Gregory P. Smith · 10 years ago
  100. cadbab2 Closes #23956: Merge with 3.4 by Zachary Ware · 10 years ago