summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue 18240: The HMAC module is no longer restricted to bytes and acceptsChristian Heimes2013-07-015-11/+33
* (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-014-4/+7
|\
| * Issue #7136: In the Idle File menu, "New Window" is renamed "New File".Terry Jan Reedy2013-07-014-4/+7
* | Merge with 3.3Terry Jan Reedy2013-06-302-2/+39
|\ \ | |/
| * Issue #18189: add test_delegator for Idle Delegator class.Terry Jan Reedy2013-06-302-2/+39
* | Issue #18224: Updated test.Vinay Sajip2013-06-301-4/+0
|\ \ | |/
| * Issue #18224: Updated test.Vinay Sajip2013-06-301-4/+0
* | Closes #18224: Removed pydoc script from created venv, as it causes problems ...Vinay Sajip2013-06-303-9/+3
|\ \ | |/
| * Issue #18224: Removed pydoc script from created venv, as it causes problems o...Vinay Sajip2013-06-303-9/+3
* | 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
* | Null merge #18038: Use non-deprecated assert names in tests.R David Murray2013-06-300-0/+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-293-6/+47
|\ \ | |/
| * #18155: Regex-escape delimiter, in case it is a regex special char.R David Murray2013-06-294-6/+48
* | 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
* | Fix segfault in pyexpat.c caused by 84375Christian Heimes2013-06-291-1/+1
* | Fix resource leak in pickle moduleChristian Heimes2013-06-291-1/+3
* | Fix ref leak in error case of unicode find, count, formatlongChristian Heimes2013-06-291-3/+11
* | Fix ref leak in error case of unicode indexChristian Heimes2013-06-291-2/+6
* | Fix ref leak in error case of unicode rindex and rfindChristian Heimes2013-06-291-4/+12
* | Fix resource leak in parser, free node ptrChristian Heimes2013-06-291-0/+1
* | Fix NULL ptr dereferencing in local_timezone(). nameo can be NULLChristian Heimes2013-06-291-1/+1
* | Fix memory leak in pyexpat PyUnknownEncodingHandlerChristian Heimes2013-06-291-1/+3
* | Fix memory leak in endswithChristian Heimes2013-06-291-1/+1
* | Merge with 3.3Terry Jan Reedy2013-06-291-1/+1
|\ \ | |/
| * Issue #18237: Fix assertRaisesRegexp error caought by Jeff Tratner.Terry Jan Reedy2013-06-291-1/+1
* | 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
* | Added rationale for defaulting to 1 in the functional API.Ethan Furman2013-06-291-0/+4
* | Merge with 3.3Terry Jan Reedy2013-06-282-7/+6
|\ \ | |/
| * Issue #18315: Improve fileinput docs by adding 'bufsize' where missing andTerry Jan Reedy2013-06-282-7/+6
* | Added example to enum docs show access to name and value attributes of enum m...Ethan Furman2013-06-281-2/+10
* | Merge #14360: Add news item.R David Murray2013-06-281-0/+2
|\ \ | |/
| * #14360: Add news item.R David Murray2013-06-281-0/+3
* | Improve imap error message in unusual failure mode.R David Murray2013-06-281-1/+1
* | #18111: Add What's New entry for max/min default.R David Murray2013-06-281-0/+3
* | Issue #17914: Use os.cpu_count() instead of multiprocessing.cpu_count() whereCharles-François Natali2013-06-284-13/+7
* | 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
* | Issue #13483: Use VirtualAlloc in obmalloc on Windows.Martin v. Löwis2013-06-272-2/+14
* | Merge #18311: fix typo.R David Murray2013-06-261-1/+1
|\ \ | |/
| * #18311: fix typo.R David Murray2013-06-261-1/+1
* | #11454: Reduce email module load time, improve surrogate check efficiency.R David Murray2013-06-261-4/+10
* | Fix os.confstr(): the result type of the C function is size_t, not intVictor Stinner2013-06-251-2/+2
* | Fix time.mktime() and datetime.datetime.timestamp() on AIXVictor Stinner2013-06-252-4/+20
* | test_gdb.py: ignore also "warning: Source file is more recent than executable...Victor Stinner2013-06-251-0/+1