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
*
#11584: Since __getitem__ returns headers, make decode_header handle them.
R David Murray
2011-03-25
2
-0/+20
*
#2650: Merge with 3.1.
Ezio Melotti
2011-03-25
2
-24/+56
|
\
|
*
#2650: Refactor re.escape to use enumerate().
Ezio Melotti
2011-03-25
1
-2/+1
|
*
#2650: Add tests with non-ascii chars for re.escape.
Ezio Melotti
2011-03-25
1
-0/+16
|
*
#2650: Refactor the tests for re.escape.
Ezio Melotti
2011-03-25
1
-22/+40
*
|
Merge from 3.1 again
Kurt B. Kaiser
2011-03-25
0
-0/+0
|
\
\
|
|
/
|
*
Merge 3.1
Kurt B. Kaiser
2011-03-24
2
-3/+11
|
|
\
|
|
*
Merge 3.1
Kurt B. Kaiser
2011-03-24
2
-3/+11
|
|
|
\
*
|
|
\
Merge 3.2 heads
Kurt B. Kaiser
2011-03-25
2
-4/+12
|
\
\
\
\
|
*
\
\
\
Merge from 3.1
Kurt B. Kaiser
2011-03-22
2
-4/+12
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
<Home> toggle non-functional when NumLock set
Kurt B. Kaiser
2011-03-21
2
-3/+11
*
|
|
|
|
Merge #11606: improved body_encode algorithm, no longer produces overlong lines
R David Murray
2011-03-24
2
-61/+103
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
#11606: improved body_encode algorithm, no longer produces overlong lines
R David Murray
2011-03-24
2
-61/+103
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge 3.1
Victor Stinner
2011-03-24
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
test_multiprocessing: use assertLess() to see the timeout on error
Victor Stinner
2011-03-24
1
-1/+1
*
|
|
|
Add tests for the atexit hook in concurrent.futures (part of #11635)
Antoine Pitrou
2011-03-24
1
-15/+40
*
|
|
|
issue10883 - Silence some ftp related ResourceWarnings in test_urllib2net. Pa...
Senthil Kumaran
2011-03-24
1
-3/+7
*
|
|
|
Add NEWS entry for 9aa6097131ef
Antoine Pitrou
2011-03-23
1
-0/+2
*
|
|
|
Issue #11653: fix -W with -j in regrtest
Antoine Pitrou
2011-03-23
1
-7/+14
*
|
|
|
Merge #11590: fix quoprimime decode handling of empty strings and line endings.
R David Murray
2011-03-23
2
-3/+18
|
\
\
\
\
|
|
/
/
/
|
*
|
|
#11590: fix quoprimime decode handling of empty strings and line endings.
R David Murray
2011-03-23
2
-3/+18
*
|
|
|
Merge #11589: add additional tests for the email quoprimime module.
R David Murray
2011-03-23
1
-14/+178
|
\
\
\
\
|
|
/
/
/
|
*
|
|
#11589: add additional tests for the email quoprimime module.
R David Murray
2011-03-23
1
-14/+178
*
|
|
|
Branch merge
Éric Araujo
2011-03-23
1
-2/+5
|
\
\
\
\
|
*
\
\
\
Merge from 3.1.
Éric Araujo
2011-03-23
1
-2/+5
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Fix obscure set crashers (#8420). Backport of d56b3cafb1e6, reviewed by Raym...
Éric Araujo
2011-03-23
2
-10/+57
*
|
|
|
|
Use transient_internet() consistently in test_imaplib
Antoine Pitrou
2011-03-23
1
-12/+16
|
/
/
/
/
*
|
|
|
Issue #10610: Document that int(), float(), and complex() accept numeric lite...
Raymond Hettinger
2011-03-23
1
-40/+46
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #10610: Document that int(), float(), and complex() accept numeric lite...
Raymond Hettinger
2011-03-23
1
-40/+46
*
|
|
|
Issue #10771: Clarify that descriptors get used in an *owner* class or one of...
Raymond Hettinger
2011-03-22
1
-4/+5
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #10771: Clarify that descriptors get used in an *owner* class or one of...
Raymond Hettinger
2011-03-22
1
-4/+5
*
|
|
|
Issue 10787: Document the probability density function for random.gammavariate.
Raymond Hettinger
2011-03-22
1
-0/+6
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue 10787: Document the probability density function for random.gammavariate.
Raymond Hettinger
2011-03-22
1
-0/+6
*
|
|
|
Issue 10988: fix description of super's descriptor call.
Raymond Hettinger
2011-03-22
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Issue 10988: fix description of super's descriptor call.
Raymond Hettinger
2011-03-22
1
-1/+1
|
|
/
*
|
Use shorter timings in test_concurrent_futures to make it a bit faster
Antoine Pitrou
2011-03-22
1
-9/+9
*
|
Issue #11625: Fix Typo
Raymond Hettinger
2011-03-22
1
-1/+2
|
\
\
|
|
/
|
*
Issue #11625: Fix Typo
Raymond Hettinger
2011-03-22
1
-1/+2
*
|
Issue #11628: cmp_to_key should use __slots__.
Raymond Hettinger
2011-03-22
2
-0/+3
*
|
Always print out the traceback when a test "crashed"
Antoine Pitrou
2011-03-21
1
-5/+2
*
|
Try to make test_import a bit more robust
Antoine Pitrou
2011-03-21
1
-0/+3
*
|
Relax timing check (seen a buildbot failure on this)
Antoine Pitrou
2011-03-21
1
-1/+1
*
|
Merge to 3.2.
Georg Brandl
2011-03-21
1
-1/+1
|
\
\
|
|
/
|
*
Fix duplicate word.
Georg Brandl
2011-03-21
1
-1/+1
*
|
merge 3.1 (already commited before)
Victor Stinner
2011-03-21
0
-0/+0
|
\
\
|
|
/
|
*
Issue #8651: PyArg_Parse*() functions raise an OverflowError if the file
Victor Stinner
2011-03-21
3
-1/+33
*
|
Fix some issue references in NEWS
Éric Araujo
2011-03-21
1
-5/+5
|
\
\
|
|
/
|
*
Fix some issue references in NEWS
Éric Araujo
2011-03-20
1
-6/+6
*
|
merge 3.1
Victor Stinner
2011-03-21
2
-6/+15
|
\
\
|
|
/
|
*
Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar
Victor Stinner
2011-03-21
2
-9/+18
[next]