summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #15441: Skip test_nonascii_abspath() of test_genericpath on WindowsVictor Stinner2012-08-011-3/+11
* Issue #15463: Write a test for faulthandler truncating the name of functionsVictor Stinner2012-08-011-0/+24
* Fix the user signal handler of faulthandlerVictor Stinner2012-08-011-3/+2
* Issue #15525: Increase timeout when TerminateProcess() failsRichard Oudkerk2012-08-011-2/+2
* Improve wording for __hash__Antoine Pitrou2012-08-011-4/+4
* Clarify that hash randomization is on by defaultAntoine Pitrou2012-08-011-17/+16
* Issue #8847: Merge with 3.2Martin v. Löwis2012-08-014-1/+19
|\
| * Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-014-1/+19
* | Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-013-12/+12
* | merge headsBenjamin Peterson2012-08-012-10/+10
|\ \
| * | Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowserJesus Cea2012-08-012-10/+10
* | | construct fields in the right order (closes #15517)Benjamin Peterson2012-08-012-9/+3
|/ /
* | abc fixes.Barry Warsaw2012-07-312-0/+13
* | Typo.Barry Warsaw2012-07-311-2/+2
* | - Issue #15295: Reorganize and rewrite the documentation on the import system.Barry Warsaw2012-07-311-2/+1
* | mergeBarry Warsaw2012-07-3114-3675/+3722
|\ \
| * \ Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-312-2/+5
| |\ \ | | |/
| | * Issue #9803: Don't close IDLE on saving if breakpoint is open.Andrew Svetlov2012-07-312-2/+5
| * | Issue #14814: fix some typos in howto/ipaddress.rstEli Bendersky2012-07-311-4/+4
| * | Issue #14814: reorganize ipaddress documentation and document all attributes ...Eli Bendersky2012-07-311-56/+192
| * | Issue #15425: Don't rely on the assumption that the current working directory...Nick Coghlan2012-07-311-7/+5
| * | Close #15486: Simplify the mechanism used to remove importlib frames from tra...Nick Coghlan2012-07-314-3596/+3483
| * | Issue #15231: rephrase the last paragraph slightlyEli Bendersky2012-07-311-2/+4
| * | Update the string limit in the faulthandler documentationsVictor Stinner2012-07-311-1/+1
| * | Fix initialization of the faulthandler moduleVictor Stinner2012-07-312-4/+19
| * | Minor markup tweak.Brett Cannon2012-07-301-1/+1
| * | Add a versionchanged mention to __import__ in regards to negative level values.Brett Cannon2012-07-301-0/+3
| * | Issue #15508: Fix the docstring for __import__ to not mention negativeBrett Cannon2012-07-302-3/+6
* | | Finally, a coherent set of terminology for all the lil' beasties involved.Barry Warsaw2012-07-315-174/+207
* | | Another XXX.Barry Warsaw2012-07-301-0/+5
* | | Address substantially all of Eric Snow's comments in issue #15295, except forBarry Warsaw2012-07-303-83/+137
* | | mergeBarry Warsaw2012-07-3010-22/+99
|\ \ \ | |/ /
| * | Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...Andrew Svetlov2012-07-303-1/+5
| |\ \ | | |/
| | * Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter Simple...Andrew Svetlov2012-07-303-1/+5
| * | Better test for BytesIO.__sizeof__, now that the struct module supports (s)si...Antoine Pitrou2012-07-301-1/+1
| * | mergeNed Deily2012-07-302-1/+4
| |\ \
| | * | Issue #15463: the faulthandler module truncates strings to 500 characters,Victor Stinner2012-07-302-1/+4
| * | | null mergeNed Deily2012-07-300-0/+0
| |\ \ \ | | |/ / | |/| / | | |/
| | * Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.Ned Deily2012-07-302-0/+5
| * | Issue #14018: mergeNed Deily2012-07-302-6/+13
| |\ \ | | |/
| | * Issue #14018: Update the OS X IDLE Tcl/Tk warning check to includeNed Deily2012-07-302-6/+14
| * | Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.Ned Deily2012-07-303-13/+50
| * | Fix invalid UTF-8 encoding in commit message.Ned Deily2012-07-301-1/+1
| * | Issue #15489: Add a __sizeof__ implementation for BytesIO objects.Antoine Pitrou2012-07-293-0/+26
| |\ \ | | |/
| | * Issue #15489: Add a __sizeof__ implementation for BytesIO objects.Antoine Pitrou2012-07-293-0/+26
* | | mergedBarry Warsaw2012-07-2914-4068/+4474
|\ \ \ | |/ /
| * | Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.Antoine Pitrou2012-07-293-3/+34
| |\ \ | | |/
| | * Issue #15487: Add a __sizeof__ implementation for buffered I/O objects.Antoine Pitrou2012-07-293-3/+34
| * | Issue #15467: Merge 3.2Martin v. Löwis2012-07-295-171/+138
| |\ \ | | |/
| | * Issue #15467: Move helpers for __sizeof__ tests into test_support.Martin v. Löwis2012-07-294-148/+124