1. 8b65054 run autoconf by Benjamin Peterson · 14 years ago
  2. 5820efb Show an error when the value passed to --enable-unicode is not ucs2 or ucs4 (lowercase). by Ezio Melotti · 14 years ago
  3. 84424f1 typo: __next__ -> next by Ezio Melotti · 14 years ago
  4. 9aeeffa #7407: specify default maxsize value; patch by Floris Bruynooghe by Andrew M. Kuchling · 14 years ago
  5. f4b6186 #691291: codecs.open() should not convert end of lines on reading and writing. by Florent Xicluna · 14 years ago
  6. c994186 Fixing issue5475 : urllib2.getproxies not documented by Senthil Kumaran · 14 years ago
  7. 99bf01b Add Florent Xicluna. by Martin v. Löwis · 14 years ago
  8. 3212515 #7649: "u'%c' % char" now behaves like "u'%s' % char" and raises a UnicodeDecodeError if 'char' is a byte string that can't be decoded using the default encoding. by Ezio Melotti · 14 years ago
  9. 271b7e1 Issue #7928: Document str.format element_index better. by Eric Smith · 14 years ago
  10. de8b2ac Issue #5965: Add documentation for parts of format specification language. by Eric Smith · 14 years ago
  11. e9a7808 Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data to by Senthil Kumaran · 14 years ago
  12. 60677a7 Add some notes about Tools/scripts/serve.py. by Dirkjan Ochtman · 14 years ago
  13. 2076666 typos by Ezio Melotti · 14 years ago
  14. 8526adf Fix for Issue3819 - urllib2 sends Basic auth across redirects by Senthil Kumaran · 14 years ago
  15. 2d9856d Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. by Eric Smith · 14 years ago
  16. ebc73dc Issue #7427: improve the representation of httplib.BadStatusLine exceptions. by Dirkjan Ochtman · 14 years ago
  17. e4c74e1 Issue #8004: add a serve target to the Doc Makefile. by Dirkjan Ochtman · 14 years ago
  18. 2d78070 Issue #7733: add explicit reference in asyncore docs. by Dirkjan Ochtman · 14 years ago
  19. 48605be Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to by R. David Murray · 14 years ago
  20. 300c5cc Merged revisions 78407 via svnmerge from by Benjamin Peterson · 14 years ago
  21. effb24b The primary copy of lib2to3 is not trunk, so the lib2to3 change by R. David Murray · 14 years ago
  22. 1ffccb0 Record that Dino Viehland got commit privs. by Brett Cannon · 14 years ago
  23. adfc80b #4852: Remove dead code in every thread implementation, unused for many years. by Amaury Forgeot d'Arc · 14 years ago
  24. f20f9c2 Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF by Victor Stinner · 14 years ago
  25. ea370a9 #6544: fix refleak in kqueue, occurring in certain error conditions. by Georg Brandl · 14 years ago
  26. 6ae19ad #8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :) by Georg Brandl · 14 years ago
  27. 8614817 Fix #1537721: add writeheader() method to csv.DictWriter. by Dirkjan Ochtman · 14 years ago
  28. 92bd059 ctypes CThunkObject was not registered correctly with the cycle by Thomas Heller · 14 years ago
  29. 429a74a issue#6442 use in operator instead of has_key by Jack Diederich · 14 years ago
  30. 1605b33 fixup markup error by Jack Diederich · 14 years ago
  31. d99ef9a unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects. by Michael Foord · 14 years ago
  32. cf80f04 Fix spacing nit. Thanks Eric Smith for the public humiliation. by Mark Dickinson · 14 years ago
  33. 8ee9187 Make global variable overflowok into a keyword argument; this fixes a failure when running ./python -m test.regrtest -R 3:2: test_format by Mark Dickinson · 14 years ago
  34. b8708a2 fixed #5801: removed spurious empty lines in wsgiref by Tarek Ziadé · 14 years ago
  35. 2900c44 completed the __all__ list and changed the module doctest by Tarek Ziadé · 14 years ago
  36. 1e069ee added a note on shutil new APIs by Tarek Ziadé · 14 years ago
  37. 48cc8dc added make_archive (and secondary APIs) to shutil by Tarek Ziadé · 14 years ago
  38. b0aad6c removed debugging code by Tarek Ziadé · 14 years ago
  39. f28fd24 Issue 6292: for the moment at least, the test suite passes if run by R. David Murray · 14 years ago
  40. 87bcb24 Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. by Eric Smith · 14 years ago
  41. ae3db0a Support for old TestResult object (unittest) with warnings when using unsupported features. by Michael Foord · 14 years ago
  42. 4b81bc7 #7706: add include guards where they're missing; required for Windows CE by Andrew M. Kuchling · 14 years ago
  43. 00b6a5c #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819). by Andrew M. Kuchling · 14 years ago
  44. b64d613 #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c. by Andrew M. Kuchling · 14 years ago
  45. 5cac46d * fix issue#7476 by Jack Diederich · 14 years ago
  46. f2055ae Remove Tools/modulator, a reference to it in the docs, and a screenshot of it. by Andrew M. Kuchling · 14 years ago
  47. 1ce6136 fixes issue #1522237, bad init check in _threading_local by Jack Diederich · 14 years ago
  48. b72b0eb #7627: MH.remove() would fail if the MH mailbox was locked; by Andrew M. Kuchling · 14 years ago
  49. 72aae73 Fix comment typo by Andrew M. Kuchling · 14 years ago
  50. f32d4ac Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types. by Eric Smith · 14 years ago
  51. 8f48f4c fixes issue #7530, serve_forever() by Jack Diederich · 14 years ago
  52. 83fddec Note granting of commit privileges to Larry Hastings by Andrew M. Kuchling · 14 years ago
  53. bce3e17 #7482: clarify error message in case of division by zero of float and complex numbers. by Ezio Melotti · 14 years ago
  54. 38c1236 #7597: curses.use_env() can be called before initscr(). Noted by Kan-Ru Chen by Andrew M. Kuchling · 14 years ago
  55. f5be4e6 Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0. by Mark Dickinson · 14 years ago
  56. dfd0148 #6414: clarify description of processor endianness. by Andrew M. Kuchling · 14 years ago
  57. 6b2bd05 #7794: describe 2.6 support for executing directories and zip archives by Andrew M. Kuchling · 14 years ago
  58. ee5546c Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler.responses[405] - changing by Senthil Kumaran · 14 years ago
  59. 25d6ddd #7076: mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki. by Andrew M. Kuchling · 14 years ago
  60. c7337b8 Re-word by Andrew M. Kuchling · 14 years ago
  61. 2f67756 Silence UnicodeWarning in crazy unittest test. by Michael Foord · 14 years ago
  62. 92cb4a8 Reduce number of random tests in test_strtod, to avoid hogging buildbot time. by Mark Dickinson · 14 years ago
  63. 45ad801 Issue #7384: skip test_curses on FreeBSD, in order to allow other buildbot tests to complete. by Mark Dickinson · 14 years ago
  64. 82b34c5 Issue #5211: Fix complex type to avoid implicit calls to by Mark Dickinson · 14 years ago
  65. 51f1204 Issue 7970: When email.Parser.Parser parses a MIME message of type by R. David Murray · 14 years ago
  66. 9e9af21 skip tests with a non-ascii cwd when the file system encoding is ascii by Ezio Melotti · 14 years ago
  67. 18d5a69 Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo") by Senthil Kumaran · 14 years ago
  68. e3467d5 Remove e assertIs definitions and use correct assert* methods. by Ezio Melotti · 14 years ago
  69. 4cc80ca #3426: os.path.abspath now returns unicode when its arg is unicode. by Ezio Melotti · 14 years ago
  70. 61afd26 logging: Documented warnings module integration. by Vinay Sajip · 14 years ago
  71. 74cbd66 #7967: PyXML is no more. by Georg Brandl · 14 years ago
  72. 4e78de8 Fix for Issue7904. urlparse.urlsplit to handle schemes in the way defined by RFC3986 by Senthil Kumaran · 14 years ago
  73. cc43b56 - apply patch from issue 7005 - add corresponding documentation by Fred Drake · 14 years ago
  74. c2294dd Fix unittest.TestCase.assertDictContainsSubset so it can't die with unicode issues when constructing failure messages. Issue 7956 by Michael Foord · 14 years ago
  75. 225a099 unittest.TestCase uses safe_repr for producing failure messages. Partial fix for issue 7956 by Michael Foord · 14 years ago
  76. 456e165 Doctest fixes for decimal.py: add an integer-argument doctest for logical_invert; don't use integer literals with a leading zero. by Mark Dickinson · 14 years ago
  77. 6d8effb Issue #7633: Context method in the decimal module (with the exception by Mark Dickinson · 14 years ago
  78. e41e4db Add various items by Andrew M. Kuchling · 14 years ago
  79. c0de8bb Move bsddb47 macros before their use, to make VS 2010 happy. by Martin v. Löwis · 14 years ago
  80. 413fabc Stop providing crtassem.h symbols when compiling with by Martin v. Löwis · 14 years ago
  81. 6f90303 #7941: fix error message by Ezio Melotti · 14 years ago
  82. e511fc7 #7930: fix stripid by Ezio Melotti · 14 years ago
  83. 6dfe662 Make the references to Popen in the description of Call by R. David Murray · 14 years ago
  84. 7875ef6 Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9. by Martin v. Löwis · 14 years ago
  85. cef3409 Remove incorrect apostrophe. by Eric Smith · 14 years ago
  86. 5e2dd86 Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4. by Martin v. Löwis · 14 years ago
  87. d5fdc06 Silence more 'comparison between signed and unsigned' warnings. by Mark Dickinson · 14 years ago
  88. f0f6bd6 #7926: fix-up wording. by Georg Brandl · 14 years ago
  89. 2d7911e Silence more compiler warnings; fix an instance of potential undefined behaviour from signed overflow. by Mark Dickinson · 14 years ago
  90. ac5685e Silence some 'comparison between signed and unsigned' compiler warnings. by Mark Dickinson · 14 years ago
  91. 4a670c5 #7926: fix stray parens. by Georg Brandl · 14 years ago
  92. a68f7b8 #7921: fix links. Patch by Brian Curtin. by Ezio Melotti · 14 years ago
  93. 876473b Check that 'd' isn't allowed as an exponent specifier in inputs to the float function. by Mark Dickinson · 14 years ago
  94. 6164d7a #7907: fix wrong function name in doc. Patch by Brian Curtin. by Ezio Melotti · 14 years ago
  95. e5e7696 Adding TextTestResult to unittest.__all__ by Michael Foord · 14 years ago
  96. bc0e83c Finish fix for issue 7715, after explicit search for calls to `arch` by Ronald Oussoren · 14 years ago
  97. 9922f17 Fix copy&paste error in the definition of ARCH_RUN_32BIT for a 3-way universal by Ronald Oussoren · 14 years ago
  98. 333fca9 Add guard around the prototype for completion_matches to enable by Ronald Oussoren · 14 years ago
  99. 031ae6e Improve issue 7835 fix per MAL to handle the case that the by R. David Murray · 14 years ago
  100. 7c29f07 Issue 5754: tweak shelve doc wording to make it clearer that even when by R. David Murray · 14 years ago