1. 7aaef84 Availability gets its own line by Benjamin Peterson · 14 years ago
  2. e4499a8 adds handle_error(self):raise to test modules using asyncore to provide a clearer error message in case something goes wrong by Giampaolo Rodolà · 14 years ago
  3. 215b6b3 provides a clearer warning message when cheap inheritance with the underlying socket object is used by Giampaolo Rodolà · 14 years ago
  4. f7454fa Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore.__getattr__ cheap inheritance caused confusing error messages when accessing undefined class attributes; added an alias for __str__ which now is used as a fallback for __repr__ by Giampaolo Rodolà · 14 years ago
  5. a8ac944 Add back in a line that was unneeded which advanced a pointer, but commented by Brett Cannon · 14 years ago
  6. acab940 Change section title; point to unittest2 by Andrew M. Kuchling · 14 years ago
  7. 837a538 Add 2 items; record ideas for two initial sections; clarify wording by Andrew M. Kuchling · 14 years ago
  8. e86b7fe Describe ElementTree 1.3; rearrange new-module sections; describe dict views as sets; small edits and items by Andrew M. Kuchling · 14 years ago
  9. 1bbb68d `self` doesn't exist here by Antoine Pitrou · 14 years ago
  10. a14f2d1 Use anonymous hyperlinks by Andrew M. Kuchling · 14 years ago
  11. 11f8b9d Fix #7863. Properly identify Windows 7 and Server 2008 R2. by Brian Curtin · 14 years ago
  12. ca48562 Add various items by Andrew M. Kuchling · 14 years ago
  13. 4758183 Reword paragraph; fix filename, which should be pyconfig.h by Andrew M. Kuchling · 14 years ago
  14. 1f7de71 Have the serve.py script announce the directory it is by R. David Murray · 14 years ago
  15. 862490a Untabify Modules/posixmodule.c (2) by Victor Stinner · 14 years ago
  16. d6f8542 Untabify Modules/posixmodule.c by Victor Stinner · 14 years ago
  17. f4f0bf8 Revert a change where an expression is not needed now, but could be in the future. by Brett Cannon · 14 years ago
  18. 481ab89 Issue #1533: test_range in test_builtin: fix test comment and add test by Mark Dickinson · 14 years ago
  19. 31a673d removed non needed lines by Tarek Ziadé · 14 years ago
  20. d2f3e3f Issue #8625: Turn off gcc optimization in debug builds. by Mark Dickinson · 14 years ago
  21. 38f8122 Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills by Tarek Ziadé · 14 years ago
  22. 9319548 Issue 8628: fix incorrect documentation for numbers.Complex.imag. by Mark Dickinson · 14 years ago
  23. 5fb89df Mention how Clang's static anaylzer was run over Objects/ and Python/. by Brett Cannon · 14 years ago
  24. 5335e77 Remove an unneeded variable assignment. by Brett Cannon · 14 years ago
  25. 0b64be2 Explicitly add stdio.h and string.h to make strtod.c work standalone. by Brett Cannon · 14 years ago
  26. c33e82d Change to a Py_XDECREF and fix some whitespace. by Brett Cannon · 14 years ago
  27. 1771ecf Remove an unnecessary variable assignment. by Brett Cannon · 14 years ago
  28. fa84d92 Remove two unneeded branches to an 'if' statement by applying De Morgan's Law by Brett Cannon · 14 years ago
  29. 2ee5183 Remove an unneeded variable increment. by Brett Cannon · 14 years ago
  30. 8b9c049 Remove an unneeded variable and fix a little whitespace. by Brett Cannon · 14 years ago
  31. b166afc Fix whitespace. by Brett Cannon · 14 years ago
  32. 417439e Partially revert the over-reaching r80813. by Brett Cannon · 14 years ago
  33. 0b03f10 Remove three unneeded variable assignments. by Brett Cannon · 14 years ago
  34. 8a478ce Remove an unneeded assignment. by Brett Cannon · 14 years ago
  35. fee3acb Remove an unneeded variable assignment. by Brett Cannon · 14 years ago
  36. eb3fef5 Remove an unneeded variable. by Brett Cannon · 14 years ago
  37. 6f38175 Remove an unneeded variable increment. by Brett Cannon · 14 years ago
  38. 7a4cd7e Remove extraneous whitespace. by Brett Cannon · 14 years ago
  39. a1b5629 Remove an unnecessary variable. by Brett Cannon · 14 years ago
  40. 9545a23 In a number of places code still revers by Ronald Oussoren · 14 years ago
  41. a815718 Issue #8600: fix test_gdb failures when gdb issues some spurious warnings. by Antoine Pitrou · 14 years ago
  42. 7d93221 Issue #7472: remove unused code from email.encoders.encode_7or8bit. by R. David Murray · 14 years ago
  43. b26dc46 Untabify Modules/_io/fileio.c by Antoine Pitrou · 14 years ago
  44. 8efa867 NEWS by Barry Warsaw · 14 years ago
  45. 43ad706 Bug 7755: audiotest.au is arguably copyrighted material, but definitely makes by Barry Warsaw · 14 years ago
  46. a4c2a5c Untabify Modules/_ssl.c by Antoine Pitrou · 14 years ago
  47. 91165c0 Force exit using os._exit instead of sys.exit, by Ronald Oussoren · 14 years ago
  48. 3320696 The C function used by uuid.uuid4 is broken on by Ronald Oussoren · 14 years ago
  49. 9b90f7a Update the NEWS entry for issue #8211. by Marc-André Lemburg · 14 years ago
  50. 926fd4e Issue #8313: traceback.format_exception_only() encodes unicode message to by Victor Stinner · 14 years ago
  51. f3c157f Remove reference to unused source file. by Thomas Heller · 14 years ago
  52. 3b0b4ff Fix test_gzip failure on OS X. The failure was a result of trying to fflush by Mark Dickinson · 14 years ago
  53. 06a7e20 On Windows, ctypes does no longer check the stack before and after by Thomas Heller · 14 years ago
  54. ef9b4ab Fix trailing whitespace. by Mark Dickinson · 14 years ago
  55. a8d2668 Issue #1533: fix inconsistency in range function argument processing: by Mark Dickinson · 14 years ago
  56. 4f96f5f Issue #8567: Fix incorrect precedence of signals in Decimal module. by Mark Dickinson · 14 years ago
  57. 7120219 _pyio: Fix TextIOWrapper constructor: os has no device_encoding() function by Victor Stinner · 14 years ago
  58. 268e487 Issue #8404: Fix set operations on dictionary views. by Alexandre Vassalotti · 14 years ago
  59. 04b99cc Add some more items; the urlparse change is added twice by Andrew M. Kuchling · 14 years ago
  60. 0d8a859 Pull a NULL pointer check up to cover more cases in the function. by Brett Cannon · 14 years ago
  61. a7f13ee Remove an unneeded variable and assignment. by Brett Cannon · 14 years ago
  62. 945df9a Mention the code clean-up thanks to Clang's static analyzer in Modules. by Brett Cannon · 14 years ago
  63. d0d2d31 Fix some whitespace. by Brett Cannon · 14 years ago
  64. 6d7b7be Remove an unneeded variable assignment. by Brett Cannon · 14 years ago
  65. 23b581a Strip out extraneous whitespace, cast a some `const char *` to `void *` when by Brett Cannon · 14 years ago
  66. 33e5dd8 Fix a Py_DECREF to a Py_XDECREF. by Brett Cannon · 14 years ago
  67. 87ab6ad Prevent a possible NULL de-reference and an unneeded variable assignment. by Brett Cannon · 14 years ago
  68. e894e93 Remove a redundant string length check and variable assignment. by Brett Cannon · 14 years ago
  69. 7983284 Fix two potential uninitialization errors and an unneeded assignment. by Brett Cannon · 14 years ago
  70. 8ffe7bb Remove unused variables and a variable initialization. by Brett Cannon · 14 years ago
  71. 5d947cb Remove unneeded variable assignment. by Brett Cannon · 14 years ago
  72. 8e9757e Remove unneeded variable mutation and initializations. by Brett Cannon · 14 years ago
  73. 9824e7f Clean up whitespace and remove unneeded variable initialization as found by by Brett Cannon · 14 years ago
  74. 99ac914 Remove an unused variable. by Brett Cannon · 14 years ago
  75. 949476e Remove unneeded variable initialization. by Brett Cannon · 14 years ago
  76. f7fd8e4 Issue #7865: The close() method of :mod:`io` objects should not swallow by Antoine Pitrou · 14 years ago
  77. c3ce9e3 wbits negative was documented SEVEN years ago by Jesus Cea · 14 years ago
  78. 27a1370 Issue #8576: logging updated to remove usage of find_unused_port(). by Vinay Sajip · 14 years ago
  79. c1f5c2f Update the Vim syntax highlight file. by Brett Cannon · 14 years ago
  80. f9ffcce Fix unittest tests to not abuse traceback.format_exception by Michael Foord · 14 years ago
  81. 951919f Issue #4687: Fix accuracy of garbage collection runtimes displayed with by Antoine Pitrou · 14 years ago
  82. b0153cf Small update to r80698 to ensure that webbrowser.open uses the default browser. by Ronald Oussoren · 14 years ago
  83. 4ef1c7e For for issue #7192: with this patch webbrowser.get("firefox") works on OSX by Ronald Oussoren · 14 years ago
  84. 328284a Improve error message from nb_int returning a non-integer, in various PyInt_As* functions: by Mark Dickinson · 14 years ago
  85. 8651810 Remove duplicate test by Antoine Pitrou · 14 years ago
  86. 5cace78 Fix attribution. Travis didn't do much and he did a bad work. by Antoine Pitrou · 14 years ago
  87. 9fbbd3b Describe memoryview by Andrew M. Kuchling · 14 years ago
  88. 7de14ac Minor grammar fix by Andrew M. Kuchling · 14 years ago
  89. 16cd2be Fix incorrect use of a list as the target of an 'except' clause in test_decimal.py. by Mark Dickinson · 14 years ago
  90. 1b7f9e5 Fix issue8582: urllib.urlretrieve fails with ValueError: Invalid format string by Senthil Kumaran · 14 years ago
  91. d3b6022 Add various items by Andrew M. Kuchling · 14 years ago
  92. 54f9f83 Issue #8576: Remove use of find_unused_port() in test_smtplib and by Antoine Pitrou · 14 years ago
  93. 6d5e579 [issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS by Marc-André Lemburg · 14 years ago
  94. 9663dda Add notes about uninstalling a framework install to by Ronald Oussoren · 14 years ago
  95. 5d18cc6 Fix for issue 8476 by Ronald Oussoren · 14 years ago
  96. c4ae73e Add item by Andrew M. Kuchling · 14 years ago
  97. b3437c9 Minor grammar re-wording by Andrew M. Kuchling · 14 years ago
  98. a5cd182 Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir and srcdir by Tarek Ziadé · 14 years ago
  99. 01d149f Fix for issue #3646: with this patch it is possible to do a by Ronald Oussoren · 14 years ago
  100. c121f13 Add various items; rearrange unittest section a bit by Andrew M. Kuchling · 14 years ago