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
...
|
*
|
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
*
|
merge
Ned Deily
2012-05-11
0
-0/+0
|
\
\
|
|
/
|
*
Issue #14662: Prevent shutil failures on OS X when destination does not
Ned Deily
2012-05-11
3
-2/+37
*
|
Issue #14662: Prevent shutil failures on OS X when destination does not
Ned Deily
2012-05-11
3
-2/+36
*
|
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
3
-1/+11
|
\
\
|
|
/
|
*
Issue #14157: Fix time.strptime failing without a year on February 29th.
Antoine Pitrou
2012-05-10
3
-1/+11
*
|
Issue #14753: Make multiprocessing treat negative timeouts as it did in 3.2
Richard Oudkerk
2012-05-10
6
-43/+42
*
|
Issue #14738: Speed-up UTF-8 decoding on non-ASCII data. Patch by Serhiy Sto...
Antoine Pitrou
2012-05-10
8
-552/+316
*
|
Some nits in the pickle docs.
Antoine Pitrou
2012-05-10
1
-21/+23
|
\
\
|
|
/
|
*
Some nits in the pickle docs.
Antoine Pitrou
2012-05-10
1
-21/+23
*
|
Removed outdated statement about pickle's and marshal's relative performance.
Antoine Pitrou
2012-05-10
1
-8/+0
|
\
\
|
|
/
|
*
Removed outdated statement about pickle's and marshal's relative performance.
Antoine Pitrou
2012-05-10
1
-8/+0
*
|
#14763: merge with 3.2.
Ezio Melotti
2012-05-10
1
-2/+2
|
\
\
|
|
/
|
*
#14763: document default maxsplit value for str.split.
Ezio Melotti
2012-05-10
1
-2/+2
*
|
MERGE: Closes #14768: os.path.expanduser('~/a') doesn't works correctly when ...
Jesus Cea
2012-05-10
4
-2/+6
|
\
\
|
|
/
|
*
Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is...
Jesus Cea
2012-05-10
4
-2/+6
*
|
Rename unicode_write_t structure and its methods to "_PyUnicodeWriter"
Victor Stinner
2012-05-09
2
-25/+25
*
|
Issue #14744: Inline unicode_writer_write_char() and unicode_write_str()
Victor Stinner
2012-05-09
2
-76/+79
*
|
Null merge for issue #14761.
Antoine Pitrou
2012-05-09
0
-0/+0
|
\
\
|
|
/
|
*
Issue #14761: Fix potential leak on an error case in the import machinery.
Antoine Pitrou
2012-05-09
3
-1/+5
*
|
Issue #14746: Remove redundant paragraphs from skipitem() in Python/getargs.c.
Larry Hastings
2012-05-09
1
-18/+8
*
|
Merge: Improve the grammar of a non-sentence.
R David Murray
2012-05-09
1
-2/+2
|
\
\
|
|
/
|
*
Improve the grammar of a non-sentence.
R David Murray
2012-05-09
1
-2/+2
*
|
unicode_writer_finish() checks string consistency
Victor Stinner
2012-05-09
2
-0/+5
*
|
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 (#14752)
Benjamin Peterson
2012-05-08
1
-2/+4
|
\
\
|
|
/
|
*
fix possible refleak (closes #14752)
Benjamin Peterson
2012-05-08
1
-2/+4
*
|
Merge from 3.2. Issue #14749: Add support for 'Z' to skipitem().
Larry Hastings
2012-05-08
1
-0/+1
|
\
\
|
|
/
|
*
Issue #14749: Add support for 'Z' to skipitem() in Python/getargs.c.
Larry Hastings
2012-05-08
1
-0/+1
*
|
merge 3.2
Benjamin Peterson
2012-05-08
1
-9/+0
|
\
\
|
|
/
|
*
remove basically bitrotted XXXs
Benjamin Peterson
2012-05-08
1
-9/+0
[prev]
[next]