1. 7d93221 Issue #7472: remove unused code from email.encoders.encode_7or8bit. by R. David Murray · 14 years ago
  2. b26dc46 Untabify Modules/_io/fileio.c by Antoine Pitrou · 14 years ago
  3. 8efa867 NEWS by Barry Warsaw · 14 years ago
  4. 43ad706 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 14 years ago
  5. a4c2a5c Untabify Modules/_ssl.c by Antoine Pitrou · 14 years ago
  6. 91165c0 Force exit using os._exit instead of sys.exit, by Ronald Oussoren · 14 years ago
  7. 3320696 The C function used by uuid.uuid4 is broken on by Ronald Oussoren · 14 years ago
  8. 9b90f7a Update the NEWS entry for issue #8211. by Marc-André Lemburg · 14 years ago
  9. 926fd4e Issue #8313: traceback.format_exception_only() encodes unicode message to by Victor Stinner · 14 years ago
  10. f3c157f Remove reference to unused source file. by Thomas Heller · 14 years ago
  11. 3b0b4ff Fix test_gzip failure on OS X. The failure was a result of trying to fflush by Mark Dickinson · 14 years ago
  12. 06a7e20 On Windows, ctypes does no longer check the stack before and after by Thomas Heller · 14 years ago
  13. ef9b4ab Fix trailing whitespace. by Mark Dickinson · 14 years ago
  14. a8d2668 Issue #1533: fix inconsistency in range function argument processing: by Mark Dickinson · 14 years ago
  15. 4f96f5f Issue #8567: Fix incorrect precedence of signals in Decimal module. by Mark Dickinson · 14 years ago
  16. 7120219 _pyio: Fix TextIOWrapper constructor: os has no device_encoding() function by Victor Stinner · 14 years ago
  17. 268e487 Issue #8404: Fix set operations on dictionary views. by Alexandre Vassalotti · 14 years ago
  18. 04b99cc Add some more items; the urlparse change is added twice by Andrew M. Kuchling · 14 years ago
  19. 0d8a859 Pull a NULL pointer check up to cover more cases in the function. by Brett Cannon · 14 years ago
  20. a7f13ee Remove an unneeded variable and assignment. by Brett Cannon · 14 years ago
  21. 945df9a Mention the code clean-up thanks to Clang's static analyzer in Modules. by Brett Cannon · 14 years ago
  22. d0d2d31 Fix some whitespace. by Brett Cannon · 14 years ago
  23. 6d7b7be Remove an unneeded variable assignment. by Brett Cannon · 14 years ago
  24. 23b581a Strip out extraneous whitespace, cast a some `const char *` to `void *` when by Brett Cannon · 14 years ago
  25. 33e5dd8 Fix a Py_DECREF to a Py_XDECREF. by Brett Cannon · 14 years ago
  26. 87ab6ad Prevent a possible NULL de-reference and an unneeded variable assignment. by Brett Cannon · 14 years ago
  27. e894e93 Remove a redundant string length check and variable assignment. by Brett Cannon · 14 years ago
  28. 7983284 Fix two potential uninitialization errors and an unneeded assignment. by Brett Cannon · 14 years ago
  29. 8ffe7bb Remove unused variables and a variable initialization. by Brett Cannon · 14 years ago
  30. 5d947cb Remove unneeded variable assignment. by Brett Cannon · 14 years ago
  31. 8e9757e Remove unneeded variable mutation and initializations. by Brett Cannon · 14 years ago
  32. 9824e7f Clean up whitespace and remove unneeded variable initialization as found by by Brett Cannon · 14 years ago
  33. 99ac914 Remove an unused variable. by Brett Cannon · 14 years ago
  34. 949476e Remove unneeded variable initialization. by Brett Cannon · 14 years ago
  35. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 14 years ago
  36. c3ce9e3 wbits negative was documented SEVEN years ago by Jesus Cea · 14 years ago
  37. 27a1370 Issue #8576: logging updated to remove usage of find_unused_port(). by Vinay Sajip · 14 years ago
  38. c1f5c2f Update the Vim syntax highlight file. by Brett Cannon · 14 years ago
  39. f9ffcce Fix unittest tests to not abuse traceback.format_exception by Michael Foord · 14 years ago
  40. 951919f Issue #4687: Fix accuracy of garbage collection runtimes displayed with by Antoine Pitrou · 14 years ago
  41. b0153cf Small update to r80698 to ensure that webbrowser.open uses the default browser. by Ronald Oussoren · 14 years ago
  42. 4ef1c7e For for issue #7192: with this patch webbrowser.get("firefox") works on OSX by Ronald Oussoren · 14 years ago
  43. 328284a Improve error message from nb_int returning a non-integer, in various PyInt_As* functions: by Mark Dickinson · 14 years ago
  44. 8651810 Remove duplicate test by Antoine Pitrou · 14 years ago
  45. 5cace78 Fix attribution. Travis didn't do much and he did a bad work. by Antoine Pitrou · 14 years ago
  46. 9fbbd3b Describe memoryview by Andrew M. Kuchling · 14 years ago
  47. 7de14ac Minor grammar fix by Andrew M. Kuchling · 14 years ago
  48. 16cd2be Fix incorrect use of a list as the target of an 'except' clause in test_decimal.py. by Mark Dickinson · 14 years ago
  49. 1b7f9e5 Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string by Senthil Kumaran · 14 years ago
  50. d3b6022 Add various items by Andrew M. Kuchling · 14 years ago
  51. 54f9f83 Issue #8576: Remove use of find_unused_port() in test_smtplib and by Antoine Pitrou · 14 years ago
  52. 6d5e579 [issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS by Marc-André Lemburg · 14 years ago
  53. 9663dda Add notes about uninstalling a framework install to by Ronald Oussoren · 14 years ago
  54. 5d18cc6 Fix for issue 8476 by Ronald Oussoren · 14 years ago
  55. c4ae73e Add item by Andrew M. Kuchling · 14 years ago
  56. b3437c9 Minor grammar re-wording by Andrew M. Kuchling · 14 years ago
  57. a5cd182 Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir and srcdir by Tarek Ziadé · 14 years ago
  58. 01d149f Fix for issue #3646: with this patch it is possible to do a by Ronald Oussoren · 14 years ago
  59. c121f13 Add various items; rearrange unittest section a bit by Andrew M. Kuchling · 14 years ago
  60. 6038318 Markup fix; clarify by adding 'in that order' by Andrew M. Kuchling · 14 years ago
  61. 5453366 Fix typos by Andrew M. Kuchling · 14 years ago
  62. 3ded421 Reword paragraph to make its meaning clearer. by Andrew M. Kuchling · 14 years ago
  63. ba88b7f Always add space after RFC; reword paragraph by Andrew M. Kuchling · 14 years ago
  64. a01f689 Fixes issue 8543 (asynchat documentation issues) by Giampaolo Rodolà · 14 years ago
  65. f62b50f Fixing the Broken links of mechanize library. by Senthil Kumaran · 14 years ago
  66. 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 · 14 years ago
  67. 5c4c461 Issue #8464: tarfile.open(name, mode="w|") no longer creates by Lars Gustäbel · 14 years ago
  68. f56a288 Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions by Antoine Pitrou · 14 years ago
  69. b17b3c5 update pypy url by Benjamin Peterson · 14 years ago
  70. fa0e779 update pypy description by Benjamin Peterson · 14 years ago
  71. b2454b2 Add various unittest items by Andrew M. Kuchling · 14 years ago
  72. fb759a2 Fix doubled 'the'. by Andrew M. Kuchling · 14 years ago
  73. 15c82d2 Add various items by Andrew M. Kuchling · 14 years ago
  74. 3945c86 Fix style issues in test_ssl by Antoine Pitrou · 14 years ago
  75. 689405e Clarify and fix the documentation for IOBase.close() by Antoine Pitrou · 14 years ago
  76. ece349e State clearly that truncate() doesn't move the file position, by Antoine Pitrou · 14 years ago
  77. ed920434 Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-encoding: chunked" by Senthil Kumaran · 14 years ago
  78. ad709ee Add version changed note for -m tinkering with sys.argv[0] during the search process by Nick Coghlan · 14 years ago
  79. 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 · 14 years ago
  80. 54677da Also mention patch submitter's name in NEWS, not just in the commit message by Nick Coghlan · 14 years ago
  81. 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 · 14 years ago
  82. 616de77 Issue #3928: Support 'os.mknod()' in Solaris by Jesus Cea · 14 years ago
  83. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 14 years ago
  84. c73a05f Issue #7449, part 10: test_cmd imports trace module using test_support.import_module() by Victor Stinner · 14 years ago
  85. 47c8841 Partial revert of r80556 (Issue #7449, part 5, fix ctypes test) by Victor Stinner · 14 years ago
  86. a44b5a3 Issue #7449, part 9: fix test_xmlrpclib for missing threading module by Victor Stinner · 14 years ago
  87. 09227b9 Issue #7449, part 8: don't skip the whole test_asynchat if threading is missing by Victor Stinner · 14 years ago
  88. be595d3 Issue #7449, part 7: simplify threading detection in test_capi by Victor Stinner · 14 years ago
  89. fd8ea99 Issue #7449, part 6: fix test_hashlib for missing threading module by Victor Stinner · 14 years ago
  90. eef5c35 make slice notation in (r)find docs consistent by Benjamin Peterson · 14 years ago
  91. 4c7bcf1 Issue #8086: In :func:`ssl.DER_cert_to_PEM_cert()`, fix missing newline by Antoine Pitrou · 14 years ago
  92. 9751472 Issue #7449, part 5: split Test.test_open() of ctypes/test/test_errno.py by Victor Stinner · 14 years ago
  93. 613b4cf Issue #7449, part 4: skip test_multiprocessing if thread support is disabled by Victor Stinner · 14 years ago
  94. edb9f87 Issue #7449 part 3, test_doctest: import trace module in test_coverage() by Victor Stinner · 14 years ago
  95. 1b4a69d Issue #7449, part 2: regrtest.py -j option requires thread support by Victor Stinner · 14 years ago
  96. d9d147b Issue #7449, part 1: fix test_support.py for Python compiled without thread by Victor Stinner · 14 years ago
  97. ae9f8bd correct signature by Benjamin Peterson · 14 years ago
  98. 2773725 condense import by Benjamin Peterson · 14 years ago
  99. fed4abc fold __future__ imports by Benjamin Peterson · 14 years ago
  100. 5e9cc5e fix comment by Benjamin Peterson · 14 years ago