summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #14629: Mention the filename in SyntaxError exceptions fromBrett Cannon2012-04-201-0/+3
* merge 3.2: issue 14629Martin v. Löwis2012-04-201-0/+3
|\
| * Issue #14629: Raise SyntaxError in tokenizer.detect_encodingMartin v. Löwis2012-04-201-0/+3
* | Issue #14308: Fix an exception when a dummy thread is in the threading module...Antoine Pitrou2012-04-191-0/+3
|\ \ | |/
| * Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...Antoine Pitrou2012-04-191-0/+3
* | Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.Martin v. Löwis2012-04-191-0/+3
* | Merge from 3.2Nick Coghlan2012-04-192-0/+4
|\ \ | |/
| * Close #14032: fix incorrect variable reference in test_cmd_line_scriptNick Coghlan2012-04-192-0/+4
* | #14538: merge with 3.2.Ezio Melotti2012-04-191-0/+3
|\ \ | |/
| * #14538: HTMLParser can now parse correctly start tags that contain a bare /.Ezio Melotti2012-04-191-0/+3
* | Issue #14385: Support other types than dict for __builtins__Victor Stinner2012-04-181-0/+5
* | Issue #11750: The Windows API functions scattered in the _subprocess andAntoine Pitrou2012-04-181-0/+4
* | merge 3.2Benjamin Peterson2012-04-181-1/+1
|\ \ | |/
| * improveBenjamin Peterson2012-04-181-1/+1
* | merge 3.2 (#14612)Benjamin Peterson2012-04-181-0/+2
|\ \ | |/
| * SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...Benjamin Peterson2012-04-181-0/+2
* | rollback 005fd1fe31ab (see #14609 and #14582)Benjamin Peterson2012-04-181-3/+0
* | MergeBrett Cannon2012-04-181-0/+2
|\ \
| * \ merge 3.2 (#14607)Benjamin Peterson2012-04-171-0/+2
| |\ \ | | |/
| | * mangle keyword-only argname when loading defaults (closes #14607)Benjamin Peterson2012-04-171-0/+2
* | | Issue #12599: Be more strict in accepting None vs. a false-like objectBrett Cannon2012-04-181-0/+4
|/ /
* | Issue #14592: A relative import will raise a KeyError if __package__Brett Cannon2012-04-171-0/+3
* | Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.Charles-François Natali2012-04-171-0/+2
* | Add an explicit mention of a backwards-incompatible fix that importlib implic...Brett Cannon2012-04-161-0/+3
* | Closes #14452: remove BOM insertion code.Vinay Sajip2012-04-161-0/+2
|\ \ | |/
| * Closes #14452: remove BOM insertion code.Vinay Sajip2012-04-161-0/+2
* | Fix #10854. Make use of the new path and name attributes on ImportErrorBrian Curtin2012-04-161-0/+4
* | Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-161-0/+3
|\ \ | |/
| * Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-161-0/+6
* | Issue #14386: Expose the dict_proxy internal type as types.MappingProxyTypeVictor Stinner2012-04-151-0/+2
* | Issue #13959: Simplify imp.reload() by relying on a module'sBrett Cannon2012-04-151-0/+3
* | Issue #13959: Rename imp to _imp and add Lib/imp.py and beginBrett Cannon2012-04-151-0/+3
* | Issue #14582: Import returns the module returned by a loader insteadBrett Cannon2012-04-151-0/+3
* | Issue #13496: Merge from 3.2Mark Dickinson2012-04-151-0/+3
|\ \ | |/
| * Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-151-0/+3
* | Issue #13889: Merge fix from 3.2.Mark Dickinson2012-04-151-0/+4
|\ \ | |/
| * Issue #13889: On MSVC builds, set FPU control word at runtime for all string ...Mark Dickinson2012-04-151-0/+4
* | Issue #10576: Add a progress callback to gcmoduleKristján Valur Jónsson2012-04-151-0/+3
* | Issue #2377: Make importlib the implementation of __import__().Brett Cannon2012-04-141-0/+2
* | Merge #14399: corrected news itemR David Murray2012-04-141-4/+4
|\ \ | |/
| * #14399: corrected news itemR David Murray2012-04-141-4/+4
| * #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-122-0/+6
* | NEWS entry about importlib and ImportError's new attributes.Brett Cannon2012-04-131-0/+3
* | Issue #1559549: Add 'name' and 'path' attributes to ImportError.Brett Cannon2012-04-131-0/+4
* | Merge #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-121-0/+5
* | Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-122-0/+3
|\ \ | |/
| * Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-122-0/+3
| * Merge 3.2.3 release clone.Georg Brandl2012-04-112-6/+6
| |\
| | * Bump to 3.2.3 final.Georg Brandl2012-04-101-1/+1
| | * News entry for f91ecbc8bafc.Georg Brandl2012-04-101-5/+5