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
...
*
|
merge from 3.2 - Fix closes issue12581 - Increase the urllib.parse test cover...
Senthil Kumaran
2011-07-23
1
-2/+76
|
\
\
|
|
/
|
*
Fix closes issue12581 - Increase the urllib.parse test coverage. Patch by Pet...
Senthil Kumaran
2011-07-23
1
-2/+76
*
|
Merge 3.2 branch.
Georg Brandl
2011-07-23
1
-1/+1
|
\
\
|
|
/
|
*
Fix function name: open -> urlopen.
Georg Brandl
2011-07-23
1
-1/+1
|
*
Issue #12592: Make Python build on OpenBSD 5 (and future major releases).
Charles-François Natali
2011-07-22
3
-312/+291
*
|
fixing whitespace in the previous commit
Eli Bendersky
2011-07-23
1
-10/+9
*
|
Issue #11049: adding some tests to test.support
Eli Bendersky
2011-07-23
2
-10/+189
*
|
Merge - Issue #12592: Make Python build on OpenBSD 5 (and future major
Charles-François Natali
2011-07-22
3
-312/+291
*
|
merge 3.2
Benjamin Peterson
2011-07-22
2
-20/+16
|
\
\
|
|
/
|
*
None is ok for identifiers but not strings
Benjamin Peterson
2011-07-22
2
-20/+16
*
|
merge 3.2 (null)
Benjamin Peterson
2011-07-22
0
-0/+0
|
\
\
|
|
/
|
*
hardcode the old svn __version__
Benjamin Peterson
2011-07-22
2
-7/+5
*
|
merge 3.2
Benjamin Peterson
2011-07-22
4
-4/+55
|
\
\
|
|
/
|
*
type check AST strings and identifiers
Benjamin Peterson
2011-07-22
4
-6/+57
*
|
Merge - Issue #12372: POSIX semaphores are broken on AIX: don't use them.
Charles-François Natali
2011-07-21
3
-11/+6
|
\
\
|
|
/
|
*
Issue #12372: POSIX semaphores are broken on AIX: don't use them.
Charles-François Natali
2011-07-21
3
-11/+6
*
|
#12601: merge with 3.2.
Ezio Melotti
2011-07-21
1
-1/+1
|
\
\
|
|
/
|
*
#12601: fix typo.
Ezio Melotti
2011-07-21
1
-1/+1
*
|
#11435: dummy merge with 3.2.
Ezio Melotti
2011-07-21
0
-0/+0
|
\
\
|
|
/
|
*
#11435: link to the correct branch.
Ezio Melotti
2011-07-21
1
-1/+1
*
|
Issue #12551: Provide a get_channel_binding() method on SSL sockets so as
Antoine Pitrou
2011-07-20
6
-0/+196
*
|
#665194: support roundtripping RFC2822 date stamps in the email.utils module
R David Murray
2011-07-20
5
-8/+133
*
|
merge from 3.2 - Fix closes issue12524 - update http.client POST example with...
Senthil Kumaran
2011-07-20
1
-4/+6
|
\
\
|
|
/
|
*
Fix closes issue12524 - update http.client POST example with a working example.
Senthil Kumaran
2011-07-20
1
-4/+6
*
|
Fix test_multiprocessing failure under Windows.
Antoine Pitrou
2011-07-20
1
-2/+2
*
|
Upstream merge.
Barry Warsaw
2011-07-19
0
-0/+0
|
\
\
|
|
/
|
*
Upstream merge
Barry Warsaw
2011-07-19
2
-2/+14
|
|
\
*
|
\
Upstream merge.
Barry Warsaw
2011-07-19
9
-2/+1093
|
\
\
\
|
*
\
\
Issue #12587: Correct faulty test file and reference in test_tokenize.
Ned Deily
2011-07-19
4
-2/+6
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #12587: Correct faulty test file and reference in test_tokenize.
Ned Deily
2011-07-19
4
-2/+6
|
*
|
|
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
Antoine Pitrou
2011-07-19
6
-0/+1087
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
Antoine Pitrou
2011-07-19
6
-0/+1087
*
|
|
|
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
Barry Warsaw
2011-07-19
2
-2/+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
Barry Warsaw
2011-07-19
2
-2/+14
|
|
/
*
|
#7484: simplify quoteaddr: if parseaddr throws an error it is a bug.
R David Murray
2011-07-19
1
-14/+8
*
|
Merge #7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
3
-11/+36
|
\
\
|
|
/
|
*
#7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
3
-11/+36
*
|
merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. P...
Senthil Kumaran
2011-07-19
1
-2/+4
|
\
\
|
|
/
|
*
Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion b...
Senthil Kumaran
2011-07-19
1
-2/+4
*
|
Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde...
Antoine Pitrou
2011-07-18
1
-1/+3
|
\
\
|
|
/
|
*
Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde...
Antoine Pitrou
2011-07-18
1
-1/+3
*
|
Merge from 3.2.
Eric V. Smith
2011-07-18
4
-0/+20
|
\
\
|
|
/
|
*
Closes #12579. Positional fields with str.format_map() now raise a ValueError...
Eric V. Smith
2011-07-18
4
-0/+20
*
|
Fix English in packaging, too.
R David Murray
2011-07-18
1
-1/+1
*
|
Merge English fix.
R David Murray
2011-07-18
1
-1/+1
|
\
\
|
|
/
|
*
Better English.
R David Murray
2011-07-18
1
-1/+1
*
|
merge heads
Benjamin Peterson
2011-07-18
6
-17/+41
|
\
\
|
*
|
Add Misc/NEWS entry and relevant doc change for issue 10271.
Brett Cannon
2011-07-18
2
-2/+3
|
*
|
Make warnings accept a callable for showwarnings instead of
Brett Cannon
2011-07-18
2
-8/+10
|
*
|
Merged upstream.
Alex Gaynor
2011-07-17
1
-1/+8
|
|
\
\
[prev]
[next]