index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #14629: Mention the filename in SyntaxError exceptions from
Brett Cannon
2012-04-20
1
-0/+3
*
merge 3.2: issue 14629
Martin v. Löwis
2012-04-20
1
-0/+3
|
\
|
*
Issue #14629: Raise SyntaxError in tokenizer.detect_encoding
Martin v. Löwis
2012-04-20
1
-0/+3
*
|
Issue #14308: Fix an exception when a dummy thread is in the threading module...
Antoine Pitrou
2012-04-19
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14308: Fix an exception when a "dummy" thread is in the threading modu...
Antoine Pitrou
2012-04-19
1
-0/+3
*
|
Issue #14098: New functions PyErr_GetExcInfo and PyErr_SetExcInfo.
Martin v. Löwis
2012-04-19
1
-0/+3
*
|
Merge from 3.2
Nick Coghlan
2012-04-19
2
-0/+4
|
\
\
|
|
/
|
*
Close #14032: fix incorrect variable reference in test_cmd_line_script
Nick Coghlan
2012-04-19
2
-0/+4
*
|
#14538: merge with 3.2.
Ezio Melotti
2012-04-19
1
-0/+3
|
\
\
|
|
/
|
*
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
Ezio Melotti
2012-04-19
1
-0/+3
*
|
Issue #14385: Support other types than dict for __builtins__
Victor Stinner
2012-04-18
1
-0/+5
*
|
Issue #11750: The Windows API functions scattered in the _subprocess and
Antoine Pitrou
2012-04-18
1
-0/+4
*
|
merge 3.2
Benjamin Peterson
2012-04-18
1
-1/+1
|
\
\
|
|
/
|
*
improve
Benjamin Peterson
2012-04-18
1
-1/+1
*
|
merge 3.2 (#14612)
Benjamin Peterson
2012-04-18
1
-0/+2
|
\
\
|
|
/
|
*
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...
Benjamin Peterson
2012-04-18
1
-0/+2
*
|
rollback 005fd1fe31ab (see #14609 and #14582)
Benjamin Peterson
2012-04-18
1
-3/+0
*
|
Merge
Brett Cannon
2012-04-18
1
-0/+2
|
\
\
|
*
\
merge 3.2 (#14607)
Benjamin Peterson
2012-04-17
1
-0/+2
|
|
\
\
|
|
|
/
|
|
*
mangle keyword-only argname when loading defaults (closes #14607)
Benjamin Peterson
2012-04-17
1
-0/+2
*
|
|
Issue #12599: Be more strict in accepting None vs. a false-like object
Brett Cannon
2012-04-18
1
-0/+4
|
/
/
*
|
Issue #14592: A relative import will raise a KeyError if __package__
Brett Cannon
2012-04-17
1
-0/+3
*
|
Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.
Charles-François Natali
2012-04-17
1
-0/+2
*
|
Add an explicit mention of a backwards-incompatible fix that importlib implic...
Brett Cannon
2012-04-16
1
-0/+3
*
|
Closes #14452: remove BOM insertion code.
Vinay Sajip
2012-04-16
1
-0/+2
|
\
\
|
|
/
|
*
Closes #14452: remove BOM insertion code.
Vinay Sajip
2012-04-16
1
-0/+2
*
|
Fix #10854. Make use of the new path and name attributes on ImportError
Brian Curtin
2012-04-16
1
-0/+4
*
|
Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...
Antoine Pitrou
2012-04-16
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...
Antoine Pitrou
2012-04-16
1
-0/+6
*
|
Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType
Victor Stinner
2012-04-15
1
-0/+2
*
|
Issue #13959: Simplify imp.reload() by relying on a module's
Brett Cannon
2012-04-15
1
-0/+3
*
|
Issue #13959: Rename imp to _imp and add Lib/imp.py and begin
Brett Cannon
2012-04-15
1
-0/+3
*
|
Issue #14582: Import returns the module returned by a loader instead
Brett Cannon
2012-04-15
1
-0/+3
*
|
Issue #13496: Merge from 3.2
Mark Dickinson
2012-04-15
1
-0/+3
|
\
\
|
|
/
|
*
Issue 13496: Fix bisect.bisect overflow bug for large collections.
Mark Dickinson
2012-04-15
1
-0/+3
*
|
Issue #13889: Merge fix from 3.2.
Mark Dickinson
2012-04-15
1
-0/+4
|
\
\
|
|
/
|
*
Issue #13889: On MSVC builds, set FPU control word at runtime for all string ...
Mark Dickinson
2012-04-15
1
-0/+4
*
|
Issue #10576: Add a progress callback to gcmodule
Kristján Valur Jónsson
2012-04-15
1
-0/+3
*
|
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-0/+2
*
|
Merge #14399: corrected news item
R David Murray
2012-04-14
1
-4/+4
|
\
\
|
|
/
|
*
#14399: corrected news item
R David Murray
2012-04-14
1
-4/+4
|
*
#14399: zipfile now correctly handles comments added to empty zipfiles.
R David Murray
2012-04-12
2
-0/+6
*
|
NEWS entry about importlib and ImportError's new attributes.
Brett Cannon
2012-04-13
1
-0/+3
*
|
Issue #1559549: Add 'name' and 'path' attributes to ImportError.
Brett Cannon
2012-04-13
1
-0/+4
*
|
Merge #14399: zipfile now correctly handles comments added to empty zipfiles.
R David Murray
2012-04-12
1
-0/+5
*
|
Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
Charles-François Natali
2012-04-12
2
-0/+3
|
\
\
|
|
/
|
*
Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
Charles-François Natali
2012-04-12
2
-0/+3
|
*
Merge 3.2.3 release clone.
Georg Brandl
2012-04-11
2
-6/+6
|
|
\
|
|
*
Bump to 3.2.3 final.
Georg Brandl
2012-04-10
1
-1/+1
|
|
*
News entry for f91ecbc8bafc.
Georg Brandl
2012-04-10
1
-5/+5
[next]