Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
714370f Give test directory a more reasonable name. 24 June 2012, 23:55:18 UTC
2895244 Closes #15173: Tidied up copyright statements and removed pythonv references. 24 June 2012, 23:47:46 UTC
e51a369 Fixes issue 15039: namespace packages are no longer imported in preference to modules of the same name. 24 June 2012, 23:13:55 UTC
e6bdc8f Restore Misc/NEWS entries lost in the merge for the previous commit. 24 June 2012, 21:34:49 UTC
68386bc Issue #15164: Change return value of platform.uname() from a plain tuple to a collections.namedtuple. 24 June 2012, 21:30:41 UTC
56ed284 Merge with 3.2. 24 June 2012, 20:50:30 UTC
61063cc Fix a couple of versionadded/versionchanged related markup errors. 24 June 2012, 20:48:30 UTC
33369cf Fix a bunch of "versionchanged" related markup errors. 24 June 2012, 20:48:03 UTC
f551001 Merge 24 June 2012, 20:42:05 UTC
ad09b5d Add a couple of what's new entries. 24 June 2012, 20:41:33 UTC
5d7e1d3 Fix statement. 24 June 2012, 20:38:23 UTC
217aa55 Fix markup, for real this time. 24 June 2012, 20:26:21 UTC
00081f3 Merge 24 June 2012, 20:22:07 UTC
b0f0895 Fix indentation 24 June 2012, 20:22:09 UTC
ab88803 Support Mageia Linux in the platform module. 24 June 2012, 20:20:18 UTC
488fccf Closes #11678: support Arch linux in the platform module. 24 June 2012, 20:17:23 UTC
becb70c Merge heads. 24 June 2012, 20:04:02 UTC
4649518 #15156: HTMLParser now uses the new "html.entities.html5" dictionary. 24 June 2012, 20:02:56 UTC
3c0db67 Drop useenv=true also from the 32-bit build script: It is not necessary and leads to failures in successive 64-bit/32-bit builds in the same shell window. 24 June 2012, 20:00:44 UTC
a504a7a Issue #15055: update dictnotes.txt. Patch by Mark Shannon. 24 June 2012, 19:03:45 UTC
87903c1 Merge with 3.2. 24 June 2012, 18:07:40 UTC
26af3b2 Refer test_xmlrpc_net to the new buildbot URL at buildbot.python.org. 24 June 2012, 18:06:54 UTC
cb1c8b7 Merge with 3.2. 24 June 2012, 18:02:59 UTC
496660c Partial backport of 612f34e31270: fix spacing error in exception message. 24 June 2012, 18:01:05 UTC
fcbdbf2 urllib.request: fix spacing errors in exception/warning messages. 24 June 2012, 17:56:31 UTC
56261cf Branch merge 24 June 2012, 17:54:22 UTC
544e13d Fix markup 24 June 2012, 17:53:48 UTC
0a8f5f7 Fix typos 24 June 2012, 17:53:41 UTC
aa789ac Restore test that was using pysetup and can now (#15157) use pydoc 24 June 2012, 17:51:22 UTC
19c4e5b Fix test__locale on Mac; platform.uname() does not have a structseq-type interface (yet). 24 June 2012, 17:29:49 UTC
318c56c Issue #15102: Fix paths of python executables. 24 June 2012, 17:04:35 UTC
988049a Alpha -> Beta 24 June 2012, 16:12:24 UTC
03b9ad0 Add a single versionadded for a whole section instead of repeating for every function. 24 June 2012, 16:09:40 UTC
96acb73 Small whitespace fixes for shutil.rmtree() docs. 24 June 2012, 15:39:05 UTC
4a7e25f #444582: fix example and rewrap docs a bit. 24 June 2012, 15:37:07 UTC
4168764 Add 3.2.3 version to the license table. 24 June 2012, 15:31:06 UTC
0b40a0b Merge 24 June 2012, 15:23:12 UTC
c645c6a Closes #15162: the meaning of "online" has shifted a bit in recent years, use "interactive" instead. 24 June 2012, 15:24:26 UTC
92c9757 Use -W on the Windows 64 buildbots 24 June 2012, 15:22:50 UTC
dbab58f Refactor the venv API docs into a real API doc style. 24 June 2012, 14:37:59 UTC
1f5d2a0 Fix test to really run behind a NNTP virus checker 24 June 2012, 14:28:18 UTC
5f762af Remove a detailed discussion of content-based short circuiting, off topic for library docs. 24 June 2012, 14:23:54 UTC
f61e791 Simplify wording. 24 June 2012, 14:21:10 UTC
cf34353 Remove debug output from test_shutil 24 June 2012, 14:21:22 UTC
1524d75 Formatting 24 June 2012, 14:18:48 UTC
db99dd0 Small wording update from Larry. 24 June 2012, 14:15:46 UTC
1729b8f Fix doc of os.fwalk: example used now non-existing os.fstatat() 24 June 2012, 14:11:08 UTC
ae64b4d Merge heads. 24 June 2012, 14:11:23 UTC
3b44d81 Merge heads. 24 June 2012, 14:10:47 UTC
a1bc35f Improve hmac.compare_digest() docstring and documentation, courtesy of Larry H. 24 June 2012, 14:07:33 UTC
4f99468 The buffer protocol doesn't exist (in the glossary anyway). 24 June 2012, 14:04:38 UTC
9df73da Larry's suggested rewording of the compare_digest() docs. 24 June 2012, 14:03:50 UTC
39e810e Make the benchmark more fair for _decimal/decimal.py by setting context.prec only once (float obviously doesn't set any context at all). 24 June 2012, 12:10:49 UTC
6cff9ff Fix use of class markup. 24 June 2012, 12:05:40 UTC
f787559 Whitespace cleanup. 24 June 2012, 11:58:31 UTC
9dcbfc3 Remove unused variable. 24 June 2012, 11:55:35 UTC
93b7d7e Fix a refleak in c82451eeb595. 24 June 2012, 11:54:51 UTC
6cea655 Issue #15061: Re-implemented hmac.compare_digest() in C 24 June 2012, 11:48:32 UTC
605a62d Issue #15118: Change return value of os.uname() and os.times() from plain tuples to immutable iterable objects with named attributes (structseq objects). 24 June 2012, 11:33:36 UTC
f62445a Fix casing of Unix. 24 June 2012, 11:31:20 UTC
8a5555f Make the style of the "Availability" sections consistent. 24 June 2012, 11:29:09 UTC
a570e98 Actually it is just one function. 24 June 2012, 11:26:22 UTC
b2462e2 Minor clarification about fdopen(). 24 June 2012, 11:24:56 UTC
b8f2d29 Remove attribution; this is for the whatsnew. 24 June 2012, 11:06:44 UTC
d725de9 Issue #15102: Try setting HOST_PYTHON in build-amd64.bat as a temporary measure. 24 June 2012, 11:03:59 UTC
306336b Closes #15161: add support for giving path as a fd for truncate() and pathconf(). 24 June 2012, 10:55:33 UTC
8ccadaa Restore mostly-alphabetic sorting of os functions. 24 June 2012, 10:50:06 UTC
b9df00c Note that equivalents are valid for 3.3+ only. 24 June 2012, 10:38:14 UTC
dd79873 Merged upstream changes. 24 June 2012, 10:24:05 UTC
d89dae1 Added Windows launcher documentation. 24 June 2012, 10:23:07 UTC
78f0756 Speed up _decimal by another 10-15% by caching the thread local context that was last accessed. In the pi benchmark (64-bit platform, prec=9), _decimal is now only 1.5x slower than float. 24 June 2012, 10:20:03 UTC
95aeae0 In random's test_seedargs: Make sure to include at least one seed object with a negative hash. 24 June 2012, 10:05:30 UTC
b9831ab Move Linux-only *xattr() functions to their own subheading. 24 June 2012, 09:57:07 UTC
7ac2af7 Fix typo. 24 June 2012, 09:56:47 UTC
b1a1ac0 Small nits in os doc. 24 June 2012, 09:54:07 UTC
d60cd42 Issue #14815: Bugfix: the PyLong fed into the seed generator must be unsigned. 24 June 2012, 09:52:21 UTC
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. 24 June 2012, 09:45:20 UTC
6aed5fe Closes #15157: pydoc script added to venvs. 24 June 2012, 09:35:40 UTC
97f43c0 #15160: Extend the new email parser to handle MIME headers. This code passes all the same tests that the existing RFC mime header parser passes, plus a bunch of additional ones. There are a couple of commented out tests where there are issues with the folding. The folding doesn't normally get invoked for headers parsed from source, and the cases are marginal anyway (headers with invalid binary data) so I'm not worried about them, but will fix them after the beta. There are things that can be done to make this API even more convenient, but I think this is a solid foundation worth having. And the parser is a full RFC parser, so it handles cases that the current parser doesn't. (There are also probably cases where it fails when the current parser doesn't, but I haven't found them yet ;) Oh, yeah, and there are some really ugly bits in the parser for handling some 'postel' cases that are unfortunately common. I hope/plan to to eventually refactor a lot of the code in the parser which should reduce the line count...but there is no escaping the fact that the error recovery is welter of special cases. 24 June 2012, 09:03:27 UTC
49c15d4 Issue #14815: Use Py_ssize_t instead of long for the object hash, to preserve all 64 bits of hash on Win64. 24 June 2012, 08:54:21 UTC
1bc276d Update OS X installer build target compilers. 24 June 2012, 08:27:51 UTC
99ac2f1 Packaging removal: remove pysetup3 install from Makefile. 24 June 2012, 08:20:58 UTC
f841e42 Fix whitespace 24 June 2012, 07:51:46 UTC
4c2f4e5 Update compileall calls in OS X installer postflight script to properly skip uncompilable files and to compile existing files in site-packages if reinstalling. Also, no longer attempt to install a documentation link in /Developer as that no longer necessarily exists with Xcode 4.3+. 24 June 2012, 07:44:30 UTC
ec177c1 Packaging removal: also revert introduction of sysconfig.cfg. We need a discussion to define what should be customized how; this new config file is premature. It was added to serve the needs of the resources system in install_data / packaging.database, so it can be removed alongside packaging for 3.3. 24 June 2012, 07:27:43 UTC
853ef47 merge heads 24 June 2012, 07:24:31 UTC
990a5fe Fixes issue #12268: File readline, readlines and read() or readall() methods no longer lose data when an underlying read system call is interrupted. IOError is no longer raised due to a read system call returning EINTR from within these methods. 24 June 2012, 07:23:47 UTC
430d7a3 Remove obsolete fixapplepython23 script and PythonSystemFixes installer package from the OS X Makefile for Python 3. It has never worked on Python 3 and is not needed there as pre-10.3.9 installs are no longer supported. 24 June 2012, 07:19:31 UTC
5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods no longer lose data when an underlying read system call is interrupted. IOError is no longer raised due to a read system call returning EINTR from within these methods. 24 June 2012, 06:55:39 UTC
8150492 Speed up test_io by >2x by reducing the sleep time using setitimer instead of alarm for the signal tests. 24 June 2012, 06:46:37 UTC
80d440a Move distutils install doc back into place. (This was not done in the previous commit because Mercurial would have shown it as a modified file instead of a moved file.) 24 June 2012, 04:09:56 UTC
859aad6 Remove packaging from the standard library. Distutils2 will live on on PyPI and be included in the stdlib when it is ready. See discussion starting at http://mail.python.org/pipermail/python-dev/2012-June/120430.html 24 June 2012, 04:07:41 UTC
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. 24 June 2012, 02:37:41 UTC
b698d8e Issue #15154: Add "dir_fd" parameter to os.rmdir, remove "rmdir" parameter from os.remove / os.unlink. Patch written by Georg Brandl. (I'm really looking forward to George getting commit privileges so I don't have to keep doing checkins on his behalf.) 23 June 2012, 23:55:07 UTC
b7eb563 Errors in "client" methods in test_socket were ignored because of a bogus except clause. (this could reveal test failures!) 23 June 2012, 23:34:13 UTC
cbfb9a5 Issue #13590: Improve support for OS X Xcode 4: - Try to avoid building Python or extension modules with problematic llvm-gcc compiler. - Since Xcode 4 removes ppc support, extension module builds now check for ppc compiler support and automatically remove ppc and ppc64 archs when not available. - Since Xcode 4 no longer install SDKs in default locations, extension module builds now revert to using installed headers and libs if the SDK used to build the interpreter is not available. - Update ./configure to use better defaults for universal builds; in particular, --enable-universalsdk=yes uses the Xcode default SDK and --with-universal-archs now defaults to "intel" if ppc not available. 23 June 2012, 23:02:19 UTC
88bc0d2 small refactor and PEP8 line width/docstring 23 June 2012, 22:54:38 UTC
66a3a7e Try to fix crash on x86 OpenIndiana buildbot. 23 June 2012, 22:42:59 UTC
1351ca6 Replace assert() with a more informative fatal error. 23 June 2012, 22:30:12 UTC
ad2c43b Merge 23 June 2012, 22:20:26 UTC
back to top