| Commit message (Expand) | Author | Age | Files | Lines |
* | Closes #18224: Removed pydoc script from created venv, as it causes problems ... | Vinay Sajip | 2013-06-30 | 2 | -9/+0 |
|\ |
|
| * | Issue #18224: Removed pydoc script from created venv, as it causes problems o... | Vinay Sajip | 2013-06-30 | 2 | -9/+0 |
|
|
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-30 | 1 | -8/+0 |
|\ \
| |/ |
|
| * | Issue 18189: remove unused methods in idlelib.Delegator.Delegator. | Terry Jan Reedy | 2013-06-30 | 1 | -8/+0 |
|
|
| * | #18038: Use non-deprecated assert names in tests. | R David Murray | 2013-06-30 | 1 | -5/+5 |
|
|
* | | Merge #18155: Regex-escape delimiter, in case it is a regex special char. | R David Murray | 2013-06-29 | 2 | -5/+42 |
|\ \
| |/ |
|
| * | #18155: Regex-escape delimiter, in case it is a regex special char. | R David Murray | 2013-06-29 | 2 | -5/+42 |
|
|
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-29 | 2 | -28/+70 |
|\ \
| |/ |
|
| * | Issue #18103: Update README.txt and test_idle to describe and run gui tests. | Terry Jan Reedy | 2013-06-29 | 2 | -28/+70 |
|
|
* | | Issue #18322: fix some test_stat nits. | Antoine Pitrou | 2013-06-29 | 1 | -11/+7 |
|
|
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-29 | 3 | -49/+162 |
|\ \
| |/ |
|
| * | Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop | Terry Jan Reedy | 2013-06-29 | 3 | -49/+162 |
|
|
* | | Issue #18081: Back out temporary changeset, 2a9e1eb3719c, to merge new patch. | Terry Jan Reedy | 2013-06-29 | 2 | -6/+3 |
|
|
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-28 | 1 | -7/+5 |
|\ \
| |/ |
|
| * | Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and | Terry Jan Reedy | 2013-06-28 | 1 | -7/+5 |
|
|
* | | Improve imap error message in unusual failure mode. | R David Murray | 2013-06-28 | 1 | -1/+1 |
|
|
* | | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where | Charles-François Natali | 2013-06-28 | 3 | -12/+6 |
|
|
* | | Merge #14360: make encoders.encode_quopri work. | R David Murray | 2013-06-27 | 2 | -2/+35 |
|\ \
| |/ |
|
| * | #14360: make encoders.encode_quopri work. | R David Murray | 2013-06-27 | 2 | -2/+35 |
|
|
* | | #11454: Reduce email module load time, improve surrogate check efficiency. | R David Murray | 2013-06-26 | 1 | -4/+10 |
|
|
* | | test_gdb.py: ignore also "warning: Source file is more recent than executable... | Victor Stinner | 2013-06-25 | 1 | -0/+1 |
|
|
* | | Issue #17206: Fix test_cmd_line and test_faulthandler for my previous change | Victor Stinner | 2013-06-25 | 2 | -8/+17 |
|
|
* | | Issue #17206: test.regrtest and test.script_helper enable faulthandler module | Victor Stinner | 2013-06-25 | 2 | -2/+3 |
|
|
* | | #11390: fix test failures due to readline and windows lineneds. | R David Murray | 2013-06-25 | 1 | -22/+30 |
|
|
* | | Issue 18111: Add a default argument to min() and max() | Raymond Hettinger | 2013-06-25 | 1 | -0/+28 |
|
|
* | | Issue #18081: Workaround "./python -m test_idle test_logging" failure | Victor Stinner | 2013-06-24 | 2 | -3/+6 |
|
|
* | | Merge #18179: reflow paragraphs. | R David Murray | 2013-06-23 | 1 | -22/+23 |
|\ \
| |/ |
|
| * | #18179: reflow paragraphs. | R David Murray | 2013-06-23 | 1 | -22/+23 |
|
|
* | | Merge #18179: document the local_hostname parameter. | R David Murray | 2013-06-23 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | #18179: document the local_hostname parameter. | R David Murray | 2013-06-23 | 1 | -4/+7 |
|
|
| * | Merge heads | Serhiy Storchaka | 2013-06-23 | 2 | -13/+65 |
| |\ |
|
* | | | #11390: convert doctest CLI to argparse and add -o and -f options. | R David Murray | 2013-06-23 | 2 | -9/+254 |
|
|
* | | | Merge heads | Serhiy Storchaka | 2013-06-23 | 2 | -13/+65 |
|\ \ \ |
|
| * \ \ | Merged fix for issue #18260 from 3.3 | Łukasz Langa | 2013-06-23 | 2 | -13/+65 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Fixed issue #18260: configparser TypeError on source name specified as bytes | Łukasz Langa | 2013-06-23 | 2 | -13/+65 |
|
|
* | | | | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise | Serhiy Storchaka | 2013-06-23 | 1 | -0/+2 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise | Serhiy Storchaka | 2013-06-23 | 1 | -0/+2 |
| |/ |
|
* | | Solaris' /dev/null is a symlink. The device test now uses stat instead of lst... | Christian Heimes | 2013-06-23 | 1 | -4/+7 |
|\ \
| |/ |
|
| * | Solaris' /dev/null is a symlink. The device test now uses stat instead of lst... | Christian Heimes | 2013-06-23 | 1 | -4/+7 |
|
|
* | | (Merge 3.3) Issue #18137: Detect integer overflow on precision in | Victor Stinner | 2013-06-23 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | Issue #18137: Detect integer overflow on precision in float.__format__() and | Victor Stinner | 2013-06-23 | 1 | -0/+17 |
|
|
* | | #18151 Merge from 3.3 | Terry Jan Reedy | 2013-06-22 | 2 | -24/+98 |
|\ \
| |/ |
|
| * | #18151, part 2: Silence debug build resource warning for each file opened by | Terry Jan Reedy | 2013-06-22 | 2 | -24/+99 |
|
|
* | | Issue #11016: Add C implementation of the stat module as _stat | Christian Heimes | 2013-06-22 | 2 | -20/+43 |
|
|
* | | Merge from 3.3 | Andrew Kuchling | 2013-06-22 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | #18113: avoid segfault if Py_XDECREF triggers code that calls set_panel_userp... | Andrew Kuchling | 2013-06-22 | 1 | -0/+9 |
|
|
* | | BSD: block devices are gone | Christian Heimes | 2013-06-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | BSD: block devices are gone | Christian Heimes | 2013-06-22 | 1 | -1/+1 |
|
|
* | | Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links | Christian Heimes | 2013-06-21 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links | Christian Heimes | 2013-06-21 | 1 | -1/+2 |
|
|