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
...
*
|
#10713: merge with 3.2.
Ezio Melotti
2012-02-29
2
-8/+40
|
\
\
|
|
/
|
*
#10713: Improve documentation for \b and \B and add a few tests. Initial pat...
Ezio Melotti
2012-02-29
2
-8/+40
*
|
Merge: Propagate changes for issues #13053 and #13086 from 2.7 to 3.2.
Larry Hastings
2012-02-29
2
-26/+219
|
\
\
|
|
/
|
*
Propagate changes for issues #13053 and #13086 from 2.7 to 3.2. (Doc only.)
Larry Hastings
2012-02-29
2
-26/+219
*
|
Merge: Give better failure messages in test_strptime (cf. issue #14113).
Nadeem Vawda
2012-02-28
1
-8/+8
|
\
\
|
|
/
|
*
Give better failure messages in test_strptime (cf. issue #14113).
Nadeem Vawda
2012-02-28
1
-17/+14
*
|
merge with 3.2
Sandro Tosi
2012-02-28
1
-1/+1
|
\
\
|
|
/
|
*
s/div/truediv/; thanks to Félix-Antoine Fortin from docs@
Sandro Tosi
2012-02-28
1
-1/+1
*
|
Added additional diagnostics to help with #12151.
Vinay Sajip
2012-02-28
1
-0/+4
*
|
Merged cookbook improvement from 3.2.
Vinay Sajip
2012-02-28
1
-6/+11
|
\
\
|
|
/
|
*
Improved logging cookbook example.
Vinay Sajip
2012-02-28
1
-6/+11
*
|
Merge with 3.2.
Georg Brandl
2012-02-28
1
-4/+2
|
\
\
|
|
/
|
*
Fix markup errors.
Georg Brandl
2012-02-28
1
-4/+2
*
|
Update importlib.invalidate_caches() to be more general.
Brett Cannon
2012-02-27
5
-38/+62
*
|
More debug output
Antoine Pitrou
2012-02-27
1
-2/+2
*
|
Improve debugging output for test failure
Antoine Pitrou
2012-02-27
1
-1/+1
*
|
Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.
Antoine Pitrou
2012-02-27
3
-3/+14
|
\
\
|
|
/
|
*
Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.
Antoine Pitrou
2012-02-27
3
-3/+14
*
|
Some corrections for the Doc/extending documentation. Closes #14129
Eli Bendersky
2012-02-27
3
-45/+23
*
|
Null merge (fix is already in 3.3).
Stefan Krah
2012-02-27
0
-0/+0
|
\
\
|
|
/
|
*
Issue #14125: backport refleak fix (d4adbf908983).
Stefan Krah
2012-02-27
1
-2/+3
*
|
typo
Benjamin Peterson
2012-02-27
1
-1/+1
*
|
Issue #14125: Fix refleak in timemodule.c on Windows. Thanks sbt for pointing
Stefan Krah
2012-02-27
1
-2/+3
*
|
Issue #14125: Fix multiprocessing refleak on Windows. Patch by sbt.
Stefan Krah
2012-02-27
1
-1/+4
*
|
Merged cookbook update for LogRecord customisation.
Vinay Sajip
2012-02-27
1
-0/+82
|
\
\
|
|
/
|
*
Updated cookbook with information on customising LogRecords.
Vinay Sajip
2012-02-27
1
-0/+82
*
|
Merged upstream changes.
Vinay Sajip
2012-02-27
3
-11/+25
|
\
\
|
*
|
Fix comparison bug with 'rc' versions in packaging.version (#11841).
Éric Araujo
2012-02-27
3
-11/+25
*
|
|
Merged cookbook update from 3.2.
Vinay Sajip
2012-02-27
1
-4/+132
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Updated logging cookbook with info on alternative format styles.
Vinay Sajip
2012-02-27
1
-4/+132
*
|
Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL.
Stefan Krah
2012-02-27
1
-1/+2
*
|
Merge
Antoine Pitrou
2012-02-27
0
-0/+0
|
\
\
|
*
\
Null merge.
Nadeem Vawda
2012-02-26
0
-0/+0
|
|
\
\
*
|
\
\
Merge
Antoine Pitrou
2012-02-27
0
-0/+0
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge
Antoine Pitrou
2012-02-27
1
-18/+5
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #13873: Fix crash in test_zlib when running on a small (<4GB) tmpfs.
Nadeem Vawda
2012-02-26
1
-18/+5
*
|
|
|
Issue #13521: dict.setdefault() now does only one lookup for the given key, m...
Antoine Pitrou
2012-02-26
3
-42/+93
|
\
\
\
\
|
|
/
/
/
|
|
|
/
|
|
_
|
/
|
/
|
|
|
*
|
Issue #13521: dict.setdefault() now does only one lookup for the given key, m...
Antoine Pitrou
2012-02-26
3
-42/+93
|
|
/
*
|
Remove duplicate label.
Georg Brandl
2012-02-26
1
-2/+0
*
|
the days of pre-standard C compilers are gone
Benjamin Peterson
2012-02-26
1
-10/+0
*
|
Issue #14080: fix sporadic test_imp failure. Patch by Stefan Krah.
Antoine Pitrou
2012-02-26
1
-0/+1
*
|
Issue #14107: test: Fix a deadlock involving the memory watchdog thread.
Charles-François Natali
2012-02-26
1
-0/+10
*
|
Issue #14123: Explicitly mention that old style % string formatting has cavea...
Gregory P. Smith
2012-02-26
1
-2/+7
|
\
\
|
|
/
|
*
Issue #14123: Explicitly mention that old style % string formatting has caveats
Gregory P. Smith
2012-02-26
1
-2/+7
*
|
Close issue #6210: Implement PEP 409
Nick Coghlan
2012-02-26
15
-41/+262
*
|
#14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...
Ezio Melotti
2012-02-26
7
-27/+80
*
|
Merge 3.2
Éric Araujo
2012-02-26
4
-4/+5
|
\
\
|
|
/
|
*
Branch merge
Éric Araujo
2012-02-26
6
-4/+47
|
|
\
|
|
*
Set archive format explicitly in one distutils test
Éric Araujo
2012-02-26
1
-1/+2
|
|
*
Fix typo in “seperat{or,ion}”
Éric Araujo
2012-02-26
2
-2/+2
[prev]
[next]