1. 6038318 Markup fix; clarify by adding 'in that order' by Andrew M. Kuchling · 15 years ago
  2. 5453366 Fix typos by Andrew M. Kuchling · 15 years ago
  3. 3ded421 Reword paragraph to make its meaning clearer. by Andrew M. Kuchling · 15 years ago
  4. ba88b7f Always add space after RFC; reword paragraph by Andrew M. Kuchling · 15 years ago
  5. a01f689 Fixes issue 8543 (asynchat documentation issues) by Giampaolo Rodolà · 15 years ago
  6. f62b50f Fixing the Broken links of mechanize library. by Senthil Kumaran · 15 years ago
  7. ab9149d Group the Windows entries in getfilesystemencoding doc, move the win 9x one at the bottom of the list and fix some markup. by Ezio Melotti · 15 years ago
  8. 5c4c461 Issue #8464: tarfile.open(name, mode="w|") no longer creates by Lars Gustäbel · 15 years ago
  9. f56a288 Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions by Antoine Pitrou · 15 years ago
  10. b17b3c5 update pypy url by Benjamin Peterson · 15 years ago
  11. fa0e779 update pypy description by Benjamin Peterson · 15 years ago
  12. b2454b2 Add various unittest items by Andrew M. Kuchling · 15 years ago
  13. fb759a2 Fix doubled 'the'. by Andrew M. Kuchling · 15 years ago
  14. 15c82d2 Add various items by Andrew M. Kuchling · 15 years ago
  15. 3945c86 Fix style issues in test_ssl by Antoine Pitrou · 15 years ago
  16. 689405e Clarify and fix the documentation for IOBase.close() by Antoine Pitrou · 15 years ago
  17. ece349e State clearly that truncate() doesn't move the file position, by Antoine Pitrou · 15 years ago
  18. ed920434 Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked" by Senthil Kumaran · 15 years ago
  19. ad709ee Add version changed note for -m tinkering with sys.argv[0] during the search process by Nick Coghlan · 15 years ago
  20. c5e4485 Issue 8202: when using the -m command line switch, sys.argv[0] is now '-m' instead of '-c' while searching for the module to be executed by Nick Coghlan · 15 years ago
  21. 54677da Also mention patch submitter's name in NEWS, not just in the commit message by Nick Coghlan · 15 years ago
  22. dfb45df Issue 7490: make IGNORE_EXCEPTION_DETAIL also ignore details of the module containing the exception under test (original patch by Lennart Regebro) by Nick Coghlan · 15 years ago
  23. 616de77 Issue #3928: Support 'os.mknod()' in Solaris by Jesus Cea · 15 years ago
  24. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
  25. c73a05f Issue #7449, part 10: test_cmd imports trace module using test_support.import_module() by Victor Stinner · 15 years ago
  26. 47c8841 Partial revert of r80556 (Issue #7449, part 5, fix ctypes test) by Victor Stinner · 15 years ago
  27. a44b5a3 Issue #7449, part 9: fix test_xmlrpclib for missing threading module by Victor Stinner · 15 years ago
  28. 09227b9 Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing by Victor Stinner · 15 years ago
  29. be595d3 Issue #7449, part 7: simplify threading detection in test_capi by Victor Stinner · 15 years ago
  30. fd8ea99 Issue #7449, part 6: fix test_hashlib for missing threading module by Victor Stinner · 15 years ago
  31. eef5c35 make slice notation in (r)find docs consistent by Benjamin Peterson · 15 years ago
  32. 4c7bcf1 Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline by Antoine Pitrou · 15 years ago
  33. 9751472 Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py by Victor Stinner · 15 years ago
  34. 613b4cf Issue #7449, part 4: skip test_multiprocessing if thread support is disabled by Victor Stinner · 15 years ago
  35. edb9f87 Issue #7449 part 3, test_doctest: import trace module in test_coverage() by Victor Stinner · 15 years ago
  36. 1b4a69d Issue #7449, part 2: regrtest.py -j option requires thread support by Victor Stinner · 15 years ago
  37. d9d147b Issue #7449, part 1: fix test_support.py for Python compiled without thread by Victor Stinner · 15 years ago
  38. ae9f8bd correct signature by Benjamin Peterson · 15 years ago
  39. 2773725 condense import by Benjamin Peterson · 15 years ago
  40. fed4abc fold __future__ imports by Benjamin Peterson · 15 years ago
  41. 5e9cc5e fix comment by Benjamin Peterson · 15 years ago
  42. a9bd6d5 reject None as the buffering argument like the C implementation does #8546 by Benjamin Peterson · 15 years ago
  43. 1dc6b08 Issue #8549: Fix compiling the _ssl extension under AIX. Patch by by Antoine Pitrou · 15 years ago
  44. 9bf5425 socket.error can really happen here, and fix a possible NameError by Antoine Pitrou · 15 years ago
  45. db18784 Qualify or remove or bare excepts. Simplify exception handling in places. by Antoine Pitrou · 15 years ago
  46. 435ba0c replace custom code with standard library functionality (HTTPServer.shutdown()) by Antoine Pitrou · 15 years ago
  47. 150acda Remove uses of find_unused_port() in test_ssl, and small cleanups by Antoine Pitrou · 15 years ago
  48. 47b5440 Adding versionadded to various new unittest functions in documentation by Michael Foord · 15 years ago
  49. 3939dcd Issue #6656: fix locale.format_string to handle escaped percents and mappings. by R. David Murray · 15 years ago
  50. 278d665 When calling getpeername() in SSLSocket.__init__, only silence exceptions by Antoine Pitrou · 15 years ago
  51. 3bfa883 Issue 8325: Improve regrtest --help text. by R. David Murray · 15 years ago
  52. 3d61379 Revert an accidental commit from r80492. by Brett Cannon · 15 years ago
  53. 1994969 When DeprecationWarning was silenced by default, it also silenced any use of -Q by Brett Cannon · 15 years ago
  54. a624040 Issue #2302: Fix a race condition in SocketServer.BaseServer.shutdown, by Antoine Pitrou · 15 years ago
  55. 1ca8c19 Replace a Lock with a better suited Event. by Antoine Pitrou · 15 years ago
  56. 5c322ec Adding unittest.removeHandler function / decorator for removing the signal.SIGINT signal handler. With tests and docs. by Michael Foord · 15 years ago
  57. adbcf1f Patch from Tim Hatch: Make socket setblocking <-> settimeout examples symmetric. by Georg Brandl · 15 years ago
  58. 1e51825 Fix code example to have valid syntax so that it can be highlighted. by Georg Brandl · 15 years ago
  59. bb091e7 Patch from Tim Hatch: Minor spelling changes to _winreg docs. by Georg Brandl · 15 years ago
  60. a3f1e4c Patch from Tim Hatch: Remove reference to winreg being the fabled high-level registry interface. by Georg Brandl · 15 years ago
  61. 9bfb78d Patch from Tim Hatch: Better cross-referencing in socket and winreg docs. by Georg Brandl · 15 years ago
  62. 1f62087 Remove LaTeXy index entry syntax. by Georg Brandl · 15 years ago
  63. 0b093e0 #8522: use with statement instead of try-finally for file handling. by Georg Brandl · 15 years ago
  64. 404bd7f #8528: fix typo. by Georg Brandl · 15 years ago
  65. ca2e612 Fixing obscure syslog corner-case when sys.argv = None, syslog() would call by Sean Reifscheider · 15 years ago
  66. fc69af1 Issue #5103: SSL handshake would ignore the socket timeout and block by Antoine Pitrou · 15 years ago
  67. 4d3e372 The do_handshake() method of SSL objects now adjusts the blocking mode of by Antoine Pitrou · 15 years ago
  68. 5fa9fb4 Fix #5774. Some _winreg functions are documented as taking kwargs but don't. by Brian Curtin · 15 years ago
  69. 5183ebd - Issue #8509: Fix quoting in help strings and code snippets in configure.in. by Matthias Klose · 15 years ago
  70. a2936cf Fix #7838. Add docstrings and privatize _subprocess implementation details. by Brian Curtin · 15 years ago
  71. 55841ac Make test_makefile_close a networked test (can't read() from a non-connected by Antoine Pitrou · 15 years ago
  72. 4341e54 #7507: quote "!" in pipes.quote(); it is a special character for some shells. by Georg Brandl · 15 years ago
  73. f8bff48 Markup fixes. by Georg Brandl · 15 years ago
  74. b558f17 Issue #5238: Calling makefile() on an SSL object would prevent the by Antoine Pitrou · 15 years ago
  75. dfb299b Issue #7943: Fix circular reference created when instantiating an SSL by Antoine Pitrou · 15 years ago
  76. 1273566 Fix the "regrtest -s" switch. by Florent Xicluna · 15 years ago
  77. 64f6c2f Remove ImportWarnings filters. They become obsolete after r79310, issue #8205. by Florent Xicluna · 15 years ago
  78. 04f4347 Small comment documentation change to clarify "ident" selection. by Sean Reifscheider · 15 years ago
  79. f6ce3cb issue8451: Making syslog module use sys.argv[0] for "ident". by Sean Reifscheider · 15 years ago
  80. a5c4b55 Issue #8108: Fix the unwrap() method of SSL objects when the socket has by Antoine Pitrou · 15 years ago
  81. e11d85c Add "report a bug" links in some prominent places. Make it clear that doc bugs can be mailed to docs@python.org. Clarify tracker usage. by Georg Brandl · 15 years ago
  82. 9aed604 Skip test on old versions of OpenSSL by Antoine Pitrou · 15 years ago
  83. 60b1ee3 Temporarily display OpenSSL version in verbose run -- trying to diagnose failure on Neal's buildbot. by Antoine Pitrou · 15 years ago
  84. 3982461 Changed tests to only urlparse one, which was enough, addressed Ezio's comment by Senthil Kumaran · 15 years ago
  85. 19c0673 Rephrase comment. by Ezio Melotti · 15 years ago
  86. 896c477 Issue #8475: Pass absolute interpreter path to "make html". by Martin v. Löwis · 15 years ago
  87. 23196a5 #8474: fix duplicate test in test_email. by Ezio Melotti · 15 years ago
  88. 0a36181 Updated the RFCs list in the See Also section of urlparse.rst by Senthil Kumaran · 15 years ago
  89. 18e63fb Issue #7332: Remove the 16KB stack-based buffer in by Antoine Pitrou · 15 years ago
  90. 8a96d20 - Build the ossaudio extension on GNU/kFreeBSD. by Matthias Klose · 15 years ago
  91. ca6d9e9 setup.py: search ffi.h in include dirs, if LIBFFI_INCLUDEDIR is empty. by Matthias Klose · 15 years ago
  92. 1a9e9f2 Forgot to add the sample certificate (followup to r80314) by Antoine Pitrou · 15 years ago
  93. c715a9e Issue #8484: Load all ciphers and digest algorithms when initializing by Antoine Pitrou · 15 years ago
  94. 62e17ad shutil: removed unused import and fixed attributes names in _call_external_zip by Tarek Ziadé · 15 years ago
  95. f0a4cce Add Tim Golden. by Martin v. Löwis · 15 years ago
  96. 7811899 Sync test_plistlib.py with plistlib.py by Ronald Oussoren · 15 years ago
  97. a92e81b Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm by Victor Stinner · 15 years ago
  98. e593fad removed ztar support in shutil.make_archive by Tarek Ziadé · 15 years ago
  99. 8e6ca8f Fix for issue 7852: the DTD for OSX Plists has changed due by Ronald Oussoren · 15 years ago
  100. 241a043 Issue2987 - Added additional Invalid URL and changed the Invalid URL checking code for better. by Senthil Kumaran · 15 years ago