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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Upgrade sqlite to 3.7.12.
Martin v. Löwis
2012-05-14
3
-6/+6
*
Issue 14800: add comments explaining stat.py constants + docstring for S_* fu...
Giampaolo Rodola'
2012-05-14
1
-38/+51
*
Use size_t, not ssize_t (issue #14801).
Antoine Pitrou
2012-05-14
1
-1/+1
|
\
|
*
Remove tab characters
Antoine Pitrou
2012-05-14
1
-8/+8
|
*
Use size_t, not ssize_t (issue #14801).
Antoine Pitrou
2012-05-14
1
-1/+1
*
|
null merge
Martin v. Löwis
2012-05-14
0
-0/+0
|
\
\
|
|
/
|
*
Upgrade bzip2 to 1.0.6.
Martin v. Löwis
2012-05-14
8
-22/+22
*
|
Relabel bzip2 filters.
Martin v. Löwis
2012-05-14
3
-16/+16
*
|
Upgrade bzip2 to 1.0.6.
Martin v. Löwis
2012-05-14
8
-19/+21
*
|
Issue #13815: Resurrect the ExFileObject class.
Lars Gustäbel
2012-05-14
2
-10/+11
*
|
#14405: merge with 3.2.
Ezio Melotti
2012-05-14
1
-5/+0
|
\
\
|
|
/
|
*
#14405: remove outdated/broken/duplicate links.
Ezio Melotti
2012-05-14
1
-5/+0
*
|
Fix release build settings.
Martin v. Löwis
2012-05-14
1
-2/+0
*
|
Update the clean and MSI scripts for VS2010
Brian Curtin
2012-05-14
3
-5/+5
*
|
Correct PlatformTarget->Platform usage for building the solution
Brian Curtin
2012-05-13
2
-2/+2
*
|
Convert build slave scripts to work with VS2010
Brian Curtin
2012-05-13
2
-4/+6
*
|
changeset: 76969:0cbe1099226d
Brian Curtin
2012-05-13
26
-8/+165
*
|
Issue #14245: Merge changes from 3.2.
Mark Dickinson
2012-05-13
1
-37/+26
|
\
\
|
|
/
|
*
Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejew...
Mark Dickinson
2012-05-13
2
-37/+27
*
|
Issue #14417: Mutating a dict during lookup now restarts the lookup instead o...
Antoine Pitrou
2012-05-13
5
-23/+15
*
|
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
Charles-François Natali
2012-05-13
5
-1/+94
*
|
Add importlib.util.resolve_name().
Brett Cannon
2012-05-13
4
-1/+73
*
|
Move out VS9 project files to PC\VS9.0 folder. Fixes #13210
Brian Curtin
2012-05-13
31
-15033/+0
*
|
#14770: merge with 3.2.
Ezio Melotti
2012-05-13
1
-54/+45
|
\
\
|
|
/
|
*
#14770: improve the library FAQ.
Ezio Melotti
2012-05-13
1
-54/+45
*
|
Issue #13959: Document imp.find_module/load_module as deprecated.
Brett Cannon
2012-05-13
2
-1/+9
*
|
Fix #13210. Port the Windows build from VS2008 to VS2010.
Brian Curtin
2012-05-13
131
-172/+25718
*
|
merge with 3.2
Sandro Tosi
2012-05-13
1
-1/+2
|
\
\
|
|
/
|
*
Issue #14793: fix grammar in bytes object paragraph; patch by Tshepang Lekhon...
Sandro Tosi
2012-05-13
1
-1/+2
*
|
Issue #14366: Support lzma compression in zip files.
Martin v. Löwis
2012-05-13
5
-27/+257
*
|
Merge
Antoine Pitrou
2012-05-12
6
-18/+105
|
\
\
|
*
|
Issue #13959: Introduce importlib.find_loader().
Brett Cannon
2012-05-12
5
-10/+105
|
*
|
Remove a now worthless test.
Brett Cannon
2012-05-12
1
-8/+0
*
|
|
Merge
Antoine Pitrou
2012-05-12
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Try to fix test_shutil failure under Fedora - patch by Hynek.
Antoine Pitrou
2012-05-12
1
-1/+1
*
|
|
Make the reference counting of dictkeys objects participate in refleak hunting
Antoine Pitrou
2012-05-12
1
-6/+10
|
/
/
*
|
merge with 3.2
Sandro Tosi
2012-05-12
1
-1/+1
|
\
\
|
|
/
|
*
correctly define what 'fill' could be; thanks to Leland Hulbert from docs@
Sandro Tosi
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
*
|
Merge
Antoine Pitrou
2012-05-12
1
-4/+10
|
\
\
|
*
|
Fix refleaks introduced by 83da67651687.
Antoine Pitrou
2012-05-12
1
-2/+8
|
*
|
Fix logic error introduced by 83da67651687.
Antoine Pitrou
2012-05-12
1
-2/+2
*
|
|
Issue #14082: shutil.copy2() now copies extended attributes, if possible.
Antoine Pitrou
2012-05-12
6
-22/+141
|
/
/
*
|
Remove uninitialized compiler warning.
Ross Lagerwall
2012-05-12
1
-1/+5
*
|
simplify by shortcutting when the kind of the needle is larger than the haystack
Benjamin Peterson
2012-05-11
1
-21/+11
*
|
Issue #13959: Have
Brett Cannon
2012-05-11
9
-2366/+2459
*
|
Deprecate the imp constants related to imp.get_suffixes().
Brett Cannon
2012-05-11
1
-0/+12
*
|
Update importlib.h
Brett Cannon
2012-05-11
1
-2852/+2853
*
|
Issue #13959: Deprecate imp.get_suffixes() for new attributes on
Brett Cannon
2012-05-11
17
-68/+159
*
|
Issue #14764: Update importlib.test.benchmark to work in a world where
Brett Cannon
2012-05-11
1
-0/+14
[next]