https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
d08cec6 Bump version to 3.3.0b1. 26 June 2012, 07:43:40 UTC
dba3b5c 3.3 whatsnew: Comment out the section about new POSIX *at functions etc.; has to be rewritten later. 26 June 2012, 07:36:14 UTC
2391974 Merge heads 26 June 2012, 07:26:53 UTC
969288e Use ValueError, not RuntimeError for a utime flag combination illegal on some systems. 26 June 2012, 07:25:44 UTC
6c3f1dd What's new: Add myself as the contributor of issue 12170 26 June 2012, 07:24:47 UTC
a4b018f Merge 26 June 2012, 07:19:48 UTC
8ca5a84 Create PGInstrument/PGUpdate configurations for py.exe and pyw.exe 26 June 2012, 07:18:14 UTC
805dff5 Fix issue # in Misc/NEWS (should be #15187, not 15817.) 26 June 2012, 07:15:17 UTC
ee0be40 Add yet another missing versionchanged. 26 June 2012, 07:14:40 UTC
3f81ba8 Update suspicious ignore file and pydoc topics. 26 June 2012, 07:12:26 UTC
9aae9e5 Fix a few markup nits in zlib docs and add missing versionchanged tags. 26 June 2012, 06:51:17 UTC
5b2f9c0 Issue #15817: Bugfix: remove temporary directories test_shutil was leaving behind. 26 June 2012, 06:50:01 UTC
93e3d3a merge from 3.2 - Issue13685 26 June 2012, 06:18:19 UTC
f21804a Issue #13685 - Update argparse help message for % sign usage. 26 June 2012, 06:17:19 UTC
a57a8e0 Closes #15179: Merged fix from 3.2. 25 June 2012, 22:20:27 UTC
3e6d71d Issue #15179: Closed socket on connection failure. Thanks to Kazutaka Morita for the patch. 25 June 2012, 22:18:45 UTC
0b1b9ce If main() is called and an argument cannot be decoded, make sure to free the copy of the command-line. Found using Clang's static analyzer. 25 June 2012, 20:25:28 UTC
8a250fa Comment out a dead increment. Found by Clang's static analyzer. 25 June 2012, 20:13:44 UTC
555bfc7 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct python executable The __os_install_macro defines some post-processing activities during an rpm build; one of the scripts it calls is brp-python-bytecompile, which can take an argument: the python executable with which to byte-compile .py files in the package payload. In some older versions of rpm (e.g. in RHEL 6), this invocation doesn't pass in an argument, and brp-python-bytecompile defaults to using /usr/bin/python, which can lead to the .py files being byte-compiled for the wrong version of python. This has been fixed in later versions of rpm by passing in %{__python} as an argument to brp-python-bytecompile. Workaround this by detecting if __os_install_post has a 0-argument invocation of brp-python-bytecompile, and if so generating an equivalent macro that has the argument, and explicitly provide the new definition within the specfile. 25 June 2012, 19:52:24 UTC
2e5f371 Merge 25 June 2012, 16:09:07 UTC
1dd75a6 Backport test_nntplib fixes from default. 25 June 2012, 16:08:54 UTC
0ab5cf9 Issue #15181: importlib bytecode is unsigned and shouldn't have negative numbers. This fixes a compiler warning with suncc. 25 June 2012, 15:32:43 UTC
7334be8 Null merge. 25 June 2012, 13:02:47 UTC
62ba042 Issue #15171: Try the HOST_PYTHON hack for 3.2. 25 June 2012, 12:57:18 UTC
1edab78 Update test script to Visual Studio 2010. 25 June 2012, 12:41:37 UTC
3784ff9 Issue #13950: Improve support for OS X Xcode 4: Fix ./configure to provide a more sensible default for MACOSX_DEPLOYMENT_TARGET. Currently the default is the minimum OS X level that supports the universal arch option, typically 10.4, even when no universalsdk is selected. This causes various desirable features that depend on later OS X versions, like libedit readline support, to be omitted from the build. A more complete solution would take into account the SDK that is being used and better tailor the universal arch options. For now, change the existing tests to only apply to build systems of 10.5 and earlier; for 10.6 and later, use the build system version as the default deployment target if the MACOSX_DEPLOYMENT_TARGET environment variable is not provided. 25 June 2012, 12:04:28 UTC
52c6097 Moved hmac.compare_digest Misc/NEWS entry from Core and Builtins to Library. 25 June 2012, 11:51:59 UTC
c48fe98 Issue #15177: Added dir_fd parameter to os.fwalk(). 25 June 2012, 11:49:05 UTC
2a193a8 Skip test in freebsd entirely - Kernel bug in freebsd7/8/9 - #10142: Support for SEEK_HOLE/SEEK_DATA 25 June 2012, 11:45:38 UTC
fdaea06 Issue #15176: Clarified behavior, documentation, and implementation of os.listdir(). 25 June 2012, 11:42:23 UTC
3b52778 #4489 Make fd based rmtree work on bytes 25 June 2012, 11:27:31 UTC
77892dc More doc fixes: made it clear where to start reading when you click on <dir_fd>. 25 June 2012, 10:27:33 UTC
68d34f4 merge heads 25 June 2012, 08:15:53 UTC
875c1bc Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test to using signal.alarm(1) instead of signal.setitimer(signal.ITIMER_REAL, 0.1). This is an attempt to see if this change is what caused the ubuntu arm buildbot to hang in test_io's test_interrupted_write_retry_text. Discussion in Issue #12268. 25 June 2012, 08:15:14 UTC
b5ba203 Backout change e8f44ebacda7052267318cecf5b6f128d35add17. Reverting the test to using signal.alarm(1) instead of signal.setitimer(signal.ITIMER_REAL, 0.1). This is an attempt to see if this change is what caused the ubuntu arm buildbot to hang in test_io's test_interrupted_write_retry_text. Discussion in Issue #12268. 25 June 2012, 08:13:32 UTC
48986d6 Minor grammar refinement for hmac.compare_digest(). 25 June 2012, 07:59:34 UTC
aceaf90 Some tightening of the documentation for the new kwarg-style os module functionality. 25 June 2012, 06:33:56 UTC
4d399a4 Grammar fix. 25 June 2012, 05:40:32 UTC
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
back to top