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
*
Document f4d7ad6c9d6e.
Martin v. Löwis
2012-05-15
1
-0/+2
*
PEP 415: Implement suppression of __context__ display with an exception attri...
Benjamin Peterson
2012-05-15
1
-0/+3
*
Issue #13815: Resurrect the ExFileObject class.
Lars Gustäbel
2012-05-14
1
-2/+2
*
Issue #14417: Mutating a dict during lookup now restarts the lookup instead o...
Antoine Pitrou
2012-05-13
1
-0/+3
*
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
Charles-François Natali
2012-05-13
2
-0/+4
*
Add importlib.util.resolve_name().
Brett Cannon
2012-05-13
1
-0/+2
*
Issue #13959: Document imp.find_module/load_module as deprecated.
Brett Cannon
2012-05-13
1
-1/+2
*
Fix #13210. Port the Windows build from VS2008 to VS2010.
Brian Curtin
2012-05-13
1
-0/+5
*
Issue #14366: Support lzma compression in zip files.
Martin v. Löwis
2012-05-13
1
-0/+3
*
Issue #13959: Introduce importlib.find_loader().
Brett Cannon
2012-05-12
1
-0/+2
*
Issue #14082: shutil.copy2() now copies extended attributes, if possible.
Antoine Pitrou
2012-05-12
1
-0/+3
*
Issue #13959: Have
Brett Cannon
2012-05-11
1
-0/+5
*
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
1
-0/+5
*
Issue #14662: Prevent shutil failures on OS X when destination does not
Ned Deily
2012-05-11
1
-0/+3
*
Issue #14157: Fix time.strptime failing without a year on February 29th.
Antoine Pitrou
2012-05-10
1
-0/+3
|
\
|
*
Issue #14157: Fix time.strptime failing without a year on February 29th.
Antoine Pitrou
2012-05-10
1
-0/+3
*
|
Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2
Richard Oudkerk
2012-05-10
1
-0/+3
*
|
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Sto...
Antoine Pitrou
2012-05-10
1
-0/+3
*
|
MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ...
Jesus Cea
2012-05-10
2
-0/+3
|
\
\
|
|
/
|
*
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...
Jesus Cea
2012-05-10
2
-0/+3
|
*
Issue #14761: Fix potential leak on an error case in the import machinery.
Antoine Pitrou
2012-05-09
2
-0/+3
*
|
Issue #14583: Fix importlib bug when a package's __init__.py would first impo...
Antoine Pitrou
2012-05-07
1
-0/+3
*
|
Issue #14741: Merge fix from 3.2.
Mark Dickinson
2012-05-07
1
-0/+2
|
\
\
|
|
/
|
*
Issue #14741: Fix missing support for ellipsis in parser module.
Mark Dickinson
2012-05-07
1
-0/+2
*
|
Issue #14697: Merge fix from 3.2.
Mark Dickinson
2012-05-07
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14697: Fix missing parser module support for set displays and set comp...
Mark Dickinson
2012-05-07
1
-0/+3
*
|
Issue #14701: Merge fix from 3.2.
Mark Dickinson
2012-05-07
1
-0/+2
|
\
\
|
|
/
|
*
Issue #14701: Add missing support for 'raise ... from' in parser module.
Mark Dickinson
2012-05-07
1
-0/+2
*
|
Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks...
Mark Dickinson
2012-05-07
1
-0/+3
*
|
Add John Regehr to Misc/ACKS for his help with finding integer overflows (iss...
Mark Dickinson
2012-05-07
1
-0/+1
*
|
Merge Misc/NEWS issue number fix from 3.2
Mark Dickinson
2012-05-07
1
-1/+1
|
\
\
|
|
/
|
*
Fix issue number in Misc/NEWS.
Mark Dickinson
2012-05-07
1
-1/+1
*
|
Add Misc/NEWS entry for rev b4a1d9287780
Richard Oudkerk
2012-05-06
1
-0/+3
*
|
Issue #14965: Bring Tools/parser/unparse.py up to date with the Python 3.3. ...
Mark Dickinson
2012-05-06
1
-0/+6
|
\
\
|
|
/
|
*
Issue #14965: Fix missing support for starred assignments in Tools/parser/unp...
Mark Dickinson
2012-05-06
1
-0/+6
*
|
#14034: merge argparse tutorial from 3.2.
Ezio Melotti
2012-05-06
1
-0/+5
|
\
\
|
|
/
|
*
#14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe.
Ezio Melotti
2012-05-06
2
-0/+6
*
|
Closes #13989: Add support for text modes to gzip.open().
Nadeem Vawda
2012-05-06
1
-0/+2
*
|
Fix some rst errors in NEWS.
Georg Brandl
2012-05-06
1
-36/+34
*
|
Post-3.3a3 bump.
Georg Brandl
2012-05-06
1
-2/+3
*
|
Update Misc/NEWS for issues #14127 and #14705. (And, technically, #10148.)
Larry Hastings
2012-05-06
1
-0/+24
*
|
Issue #13815: TarFile.extractfile() now returns io.BufferedReader objects.
Lars Gustäbel
2012-05-05
1
-0/+2
*
|
merge 3.2 (#14699)
Benjamin Peterson
2012-05-01
1
-0/+2
|
\
\
|
|
/
|
*
fix calling the classmethod descriptor directly (closes #14699)
Benjamin Peterson
2012-05-01
1
-0/+2
*
|
Bump to 3.3.0a3.
Georg Brandl
2012-05-01
2
-2/+2
*
|
Issue #14371: Support bzip2 in zipfile module.
Martin v. Löwis
2012-05-01
1
-0/+3
*
|
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...
Senthil Kumaran
2012-05-01
1
-0/+3
|
\
\
|
|
/
|
*
issue13183 - Fix pdb skipping frames after hitting a breakpoint and running s...
Senthil Kumaran
2012-05-01
1
-0/+3
*
|
Merge with 3.2: issue #14433
Martin v. Löwis
2012-04-30
1
-0/+3
|
\
\
|
|
/
|
*
Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed.
Martin v. Löwis
2012-04-30
1
-0/+3
[next]