1. 0d012f2 Expose CompileString, not CompileStringFlags under the limited API. by Martin v. Löwis · 14 years ago
  2. 66f2623 Remove some unecessary '#ifdef Py_NAN's from floatobject.c by Mark Dickinson · 14 years ago
  3. 24bcc61 configparser: minute refactoring of RawConfigParser.items() by Łukasz Langa · 14 years ago
  4. 09b0b3a issue10622: fix superflous scrollbar on the right side of <pre> boxes in the by Gregory P. Smith · 14 years ago
  5. d4cc7bf issue6559: Adds a pass_fds parameter to subprocess.Popen that allows the caller by Gregory P. Smith · 14 years ago
  6. 1acb746 Add the "interact" pdb command from pdb++. by Georg Brandl · 14 years ago
  7. 732324a #7905: Actually respect the keyencoding parameter to shelve.Shelf. by Georg Brandl · 14 years ago
  8. c9fb3c6 Fix indentation in Objects/longobject.c by Mark Dickinson · 14 years ago
  9. c29cc6a #1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat. by Georg Brandl · 14 years ago
  10. 9d87119 #1772833: add -q command line option. by Georg Brandl · 14 years ago
  11. cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. by Georg Brandl · 14 years ago
  12. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
  13. 427d314 Fixed several corner case issues on os.stat/os.lstat related to reparse by Hirokazu Yamamoto · 14 years ago
  14. b416230 refactor the warning test. by Gregory P. Smith · 14 years ago
  15. c1d0ed2 Merged revisions 87014 via svnmerge from by Senthil Kumaran · 14 years ago
  16. 5399281 Merged revisions 87014 via svnmerge from by Senthil Kumaran · 14 years ago
  17. 10064e9 Add the NEWS entry for issue7904 by Senthil Kumaran · 14 years ago
  18. d9e833c #6045: provide at least get() and setdefault() for all dbm modules. by Georg Brandl · 14 years ago
  19. da72231 Regenerate. by Martin v. Löwis · 14 years ago
  20. 81c9b45 Add Revision keyword. by Martin v. Löwis · 14 years ago
  21. d23047b issue7213 + issue2320: Cause a DeprecationWarning if the close_fds argument is by Gregory P. Smith · 14 years ago
  22. 35f08f0 Make script 2-vs-3-agnostic. by Martin v. Löwis · 14 years ago
  23. e8b0d61 Fix typo. by Georg Brandl · 14 years ago
  24. 942af5a Issue #10557: Fixed error messages from float() and other numeric by Alexander Belopolsky · 14 years ago
  25. 76f05b7 Merged revisions 87002 via svnmerge from by Benjamin Peterson · 14 years ago
  26. 848cfa2 Merged revisions 85551,86156-86157,86464 via svnmerge from by Benjamin Peterson · 14 years ago
  27. 36526bf Correct comment in unittest test by Michael Foord · 14 years ago
  28. 37d120a Issue 10620: Specifying test modules by path instead of module name to 'python -m unittest' by Michael Foord · 14 years ago
  29. e2bb4eb Merged revisions 85551,86156-86157,86464 via svnmerge from by Martin v. Löwis · 14 years ago
  30. 4b9b197 Issue #10534: add NEWS entry for r86983 and r87000. by Terry Reedy · 14 years ago
  31. bcd8988 Issue 10534 deprecate isbjunk and isbpopular methods. by Terry Reedy · 14 years ago
  32. 3a11e71 %s -> %r correction after review by Éric Araujo by Łukasz Langa · 14 years ago
  33. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  34. c4df784 Issue #10272: The ssl module now raises socket.timeout instead of a generic by Antoine Pitrou · 14 years ago
  35. 500be24 Fix indentation. by Georg Brandl · 14 years ago
  36. bb48a8b Allow translators to reorder placeholders in localizable messages from by Éric Araujo · 14 years ago
  37. 4cb64ad Merged revisions 86981,86984 via svnmerge from by Antoine Pitrou · 14 years ago
  38. fb3de6b Merged revisions 86985 via svnmerge from by Éric Araujo · 14 years ago
  39. 36a508f Blocked revisions 86985 via svnmerge by Éric Araujo · 14 years ago
  40. 976157f Merged revisions 86981,86984 via svnmerge from by Antoine Pitrou · 14 years ago
  41. add7cbf Fix so that test.test_unittest can be executed by unittest and not just regrtest by Michael Foord · 14 years ago
  42. a9c7a8f Fix incorrect use of gettext in argparse (#10497). by Éric Araujo · 14 years ago
  43. bed81c8 Add an "advanced topics" section to the io doc. by Antoine Pitrou · 14 years ago
  44. 74a7c67 by Terry Reedy · 14 years ago
  45. f3b68b3 Issue #10478: Reentrant calls inside buffered IO objects (for example by by Antoine Pitrou · 14 years ago
  46. 38e117d Fix punctuation. by Georg Brandl · 14 years ago
  47. ebc0052 import: use PyUnicode_FSConverter to support bytes path and PEP 383 by Victor Stinner · 14 years ago
  48. 5cf79f6 Fix for issue10367, courtesy of Daniel Tavares. by Phillip J. Eby · 14 years ago
  49. f961377 #6780: fix complex() constructor TypeError message by Victor Stinner · 14 years ago
  50. b6a6f5f Issue 10499: Modular interpolation in configparser by Łukasz Langa · 14 years ago
  51. ecace28 Handle Windows paths and don't double up on HTML header sections in new pydoc URL handler by Nick Coghlan · 14 years ago
  52. 1eb40bc Markup consistency fixes. by Georg Brandl · 14 years ago
  53. 045fed0 Blocked revisions 86952-86953 via svnmerge by R. David Murray · 14 years ago
  54. a818394 Blocked revisions 86952-86953 via svnmerge by R. David Murray · 14 years ago
  55. a524070 Add missing CSS file from r86962 by Nick Coghlan · 14 years ago
  56. 37ee850 Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). by Nick Coghlan · 14 years ago
  57. fad058f logging: tidied up some docstrings. by Vinay Sajip · 14 years ago
  58. 3ab34cc Factor out common code from lib/test/__main__.py and lib/test/regrtest.py into a function. by Michael Foord · 14 years ago
  59. 6156152 logging: Added getLogRecordFactory/setLogRecordFactory with docs and tests. by Vinay Sajip · 14 years ago
  60. 97cbb76 Fix lib/test/__main__.py to work even outside a Python build. by Michael Foord · 14 years ago
  61. ee4a5e0 Adding lib/test/__main__.py for running tests with 'python -m test' by Michael Foord · 14 years ago
  62. 9bd45f99 #10549: fix interface of docclass() for text documenter. by Georg Brandl · 14 years ago
  63. 34e9fc2 Add a line with the actual changes. by Georg Brandl · 14 years ago
  64. 7bb30b7 Improve Pydoc interactive browsing (#2001). Patch by Ron Adam. by Nick Coghlan · 14 years ago
  65. 9af2a6e Rewrap NEWS (Builbot test commit.) by Georg Brandl · 14 years ago
  66. f8de3fe #10360: catch TypeError in WeakSet.__contains__, just like WeakKeyDictionary does. by Georg Brandl · 14 years ago
  67. 3b9406b Remove redundant check for PyBytes in unicode_encode. by Georg Brandl · 14 years ago
  68. bd87d08 Use booleans. by Georg Brandl · 14 years ago
  69. d80d5f4 #940286: pydoc.Helper.help() ignores input/output init parameters. by Georg Brandl · 14 years ago
  70. 4c4c0f2 Partially revert r78719 - it removed a check that is still needed in some cases (i.e. this will allow Michael to add the test.__main__ support that broke the buildbots previously) by Nick Coghlan · 14 years ago
  71. 1e5c5f8 #1745035: add limits for command and data size to smtpd; patch by Savio Sena. by Georg Brandl · 14 years ago
  72. 106a54d Move entries from "core" section to where they belong. by Georg Brandl · 14 years ago
  73. bb7b753 Add missing versionchanged, correct 'throw' wording to 'raise'. by R. David Murray · 14 years ago
  74. b579dba #1486713: Add a tolerant mode to HTMLParser. by R. David Murray · 14 years ago
  75. 79cdb66 Fix #10554. Added context manager support to Popen objects. by Brian Curtin · 14 years ago
  76. 2d93e6e Update the itertools.accumulate() docs. by Raymond Hettinger · 14 years ago
  77. 240f112 Remove test/__main__.py until runpy tests can be fixed by Michael Foord · 14 years ago
  78. d8ff465 Simplify the signature for itertools.accumulate() to match numpy. Handle one item iterable the same way as min()/max(). by Raymond Hettinger · 14 years ago
  79. a7a0e1a Set test.regrtest.TEMPDIR correctly when run with 'python -m test' by Michael Foord · 14 years ago
  80. 9efdcca code style by Benjamin Peterson · 14 years ago
  81. e2befc1 Initial implementation of Lib/test/__main__.py so we can run tests with 'python -m test' by Michael Foord · 14 years ago
  82. 5074df6 Issue 7911: unittest.TestCase.longMessage defaults to True for improved failure messages by default by Michael Foord · 14 years ago
  83. 1203720 Re-add accidentally removed line. by Georg Brandl · 14 years ago
  84. d11058d Merged revisions 86940 via svnmerge from by Éric Araujo · 14 years ago
  85. 032603e Merged revisions 86940 via svnmerge from by Éric Araujo · 14 years ago
  86. 5137d64 Fix wrong test code in test_csv (#10602) by Éric Araujo · 14 years ago
  87. 769e138 Blocked revisions 86936 via svnmerge by R. David Murray · 14 years ago
  88. 5d5d1fb Blocked revisions 86936 via svnmerge by R. David Murray · 14 years ago
  89. 9833822 Issue9915: speeding up sorting with a key by Daniel Stutzbach · 14 years ago
  90. a0b44b5 #8989: add 'domain' keyword to make_msgid. by R. David Murray · 14 years ago
  91. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  92. 0252462 #7475: add (un)transform method to bytes/bytearray and str, add back codecs that can be used with them from Python 2. by Georg Brandl · 14 years ago
  93. de0ab5e #10597: fix Py_SetPythonHome docs by pointing to where the meaning of PYTHONHOME is already documented. by Georg Brandl · 14 years ago
  94. ee25568 Fix spelling of Jamie Zawinski's surname in urllib.parse docstring (issue 10606) by David Malcolm · 14 years ago
  95. c167368 Fix-up documentation of makedirs(). by Georg Brandl · 14 years ago
  96. 5a22b65 Issue 9299 Add exist_ok parameter to os.makedirs to suppress 'File exists' exception. Patch by Ray Allen. by Terry Reedy · 14 years ago
  97. 3cdf871 Neaten-up random module docs. by Raymond Hettinger · 14 years ago
  98. b2ddf79 Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!) by Nick Coghlan · 14 years ago
  99. d75cc91 Merged revisions 86925 via svnmerge from by R. David Murray · 14 years ago
  100. 78a1a15 Merged revisions 86925 via svnmerge from by R. David Murray · 14 years ago