summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Closes #18224: Removed pydoc script from created venv, as it causes problems ...Vinay Sajip2013-06-302-9/+0
|\
| * Issue #18224: Removed pydoc script from created venv, as it causes problems o...Vinay Sajip2013-06-302-9/+0
* | Merge with 3.3Terry Jan Reedy2013-06-301-8/+0
|\ \ | |/
| * Issue 18189: remove unused methods in idlelib.Delegator.Delegator.Terry Jan Reedy2013-06-301-8/+0
| * #18038: Use non-deprecated assert names in tests.R David Murray2013-06-301-5/+5
* | Merge #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-292-5/+42
|\ \ | |/
| * #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-292-5/+42
* | Merge with 3.3Terry Jan Reedy2013-06-292-28/+70
|\ \ | |/
| * Issue #18103: Update README.txt and test_idle to describe and run gui tests.Terry Jan Reedy2013-06-292-28/+70
* | Issue #18322: fix some test_stat nits.Antoine Pitrou2013-06-291-11/+7
* | Merge with 3.3Terry Jan Reedy2013-06-293-49/+162
|\ \ | |/
| * Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stopTerry Jan Reedy2013-06-293-49/+162
* | Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch.Terry Jan Reedy2013-06-292-6/+3
* | Merge with 3.3Terry Jan Reedy2013-06-281-7/+5
|\ \ | |/
| * Issue #18315: Improve fileinput docs by adding 'bufsize' where missing andTerry Jan Reedy2013-06-281-7/+5
* | Improve imap error message in unusual failure mode.R David Murray2013-06-281-1/+1
* | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() whereCharles-François Natali2013-06-283-12/+6
* | Merge #14360: make encoders.encode_quopri work.R David Murray2013-06-272-2/+35
|\ \ | |/
| * #14360: make encoders.encode_quopri work.R David Murray2013-06-272-2/+35
* | #11454: Reduce email module load time, improve surrogate check efficiency.R David Murray2013-06-261-4/+10
* | test_gdb.py: ignore also "warning: Source file is more recent than executable...Victor Stinner2013-06-251-0/+1
* | Issue #17206: Fix test_cmd_line and test_faulthandler for my previous changeVictor Stinner2013-06-252-8/+17
* | Issue #17206: test.regrtest and test.script_helper enable faulthandler moduleVictor Stinner2013-06-252-2/+3
* | #11390: fix test failures due to readline and windows lineneds.R David Murray2013-06-251-22/+30
* | Issue 18111: Add a default argument to min() and max()Raymond Hettinger2013-06-251-0/+28
* | Issue #18081: Workaround "./python -m test_idle test_logging" failureVictor Stinner2013-06-242-3/+6
* | Merge #18179: reflow paragraphs.R David Murray2013-06-231-22/+23
|\ \ | |/
| * #18179: reflow paragraphs.R David Murray2013-06-231-22/+23
* | Merge #18179: document the local_hostname parameter.R David Murray2013-06-231-4/+7
|\ \ | |/
| * #18179: document the local_hostname parameter.R David Murray2013-06-231-4/+7
| * Merge headsSerhiy Storchaka2013-06-232-13/+65
| |\
* | | #11390: convert doctest CLI to argparse and add -o and -f options.R David Murray2013-06-232-9/+254
* | | Merge headsSerhiy Storchaka2013-06-232-13/+65
|\ \ \
| * \ \ Merged fix for issue #18260 from 3.3Łukasz Langa2013-06-232-13/+65
| |\ \ \ | | | |/ | | |/|
| | * | Fixed issue #18260: configparser TypeError on source name specified as bytesŁukasz Langa2013-06-232-13/+65
* | | | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raiseSerhiy Storchaka2013-06-231-0/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raiseSerhiy Storchaka2013-06-231-0/+2
| |/
* | Solaris' /dev/null is a symlink. The device test now uses stat instead of lst...Christian Heimes2013-06-231-4/+7
|\ \ | |/
| * Solaris' /dev/null is a symlink. The device test now uses stat instead of lst...Christian Heimes2013-06-231-4/+7
* | (Merge 3.3) Issue #18137: Detect integer overflow on precision inVictor Stinner2013-06-231-0/+17
|\ \ | |/
| * Issue #18137: Detect integer overflow on precision in float.__format__() andVictor Stinner2013-06-231-0/+17
* | #18151 Merge from 3.3Terry Jan Reedy2013-06-222-24/+98
|\ \ | |/
| * #18151, part 2: Silence debug build resource warning for each file opened byTerry Jan Reedy2013-06-222-24/+99
* | Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-222-20/+43
* | Merge from 3.3Andrew Kuchling2013-06-221-0/+9
|\ \ | |/
| * #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp...Andrew Kuchling2013-06-221-0/+9
* | BSD: block devices are goneChristian Heimes2013-06-221-1/+1
|\ \ | |/
| * BSD: block devices are goneChristian Heimes2013-06-221-1/+1
* | Fix test_stat on BSD, /dev/da0 and /dev/ad0 are linksChristian Heimes2013-06-211-1/+2
|\ \ | |/
| * Fix test_stat on BSD, /dev/da0 and /dev/ad0 are linksChristian Heimes2013-06-211-1/+2