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
*
#10713: merge with 3.2.
Ezio Melotti
2012-02-29
1
-0/+26
|
\
|
*
#10713: Improve documentation for \b and \B and add a few tests. Initial pat...
Ezio Melotti
2012-02-29
1
-0/+26
*
|
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
*
|
Added additional diagnostics to help with #12151.
Vinay Sajip
2012-02-28
1
-0/+4
*
|
Update importlib.invalidate_caches() to be more general.
Brett Cannon
2012-02-27
4
-35/+50
*
|
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
1
-3/+10
|
\
\
|
|
/
|
*
Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.
Antoine Pitrou
2012-02-27
1
-3/+10
|
*
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
*
|
|
Fix comparison bug with 'rc' versions in packaging.version (#11841).
Éric Araujo
2012-02-27
2
-11/+22
*
|
|
Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL.
Stefan Krah
2012-02-27
1
-1/+2
*
|
|
Issue #13521: dict.setdefault() now does only one lookup for the given key, m...
Antoine Pitrou
2012-02-26
1
-0/+20
|
\
\
\
|
|
/
/
|
*
|
Issue #13521: dict.setdefault() now does only one lookup for the given key, m...
Antoine Pitrou
2012-02-26
1
-0/+20
|
|
/
*
|
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
*
|
Close issue #6210: Implement PEP 409
Nick Coghlan
2012-02-26
4
-11/+123
*
|
#14081: The sep and maxsplit parameter to str.split, bytes.split, and bytearr...
Ezio Melotti
2012-02-26
2
-1/+39
*
|
Merge 3.2
Éric Araujo
2012-02-26
1
-1/+2
|
\
\
|
|
/
|
*
Set archive format explicitly in one distutils test
Éric Araujo
2012-02-26
1
-1/+2
*
|
Port the #6884 fix to packaging
Éric Araujo
2012-02-26
2
-43/+117
*
|
Merge from 3.2
Éric Araujo
2012-02-25
1
-0/+39
|
\
\
|
|
/
|
*
Add test file for scripts in Tools (#13447).
Éric Araujo
2012-02-25
1
-0/+39
*
|
Merge 3.2
Éric Araujo
2012-02-25
3
-48/+131
|
\
\
|
|
/
|
*
Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).
Éric Araujo
2012-02-25
3
-48/+131
|
*
merge 3.2.2 release branch for rc
Benjamin Peterson
2012-02-24
2
-2/+2
|
|
\
|
|
*
Bump version to 3.2.3rc1.
Georg Brandl
2012-02-23
2
-2/+2
|
*
|
Merged upstream changes.
Vinay Sajip
2012-02-23
1
-14/+14
|
|
\
\
|
|
*
\
merge heads
Georg Brandl
2012-02-23
1
-14/+14
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Update pydoc topics.
Georg Brandl
2012-02-23
1
-14/+14
*
|
|
|
Use assertEqual in test_strptime for better failure messages (cf. issue #14113).
Nadeem Vawda
2012-02-25
1
-9/+6
*
|
|
|
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah
2012-02-25
4
-50/+3517
*
|
|
|
unused imports, pep8
Philip Jenvey
2012-02-25
2
-12/+12
*
|
|
|
Close #14095: type.__new__() doesn't remove __qualname__ key from the class
Victor Stinner
2012-02-25
1
-3/+13
*
|
|
|
Issue #14107: fix bigmem tests on str.capitalize(), str.swapcase() and
Victor Stinner
2012-02-24
1
-6/+39
*
|
|
|
Simplify importib._resolve_name().
Brett Cannon
2012-02-24
1
-11/+5
*
|
|
|
#13973: move a couple of imports at module level. Patch by Tshepang Lekhonkh...
Ezio Melotti
2012-02-24
1
-2/+1
*
|
|
|
merge
Brett Cannon
2012-02-24
1
-1/+9
|
\
\
\
\
|
*
|
|
|
Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point ...
Victor Stinner
2012-02-24
1
-1/+9
*
|
|
|
|
Turn _return_module() into _handle_fromlist().
Brett Cannon
2012-02-24
1
-25/+25
|
/
/
/
/
*
|
|
|
merge
Brett Cannon
2012-02-24
1
-0/+15
|
\
\
\
\
|
*
|
|
|
Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator
Victor Stinner
2012-02-23
1
-0/+15
*
|
|
|
|
Make the benchmark recording more sensible for importlib.test.benchmark.
Brett Cannon
2012-02-24
1
-29/+27
|
/
/
/
/
*
|
|
|
merge
Brett Cannon
2012-02-23
2
-27/+54
|
\
\
\
\
|
*
\
\
\
Merged fix added for recent changes in non-threading environments.
Vinay Sajip
2012-02-23
2
-7/+28
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Fix added for recent changes in non-threading environments.
Vinay Sajip
2012-02-23
2
-7/+28
|
|
|
/
/
|
*
|
|
Merged logging flush/close changes from 3.2.
Vinay Sajip
2012-02-23
2
-27/+33
|
|
\
\
\
|
|
|
/
/
|
|
*
|
logging: Added locking in flush() and close() handler methods. Thanks to Faya...
Vinay Sajip
2012-02-23
2
-29/+35
|
|
|
/
[next]