- 2895244 Closes #15173: Tidied up copyright statements and removed pythonv references. by Vinay Sajip · 13 years ago
- e51a369 Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name. by Eric V. Smith · 13 years ago
- e6bdc8f Restore Misc/NEWS entries lost in the merge for the previous commit. by Larry Hastings · 13 years ago
- 68386bc Issue #15164: Change return value of platform.uname() from a by Larry Hastings · 13 years ago
- 56ed284 Merge with 3.2. by Georg Brandl · 13 years ago
- 61063cc Fix a couple of versionadded/versionchanged related markup errors. by Georg Brandl · 13 years ago
- 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 13 years ago
- f551001 Merge by Antoine Pitrou · 13 years ago
- ad09b5d Add a couple of what's new entries. by Antoine Pitrou · 13 years ago
- 5d7e1d3 Fix statement. by Antoine Pitrou · 13 years ago
- 217aa55 Fix markup, for real this time. by Georg Brandl · 13 years ago
- 00081f3 Merge by Antoine Pitrou · 13 years ago
- b0f0895 Fix indentation by Éric Araujo · 13 years ago
- ab88803 Support Mageia Linux in the platform module. by Antoine Pitrou · 13 years ago
- 488fccf Closes #11678: support Arch linux in the platform module. by Georg Brandl · 13 years ago
- becb70c Merge heads. by Ezio Melotti · 13 years ago
- 4649518 #15156: HTMLParser now uses the new "html.entities.html5" dictionary. by Ezio Melotti · 13 years ago
- 3c0db67 Drop useenv=true also from the 32-bit build script: It is not necessary and by Stefan Krah · 13 years ago
- a504a7a Issue #15055: update dictnotes.txt. Patch by Mark Shannon. by Antoine Pitrou · 13 years ago
- 87903c1 Merge with 3.2. by Georg Brandl · 13 years ago
- 26af3b2 Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org. by Georg Brandl · 13 years ago
- cb1c8b7 Merge with 3.2. by Georg Brandl · 13 years ago
- 496660c Partial backport of 612f34e31270: fix spacing error in exception message. by Georg Brandl · 13 years ago
- fcbdbf2 urllib.request: fix spacing errors in exception/warning messages. by Georg Brandl · 13 years ago
- 56261cf Branch merge by Éric Araujo · 13 years ago
- 544e13d Fix markup by Éric Araujo · 13 years ago
- 0a8f5f7 Fix typos by Éric Araujo · 13 years ago
- aa789ac Restore test that was using pysetup and can now (#15157) use pydoc by Éric Araujo · 13 years ago
- 19c4e5b Fix test__locale on Mac; platform.uname() does not have a structseq-type interface (yet). by Georg Brandl · 13 years ago
- 318c56c Issue #15102: Fix paths of python executables. by Stefan Krah · 13 years ago
- 988049a Alpha -> Beta by Georg Brandl · 13 years ago
- 03b9ad0 Add a single versionadded for a whole section instead of repeating for every function. by Georg Brandl · 13 years ago
- 96acb73 Small whitespace fixes for shutil.rmtree() docs. by Georg Brandl · 13 years ago
- 4a7e25f #444582: fix example and rewrap docs a bit. by Georg Brandl · 13 years ago
- 4168764 Add 3.2.3 version to the license table. by Georg Brandl · 13 years ago
- 0b40a0b Merge by Antoine Pitrou · 13 years ago
- c645c6a Closes #15162: the meaning of "online" has shifted a bit in recent years, use "interactive" instead. by Georg Brandl · 13 years ago
- 92c9757 Use -W on the Windows 64 buildbots by Antoine Pitrou · 13 years ago
- dbab58f Refactor the venv API docs into a real API doc style. by Georg Brandl · 13 years ago
- 1f5d2a0 Fix test to really run behind a NNTP virus checker by Antoine Pitrou · 13 years ago
- 5f762af Remove a detailed discussion of content-based short circuiting, off topic for library docs. by Antoine Pitrou · 13 years ago
- f61e791 Simplify wording. by Antoine Pitrou · 13 years ago
- cf34353 Remove debug output from test_shutil by Hynek Schlawack · 13 years ago
- 1524d75 Formatting by Antoine Pitrou · 13 years ago
- db99dd0 Small wording update from Larry. by Georg Brandl · 13 years ago
- 1729b8f Fix doc of os.fwalk: example used now non-existing os.fstatat() by Hynek Schlawack · 13 years ago
- ae64b4d Merge heads. by Georg Brandl · 13 years ago
- 3b44d81 Merge heads. by Georg Brandl · 13 years ago
- a1bc35f Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. by Georg Brandl · 13 years ago
- 4f99468 The buffer protocol doesn't exist (in the glossary anyway). by Antoine Pitrou · 13 years ago
- 9df73da Larry's suggested rewording of the compare_digest() docs. by Antoine Pitrou · 13 years ago
- 39e810e Make the benchmark more fair for _decimal/decimal.py by setting context.prec by Stefan Krah · 13 years ago
- 6cff9ff Fix use of class markup. by Georg Brandl · 13 years ago
- f787559 Whitespace cleanup. by Georg Brandl · 13 years ago
- 9dcbfc3 Remove unused variable. by Georg Brandl · 13 years ago
- 93b7d7e Fix a refleak in c82451eeb595. by Georg Brandl · 13 years ago
- 6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C by Christian Heimes · 13 years ago
- 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 13 years ago
- f62445a Fix casing of Unix. by Georg Brandl · 13 years ago
- 8a5555f Make the style of the "Availability" sections consistent. by Georg Brandl · 13 years ago
- a570e98 Actually it is just one function. by Georg Brandl · 13 years ago
- b2462e2 Minor clarification about fdopen(). by Georg Brandl · 13 years ago
- b8f2d29 Remove attribution; this is for the whatsnew. by Georg Brandl · 13 years ago
- d725de9 Issue #15102: Try setting HOST_PYTHON in build-amd64.bat as a temporary measure. by Stefan Krah · 13 years ago
- 306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). by Georg Brandl · 13 years ago
- 8ccadaa Restore mostly-alphabetic sorting of os functions. by Georg Brandl · 13 years ago
- b9df00c Note that equivalents are valid for 3.3+ only. by Georg Brandl · 13 years ago
- dd79873 Merged upstream changes. by Vinay Sajip · 13 years ago
- d89dae1 Added Windows launcher documentation. by Vinay Sajip · 13 years ago
- 78f0756 Speed up _decimal by another 10-15% by caching the thread local context by Stefan Krah · 13 years ago
- 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
- b9831ab Move Linux-only *xattr() functions to their own subheading. by Georg Brandl · 13 years ago
- 7ac2af7 Fix typo. by Georg Brandl · 13 years ago
- b1a1ac0 Small nits in os doc. by Georg Brandl · 13 years ago
- d60cd42 Issue #14815: Bugfix: the PyLong fed into the seed generator must be unsigned. by Larry Hastings · 13 years ago
- 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
- 6aed5fe Closes #15157: pydoc script added to venvs. by Vinay Sajip · 13 years ago
- 97f43c0 #15160: Extend the new email parser to handle MIME headers. by R David Murray · 13 years ago
- 49c15d4 Issue #14815: Use Py_ssize_t instead of long for the object hash, to by Larry Hastings · 13 years ago
- 1bc276d Update OS X installer build target compilers. by Ned Deily · 13 years ago
- 99ac2f1 Packaging removal: remove pysetup3 install from Makefile. by Ned Deily · 13 years ago
- f841e42 Fix whitespace by Hynek Schlawack · 13 years ago
- 4c2f4e5 Update compileall calls in OS X installer postflight script to by Ned Deily · 13 years ago
- ec177c1 Packaging removal: also revert introduction of sysconfig.cfg. by Éric Araujo · 13 years ago
- 853ef47 merge heads by Gregory P. Smith · 13 years ago
- 990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 13 years ago
- 430d7a3 Remove obsolete fixapplepython23 script and PythonSystemFixes by Ned Deily · 13 years ago
- 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 13 years ago
- 8150492 Speed up test_io by >2x by reducing the sleep time using setitimer instead of by Gregory P. Smith · 13 years ago
- 80d440a Move distutils install doc back into place. by Éric Araujo · 13 years ago
- 859aad6 Remove packaging from the standard library. by Éric Araujo · 13 years ago
- 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
- b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" by Larry Hastings · 13 years ago
- b7eb563 Errors in "client" methods in test_socket were ignored because of a bogus except clause. by Antoine Pitrou · 13 years ago
- cbfb9a5 Issue #13590: Improve support for OS X Xcode 4: by Ned Deily · 13 years ago
- 88bc0d2 small refactor and PEP8 line width/docstring by Philip Jenvey · 13 years ago
- 66a3a7e Try to fix crash on x86 OpenIndiana buildbot. by Antoine Pitrou · 13 years ago
- 1351ca6 Replace assert() with a more informative fatal error. by Antoine Pitrou · 13 years ago
- ad2c43b Merge by Antoine Pitrou · 13 years ago
- f52f527 Issue #15102: find python.exe in OutDir, not SolutionDir. by Martin v. Löwis · 13 years ago