1. c0dc65e Change deprecated Exception.message to Exception.args-[0] where the use of by Terry Jan Reedy · 11 years ago
  2. 54edfb3 Issue #13664: GzipFile now supports non-ascii Unicode filenames. by Serhiy Storchaka · 11 years ago
  3. 55bf20a #13096: Fix segfault in CTypes POINTER handling of large values. by R David Murray · 11 years ago
  4. e73b8c6 Always handle non-handled events before destoying root widget in tests. by Serhiy Storchaka · 11 years ago
  5. 9511b54 #17325: Improve distutils PyPI documentation. by R David Murray · 11 years ago
  6. d7f44e2 #11973: add test for previously fixed kevent signed/unsigned bug. by R David Murray · 11 years ago
  7. fb29e35 Merge heads by Serhiy Storchaka · 11 years ago
  8. f8757fd Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 11 years ago
  9. 80f0c82 Fixed and optimized a test of issue #22526. by Serhiy Storchaka · 11 years ago
  10. 987a02b Issue #14105: Change comment to reflect fix. Patch by Saimadhav Heblikar. by Terry Jan Reedy · 11 years ago
  11. d0a5e9b Issue #22604: Fix assertion error in debug mode when dividing a complex number by (nan+0j). by Antoine Pitrou · 11 years ago
  12. f126fa5 Issue #15414: Clean and correct the os.path.join docs. by Zachary Ware · 11 years ago
  13. f85a856 Issue #11694: Raise ConversionError in xdrlib as documented by Petri Lehtinen · 11 years ago
  14. c305ad7 Issue #22575: Revise bytearray entry for 2.7. by Terry Jan Reedy · 11 years ago
  15. a68109a #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by R David Murray · 11 years ago
  16. 1375538 De-'colour'ize stdlib except for idlelib.configDialog. by Terry Jan Reedy · 11 years ago
  17. a6066ce Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 11 years ago
  18. 23030db Issue 3068: Move idlelib.configDialog action button creation into a separate by Terry Jan Reedy · 11 years ago
  19. 163d7fb idlelib.configHandler: revise docstrings, add spaces, use False/True, add some by Terry Jan Reedy · 11 years ago
  20. 05179d5 use source role instead of linking to svn by Benjamin Peterson · 11 years ago
  21. 3d1f2d3 make _socket.socket weakrefable (closes #22569) by Benjamin Peterson · 11 years ago
  22. 7788dba Closes #19071: "self" argument is not the module for module functions in 2.x. by Georg Brandl · 11 years ago
  23. 436ebf8 Closes #16155: fix a few errors in doctest output of the FAQ pages. by Georg Brandl · 11 years ago
  24. 8d867cb Closes #17057: fix grammar in old-style vs new-style class docs. by Georg Brandl · 11 years ago
  25. ff05e52 Issue #1686: Fix string.Template when overriding the pattern attribute. by Florent Xicluna · 15 years ago
  26. 71ede50 Closes #14303: socket.makefile() does not call dup() anymore on the socket fd. by Georg Brandl · 11 years ago
  27. 8b14dd3 Closes #10031: overhaul the "imports" section of the programming FAQ. by Georg Brandl · 11 years ago
  28. b74cf54 Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. by Georg Brandl · 11 years ago
  29. 4a89fd9 Document builtin classes as such, not functions. by Georg Brandl · 11 years ago
  30. f8b7e78 Update 2.7 idlelib.configHandler and reduce differences from 3.4 code. by Terry Jan Reedy · 11 years ago
  31. 57ac623 Issue #3832: backport 677a9326b4d4 to 2.7 (and delete some obsolete code). by Terry Jan Reedy · 11 years ago
  32. 72601e1 #14201: Update ctypes docs to match behavior changed from 214b28d7a999. by R David Murray · 11 years ago
  33. d999c34 #11866: Eliminate race condition in the computation of names for new threads. by R David Murray · 11 years ago
  34. 429866d Fixed issue number for issue #22470 in Misc/NEWS. by Serhiy Storchaka · 11 years ago
  35. fb7c380 Fixed compilation error introduced in 3f7519f633ed (issue #22518). by Serhiy Storchaka · 11 years ago
  36. d524922 Issue #22518: Fixed integer overflow issues in "backslashreplace" and by Serhiy Storchaka · 11 years ago
  37. 52313d7 Issue #22219: The zipfile module CLI now adds entries for directories by Serhiy Storchaka · 11 years ago
  38. c6cf35d #14056: Small improvements to the tarfile documentation. by R David Murray · 11 years ago
  39. a02ae25 separate cert loading tests into Windows and non-Windows cases by Benjamin Peterson · 11 years ago
  40. 0b30a2b also use openssl envvars to find certs on windows (closes #22449) by Benjamin Peterson · 11 years ago
  41. a2e2b58 - Add CVE number for Issue #21831 by doko@ubuntu.com · 11 years ago
  42. 06b74a7 Fix a few typo/grammar issues in the multiprocessing docs. by Zachary Ware · 11 years ago
  43. 9840db8 #8473: make doctest.testfile use universal newline mode. by R David Murray · 11 years ago
  44. 52d0a1b Closes #19434: fix copy-paste error in MIMENonMultipart docstring. by Georg Brandl · 11 years ago
  45. 96ba529 Issue #20079: Fixed tests. by Serhiy Storchaka · 11 years ago
  46. 5f4e55c Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. by Serhiy Storchaka · 11 years ago
  47. ad95599 Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is by Serhiy Storchaka · 11 years ago
  48. dc14bc5 merge heads by Georg Brandl · 11 years ago
  49. c066105 closes #22528: add source links to symtable and compileall by Georg Brandl · 11 years ago
  50. fe3c80b Closes #19342: improve docstrings in grp module. by Georg Brandl · 11 years ago
  51. 14b5a4d Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in the 3.x branches by Georg Brandl · 11 years ago
  52. 2f33456 fix sslwrap_simple (closes #22523) by Benjamin Peterson · 11 years ago
  53. 0d377b3 - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 11 years ago
  54. 92518cc - Issue #18096: Fix library order returned by python-config. by doko@ubuntu.com · 11 years ago
  55. b3d80a2 Issue #20076: Added non derived UTF-8 aliases to locale aliases table. by Serhiy Storchaka · 11 years ago
  56. 4e286eb Issue #20079: Added locales supported in glibc 2.18 to locale alias table. by Serhiy Storchaka · 11 years ago
  57. bc4ece5 allow longs as indexes to group() (closes #22530) by Benjamin Peterson · 11 years ago
  58. bc4a834 this test will only work on 64-bit machines by Benjamin Peterson · 11 years ago
  59. 95bc0e4 use Py_ssize_t for file offset and length computations in iteration (closes #22526) by Benjamin Peterson · 11 years ago
  60. ece9d5a #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 11 years ago
  61. b10b8ea Issue 22465: grammar, number agreement. by Terry Jan Reedy · 11 years ago
  62. 3e430eb Remove duplicate PyLong function descriptions. by Georg Brandl · 11 years ago
  63. f16fbf9 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 11 years ago
  64. bb67528 Dont define an empty SPHINXOPTS, which overrides a definition from the environment. by Georg Brandl · 11 years ago
  65. 75070f0 Prepare sphinx extensions for 1.3. by Georg Brandl · 11 years ago
  66. a76e4d8 add link to pdb source (closes #22528) by Benjamin Peterson · 11 years ago
  67. 1c873bf clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 11 years ago
  68. f8c4b3a fix overflow checking in PyString_Repr (closes #22519) by Benjamin Peterson · 11 years ago
  69. b2c4328 merge heads by Benjamin Peterson · 11 years ago
  70. f114e5b add NEWS note for #22518 by Benjamin Peterson · 11 years ago
  71. ed4c130 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 11 years ago
  72. 276a0a5 #20135: FAQ entry for list mutation. by R David Murray · 11 years ago
  73. 1643d5c give exception a nice message (closes #22379) by Benjamin Peterson · 11 years ago
  74. 9ad23c6 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 11 years ago
  75. 1b4b7af Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 11 years ago
  76. e430073 Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 11 years ago
  77. 6e7c140 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. by Yury Selivanov · 11 years ago
  78. 12f0532 Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 11 years ago
  79. d1a4f99 allow archives for rc releases to be built (closes #22484) by Benjamin Peterson · 11 years ago
  80. b5dc3dc Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 11 years ago
  81. 22ee4c4 Issue #22471: Avoid Python Launcher.app install problems by removing by Ned Deily · 11 years ago
  82. 6d343e7 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 11 years ago
  83. 1af262c Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 11 years ago
  84. 45efb22 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 11 years ago
  85. 7d96a09 Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 11 years ago
  86. 70d9255 Fix formatting typo in Misc/NEWS. by Ned Deily · 11 years ago
  87. bd5c6f2 Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. by Serhiy Storchaka · 11 years ago
  88. c0799e3 Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re by Serhiy Storchaka · 11 years ago
  89. 9194346 Issue #22423: Unhandled exception in thread no longer causes unhandled by Serhiy Storchaka · 11 years ago
  90. 3e46d7c Doc: fix usage of deprecated config value "unused_docs", and a duplicate object name. by Georg Brandl · 11 years ago
  91. 967d41f Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 11 years ago
  92. b17c1e0 Update Idle's online doc url. by Terry Jan Reedy · 11 years ago
  93. bee003c Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 11 years ago
  94. 175b1a7 remove extra letter by Benjamin Peterson · 11 years ago
  95. b332f2a standardize pep 466 relnote style by Benjamin Peterson · 11 years ago
  96. f61e24d whatsnew for pep 466 ssl backport by Benjamin Peterson · 11 years ago
  97. f40a407 Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 11 years ago
  98. 74012c1 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 11 years ago
  99. cdabc37 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 11 years ago
  100. c9cdd0c Lax cookie parsing in http.cookies could be a security issue when by Guido van Rossum · 11 years ago