summaryrefslogtreecommitdiff
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-07 15:42:29 +0000
committerGeorg Brandl <georg@python.org>2008-12-07 15:42:29 +0000
commitaabca58a039664d861f8a766eaf4e3d66ca3282f (patch)
tree45701830f85d11ae34874bcc4233742cb842f940 /Python/Python-ast.c
parent4218291d04a3ca15851a682b894ad6d8a1ddafa9 (diff)
downloadcpython-git-aabca58a039664d861f8a766eaf4e3d66ca3282f.tar.gz
Blocked revisions 67500,67507,67517,67519,67530,67545,67550,67585,67603,67607,67610-67611,67620,67637,67640-67642 via svnmerge
................ r67500 | barry.warsaw | 2008-12-03 17:46:14 +0100 (Wed, 03 Dec 2008) | 2 lines Prep for Python 3.1! ................ r67507 | christian.heimes | 2008-12-03 19:18:23 +0100 (Wed, 03 Dec 2008) | 1 line Bumped up version numbers of configure/autoconf scripts ................ r67517 | hirokazu.yamamoto | 2008-12-04 09:53:27 +0100 (Thu, 04 Dec 2008) | 1 line Bumped up version number in PC/pyconfig.h. ................ r67519 | christian.heimes | 2008-12-04 15:27:25 +0100 (Thu, 04 Dec 2008) | 1 line More 3.0 -> 3.1 transistion in the Windows and OS/2 build files ................ r67530 | georg.brandl | 2008-12-04 19:44:53 +0100 (Thu, 04 Dec 2008) | 2 lines Add a skeleton 3.1 whatsnew document. ................ r67545 | benjamin.peterson | 2008-12-05 04:05:29 +0100 (Fri, 05 Dec 2008) | 1 line fix Sphinx warnings ................ r67550 | georg.brandl | 2008-12-05 08:32:39 +0100 (Fri, 05 Dec 2008) | 2 lines Update build URL. ................ r67585 | georg.brandl | 2008-12-05 16:54:46 +0100 (Fri, 05 Dec 2008) | 10 lines Blocked revisions 67583 via svnmerge ........ r67583 | georg.brandl | 2008-12-05 16:52:20 +0100 (Fri, 05 Dec 2008) | 4 lines Move __import__ to the bottom of the functions list. It doesn't make sense for such a fundamental document to have the most obscure function listed at the top. ........ ................ r67603 | mark.dickinson | 2008-12-05 23:23:16 +0100 (Fri, 05 Dec 2008) | 9 lines Blocked revisions 67601 via svnmerge ........ r67601 | mark.dickinson | 2008-12-05 21:55:28 +0000 (Fri, 05 Dec 2008) | 3 lines Issue #4445: save 3 bytes (on average, on a typical machine) per string allocation. ........ ................ r67607 | raymond.hettinger | 2008-12-06 12:44:00 +0100 (Sat, 06 Dec 2008) | 1 line Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. ................ r67610 | mark.dickinson | 2008-12-06 16:33:31 +0100 (Sat, 06 Dec 2008) | 3 lines Issue #4445: save 3 bytes of memory (on average) per bytes allocation. (This is a forward port of r67601). ................ r67611 | jeffrey.yasskin | 2008-12-06 18:09:27 +0100 (Sat, 06 Dec 2008) | 11 lines Merged revisions 67494 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67494 | jeffrey.yasskin | 2008-12-02 22:46:45 -0800 (Tue, 02 Dec 2008) | 5 lines Speed up Python (according to pybench and 2to3-on-itself) by 1-2% by caching whether any thread has tracing turned on, which saves one load instruction in the fast_next_opcode path in PyEval_EvalFrameEx(). See issue 4477. ........ ................ r67620 | antoine.pitrou | 2008-12-06 22:32:58 +0100 (Sat, 06 Dec 2008) | 8 lines Blocked revisions 67619 via svnmerge ........ r67619 | antoine.pitrou | 2008-12-06 22:29:24 +0100 (sam., 06 d?\195?\169c. 2008) | 1 line Issue #4509: bugs in bytearray with exports (buffer protocol) ........ ................ r67637 | georg.brandl | 2008-12-07 16:06:59 +0100 (Sun, 07 Dec 2008) | 24 lines Blocked revisions 67498,67521,67581,67584,67587 via svnmerge ........ r67498 | raymond.hettinger | 2008-12-03 16:42:10 +0100 (Wed, 03 Dec 2008) | 1 line Backport r67478 ........ r67521 | christian.heimes | 2008-12-04 15:34:40 +0100 (Thu, 04 Dec 2008) | 1 line Bumped up 2.6 to 2.7 ........ r67581 | georg.brandl | 2008-12-05 16:42:03 +0100 (Fri, 05 Dec 2008) | 2 lines #3171: document that *slice are removed in 3k. ........ r67584 | fred.drake | 2008-12-05 16:52:25 +0100 (Fri, 05 Dec 2008) | 2 lines bump version number ........ r67587 | fred.drake | 2008-12-05 17:14:18 +0100 (Fri, 05 Dec 2008) | 2 lines be more specific, and parallel to the py3k branch ........ ................ r67640 | georg.brandl | 2008-12-07 16:15:46 +0100 (Sun, 07 Dec 2008) | 8 lines Blocked revisions 67614 via svnmerge ........ r67614 | skip.montanaro | 2008-12-06 18:43:30 +0100 (Sat, 06 Dec 2008) | 2 lines issue 4483 - dbm build failures on systems with gdbm_compat lib. ........ ................ r67641 | georg.brandl | 2008-12-07 16:17:53 +0100 (Sun, 07 Dec 2008) | 2 lines Forward-port r67624 and r67627. ................ r67642 | georg.brandl | 2008-12-07 16:30:06 +0100 (Sun, 07 Dec 2008) | 22 lines Merged revisions 67511,67536-67537,67543 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67511 | vinay.sajip | 2008-12-04 00:22:58 +0100 (Thu, 04 Dec 2008) | 1 line Issue #4384: Added logging integration with warnings module using captureWarnings(). This change includes a NullHandler which does nothing; it will be of use to library developers who want to avoid the "No handlers could be found for logger XXX" message which can appear if the library user doesn't configure logging. ........ r67536 | gregory.p.smith | 2008-12-04 21:21:09 +0100 (Thu, 04 Dec 2008) | 3 lines Adds a subprocess.check_call_output() function to return the output from a process on success or raise an exception on error. ........ r67537 | vinay.sajip | 2008-12-04 21:32:18 +0100 (Thu, 04 Dec 2008) | 1 line Took Nick Coghlan's advice about importing warnings globally in logging, to avoid the possibility of race conditions: "This could deadlock if a thread spawned as a side effect of importing a module happens to trigger a warning. warnings is pulled into sys.modules as part of the interpreter startup - having a global 'import warnings' shouldn't have any real effect on logging's import time." ........ r67543 | gregory.p.smith | 2008-12-05 03:27:01 +0100 (Fri, 05 Dec 2008) | 2 lines rename the new check_call_output to check_output. its less ugly. ........ ................
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions