| Commit message (Expand) | Author | Age | Files | Lines |
* | Closes #18224: Removed pydoc script from created venv, as it causes problems ... | Vinay Sajip | 2013-06-30 | 3 | -9/+3 |
|\ |
|
| * | Issue #18224: Removed pydoc script from created venv, as it causes problems o... | Vinay Sajip | 2013-06-30 | 3 | -9/+3 |
|
|
* | | 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 |
|
|
* | | Null merge #18038: Use non-deprecated assert names in tests. | R David Murray | 2013-06-30 | 0 | -0/+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 | 3 | -6/+47 |
|\ \
| |/ |
|
| * | #18155: Regex-escape delimiter, in case it is a regex special char. | R David Murray | 2013-06-29 | 4 | -6/+48 |
|
|
* | | 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 |
|
|
* | | Fix segfault in pyexpat.c caused by 84375 | Christian Heimes | 2013-06-29 | 1 | -1/+1 |
|
|
* | | Fix resource leak in pickle module | Christian Heimes | 2013-06-29 | 1 | -1/+3 |
|
|
* | | Fix ref leak in error case of unicode find, count, formatlong | Christian Heimes | 2013-06-29 | 1 | -3/+11 |
|
|
* | | Fix ref leak in error case of unicode index | Christian Heimes | 2013-06-29 | 1 | -2/+6 |
|
|
* | | Fix ref leak in error case of unicode rindex and rfind | Christian Heimes | 2013-06-29 | 1 | -4/+12 |
|
|
* | | Fix resource leak in parser, free node ptr | Christian Heimes | 2013-06-29 | 1 | -0/+1 |
|
|
* | | Fix NULL ptr dereferencing in local_timezone(). nameo can be NULL | Christian Heimes | 2013-06-29 | 1 | -1/+1 |
|
|
* | | Fix memory leak in pyexpat PyUnknownEncodingHandler | Christian Heimes | 2013-06-29 | 1 | -1/+3 |
|
|
* | | Fix memory leak in endswith | Christian Heimes | 2013-06-29 | 1 | -1/+1 |
|
|
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner. | Terry Jan Reedy | 2013-06-29 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | Added rationale for defaulting to 1 in the functional API. | Ethan Furman | 2013-06-29 | 1 | -0/+4 |
|
|
* | | Merge with 3.3 | Terry Jan Reedy | 2013-06-28 | 2 | -7/+6 |
|\ \
| |/ |
|
| * | Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and | Terry Jan Reedy | 2013-06-28 | 2 | -7/+6 |
|
|
* | | Added example to enum docs show access to name and value attributes of enum m... | Ethan Furman | 2013-06-28 | 1 | -2/+10 |
|
|
* | | Merge #14360: Add news item. | R David Murray | 2013-06-28 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | #14360: Add news item. | R David Murray | 2013-06-28 | 1 | -0/+3 |
|
|
* | | Improve imap error message in unusual failure mode. | R David Murray | 2013-06-28 | 1 | -1/+1 |
|
|
* | | #18111: Add What's New entry for max/min default. | R David Murray | 2013-06-28 | 1 | -0/+3 |
|
|
* | | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() where | Charles-François Natali | 2013-06-28 | 4 | -13/+7 |
|
|
* | | 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 |
|
|
* | | Issue #13483: Use VirtualAlloc in obmalloc on Windows. | Martin v. Löwis | 2013-06-27 | 2 | -2/+14 |
|
|
* | | Merge #18311: fix typo. | R David Murray | 2013-06-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18311: fix typo. | R David Murray | 2013-06-26 | 1 | -1/+1 |
|
|
* | | #11454: Reduce email module load time, improve surrogate check efficiency. | R David Murray | 2013-06-26 | 1 | -4/+10 |
|
|
* | | Fix os.confstr(): the result type of the C function is size_t, not int | Victor Stinner | 2013-06-25 | 1 | -2/+2 |
|
|
* | | Fix time.mktime() and datetime.datetime.timestamp() on AIX | Victor Stinner | 2013-06-25 | 2 | -4/+20 |
|
|
* | | 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 | 4 | -28/+78 |
|
|
* | | (Merge 3.3) Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 | Victor Stinner | 2013-06-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix time.strftime("%Y") on AIX: raise a ValueError for year > 9999 | Victor Stinner | 2013-06-25 | 1 | -1/+1 |
|
|
* | | _ssl.c: strip trailing spaces | Victor Stinner | 2013-06-24 | 1 | -3/+3 |
|
|