1. 02dae2a Added tag v3.5.0a4 for changeset 413e0e0004f4 by Larry Hastings · 9 years ago
  2. 55907f4 Version number bump for Python 3.5.0a4. by Larry Hastings · 9 years ago
  3. 770ce20 Regenerated pydoc-topics and fixed bad/suspicious doc markup for Python 3.5.0a4. by Larry Hastings · 9 years ago
  4. 1a084a8 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  5. e0ac2be Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  6. 418fd74 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  7. db46fea Fixed error message for the "u#" format code. by Serhiy Storchaka · 9 years ago
  8. d6e53da Fixed error message for the "u#" format code. by Serhiy Storchaka · 9 years ago
  9. bb72c47 Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing tuples. by Serhiy Storchaka · 9 years ago
  10. 5cc9c4f - #22980: fix triplet configure test for more targets by doko@ubuntu.com · 9 years ago
  11. 6627389 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 9 years ago
  12. 37de910 Mark TarInfo.frombuf() and TarInfo.fromtarfile() as classmethods. by Berker Peksag · 9 years ago
  13. 0002d3c Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 9 years ago
  14. e4dde50 Issue #15566: Document encoding and errors parameters of TarInfo.frombuf(). by Berker Peksag · 9 years ago
  15. 1a16a83 Closes #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 9 years ago
  16. 2d965c2 Issue #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 9 years ago
  17. 4e25913 Remove local dead code. In both blocks dir is always greater 0. by Christian Heimes · 9 years ago
  18. 6359641 Issue #20181: Converted the unicodedata module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  19. 9260e77 Issue #20184: Converted _dbm and _gdbm modules to Argument Clinic. by Serhiy Storchaka · 9 years ago
  20. 6d7dced Fix two typos in AbstractBasicAuthHandler documentation. by Berker Peksag · 9 years ago
  21. 37f1ba9 #16914: fix test errors under -W error::BytesWarning. by R David Murray · 9 years ago
  22. 2e6ad42 #16914: reflow paragraph and add missing versionchanged. by R David Murray · 9 years ago
  23. 11c5aba News item for #16914. by R David Murray · 9 years ago
  24. 0c49b89 #16914: add timestamps to smtplib debugging output via new debuglevel 2. by R David Murray · 9 years ago
  25. 4c7f995 #7159: generalize urllib prior auth support. by R David Murray · 9 years ago
  26. 6297fec Merge by Christian Heimes · 9 years ago
  27. a8e3f7a Update coverity modeling file to silence datetime warnings by Christian Heimes · 9 years ago
  28. 2b78129 #18128: use standard +NNNN timezone format in POT-Creation-Date header. by R David Murray · 9 years ago
  29. 29fbd21 Remove redundant check fro md5module. by Christian Heimes · 9 years ago
  30. 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 · 9 years ago
  31. 82adeff Fix typo in assert statement by Christian Heimes · 9 years ago
  32. eb076ae Null merge by Serhiy Storchaka · 9 years ago
  33. 6a69466 Backported tests from issue #20175. by Serhiy Storchaka · 9 years ago
  34. f24131f Issue #20175: Converted the _io module to Argument Clinic. by Serhiy Storchaka · 9 years ago
  35. 7f90cba Issue #23935: Argument Clinic's understanding of format units by Larry Hastings · 9 years ago
  36. 3b81248 Issues #22980, 23969: For OS X, use PEP 3149-style file names for extension by Ned Deily · 9 years ago
  37. 20416f7 Issue #23703: Fix a regression in urljoin() introduced in 901e4e52b20a. by Berker Peksag · 9 years ago
  38. d2bc389 Issue #4254: Adds _curses.update_lines_cols() Patch by Arnon Yaari by Steve Dower · 9 years ago
  39. 9abe049 #22980: fix triplet configure test for powerpc-linux-gnu by doko@ubuntu.com · 9 years ago
  40. 4171bbe #23949: Improve tuple unpacking error messages. by R David Murray · 9 years ago
  41. 13a6ee0 Updates layout of some text in the Windows installer. by Steve Dower · 9 years ago
  42. cb39d1f Issue 19933: Provide default argument for ndigits in round. Patch by Vajrasky Kok. by Steve Dower · 9 years ago
  43. 807b80d - #22980: fix typo in Lib/test/test_sysconfig.py triplet test by doko@ubuntu.com · 9 years ago
  44. 092f616 - configure.ac: remove duplicate PLATDIR definition by doko@ubuntu.com · 9 years ago
  45. d3899c1 - Issue #22980: Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include by doko@ubuntu.com · 9 years ago
  46. 7a80389 Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall(). by Eric V. Smith · 9 years ago
  47. 28edf12 add Allison Kaptur (#21217) by Benjamin Peterson · 9 years ago
  48. ef9ffcb properly wrap by Benjamin Peterson · 9 years ago
  49. 6e73000 Add a subprocess.run() function than returns a CalledProcess instance for a by Gregory P. Smith · 9 years ago
  50. a8723a0 Issue #21217: inspect.getsourcelines() now tries to compute the start and by Antoine Pitrou · 9 years ago
  51. 97100c0 Updates Windows installer to promote per-user installs over all-users. by Steve Dower · 9 years ago
  52. f70fdd2 Generates and signs a self-extracting executable containing an embedded Python. by Steve Dower · 9 years ago
  53. 7c63fd3 issue9859: add the missing versionadded tag to the documentation. by Gregory P. Smith · 9 years ago
  54. 89964c4 Issue #23944: Argument Clinic now wraps long impl prototypes at column 78. by Larry Hastings · 9 years ago
  55. 687592d Merge: #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 9 years ago
  56. f4bbc53 #23925: stop (eg) PYTHONSTARTUP from causing test_cmd_line failure. by R David Murray · 9 years ago
  57. 14a88ab issue9859: Use an expected failure rather than a skip. by Gregory P. Smith · 9 years ago
  58. cadbab2 Closes #23956: Merge with 3.4 by Zachary Ware · 9 years ago
  59. 50db6ac Issue #23956: Fix typo in imp.py docstring. by Zachary Ware · 9 years ago
  60. f3cae79 Merge: #23957: fix typo. by R David Murray · 9 years ago
  61. 5be7f15 #23957: fix typo. by R David Murray · 9 years ago
  62. 4e72cce issue9859: Document test.support.detect_api_mismatch() and simplify its test. by Gregory P. Smith · 9 years ago
  63. 1bef907 issue9859: rename CPyMatchTest to APIMismatchTest and add @support.cpython_only. by Gregory P. Smith · 9 years ago
  64. 054b065 issue9859: Adds a CPyMatchTest test case to compare the exposed APIs by Gregory P. Smith · 9 years ago
  65. e334e3f issue9859: Adds a test.support.detect_api_mismatch function useful to by Gregory P. Smith · 9 years ago
  66. a8b1206 issue9014: Include more formatting on :c:type:`PyObject` etc. by Gregory P. Smith · 9 years ago
  67. 0f2f3bc issue9014: Include more formatting on :c:type:`PyObject` etc. by Gregory P. Smith · 9 years ago
  68. b8dde4f issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. by Gregory P. Smith · 9 years ago
  69. 1b24465 issue9014: Properly document PyObject_HEAD and friends post-PEP-3123. by Gregory P. Smith · 9 years ago
  70. 2f86a03 remove trailing space by Gregory P. Smith · 9 years ago
  71. 23a6a0d remove trailing space :) by Gregory P. Smith · 9 years ago
  72. 6eda1be issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  73. f2a448a issue22046: mention that zipfile can raise NotImplementedError on unsupported by Gregory P. Smith · 9 years ago
  74. 9d04e6a Update Tcl/Tk to 8.6.4. by Zachary Ware · 9 years ago
  75. bd4b247 Actually build Tix. by Zachary Ware · 9 years ago
  76. 012e287 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  77. 34c9be7 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  78. f887a61 #21146: give a more efficient recipe in gzip docs by Andrew Kuchling · 9 years ago
  79. 19ddaf6 Merge from 3.4 by Andrew Kuchling · 9 years ago
  80. b3c30d9 Reword NEWS item a bit by Andrew Kuchling · 9 years ago
  81. 467a546 Merge from 3.4 by Andrew Kuchling · 9 years ago
  82. e91ecb2 Merge 3.4 (#23310) by Łukasz Langa · 9 years ago
  83. 5f6684e Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  84. dfa4e04 Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  85. 4882cac Issue #23943: Fix typos. Patch by Piotr Kasprzyk. by Berker Peksag · 9 years ago
  86. a468db9 Issue #23310: Fix MagicMock's initializer to work with __methods__. by Łukasz Langa · 9 years ago
  87. cd1aa91 merge 3.4 (#23929) by Benjamin Peterson · 9 years ago
  88. 52a3b74 remove useless word (closes #23929) by Benjamin Peterson · 9 years ago
  89. 0a8f43e #11754: test contents of string module attributes. by R David Murray · 9 years ago
  90. 5aec1a4 Merge with 3.4 by Zachary Ware · 9 years ago
  91. bbbbe7e Make Argument Clinic's '--make' option work on Windows. by Zachary Ware · 9 years ago
  92. 8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. by Zachary Ware · 9 years ago
  93. a6cc551 Issue #22631: Added Linux-specific socket constant CAN_RAW_FD_FRAMES. by Larry Hastings · 9 years ago
  94. d827be8 Closes #23730: merge with 3.4 by Zachary Ware · 9 years ago
  95. ae9f0fe Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 9 years ago
  96. 38019d1 Closes #23938: List Windows XP as an unsupported platform. by Zachary Ware · 9 years ago
  97. 8396b8e Fix a grammar error in the porting HOWTO as found by Eric Smith. by Brett Cannon · 9 years ago
  98. 9d2a01f Issue #23822: Fix test_py_compile to not fail under -O. by Brett Cannon · 9 years ago
  99. fd53f98 Issue #23733: Mention bytes.__mod__ in the porting HOWTO. by Brett Cannon · 9 years ago
  100. 65da9a8 merge heads by doko@ubuntu.com · 9 years ago