summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge test_xmlrpc_net fixes (issue #13434)Antoine Pitrou2011-11-281-1/+2
|\
| * Fix resource warning in test_xmlrpc_netAntoine Pitrou2011-11-281-0/+1
| * Issue #13434: skip the time.xmlrpc.com test, and reenable the buildbot test.Antoine Pitrou2011-11-281-1/+1
* | Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-283-15/+59
|\ \ | |/
| * Issue #7111: Python can now be run without a stdin, stdout or stderr stream.Antoine Pitrou2011-11-283-15/+59
* | Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-284-1/+16
|\ \ | |/
| * Issue #12618: py_compile cannot create files in current directoryMeador Inge2011-11-284-1/+16
* | Issue #13415: test_curses skips unencodable charactersVictor Stinner2011-11-281-1/+8
* | Null merge.Charles-François Natali2011-11-270-0/+0
|\ \ | |/
| * Issue #13415: Skip test_os.test_unset_error on FreeBSD and OS X.Charles-François Natali2011-11-271-0/+4
* | Null merge.Charles-François Natali2011-11-270-0/+0
|\ \ | |/
| * Issue #13415: Test in configure if unsetenv() has a return value or not.Charles-François Natali2011-11-274-310/+333
* | MERGE: Closes issue #13488: Some old preprocessors have problem with #define ...Jesus Cea2011-11-271-80/+80
|\ \ | |/
| * Closes issue #13488: Some old preprocessors have problem with #define not in ...Jesus Cea2011-11-271-80/+80
* | Issue #13415: Help to locate curses.h when _curses module is linked to ncurseswVictor Stinner2011-11-262-1/+8
* | Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-263-2/+40
|\ \ | |/
| * Issue #13444: When stdout has been closed explicitly, we should not attempt t...Antoine Pitrou2011-11-263-2/+40
* | Issue #12618: fix py_compile unit tests to handle different drives on WindowsMeador Inge2011-11-261-0/+10
|\ \ | |/
| * Issue #12618: fix py_compile unit tests to handle different drives on WindowsMeador Inge2011-11-261-0/+10
* | sched.py: fix test_queue by making sure that queue property returns an orderd...Giampaolo Rodola'2011-11-261-7/+8
* | Issue #13415: Skip test_os.test_unset_error on FreeBSD < 7 and OS X < 10.6Charles-François Natali2011-11-261-0/+4
* | Issue #12618: create unit tests for the py_compile moduleMeador Inge2011-11-261-0/+42
|\ \ | |/
| * Issue #12618: create unit tests for the py_compile moduleMeador Inge2011-11-261-0/+42
* | Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-264-9/+25
|\ \ | |/
| * Issue #13380: add an internal function for resetting the ctypes cachesMeador Inge2011-11-264-9/+25
* | Some libcs' snprintf may output a leading minus sign when %p-formattingAntoine Pitrou2011-11-261-17/+17
* | Merge headsAntoine Pitrou2011-11-2632-306/+1040
|\ \
| * | Issue #12567: The curses module uses Unicode functions for Unicode argumentsVictor Stinner2011-11-256-121/+520
| * | Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-253-2/+43
| |\ \ | | |/
| | * Issue #12856: Ensure child processes do not inherit the parent's random seed ...Antoine Pitrou2011-11-253-2/+43
| * | NEWS: fix the issue number for PyUnicode_EncodeDecimal changeVictor Stinner2011-11-251-1/+1
| * | Close #13093: PyUnicode_EncodeDecimal() doesn't support error handlersVictor Stinner2011-11-253-127/+26
| * | TypoAntoine Pitrou2011-11-251-1/+1
| * | Update What's new for PEP 3155Antoine Pitrou2011-11-251-0/+59
| * | PEP 3155 / issue #13448: Qualified name for classes and functions.Antoine Pitrou2011-11-2521-43/+322
| * | Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size par...Antoine Pitrou2011-11-253-3/+31
| * | Clarify concatenation behaviour of immutable strings, and remove explicitAntoine Pitrou2011-11-252-9/+38
| |\ \ | | |/
| | * Clarify concatenation behaviour of immutable strings, and remove explicitAntoine Pitrou2011-11-252-9/+38
| * | fix some typos in Doc/c-api/memoryview.rstEli Bendersky2011-11-251-2/+2
| |\ \ | | |/
| | * fix some typos in Doc/c-api/memoryview.rstEli Bendersky2011-11-251-2/+2
* | | Better resolution for issue #11849: Ensure that free()d memory arenas are rea...Antoine Pitrou2011-11-265-65/+35
|/ /
* | Add a "What's New" entry for #12170Petri Lehtinen2011-11-241-0/+7
* | merge from 3.2 testFnNames is assigned twice.Senthil Kumaran2011-11-241-2/+1
|\ \ | |/
| * testFnNames is assigned twice.Senthil Kumaran2011-11-241-2/+1
* | Close #13415: Test in configure if unsetenv() has a return value or not.Victor Stinner2011-11-244-1/+46
* | and back to the "magic" formula (with a comment) it isBenjamin Peterson2011-11-231-15/+3
* | Merged documentation addition from 3.2.Vinay Sajip2011-11-231-0/+64
|\ \ | |/
| * Added a configuration dictionary example to the logging cookbook.Vinay Sajip2011-11-231-0/+64
* | Closes #13459: Merged fix from 3.2.Vinay Sajip2011-11-231-3/+9
|\ \ | |/
| * Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fo...Vinay Sajip2011-11-231-3/+9