1. a02ae25 separate cert loading tests into Windows and non-Windows cases by Benjamin Peterson · 11 years ago
  2. 0b30a2b also use openssl envvars to find certs on windows (closes #22449) by Benjamin Peterson · 11 years ago
  3. a2e2b58 - Add CVE number for Issue #21831 by doko@ubuntu.com · 11 years ago
  4. 06b74a7 Fix a few typo/grammar issues in the multiprocessing docs. by Zachary Ware · 11 years ago
  5. 9840db8 #8473: make doctest.testfile use universal newline mode. by R David Murray · 11 years ago
  6. 52d0a1b Closes #19434: fix copy-paste error in MIMENonMultipart docstring. by Georg Brandl · 11 years ago
  7. 96ba529 Issue #20079: Fixed tests. by Serhiy Storchaka · 11 years ago
  8. 5f4e55c Issue #20079: Updated alias mapping to glibc 2.19 SUPPORTED file. by Serhiy Storchaka · 11 years ago
  9. ad95599 Issue #20076: Remove just added the sr_rs.utf8@latn alias because it is by Serhiy Storchaka · 11 years ago
  10. dc14bc5 merge heads by Georg Brandl · 11 years ago
  11. c066105 closes #22528: add source links to symtable and compileall by Georg Brandl · 11 years ago
  12. fe3c80b Closes #19342: improve docstrings in grp module. by Georg Brandl · 11 years ago
  13. 14b5a4d Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in the 3.x branches by Georg Brandl · 11 years ago
  14. 2f33456 fix sslwrap_simple (closes #22523) by Benjamin Peterson · 11 years ago
  15. 0d377b3 - Issue #17219: Add library build dir for Python extension cross-builds. by doko@ubuntu.com · 11 years ago
  16. 92518cc - Issue #18096: Fix library order returned by python-config. by doko@ubuntu.com · 11 years ago
  17. b3d80a2 Issue #20076: Added non derived UTF-8 aliases to locale aliases table. by Serhiy Storchaka · 11 years ago
  18. 4e286eb Issue #20079: Added locales supported in glibc 2.18 to locale alias table. by Serhiy Storchaka · 11 years ago
  19. bc4ece5 allow longs as indexes to group() (closes #22530) by Benjamin Peterson · 11 years ago
  20. bc4a834 this test will only work on 64-bit machines by Benjamin Peterson · 11 years ago
  21. 95bc0e4 use Py_ssize_t for file offset and length computations in iteration (closes #22526) by Benjamin Peterson · 11 years ago
  22. ece9d5a #22512: move distutils rpm test's .rpmdb to testing tmpdir. by R David Murray · 11 years ago
  23. b10b8ea Issue 22465: grammar, number agreement. by Terry Jan Reedy · 11 years ago
  24. 3e430eb Remove duplicate PyLong function descriptions. by Georg Brandl · 11 years ago
  25. f16fbf9 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 11 years ago
  26. bb67528 Dont define an empty SPHINXOPTS, which overrides a definition from the environment. by Georg Brandl · 11 years ago
  27. 75070f0 Prepare sphinx extensions for 1.3. by Georg Brandl · 11 years ago
  28. a76e4d8 add link to pdb source (closes #22528) by Benjamin Peterson · 11 years ago
  29. 1c873bf clear BufferedRWPair weakrefs on deallocation (closes #22517) by Benjamin Peterson · 11 years ago
  30. f8c4b3a fix overflow checking in PyString_Repr (closes #22519) by Benjamin Peterson · 11 years ago
  31. b2c4328 merge heads by Benjamin Peterson · 11 years ago
  32. f114e5b add NEWS note for #22518 by Benjamin Peterson · 11 years ago
  33. ed4c130 cleanup overflowing handling in unicode_decode_call_errorhandler and unicode_encode_ucs1 (closes #22518) by Benjamin Peterson · 11 years ago
  34. 276a0a5 #20135: FAQ entry for list mutation. by R David Murray · 11 years ago
  35. 1643d5c give exception a nice message (closes #22379) by Benjamin Peterson · 11 years ago
  36. 9ad23c6 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 11 years ago
  37. 1b4b7af Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 11 years ago
  38. e430073 Issue #9850: Fixed macpath.join() for empty first component. Patch by by Serhiy Storchaka · 11 years ago
  39. 6e7c140 tempfile: Fix docstring. Issue #21397, patch by R. David Murray. by Yury Selivanov · 11 years ago
  40. 12f0532 Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 11 years ago
  41. d1a4f99 allow archives for rc releases to be built (closes #22484) by Benjamin Peterson · 11 years ago
  42. b5dc3dc Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 11 years ago
  43. 22ee4c4 Issue #22471: Avoid Python Launcher.app install problems by removing by Ned Deily · 11 years ago
  44. 6d343e7 Issue #20912: Now directories added to ZIP file have correct Unix and MS-DOS by Serhiy Storchaka · 11 years ago
  45. 1af262c Fixed test_large_file_exception. Ported tests for large count of files by Serhiy Storchaka · 11 years ago
  46. 45efb22 Issue #21866: ZipFile.close() no longer writes ZIP64 central directory by Serhiy Storchaka · 11 years ago
  47. 7d96a09 Fixed reference leak in the "backslashreplace" error handler. by Serhiy Storchaka · 11 years ago
  48. 70d9255 Fix formatting typo in Misc/NEWS. by Ned Deily · 11 years ago
  49. bd5c6f2 Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. by Serhiy Storchaka · 11 years ago
  50. c0799e3 Issue #22423: Fixed debugging output of the GROUPREF_EXISTS opcode in the re by Serhiy Storchaka · 11 years ago
  51. 9194346 Issue #22423: Unhandled exception in thread no longer causes unhandled by Serhiy Storchaka · 11 years ago
  52. 3e46d7c Doc: fix usage of deprecated config value "unused_docs", and a duplicate object name. by Georg Brandl · 11 years ago
  53. 967d41f Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 11 years ago
  54. b17c1e0 Update Idle's online doc url. by Terry Jan Reedy · 11 years ago
  55. bee003c Issue #22420: Avoid 'write to None' crashes by using print instead. by Terry Jan Reedy · 11 years ago
  56. 175b1a7 remove extra letter by Benjamin Peterson · 11 years ago
  57. b332f2a standardize pep 466 relnote style by Benjamin Peterson · 11 years ago
  58. f61e24d whatsnew for pep 466 ssl backport by Benjamin Peterson · 11 years ago
  59. f40a407 Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 11 years ago
  60. 74012c1 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 11 years ago
  61. cdabc37 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 11 years ago
  62. c9cdd0c Lax cookie parsing in http.cookies could be a security issue when by Guido van Rossum · 11 years ago
  63. 038fac6 Test re pickling for all protocols. by Serhiy Storchaka · 11 years ago
  64. 2971c5e Issue #22384: An exception in Tkinter callback no longer crashes the program by Serhiy Storchaka · 11 years ago
  65. 7644ff1 Now re tests work again on Unicode-disabled build. by Serhiy Storchaka · 11 years ago
  66. ed5ea15 Use more appropriate asserts in re tests. by Serhiy Storchaka · 11 years ago
  67. 05137ed make hg link secure by Benjamin Peterson · 11 years ago
  68. 144de31 #22398 Tools/msi enhancements for 2.7 by Steve Dower · 11 years ago
  69. bf8b0ed test_distutils: remove the test file in DistributionTestCase.test_debug_mode() by Victor Stinner · 11 years ago
  70. 0aa6562 Issue #21147: sqlite3 now raises an exception if the request contains a null by Serhiy Storchaka · 11 years ago
  71. 17c0178 Issue #21951: Fixed a crash in Tkinter on AIX when called Tcl command with by Serhiy Storchaka · 11 years ago
  72. 1c09c0e Issue #21951: Use attemptckalloc() instead of ckalloc() in Tkinter. by Serhiy Storchaka · 11 years ago
  73. 08578b0 - Issue #22381: Update zlib to 1.2.8. by doko@ubuntu.com · 11 years ago
  74. 77a64bf - Issue #22381: Update zlib to 1.2.8. by doko@ubuntu.com · 11 years ago
  75. 7709a53 y2k compliance, lol (closes #22380) by Benjamin Peterson · 11 years ago
  76. 581448b Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
  77. ceaf682 Issue #22226: Added private function _splitdict() in the Tkinter module. by Serhiy Storchaka · 11 years ago
  78. 9bc3d98 Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 11 years ago
  79. fcf701a Document 2.7.9 changes in OS X installer build requirements: by Ned Deily · 11 years ago
  80. 5ceffa1 Update OS X installer build script for changes to documentation build: by Ned Deily · 11 years ago
  81. ea21772 Issue #20643: Fixed references to the next() method (distinguish from the by Serhiy Storchaka · 11 years ago
  82. 749022d Issue #22340: Fix test_collections if the sets module was already imported by Victor Stinner · 11 years ago
  83. a3acea3 Issue #22340: Fix Python 3 warnings in Python 2 tests by Victor Stinner · 11 years ago
  84. 342fd18 backport our own copy of the ref-counting extension by Benjamin Peterson · 11 years ago
  85. 32b1ff9 regrtest: backport "[ 1/399]" progress back from Python 3 by Victor Stinner · 11 years ago
  86. 3eb554f Issue #22221: Backported fixes from Python 3 (issue #18960). by Serhiy Storchaka · 11 years ago
  87. 423f128 remove automatic svn checkout of sphinx and its deps from Doc/Makefile by Benjamin Peterson · 11 years ago
  88. beda110 fix malformed use cmdoption directive by Benjamin Peterson · 11 years ago
  89. 162126d Fixed the versionadded in the docs for the backport in 16c86a6bdbe2 by Alex Gaynor · 11 years ago
  90. e98205d Issue #20421: Add a .version() method to SSL sockets exposing the actual protocol version in use. by Alex Gaynor · 11 years ago
  91. ceb0e1d the correct role is :meth: not :method: by Benjamin Peterson · 11 years ago
  92. 4ec38f6 remove script that now lives at https://github.com/python/docsbuild-scripts by Benjamin Peterson · 11 years ago
  93. 5fa7f0c NEWS items for Idle. by Terry Jan Reedy · 11 years ago
  94. 1e87ac6 NEWS items for turtledemo. by Terry Jan Reedy · 11 years ago
  95. d85a9ef Issue #22051: remove unneeded reload that allowed bad code. by Terry Jan Reedy · 11 years ago
  96. ac51e0d Issue #22320: Fix broken link in the General Python FAQ. by Ned Deily · 11 years ago
  97. 2ad5421 don't index outside of the path (closes #22312) by Benjamin Peterson · 11 years ago
  98. 3f48d39 getuid() returns real process id not effective (closes #22307) by Benjamin Peterson · 11 years ago
  99. 7234e03 #22215: have the smtplib 'quit' command reset the state. by R David Murray · 11 years ago
  100. 57057a6 PEP 466: backport persistent urandom fd (closes #21305) by Benjamin Peterson · 11 years ago