summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Close #15425: Eliminate more importlib related traceback noiseNick Coghlan2012-07-295-4109/+4234
| * | Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.Meador Inge2012-07-292-16/+43
| |\ \ | | |/
| | * Issue #15402: Simplify Struct.__sizeof__ and make tests more precise.Meador Inge2012-07-292-16/+43
| * | Issue #15431: Drop _freeze_importlib from all build configurations,Martin v. Löwis2012-07-281-6/+0
| * | Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only.Martin v. Löwis2012-07-281-2/+9
| * | Issue #14578: Support modules registered in the Windows registry again.Martin v. Löwis2012-07-283-3948/+4203
* | | Add NEWSBarry Warsaw2012-07-291-0/+3
* | | Integration of importdocs from the features/pep-420 repo.Barry Warsaw2012-07-297-173/+694
|/ /
* | Issue #15431: Add _freeze_importlib project to regenerate importlib.h on Wind...Martin v. Löwis2012-07-285-4/+241
* | Commit unsaved edits.Martin v. Löwis2012-07-281-2/+2
* | Issue #15466: Stop using TYPE_INT64 in marshal,Martin v. Löwis2012-07-283-2332/+2329
* | Issue #1692335: Move initial args assignment to BaseException.__new__Richard Oudkerk2012-07-283-2/+28
* | Add unused parameter to a METH_NOARGS function.Stefan Krah2012-07-281-5/+5
* | Add unused parameter to a couple of METH_NOARGS functions. The previousStefan Krah2012-07-281-8/+8
* | Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.Stefan Krah2012-07-288-68/+410
* | Issue #15364: Fix test_srcdir for the installed case.Ned Deily2012-07-282-2/+4
* | Dummy merge.Richard Oudkerk2012-07-270-0/+0
|\ \ | |/
| * Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-274-1/+44
* | Issue #6056: Make multiprocessing use setblocking(True) on the sockets it uses.Richard Oudkerk2012-07-274-1/+44
* | Issue #15364: Fix sysconfig.get_config_var('srcdir') to be an absolute path.Richard Oudkerk2012-07-275-22/+92