1. 1d55c7e Advertise “python -m test” over test.regrtest (r87296 followup) by Éric Araujo · 14 years ago
  2. 7f64c8a Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser. by Łukasz Langa · 14 years ago
  3. bb9686f Thank you ispell. by Raymond Hettinger · 14 years ago
  4. 48f3bd3 Nits by Raymond Hettinger · 14 years ago
  5. 055d2e0 Advertise “python -m” instead of direct filename. by Éric Araujo · 14 years ago
  6. 6046e22 Entries for ElementTree, collectionsm, functools and ZipFile. by Raymond Hettinger · 14 years ago
  7. d6c5f74 No need to generate a link for something that’s just above. by Éric Araujo · 14 years ago
  8. 4fef555 Make test_threadsignals more lax, and add notes by Antoine Pitrou · 14 years ago
  9. 810023d Issue #8844: Regular and recursive lock acquisitions can now be interrupted by Antoine Pitrou · 14 years ago
  10. 119cda0 Mark up one missed None in pkgutil.rst (#8851) by Éric Araujo · 14 years ago
  11. 07a605b Entry for decimal and fractions. by Raymond Hettinger · 14 years ago
  12. 480ed78 Add entries for structseq, ContextDecorator, and various C-API changes. by Raymond Hettinger · 14 years ago
  13. 2d6bb12 Add disclaimer about MinGW compat in distutils docs (#6007). Patch by Chris Lambacher. by Éric Araujo · 14 years ago
  14. 60532bd Fix build_ext with VS 8.0. Patch by Hirokazu Yamamoto (#9558). by Éric Araujo · 14 years ago
  15. 4433a5f Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky. by Éric Araujo · 14 years ago
  16. 17a5925 Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport. by Terry Reedy · 14 years ago
  17. 50ba19e Use sentence case in section titles consistently by Alexander Belopolsky · 14 years ago
  18. 99db3fd Elaborate on the calculation used in the random module. by Raymond Hettinger · 14 years ago
  19. 67f0b6c Use nested method directives, rewrap long lines, fix whitespace. by Éric Araujo · 14 years ago
  20. e434b3b Add intro to the changed modules section. by Raymond Hettinger · 14 years ago
  21. d00862a Improve trace documentation (#9264). Patch by Eli Bendersky. by Éric Araujo · 14 years ago
  22. b8eb9cb Move the urllib-inherited API to a distinguished section by Antoine Pitrou · 14 years ago
  23. 0358a17 Move email section in with other modules. Fix markup. by Raymond Hettinger · 14 years ago
  24. a55ffbc Minor regroupings. by Raymond Hettinger · 14 years ago
  25. bba537b Adopt Antoine's suggestion to improve readability with module subsections. by Raymond Hettinger · 14 years ago
  26. e0a9600 Add entries for the random module and the collections module. by Raymond Hettinger · 14 years ago
  27. 96f3410 Issue 10667: Fast path for collections.Counter by Raymond Hettinger · 14 years ago
  28. 779f19e I don't think we need to ship the comp.lang.python RFD these days. by Antoine Pitrou · 14 years ago
  29. 3cbb24d Encourage --with-pydebug rather than individual setting of debug options. by Antoine Pitrou · 14 years ago
  30. 0592be8 Remove outdated compatibility file. by Antoine Pitrou · 14 years ago
  31. 00c6b62 Issue #10706: Remove outdated script runtests.sh. Either `make test` by Antoine Pitrou · 14 years ago
  32. bd8f145 TIMEOUT value change in URLTimeout Test. test.support.transient_internet has a by Senthil Kumaran · 14 years ago
  33. 42877fe Typo fix by Andrew M. Kuchling · 14 years ago
  34. d89bc3f #10705: document what the values of debuglevel are and mean. by R. David Murray · 14 years ago
  35. ce4b170 #4236: avoid possible Fatal Error when import is called from __del__ by R. David Murray · 14 years ago
  36. 95333e3 More comprehensive compileall cli tests, and fixes. by R. David Murray · 14 years ago
  37. e7fed67 Freshen README contents by Antoine Pitrou · 14 years ago
  38. ffad35e Nits by Raymond Hettinger · 14 years ago
  39. 9a6b400 Logging documentation update. by Vinay Sajip · 14 years ago
  40. 31d04f2 SIGCHLD is a more portable name than SIGCLD. (OSX has no SIGCLD) by Gregory P. Smith · 14 years ago
  41. ec07331 #775964: skip YP/NIS entries instead of failing the test by R. David Murray · 14 years ago
  42. a80f4fb Fix "BytesWarning: str() on a bytes instance" by Gregory P. Smith · 14 years ago
  43. e85db2b Issue #1731717: Fixed the problem where subprocess.wait() could cause an by Gregory P. Smith · 14 years ago
  44. 32ef70c #10695: use %s not %d so that a string 'port' does not cause a debug traceback by R. David Murray · 14 years ago
  45. 8edd99d Issue #6559: fix the subprocess.Popen pass_fds implementation. Add a unittest. by Gregory P. Smith · 14 years ago
  46. 39f34aa Turn on regrtest -W (rerun immediately) option for Windows, too. by R. David Murray · 14 years ago
  47. 3fc969a 9162: fix license in multiprocessing files by R. David Murray · 14 years ago
  48. 6ecf76e Use skipIf instead of a return when attribute doesn't exist. by R. David Murray · 14 years ago
  49. 4d55bf9 #10699: fix docstring for tzset: it does not take a parameter by R. David Murray · 14 years ago
  50. 7ec754b #1078919: make add_header automatically do RFC2231 encoding when needed. by R. David Murray · 14 years ago
  51. 796343b #10698: fix typo in example. by R. David Murray · 14 years ago
  52. fd94b17 Logging documentation update. by Vinay Sajip · 14 years ago
  53. 7292b88 Logging documentation update. by Vinay Sajip · 14 years ago
  54. 771d33e Issue 10687. When --without-pymalloc is given, $VERSION is the same as by Barry Warsaw · 14 years ago
  55. e98e8a3 Captured IO streams with embedded backslashes are always such a fun combination... by Nick Coghlan · 14 years ago
  56. 9466fe8 Logging documentatio update. by Vinay Sajip · 14 years ago
  57. f86aa7c Mention the subprocess.Popen close_fds default change. Fixup *s to -s. by Gregory P. Smith · 14 years ago
  58. 138fa43 regenerate configure based on r87207. by Gregory P. Smith · 14 years ago
  59. 51ee270 issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from by Gregory P. Smith · 14 years ago
  60. f560485 Get rid of the close_fds DeprecationWarning. Changes the default on a per by Gregory P. Smith · 14 years ago
  61. 8d28a92 issue 10683 by Kristján Valur Jónsson · 14 years ago
  62. 3c54ea6 Actually finish the tests for r87182 by Nick Coghlan · 14 years ago
  63. 1d5d685 Logging documentation - further update. by Vinay Sajip · 14 years ago
  64. 97b886d Logging documentation - further update. by Vinay Sajip · 14 years ago
  65. 36675b6 Logging documentation - further update. by Vinay Sajip · 14 years ago
  66. 7bdfe77 Improve readability of the socket docs by Antoine Pitrou · 14 years ago
  67. 64a467d Homogenize the "optional OS services" menu by Antoine Pitrou · 14 years ago
  68. f10f162 Consistent ordering of availability statements by Antoine Pitrou · 14 years ago
  69. e72b586 Fix heading level by Antoine Pitrou · 14 years ago
  70. a654090 Remove redundant sentence, and fix markup by Antoine Pitrou · 14 years ago
  71. 5260a9b #243654: only create a new MIME boundary if we don't already have one. by R. David Murray · 14 years ago
  72. cc4edd5 Add link to the buffer protocol description from the memory description. by Antoine Pitrou · 14 years ago
  73. 8abc935 Better explain the buffer interface (hopefully) by Antoine Pitrou · 14 years ago
  74. 36730e8 Make this a warning and fix indentation by Antoine Pitrou · 14 years ago
  75. 19d6ce0 Obsolete aliases needn't be documented by Antoine Pitrou · 14 years ago
  76. b387ad6 Remove reference to stuff which is already obsolete in 2.x. by Antoine Pitrou · 14 years ago
  77. c58bde1 SET_LINENO was removed in 2.3 by Antoine Pitrou · 14 years ago
  78. f234eb9 Logging documentation - further update. by Vinay Sajip · 14 years ago
  79. 6b22f3f Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile.TemporaryDirectory context manager by Nick Coghlan · 14 years ago
  80. 0e65cf0 Logging documentation - further update. by Vinay Sajip · 14 years ago
  81. 5286ccf Logging documentation - further update. by Vinay Sajip · 14 years ago
  82. a18b959 Logging documentation update. by Vinay Sajip · 14 years ago
  83. 8c84b71 having three copies of the same test is surely a bit excessive by Benjamin Peterson · 14 years ago
  84. 28a4dce remove (un)transform methods by Benjamin Peterson · 14 years ago
  85. 18d378d Fix markup. by Georg Brandl · 14 years ago
  86. ad6f877 Create the hardlink between python-3.2m and python-3.2 in altbininstall target by Barry Warsaw · 14 years ago
  87. 6d9839d Add versionchanged for parameter type changes. by Martin v. Löwis · 14 years ago
  88. ab3734f Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose mkdtemp call failed. by Georg Brandl · 14 years ago
  89. dd59097 Adjust PySlice_GetIndices documentation to signature change. by Martin v. Löwis · 14 years ago
  90. cc9d237 Fix typo. by Georg Brandl · 14 years ago
  91. 532d091 Reverted accidental commit (from r87159) by Alexander Belopolsky · 14 years ago
  92. fc55789 Updated UCD version and unicode.org links to Unicode 6.0.0 by Alexander Belopolsky · 14 years ago
  93. 070ec70 Move nntp entry back to changed modules section and add entry for non-ascii import directories. by Raymond Hettinger · 14 years ago
  94. 5a27d40 logging: added handler of last resort. by Vinay Sajip · 14 years ago
  95. cf03ac0 #10668: fix wrong call of __init__. by Georg Brandl · 14 years ago
  96. 40e86f0 Fied typo by Vinay Sajip · 14 years ago
  97. 129fd04 test.support: Added TestHandler and Matcher classes for better support of assertions about logging. by Vinay Sajip · 14 years ago
  98. dfa0a2a Minor documentation tweak. by Vinay Sajip · 14 years ago
  99. 8f77630 #10273: Remove a "Matches" that I missed in r86910. Thanks to RDM for noticing it. by Ezio Melotti · 14 years ago
  100. 522cc0a Reclassify some entries and remove a couple of minor ones. by Raymond Hettinger · 14 years ago