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