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

sort by:
Revision Author Date Message Commit Date
af1fee0 Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. 29 March 2011, 00:07:50 UTC
77d4660 Correct handling of functions with only kwarg args in getcallargs (closes #11256) A patch from Daniel Urban. 28 March 2011, 22:32:31 UTC
41a9ec9 let's keep parenthesis around sizeof 28 March 2011, 22:25:15 UTC
db3080e Add CVE number to urllib/urllib2 news item. 28 March 2011, 20:53:40 UTC
f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. 28 March 2011, 20:47:01 UTC
d113512 #10617: add class directives to collections ABCs. 28 March 2011, 10:46:28 UTC
7aea63f Add missing file from #11696. 27 March 2011, 19:01:03 UTC
03f7e23 Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. 27 March 2011, 18:58:52 UTC
d687be0 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. 27 March 2011, 15:15:24 UTC
1829e8f Move Misc/NEWS entry to correct section. 27 March 2011, 14:32:05 UTC
bc3b104 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) 27 March 2011, 11:57:55 UTC
49b0ce0 Fix short file name generation in bdist_msi. Patch by Christoph Gohlke. Closes #7639. 27 March 2011, 08:10:46 UTC
8c05568 revert unintended changes 26 March 2011, 23:11:54 UTC
e26f482 fix missing variable declarations 26 March 2011, 23:09:55 UTC
de39047 always check return value of PyObject_IsInstance for error 26 March 2011, 23:04:09 UTC
f21ad92 check possible recursive _as_parameter_ to prevent segfault (closes #1838) 26 March 2011, 22:56:28 UTC
41347fe In the Windows clean script for buildbots, also clear the build dir (so that stale test files, which can be very large, get wiped out) 26 March 2011, 21:08:21 UTC
5e0062d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) 26 March 2011, 20:50:38 UTC
3f69a05 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) 26 March 2011, 18:59:02 UTC
5395862 Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.) 26 March 2011, 16:57:52 UTC
874d59e Issue #11144: Fix corner cases where float-to-int conversion unnecessarily returned a long. 26 March 2011, 12:18:00 UTC
d3cb2f6 Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. 26 March 2011, 10:02:37 UTC
254d4b8 Tweaks to sys.flags description table. The options listed in the table are now links to their documentation, and the table uses compact markup to make it easier to read and edit. First proposed in #10998. 26 March 2011, 01:09:14 UTC
10ab95a Remove untrue statement from tutorial 26 March 2011, 00:26:08 UTC
8bea9a5 Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] 26 March 2011, 00:24:47 UTC
9aa5a34 Issue #11666: Teach pydoc to display full help for named tuples 25 March 2011, 23:00:13 UTC
f9e9a6f Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of type long. Thanks Robert Kern. 25 March 2011, 22:01:06 UTC
d480d93 merge heads 25 March 2011, 21:58:31 UTC
7859d40 remove this dead subversion code 25 March 2011, 21:57:30 UTC
7548bce <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue 3851. 25 March 2011, 21:48:27 UTC
4664563 #2650: Refactor re.escape and its tests. 25 March 2011, 12:50:52 UTC
72de205 Issue #11634: Remove misleading paragraph from a comment 24 March 2011, 20:38:25 UTC
2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. 24 March 2011, 17:44:17 UTC
60a4a90 Issue 22663: fix redirect vulnerability in urllib/urllib2. 24 March 2011, 15:07:45 UTC
f079c9b Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raymond. 22 March 2011, 22:47:32 UTC
1fd2652 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. 23 March 2011, 00:51:57 UTC
405a471 Issue 10787: Document the probability density function for random.gammavariate. 22 March 2011, 22:52:46 UTC
b76f620 Issue 10988: fix description of super's descriptor call. 22 March 2011, 22:28:45 UTC
4fbd88a Fix typo spotted by Sandro Tosi 22 March 2011, 20:45:42 UTC
911da47 Issue #11628: cmp_to_key should use__slots__. 22 March 2011, 20:20:59 UTC
7250730 Issue #11625: Fix Typo 22 March 2011, 16:06:38 UTC
fe67be1 null merge 21 March 2011, 09:32:02 UTC
f23c515 null merge 21 March 2011, 09:31:44 UTC
ce5d0e2 Set subversion version identification to empty strings if this is not a subversion checkout (but a mercurial one). Closes #11579. Closes #11421. Patch by Senthil Kumaran. 21 March 2011, 09:30:07 UTC
b6dc81d Fix duplicate word. 21 March 2011, 07:55:16 UTC
86f9074 Fix some issue references in NEWS 20 March 2011, 23:15:26 UTC
c75f265 Fix typo in class name 20 March 2011, 17:34:24 UTC
ec5b5cb the name of the option is a bit too low-level 20 March 2011, 17:24:20 UTC
dbd4efa Merge from 2.6. 19 March 2011, 23:23:18 UTC
d7bed77 Whoops. The copyright should be two lines (merge from 2.5). 19 March 2011, 23:20:39 UTC
197f7f6 Whoops. The copyright should be two lines. 19 March 2011, 23:20:06 UTC
3a61345 Test commit. Add 2011 to copyright line (merge from 2.6). 19 March 2011, 23:18:02 UTC
54b76d4 Test commit. Add 2011 to copyright line (merge from 2.5). 19 March 2011, 23:17:14 UTC
deeb71e Test commit. Add 2011 to copyright line. 19 March 2011, 23:14:44 UTC
dbc5e12 Minor doc clean-up. * Show list of fields option before showing the single string alternative. * Remove the PS2 prompts so that the examples become cut-and-pastable. 19 March 2011, 22:09:00 UTC
374274d Fix the total_ordering decorator to handle cross-type comparisons that could lead to infinite recursion (closes #10042). 19 March 2011, 03:29:36 UTC
5136867 News update for previous commit 17 March 2011, 16:59:38 UTC
8faa207 Issue #10979. unittest stdout buffering now works for class and module fixtures. 17 March 2011, 16:48:56 UTC
5a9a508 branch merge. 17 March 2011, 06:43:21 UTC
2e61730 merge from 2.6 branch 17 March 2011, 06:24:35 UTC
dfd1579 merge from 2.5 branch. 17 March 2011, 06:23:24 UTC
3853586 Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks. Patch by Tom N. (Backported from py3k codeline). 17 March 2011, 04:34:18 UTC
020d3d9 <Home> toggle non-functional when NumLock set. Issue3851 17 March 2011, 04:05:38 UTC
764d75f Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py. 17 March 2011, 02:28:08 UTC
4c9e91a Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual 17 March 2011, 00:34:53 UTC
2ab5994 Issue #11569: use absolute path to the sysctl command in multiprocessing to ensure that it will be found regardless of the shell PATH. This ensures that multiprocessing.cpu_count works on default installs of MacOSX. Patch by Steffen Daode Nurpmeso. 16 March 2011, 13:47:15 UTC
b3f7564 Revert typo fixes in zlib/* 16 March 2011, 10:46:40 UTC
c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. 16 March 2011, 10:34:31 UTC
6905de1 Close issue #8600: test_gdb failures because innocuous warnings 16 March 2011, 00:19:49 UTC
ab40e4c Merge #11216: document all possible set_charset execution paths. 15 March 2011, 22:01:04 UTC
d4acd35 make this subversion artifact empty 15 March 2011, 20:03:13 UTC
8d77efc Revert typo fixes in _cytpes/libffi* 15 March 2011, 17:09:10 UTC
24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. 15 March 2011, 16:55:01 UTC
1aa999c Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. 14 March 2011, 22:53:59 UTC
1919983 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. 14 March 2011, 15:57:39 UTC
b44e184 Port #11488 patch from 3.1 (changeset f816841bab03) 14 March 2011, 14:01:12 UTC
a3ed3f0 Issue #10885: Fix multiprocessing docs typo 14 March 2011, 08:43:36 UTC
8c76c53 merge heads 14 March 2011, 02:40:59 UTC
cdd5fc9 #11490: EACCES can also mean command not found 14 March 2011, 02:37:18 UTC
ad797b6 #11484: remove paragraph about with_traceback from 2.7 doc. 13 March 2011, 20:55:41 UTC
8b78a9d Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) 13 March 2011, 18:35:04 UTC
e103425 Dummy merge of 2.6 reversion of logging change 13 March 2011, 11:52:31 UTC
ec40bab Issue #11426: use 'with' statements on open files in CSV examples 13 March 2011, 06:45:19 UTC
dd6833d Fix markup in inputoutput.rst. 13 March 2011, 00:13:08 UTC
4f1a665 clarify condition for readline to return EOF (closes #11312) 12 March 2011, 23:12:54 UTC
5ddf51f Fixes issue #11476: StreamHandler parameter name change documented. 12 March 2011, 22:43:23 UTC
c3ab30b Fix typo. 12 March 2011, 20:21:37 UTC
3c5edd0 trunc -> math.trunc (closes #11475) 12 March 2011, 17:58:15 UTC
2c8c62e Issue 11131: Fix sign of zero result on plus and minus operations in ROUND_FLOOR rounding mode. 12 March 2011, 11:05:32 UTC
d4f016f Issue #11403: add some MSVC-generated files to .hgignore 11 March 2011, 22:46:26 UTC
3ae8113 Reverted bug fixes for #11444 (fc4d045e3170) and #11424 (b9d76846bb1c), which should not have been made in this branch. 11 March 2011, 18:44:10 UTC
efd8bab #10999: Add missing documentation for chflags constants to stat module docs Patch by Michal Nowikowski. 10 March 2011, 22:57:35 UTC
3cbb66b Use simpler assert in basic example. 10 March 2011, 21:35:39 UTC
dd7c593 Backport from 3.x several improvements and fixes for unittest.rst. 10 March 2011, 21:00:48 UTC
28d57c0 Explicitly mention that people should not depend on finalization of objects to happen immediately. 10 March 2011, 19:49:27 UTC
2ddaaff Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when there are many tags (e.g. when using mq). Patch by Nadeem Vawda. 09 March 2011, 11:54:00 UTC
9d4836e Issue #5622: Fix curses.wrapper to raise correct exception if curses initialization fails. 09 March 2011, 10:31:55 UTC
ee145ec Issue #11444: Merge fix from 2.6. 08 March 2011, 22:47:18 UTC
f4d0af4 Issue #11444: Lock handlers while flushing/closing during shutdown. 08 March 2011, 22:39:55 UTC
9e1ed47 #11298: Improve the unittest discovery explanation. 08 March 2011, 15:08:25 UTC
back to top