https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
96d237c Update versions in LICENSE files. 13 August 2011, 09:59:12 UTC
d88e5af Merge with cpython. 13 August 2011, 09:54:33 UTC
3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. 13 August 2011, 09:48:12 UTC
b3f0ce4 Bump version to 3.2.2rc1. 13 August 2011, 09:34:58 UTC
1db1d14 Update pydoc topics and suspicious ignore. 13 August 2011, 09:33:35 UTC
963e402 tokenize is just broken on test_pep3131.py 13 August 2011, 05:33:21 UTC
be66287 normalization is different between unicode builds, so use a new non-BMP char and add normalization test 13 August 2011, 04:35:34 UTC
f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) This fixes the use of Unicode identifiers outside the BMP in narrow builds. 13 August 2011, 03:17:18 UTC
7bf4363 let PySequence_Check me a link; thanks to tomo cocoa from docs@ 12 August 2011, 22:39:46 UTC
c2d2c72 Branch merge 12 August 2011, 17:52:43 UTC
1bf5b6a Update crlf and lfcr scripts for 3.x bytes semantics (#12032). Changes to crlf originally by Victor Stinner for 3.3, copied to lfcr by me. Manually tested. 12 August 2011, 17:40:05 UTC
8a3b657 it's 'rather than'; reported by James Bateman on docs@ 12 August 2011, 17:31:32 UTC
fbc5ff6 patchcheck: don’t talk about the test suite when no code file were changed. The line about the test suite will still get printed for changes in Tools for example, which aren’t covered by the test suite, but it’s not a big deal IMO. 12 August 2011, 15:50:08 UTC
28d39a0 Branch merge 12 August 2011, 15:40:25 UTC
f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. 11 August 2011, 19:04:02 UTC
817495a Issue #12718: Add documentation on using custom importers. 11 August 2011, 12:45:48 UTC
9dc4cad News item for Issue10087. 11 August 2011, 01:24:37 UTC
962fed9 Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine. 11 August 2011, 01:22:52 UTC
d9d7bca Use real word in English text (i.e. not code) 10 August 2011, 02:19:03 UTC
1c608e3 Fix find command in makefile “funny” target 10 August 2011, 00:01:32 UTC
77c4fd0 note mutating tp_dict is bad (closes #12719) 09 August 2011, 21:07:01 UTC
ef1e94a Test pipes.quote with a few non-ASCII characters (see #9723). That pipes.quote thinks all non-ASCII characters need to be quoted may be a bug, but right now I’m committing this test to make sure I haven’t introduced a behavior change in 3.3 when I simplified the code to use a regex (in 5966eeb0457d). 09 August 2011, 21:03:43 UTC
da3f4ae Branch merge 09 August 2011, 16:01:38 UTC
bdbdfb1 Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. 08 August 2011, 19:45:13 UTC
54a1d05 Branch merge 08 August 2011, 14:56:00 UTC
db79e95 #12709: add error_callback argument to map_async documentation 08 August 2011, 14:38:13 UTC
61baee0 #10741: add documentation for PyGILState_GetThisThreadState() 07 August 2011, 22:16:54 UTC
2a389e4 #12677: correct turtle orientation in doc 07 August 2011, 15:12:19 UTC
6ef038e Add documentation for PEP 370 features in distutils (#10745). This started out as an easy task, just add a section describing this alternate scheme, but I found a lot of cleanup to do along the way: - fixed inverted reST targets - fixed entries for modules (hi abiflags!) or data files - avoided duplicating the same options listing five or six times - added missing entries for C headers locations - added documentation for --install-lib - fixed a few misuses of the option role (see #9312), but not all (not worth the time, but will do it in packaging docs) - fixed some markup The paths fixes were done with an eye on the source code in the install command, so they really describe what’s actually done. The situation on Mac OS X is rather messy: the fix for #8084 touched site and sysconfig, but distutils doesn’t use these files. I suspect we have a mismatched stdlib at the moment, and the fix is not even clear (see the bug report for further discussion). 06 August 2011, 14:30:42 UTC
ebd4805 Fix grammar 06 August 2011, 06:31:09 UTC
2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. 06 August 2011, 05:37:04 UTC
a3b2316 merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. 06 August 2011, 04:54:23 UTC
89976f1 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) 06 August 2011, 04:27:40 UTC
de4f05b Improve documentation for PEP 370 support in site module (#8617). site.USER_BASE and site.USER_SITE are now fully documented. PEP 370 is outdated with respects to the Mac framework situation, but the code in sysconfig and the example in the 3.2 What’s New document helped me find the right values to document for Mac OS X. The command-line interface of the site module, partly documented in the 3.2 What’s New, is fully described in the module docs. The purpose of the usercustomize module is explained in the site docs, with a gentle introduction in the tutorial (right after the section that talks about PYTHONSTARTUP; a comment mentions it should be moved from the tutorial to another file, but that will be another bug). Various markup and wording improvements were made along the way in the site module docs. Duplicate and incomplete declarations of environment variables have also been removed (the original bug report was actually about these entries :). The site module docs are still a bit messy; I’ll see about improving them for #11553. All these sections are copiously interlinked and findable from the doc indexes. 05 August 2011, 23:51:07 UTC
e5cad23 Issue #12540: Prevent zombie IDLE processes on Windows due to changes in os.kill(). Original patch by Eli Bendersky. 03 August 2011, 01:47:13 UTC
fc9bbd1 dosmodule is, thankfully, no more 04 August 2011, 16:07:42 UTC
7ce71f6 change the redundant svn scheme urljoin test case to svn+ssh scheme. 03 August 2011, 14:08:46 UTC
56ee6d1 merged heads 03 August 2011, 10:46:24 UTC
2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. 03 August 2011, 10:37:22 UTC
25e2cd1 Fix spacing in string literal. 03 August 2011, 06:27:00 UTC
86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. 02 August 2011, 23:42:18 UTC
2a8d195 #12665: Dictionary view example has error in set operation 02 August 2011, 16:42:04 UTC
692dba2 #12670: Fix struct code after forward declaration on ctypes doc 02 August 2011, 14:17:14 UTC
ef5c716 Fix closes Issue12183 - Explain the Symlink copy behavior in shutil.copytree. Patch by Petri Lehtinen. 02 August 2011, 10:52:28 UTC
eb71ad4 Fix closes Issue12676 - Invalid identifier used in TypeError message in http.client. Reported by Popa Claudiu and Patch by Santoso Wijaya. 02 August 2011, 10:33:41 UTC
f187a02 Skip test_getsetlocale_issue1813() on Fedora due to setlocale() bug. See: https://bugzilla.redhat.com/show_bug.cgi?id=726536 01 August 2011, 23:06:16 UTC
aa71583 Use attribute access instead of index access for namedtuple. 01 August 2011, 20:58:53 UTC
ccf03a1 Fix resource warning when looking at turtledemo’s help (#12295) 01 August 2011, 15:29:36 UTC
2ffea0e Branch merge 01 August 2011, 12:43:45 UTC
9525956 Closes #12667: Added documentation for SMTPHandler secure argument. 01 August 2011, 10:31:52 UTC
222e61e Fix typo reported by Sandro Tosi. 31 July 2011, 19:49:18 UTC
548c054 Stop trying to write into the stdlib during lib2to3 tests (#12331). This prevents tests from failing when run from a Python installed in a read-only directory. 31 July 2011, 15:58:46 UTC
e324c57 using support.transient_internet helper method in the urllib2net test. 31 July 2011, 03:45:14 UTC
ab7c1b3 Fix regression with distutils MANIFEST handing (#11104, #8688). The changed behavior of sdist in 3.1 broke packaging for projects that wanted to use a manually-maintained MANIFEST file (instead of having a MANIFEST.in template and letting distutils generate the MANIFEST). The fixes that were committed for #8688 (76643c286b9f by Tarek and d54da9248ed9 by me) did not fix all issues exposed in the bug report, and also added one problem: the MANIFEST file format gained comments, but the read_manifest method was not updated to handle (i.e. ignore) them. This changeset should fix everything; the tests have been expanded and I successfully tested the 2.7 version with Mercurial, which suffered from this regression. I have grouped the versionchanged directives for these bugs in one place and added micro version numbers to help users know the quirks of the exact version they’re using. Initial report, thorough diagnosis and patch by John Dennis, further work on the patch by Stephen Thorne, and a few edits and additions by me. 31 July 2011, 02:06:12 UTC
a3e072b Let “make patchcheck” work for out-of-dir builds (#9860) 30 July 2011, 19:34:04 UTC
5925632 #12531: Fix spaces and markup. 30 July 2011, 18:25:22 UTC
497cd65 add space 30 July 2011, 14:59:50 UTC
50211fa document NotImplemented 30 July 2011, 14:57:24 UTC
b603b27 merging Georg's revision 30 July 2011, 08:36:41 UTC
e250358 Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen 30 July 2011, 08:14:32 UTC
eea6cda Change test.support docs to be more specific about the nature of this module. 30 July 2011, 07:00:48 UTC
7bd081c Issue #12531: add index entries to documentation of * and ** in function calls 30 July 2011, 04:05:16 UTC
43a976e remove duplicated type ready 30 July 2011, 03:44:42 UTC
b9c73e8 Issue #12626: In regrtest, allow to filter tests using a glob filter with the `-m` (or `--match`) option. This works with all test cases using the unittest module. This is useful with long test suites such as test_io or test_subprocess. 29 July 2011, 21:53:38 UTC
def3543 Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: fix it. Patch by Petri Lehtinen. 29 July 2011, 16:59:24 UTC
fe1e298 Document that atexit execution order is undefined (#9788) 29 July 2011, 16:04:24 UTC
63b18a4 Add a link target for argparse.Namespace (#8982) 29 July 2011, 15:59:17 UTC
e801aa2 Let the doc of __import__ link to importlib (#9254). importlib.import_module eschews a number of issues that __import__ has. Reviewed by Brett Cannon. (The docstring of __import__ was already updated in 3d490c3a019e, for #7397.) 29 July 2011, 15:50:58 UTC
e64e51b Make “pydoc somebuiltin.somemethod” work (#8887) 29 July 2011, 15:03:55 UTC
158d769 Branch merge 29 July 2011, 12:24:08 UTC
3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. 29 July 2011, 07:02:04 UTC
ef4902a Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti 29 July 2011, 06:30:42 UTC
aa95ccd Change one line I missed in 7527f3f9829 29 July 2011, 01:28:40 UTC
cf53481 Branch merge 28 July 2011, 21:08:11 UTC
fc662dd Merge profile docs followup (#12417) from 3.1 28 July 2011, 21:00:14 UTC
ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). Also remove an extra docstring. 28 July 2011, 20:56:24 UTC
f5e10d1 Turn raw URI into real link 28 July 2011, 20:50:18 UTC
14382dc Update documentation for shutil.move (#12043) and fix a few typos. Adding Sandro Tosi to Doc/ACKS for this patch and all his work on the docs mailing list and on the bug tracker. 28 July 2011, 20:49:11 UTC
2f834f2 Stop ignoring Mercurial merge conflits files (#12255). R. David Murray and I think that it’s more useful to have these files show up in the output of “hg status”, to let the user know that some merged file have to be checked before commit. If you want to ignore these files in your clones, it’s possible to do so from another ignore file; see the bug report for directions. I’m leaving the .gitignore file alone, as I don’t know how git users work with merges and conflicts. 28 July 2011, 20:45:46 UTC
5c8545b Make VCSes ignore the compiled shared library file (#12255) 28 July 2011, 20:38:44 UTC
7c9719c Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. 28 July 2011, 14:32:49 UTC
d4d1d06 Issue #11871: In test_threading.BarrierTests, bump the default barrier timeout to avoid timing-dependent failures. 27 July 2011, 19:26:42 UTC
27c4e88 Issue #12603: Fix pydoc.synopsis() on files with non-negative st_mtime. 27 July 2011, 17:40:02 UTC
53516a8 Fix closes Issue12621 - Fix docstrings of find and rfind methods of bytes/bytearry/unicodeobject. 27 July 2011, 15:33:54 UTC
d98646e Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is given as a low fd, it gets overwritten. 27 July 2011, 05:16:31 UTC
45686b4 Correcting issue 12576 fix, which resulted in buildbot failures. 27 July 2011, 01:31:03 UTC
f25e3d5 Issue #12590: IDLE editor window now always displays the first line when opening a long file. With Tk 8.5, the first line was hidden. 27 July 2011, 01:17:33 UTC
1299a8f Fix closes Issue12576 - fix urlopen behavior on sites which do not send (or obsfuscates) Connection: Close header. 27 July 2011, 00:05:58 UTC
5cd3e30 When testing for an hg repo, use a file that always exists, even with the "shared" extension 26 July 2011, 23:16:18 UTC
2a20f9b Backport 0398f07d4827 (fix for weird buildbot failures) 26 July 2011, 23:06:07 UTC
ba2eab2 Issue #8746: Use tempfile module to get tempdir and randomize the link file name. 26 July 2011, 20:53:55 UTC
9e1af03 Branch merge. I moved the NEWS entry for the reindent fix to the right release section. 26 July 2011, 16:25:14 UTC
a0e92a8 Fix missing or wrong shebangs and missing executable bits for scripts (#10318) 26 July 2011, 16:01:08 UTC
1ce7b17 Fix string exception and a few style issues in mailerdaemon script 26 July 2011, 15:36:19 UTC
cab106c Fix sorting or wording of some NEWS entries. I would have put io and ctypes fixes into Extension Modules, but I respected the choice of Antoine or Victor and left them in Library. 26 July 2011, 15:32:50 UTC
6c0ba44 Fix style in code added by edba722f3b02 26 July 2011, 15:23:57 UTC
76748b7 Fixes #10639: reindent.py should not convert newlines reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered. 26 July 2011, 15:18:40 UTC
72db345 Make indentation comply with our style guide and the rest of the file 26 July 2011, 14:54:24 UTC
59e387e Fix “anyways” (following R. David Murray in 4d5a546b6186) 26 July 2011, 14:53:17 UTC
7c12bae Fix reST references 26 July 2011, 13:14:35 UTC
back to top