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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 14800: add comments explaining stat.py constants + docstring for S_* fu...
Giampaolo Rodola'
2012-05-14
1
-38/+51
*
Issue #13815: Resurrect the ExFileObject class.
Lars Gustäbel
2012-05-14
1
-8/+9
*
Issue #14417: Mutating a dict during lookup now restarts the lookup instead o...
Antoine Pitrou
2012-05-13
1
-4/+3
*
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
Charles-François Natali
2012-05-13
2
-1/+58
*
Add importlib.util.resolve_name().
Brett Cannon
2012-05-13
2
-1/+55
*
Fix #13210. Port the Windows build from VS2008 to VS2010.
Brian Curtin
2012-05-13
5
-7/+8
*
Issue #14366: Support lzma compression in zip files.
Martin v. Löwis
2012-05-13
3
-18/+237
*
Issue #13959: Introduce importlib.find_loader().
Brett Cannon
2012-05-12
3
-10/+89
*
Remove a now worthless test.
Brett Cannon
2012-05-12
1
-8/+0
*
Try to fix test_shutil failure under Fedora - patch by Hynek.
Antoine Pitrou
2012-05-12
1
-1/+1
*
Issue #14779: Do not use get_config_var('SIZEOF_VOID_P') on OS X 64-/32-bit
Stefan Krah
2012-05-12
1
-3/+3
*
Issue #14082: shutil.copy2() now copies extended attributes, if possible.
Antoine Pitrou
2012-05-12
4
-19/+135
*
Issue #13959: Have
Brett Cannon
2012-05-11
6
-43/+113
*
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
13
-68/+110
*
Issue #14764: Update importlib.test.benchmark to work in a world where
Brett Cannon
2012-05-11
1
-0/+14
*
Issue #14662: Prevent shutil failures on OS X when destination does not
Ned Deily
2012-05-11
2
-2/+33
*
use yield from
Benjamin Peterson
2012-05-10
1
-6/+3
*
Issue #14157: Fix time.strptime failing without a year on February 29th.
Antoine Pitrou
2012-05-10
2
-1/+8
|
\
|
*
Issue #14157: Fix time.strptime failing without a year on February 29th.
Antoine Pitrou
2012-05-10
2
-1/+8
*
|
Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2
Richard Oudkerk
2012-05-10
4
-43/+32
*
|
MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ...
Jesus Cea
2012-05-10
2
-2/+3
|
\
\
|
|
/
|
*
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...
Jesus Cea
2012-05-10
2
-2/+3
*
|
unicode_writer_finish() checks string consistency
Victor Stinner
2012-05-09
1
-0/+4
*
|
Issue #14727: Fix race in test_multiprocessing
Richard Oudkerk
2012-05-08
1
-1/+1
*
|
Minor fix for test_multiprocessing
Richard Oudkerk
2012-05-08
1
-1/+1
*
|
merge 3.2
Benjamin Peterson
2012-05-08
1
-9/+0
|
\
\
|
|
/
|
*
remove basically bitrotted XXXs
Benjamin Peterson
2012-05-08
1
-9/+0
*
|
explicitly set UnsupportedOperation's module rather than relying on incorrect...
Benjamin Peterson
2012-05-08
1
-0/+3
*
|
Issue #14742: Don't include DirectoryTestCase from test_unparse in test_tool...
Mark Dickinson
2012-05-07
1
-1/+1
*
|
Issue #14583: Fix importlib bug when a package's __init__.py would first impo...
Antoine Pitrou
2012-05-07
3
-2/+62
*
|
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/+23
|
\
\
|
|
/
|
*
Issue #14697: Fix missing parser module support for set displays and set comp...
Mark Dickinson
2012-05-07
1
-0/+23
*
|
Issue #14701: Merge fix from 3.2.
Mark Dickinson
2012-05-07
1
-0/+8
|
\
\
|
|
/
|
*
Issue #14701: Add missing support for 'raise ... from' in parser module.
Mark Dickinson
2012-05-07
1
-0/+8
|
*
#13183: backport fixes to test_pdb to 3.2 branch
Georg Brandl
2012-05-06
1
-2/+5
|
*
Fix for issue 14725 for 3.2 branch
Richard Oudkerk
2012-05-05
2
-1/+21
*
|
Issue #14700: Fix two broken and undefined-behaviour-inducing overflow checks...
Mark Dickinson
2012-05-07
1
-0/+4
*
|
Issue #14695: Run Tools/parser/test_unparse.py as part of test_tools.
Mark Dickinson
2012-05-07
1
-0/+5
*
|
Rename lzma.check_is_supported() to is_check_supported() to avoid grammatical...
Nadeem Vawda
2012-05-06
2
-5/+5
*
|
Add lzma.{encode,decode}_filter_properties().
Nadeem Vawda
2012-05-06
2
-0/+44
*
|
Really fix test_gzip failures on Windows.
Nadeem Vawda
2012-05-06
1
-5/+7
*
|
Make test_multiprocessing more lenient about another timeout check
Richard Oudkerk
2012-05-06
1
-4/+7
*
|
Make AcquirerProxy.acquire() support timeout argument
Richard Oudkerk
2012-05-06
1
-2/+3
*
|
Fix test_gzip failures on Windows.
Nadeem Vawda
2012-05-06
1
-3/+3
*
|
Separate tests for gzip.GzipFile and gzip.open.
Nadeem Vawda
2012-05-06
1
-15/+14
*
|
Closes #13989: Add support for text modes to gzip.open().
Nadeem Vawda
2012-05-06
2
-9/+121
*
|
#12660: Skip test_gdb when run from an installed Python.
Vinay Sajip
2012-05-06
1
-0/+4
*
|
Issue #9116: Allowed test to pass on Windows by adjusting the test condition ...
Vinay Sajip
2012-05-06
1
-2/+2
[next]