1. 41162eb remove CVS id by Benjamin Peterson · 15 years ago
  2. 08a8fb3 Manually copy patch for bug 7250 from the release26-maint branch. I suck by Barry Warsaw · 15 years ago
  3. e7901c5 #7808: Fix reference leaks in _bsddb and related tests. by Florent Xicluna · 15 years ago
  4. fe6f07c #7637: avoid repeated-concatenation antipattern in example by Andrew M. Kuchling · 15 years ago
  5. 66dab17 #7191: describe more details of wbits parameter by Andrew M. Kuchling · 15 years ago
  6. f8af7b4 #7637: update discussion of minidom.unlink() and garbage collection by Andrew M. Kuchling · 15 years ago
  7. 343faca Issue 3892 again. The bsddb3 replication test still fails randomly. by R. David Murray · 15 years ago
  8. 7512a90 Fix test to be skipped on windows. by Gregory P. Smith · 15 years ago
  9. 6a65f85 Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept by Gregory P. Smith · 15 years ago
  10. 3c699d3 Adds c_ssize_t to ctypes. issue 6729. by Gregory P. Smith · 15 years ago
  11. 3c1586a Cleanup the test added in r78517 based on Ezio Melotti's feedback. by Gregory P. Smith · 15 years ago
  12. c1baf4a Fix the new test on windows (skip it, its posix only) by Gregory P. Smith · 15 years ago
  13. 4b86236 Fix for r78527. It left out updating forkpty. by Gregory P. Smith · 15 years ago
  14. e6390a1 Adds the hashlib.algorithms attribute. See issue7418. by Gregory P. Smith · 15 years ago
  15. 9e5d132 Issue #7242: On Solaris 9 and earlier calling os.fork() from within a by Gregory P. Smith · 15 years ago
  16. cce211f Issue #1068268: The subprocess module now handles EINTR in internal by Gregory P. Smith · 15 years ago
  17. fb50112 #8030: more docstring fix for builtin types. by Ezio Melotti · 15 years ago
  18. 613c7a5 Issue #7481: When a threading.Thread failed to start it would leave the by Gregory P. Smith · 15 years ago
  19. b36e63a The set types can also be called without arguments. by Georg Brandl · 15 years ago
  20. bca1169 #8030: make builtin type docstrings more consistent: use "iterable" instead of "seq(uence)", use "new" to show that set() always returns a new object. by Georg Brandl · 15 years ago
  21. 68beef6 Pep8ify test names in the examples. by Ezio Melotti · 15 years ago
  22. 78fd521 Fix an oversight in r78508: p.wait() should be compared to 0 by Florent Xicluna · 15 years ago
  23. 98e3fc3 Clean test_subprocess: use assertRaises, skipIf, skipUnless helpers and a custom helper assertStderrEqual. by Florent Xicluna · 15 years ago
  24. be8c2b1 #7793: Fix RuntimeError when running "regrtest -R" for multibyte codecs. by Florent Xicluna · 15 years ago
  25. 37212ed Link to http://www.python.org/dev/workflow/ from bugs page. by Georg Brandl · 15 years ago
  26. 8dd547f Fix missing parenthesis. by Ezio Melotti · 15 years ago
  27. 2a903b2 Issue #1729305: Fix doctest to handle encode error with "backslashreplace". It fixes #7667 too. by Florent Xicluna · 15 years ago
  28. 0263da5 Add a test for normpath to test_macpath. by Ezio Melotti · 15 years ago
  29. 82aa01f Add entry for issue #691291. by Florent Xicluna · 15 years ago
  30. 8b65054 run autoconf by Benjamin Peterson · 15 years ago
  31. 5820efb Show an error when the value passed to --enable-unicode is not ucs2 or ucs4 (lowercase). by Ezio Melotti · 15 years ago
  32. 84424f1 typo: __next__ -> next by Ezio Melotti · 15 years ago
  33. 9aeeffa #7407: specify default maxsize value; patch by Floris Bruynooghe by Andrew M. Kuchling · 15 years ago
  34. f4b6186 #691291: codecs.open() should not convert end of lines on reading and writing. by Florent Xicluna · 15 years ago
  35. c994186 Fixing issue5475 : urllib2.getproxies not documented by Senthil Kumaran · 15 years ago
  36. 99bf01b Add Florent Xicluna. by Martin v. Löwis · 15 years ago
  37. 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 · 15 years ago
  38. 271b7e1 Issue #7928: Document str.format element_index better. by Eric Smith · 15 years ago
  39. de8b2ac Issue #5965: Add documentation for parts of format specification language. by Eric Smith · 15 years ago
  40. e9a7808 Fix for Issue7540 ; urllib2 will raise a TypeError when you try to add_data to by Senthil Kumaran · 15 years ago
  41. 60677a7 Add some notes about Tools/scripts/serve.py. by Dirkjan Ochtman · 15 years ago
  42. 2076666 typos by Ezio Melotti · 15 years ago
  43. 8526adf Fix for Issue3819 - urllib2 sends Basic auth across redirects by Senthil Kumaran · 15 years ago
  44. 2d9856d Issue #7309: Unchecked pointer access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. by Eric Smith · 15 years ago
  45. ebc73dc Issue #7427: improve the representation of httplib.BadStatusLine exceptions. by Dirkjan Ochtman · 15 years ago
  46. e4c74e1 Issue #8004: add a serve target to the Doc Makefile. by Dirkjan Ochtman · 15 years ago
  47. 2d78070 Issue #7733: add explicit reference in asyncore docs. by Dirkjan Ochtman · 15 years ago
  48. 48605be Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to by R. David Murray · 15 years ago
  49. 300c5cc Merged revisions 78407 via svnmerge from by Benjamin Peterson · 15 years ago
  50. effb24b The primary copy of lib2to3 is not trunk, so the lib2to3 change by R. David Murray · 15 years ago
  51. 1ffccb0 Record that Dino Viehland got commit privs. by Brett Cannon · 15 years ago
  52. adfc80b #4852: Remove dead code in every thread implementation, unused for many years. by Amaury Forgeot d'Arc · 15 years ago
  53. f20f9c2 Issue #7649: Fix u'%c' % char for character in range 0x80..0xFF by Victor Stinner · 15 years ago
  54. ea370a9 #6544: fix refleak in kqueue, occurring in certain error conditions. by Georg Brandl · 15 years ago
  55. 6ae19ad #8000: fix deprecated directive. What a shame to lose that glorious issue number to such a minor bug :) by Georg Brandl · 15 years ago
  56. 8614817 Fix #1537721: add writeheader() method to csv.DictWriter. by Dirkjan Ochtman · 15 years ago
  57. 92bd059 ctypes CThunkObject was not registered correctly with the cycle by Thomas Heller · 15 years ago
  58. 429a74a issue#6442 use in operator instead of has_key by Jack Diederich · 15 years ago
  59. 1605b33 fixup markup error by Jack Diederich · 15 years ago
  60. d99ef9a unittest.TestResult can now be used with the TextTestRunner. TextTestRunner compatible with old TestResult objects. by Michael Foord · 15 years ago
  61. cf80f04 Fix spacing nit. Thanks Eric Smith for the public humiliation. by Mark Dickinson · 15 years ago
  62. 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 · 15 years ago
  63. b8708a2 fixed #5801: removed spurious empty lines in wsgiref by Tarek Ziadé · 15 years ago
  64. 2900c44 completed the __all__ list and changed the module doctest by Tarek Ziadé · 15 years ago
  65. 1e069ee added a note on shutil new APIs by Tarek Ziadé · 15 years ago
  66. 48cc8dc added make_archive (and secondary APIs) to shutil by Tarek Ziadé · 15 years ago
  67. b0aad6c removed debugging code by Tarek Ziadé · 15 years ago
  68. f28fd24 Issue 6292: for the moment at least, the test suite passes if run by R. David Murray · 15 years ago
  69. 87bcb24 Issue #6902: Fix problem with built-in types format incorrectly with 0 padding. by Eric Smith · 15 years ago
  70. ae3db0a Support for old TestResult object (unittest) with warnings when using unsupported features. by Michael Foord · 15 years ago
  71. 4b81bc7 #7706: add include guards where they're missing; required for Windows CE by Andrew M. Kuchling · 15 years ago
  72. 00b6a5c #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819). by Andrew M. Kuchling · 15 years ago
  73. b64d613 #2560: remove an unnecessary 'for' loop from my_fgets() in Parser/myreadline.c. by Andrew M. Kuchling · 15 years ago
  74. 5cac46d * fix issue#7476 by Jack Diederich · 15 years ago
  75. f2055ae Remove Tools/modulator, a reference to it in the docs, and a screenshot of it. by Andrew M. Kuchling · 15 years ago
  76. 1ce6136 fixes issue #1522237, bad init check in _threading_local by Jack Diederich · 15 years ago
  77. b72b0eb #7627: MH.remove() would fail if the MH mailbox was locked; by Andrew M. Kuchling · 15 years ago
  78. 72aae73 Fix comment typo by Andrew M. Kuchling · 15 years ago
  79. f32d4ac Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types. by Eric Smith · 15 years ago
  80. 8f48f4c fixes issue #7530, serve_forever() by Jack Diederich · 15 years ago
  81. 83fddec Note granting of commit privileges to Larry Hastings by Andrew M. Kuchling · 15 years ago
  82. bce3e17 #7482: clarify error message in case of division by zero of float and complex numbers. by Ezio Melotti · 15 years ago
  83. 38c1236 #7597: curses.use_env() can be called before initscr(). Noted by Kan-Ru Chen by Andrew M. Kuchling · 15 years ago
  84. f5be4e6 Clarify description of three-argument pow for Decimal types: the exponent of the result is always 0. by Mark Dickinson · 15 years ago
  85. dfd0148 #6414: clarify description of processor endianness. by Andrew M. Kuchling · 15 years ago
  86. 6b2bd05 #7794: describe 2.6 support for executing directories and zip archives by Andrew M. Kuchling · 15 years ago
  87. ee5546c Fix Issue7172 - BaseHTTPServer.BaseHTTPRequestHandler.responses[405] - changing by Senthil Kumaran · 15 years ago
  88. 25d6ddd #7076: mention SystemRandom class near start of the module docs; reword change description for clarity. Noted by Shawn Ligocki. by Andrew M. Kuchling · 15 years ago
  89. c7337b8 Re-word by Andrew M. Kuchling · 15 years ago
  90. 2f67756 Silence UnicodeWarning in crazy unittest test. by Michael Foord · 15 years ago
  91. 92cb4a8 Reduce number of random tests in test_strtod, to avoid hogging buildbot time. by Mark Dickinson · 15 years ago
  92. 45ad801 Issue #7384: skip test_curses on FreeBSD, in order to allow other buildbot tests to complete. by Mark Dickinson · 15 years ago
  93. 82b34c5 Issue #5211: Fix complex type to avoid implicit calls to by Mark Dickinson · 15 years ago
  94. 51f1204 Issue 7970: When email.Parser.Parser parses a MIME message of type by R. David Murray · 15 years ago
  95. 9e9af21 skip tests with a non-ascii cwd when the file system encoding is ascii by Ezio Melotti · 15 years ago
  96. 18d5a69 Fix for Issue7751: urllib.urlopen("///C|/foo/bar/spam.foo") by Senthil Kumaran · 15 years ago
  97. e3467d5 Remove e assertIs definitions and use correct assert* methods. by Ezio Melotti · 15 years ago
  98. 4cc80ca #3426: os.path.abspath now returns unicode when its arg is unicode. by Ezio Melotti · 15 years ago
  99. 61afd26 logging: Documented warnings module integration. by Vinay Sajip · 15 years ago
  100. 74cbd66 #7967: PyXML is no more. by Georg Brandl · 15 years ago