1. c645c6a Closes #15162: the meaning of "online" has shifted a bit in recent years, use "interactive" instead. by Georg Brandl · 13 years ago
  2. dbab58f Refactor the venv API docs into a real API doc style. by Georg Brandl · 13 years ago
  3. 1f5d2a0 Fix test to really run behind a NNTP virus checker by Antoine Pitrou · 13 years ago
  4. 5f762af Remove a detailed discussion of content-based short circuiting, off topic for library docs. by Antoine Pitrou · 13 years ago
  5. f61e791 Simplify wording. by Antoine Pitrou · 13 years ago
  6. cf34353 Remove debug output from test_shutil by Hynek Schlawack · 13 years ago
  7. 1524d75 Formatting by Antoine Pitrou · 13 years ago
  8. db99dd0 Small wording update from Larry. by Georg Brandl · 13 years ago
  9. 1729b8f Fix doc of os.fwalk: example used now non-existing os.fstatat() by Hynek Schlawack · 13 years ago
  10. ae64b4d Merge heads. by Georg Brandl · 13 years ago
  11. 3b44d81 Merge heads. by Georg Brandl · 13 years ago
  12. a1bc35f Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. by Georg Brandl · 13 years ago
  13. 4f99468 The buffer protocol doesn't exist (in the glossary anyway). by Antoine Pitrou · 13 years ago
  14. 9df73da Larry's suggested rewording of the compare_digest() docs. by Antoine Pitrou · 13 years ago
  15. 39e810e Make the benchmark more fair for _decimal/decimal.py by setting context.prec by Stefan Krah · 13 years ago
  16. 6cff9ff Fix use of class markup. by Georg Brandl · 13 years ago
  17. f787559 Whitespace cleanup. by Georg Brandl · 13 years ago
  18. 9dcbfc3 Remove unused variable. by Georg Brandl · 13 years ago
  19. 93b7d7e Fix a refleak in c82451eeb595. by Georg Brandl · 13 years ago
  20. 6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C by Christian Heimes · 13 years ago
  21. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 13 years ago
  22. f62445a Fix casing of Unix. by Georg Brandl · 13 years ago
  23. 8a5555f Make the style of the "Availability" sections consistent. by Georg Brandl · 13 years ago
  24. a570e98 Actually it is just one function. by Georg Brandl · 13 years ago
  25. b2462e2 Minor clarification about fdopen(). by Georg Brandl · 13 years ago
  26. b8f2d29 Remove attribution; this is for the whatsnew. by Georg Brandl · 13 years ago
  27. d725de9 Issue #15102: Try setting HOST_PYTHON in build-amd64.bat as a temporary measure. by Stefan Krah · 13 years ago
  28. 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 13 years ago
  29. 8ccadaa Restore mostly-alphabetic sorting of os functions. by Georg Brandl · 13 years ago
  30. b9df00c Note that equivalents are valid for 3.3+ only. by Georg Brandl · 13 years ago
  31. dd79873 Merged upstream changes. by Vinay Sajip · 13 years ago
  32. d89dae1 Added Windows launcher documentation. by Vinay Sajip · 13 years ago
  33. 78f0756 Speed up _decimal by another 10-15% by caching the thread local context by Stefan Krah · 13 years ago
  34. 95aeae0 In random's test_seedargs: Make sure to include at least one seed object with a negative hash. by Mark Dickinson · 13 years ago
  35. b9831ab Move Linux-only *xattr() functions to their own subheading. by Georg Brandl · 13 years ago
  36. 7ac2af7 Fix typo. by Georg Brandl · 13 years ago
  37. b1a1ac0 Small nits in os doc. by Georg Brandl · 13 years ago
  38. d60cd42 Issue #14815: Bugfix: the PyLong fed into the seed generator must be unsigned. by Larry Hastings · 13 years ago
  39. 50c4000 "Refactor" docs for the new dir_fd, follow_symlinks, path-as-fd APIs: document the options at a central place and link to it. by Georg Brandl · 13 years ago
  40. 6aed5fe Closes #15157: pydoc script added to venvs. by Vinay Sajip · 13 years ago
  41. 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 13 years ago
  42. 49c15d4 Issue #14815: Use Py_ssize_t instead of long for the object hash, to by Larry Hastings · 13 years ago
  43. 1bc276d Update OS X installer build target compilers. by Ned Deily · 13 years ago
  44. 99ac2f1 Packaging removal: remove pysetup3 install from Makefile. by Ned Deily · 13 years ago
  45. f841e42 Fix whitespace by Hynek Schlawack · 13 years ago
  46. 4c2f4e5 Update compileall calls in OS X installer postflight script to by Ned Deily · 13 years ago
  47. ec177c1 Packaging removal: also revert introduction of sysconfig.cfg. by Éric Araujo · 13 years ago
  48. 853ef47 merge heads by Gregory P. Smith · 13 years ago
  49. 990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 13 years ago
  50. 430d7a3 Remove obsolete fixapplepython23 script and PythonSystemFixes by Ned Deily · 13 years ago
  51. 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 13 years ago
  52. 8150492 Speed up test_io by >2x by reducing the sleep time using setitimer instead of by Gregory P. Smith · 13 years ago
  53. 80d440a Move distutils install doc back into place. by Éric Araujo · 13 years ago
  54. 859aad6 Remove packaging from the standard library. by Éric Araujo · 13 years ago
  55. dc44f55 #11113: add a new "html5" dictionary containing the named character references defined by the HTML5 standard and the equivalent Unicode character(s) to the html.entities module. by Ezio Melotti · 13 years ago
  56. b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 13 years ago
  57. b7eb563 Errors in "client" methods in test_socket were ignored because of a bogus except clause. by Antoine Pitrou · 13 years ago
  58. cbfb9a5 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 13 years ago
  59. 88bc0d2 small refactor and PEP8 line width/docstring by Philip Jenvey · 13 years ago
  60. 66a3a7e Try to fix crash on x86 OpenIndiana buildbot. by Antoine Pitrou · 13 years ago
  61. 1351ca6 Replace assert() with a more informative fatal error. by Antoine Pitrou · 13 years ago
  62. ad2c43b Merge by Antoine Pitrou · 13 years ago
  63. f52f527 Issue #15102: find python.exe in OutDir, not SolutionDir. by Martin v. Löwis · 13 years ago
  64. 86da524 Merge by Antoine Pitrou · 13 years ago
  65. bb78f57 Use struct member (ht_type) instead of casting pointers. by Antoine Pitrou · 13 years ago
  66. 75aeaa9 Issue #11626: Add _SizeT functions to stable ABI. by Martin v. Löwis · 13 years ago
  67. 788306a Fix whitespace. by Martin v. Löwis · 13 years ago
  68. 9c56409 Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. by Martin v. Löwis · 13 years ago
  69. 110ee34 Lower test-skipping threshold in test_reprlib by Antoine Pitrou · 13 years ago
  70. 106c414 Issue #14923: Optimize continuation-byte check in UTF-8 decoding. Patch by Serhiy Storchaka. by Mark Dickinson · 13 years ago
  71. 16ad7a2 Issue #15102: Fix paths in external-amd64.bat. by Stefan Krah · 13 years ago
  72. a4f9e36 Add MSVC-related entries to .hgignore by Antoine Pitrou · 13 years ago
  73. 4f6e3f7 Avoid depending on directory iteration order in test_shutil by Antoine Pitrou · 13 years ago
  74. f3a166d Add debug output to test_shutil by Antoine Pitrou · 13 years ago
  75. 2f8a75c Proper cleanup in test_shutil, even in case of error. by Antoine Pitrou · 13 years ago
  76. d5ecd49 Issue #15102: Use HOST_PYTHON only if it is set. by Martin v. Löwis · 13 years ago
  77. 2100b42 #4489: Fix usage of fd-based functions to new api introduced earlier today by Hynek Schlawack · 13 years ago
  78. 1641cea Issue #15150: regenerate python3stub.def. by Martin v. Löwis · 13 years ago
  79. 2c30ee1 Merge with 3.2 by Martin v. Löwis · 13 years ago
  80. 7349eb2 The build target of this makefile is python3.dll, not python32.dll. by Martin v. Löwis · 13 years ago
  81. 37459a0 Issue #15102: Allow platform-specific settings for the current project by Stefan Krah · 13 years ago
  82. 99cc629 Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). by Antoine Pitrou · 13 years ago
  83. b8dc3ab Issue #12965: More PyLong_As* clarifications. Thanks Stefan Krah. by Mark Dickinson · 13 years ago
  84. f0acfee Issue #12965: Clean up C-API docs for PyLong_AsLongLong(AndOverflow); clarify that __int__ will be called for non-PyLongs by Mark Dickinson · 13 years ago
  85. 6c6e254 Properly test the various builtins lookup cases in inspect.getclosurevars by Nick Coghlan · 13 years ago
  86. fb8dac7 Fix typo in Misc/NEWS by Hynek Schlawack · 13 years ago
  87. 67be92b #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks by Hynek Schlawack · 13 years ago
  88. 46cb1ef Use non-deprecated speling. by Antoine Pitrou · 13 years ago
  89. d4daa87 Properly cleanup pep3147 modules in test_import by Antoine Pitrou · 13 years ago
  90. 06e3758 Try to further debug occasional buildbot failure by Antoine Pitrou · 13 years ago
  91. 78157b3 On behalf of Nadeem Vawda: issue #10376: micro-optimize reading from a Zipfile. by Antoine Pitrou · 13 years ago
  92. 3861d8b #15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup. by Ezio Melotti · 13 years ago
  93. a4db02c Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). by Antoine Pitrou · 13 years ago
  94. edc6018 Remove outdated statement by Antoine Pitrou · 13 years ago
  95. 766a16e Fix test_re failure under Windows. by Antoine Pitrou · 13 years ago
  96. 463badf Issue #3665: \u and \U escapes are now supported in unicode regular expressions. by Antoine Pitrou · 13 years ago
  97. c9aa842 Issue #12965: Merge from 3.2. by Mark Dickinson · 13 years ago
  98. 5bb7aa9 Try to fix shutil.which() tests on Windows by fixing a typo introduced in 27f9c26fdd8b in posix_access(). by Georg Brandl · 13 years ago
  99. 93648f0 Issue #12965: Merge from 3.2. by Mark Dickinson · 13 years ago
  100. 04e2e3f Close #15153: Added inspect.getgeneratorlocals to simplify whitebox testing of generator state updates by Nick Coghlan · 13 years ago