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
*
Issue #19676: Added the "namereplace" error handler.
Serhiy Storchaka
2014-11-25
11
-7/+255
*
Issue #20351: Add examples for csv.DictReader and csv.DictWriter.
Berker Peksag
2014-11-24
1
-0/+25
|
\
|
*
Issue #20351: Add examples for csv.DictReader and csv.DictWriter.
Berker Peksag
2014-11-24
1
-0/+25
*
|
Issue #22934: Update the comment to mention Programs/_freeze_importlib.c.
Berker Peksag
2014-11-24
2
-2/+2
*
|
update versionchanged
Benjamin Peterson
2014-11-24
1
-1/+1
*
|
merge 3.4 (#22788)
Benjamin Peterson
2014-11-24
4
-21/+24
|
\
\
|
|
/
|
*
add context parameter to HTTPHandler (closes #22788)
Benjamin Peterson
2014-11-24
4
-21/+24
*
|
merge 3.4
Benjamin Peterson
2014-11-24
1
-0/+3
|
\
\
|
|
/
|
*
add NEWS note for #22921
Benjamin Peterson
2014-11-24
1
-0/+3
*
|
merge 3.4 (null)
Benjamin Peterson
2014-11-24
0
-0/+0
|
\
\
|
|
/
|
*
correct versionchanged version
Benjamin Peterson
2014-11-24
1
-1/+1
*
|
merge 3.4 (#22921)
Benjamin Peterson
2014-11-23
16
-79/+24
|
\
\
|
|
/
|
*
don't require OpenSSL SNI to pass hostname to ssl functions (#22921)
Benjamin Peterson
2014-11-23
16
-67/+22
*
|
merge 3.4
Benjamin Peterson
2014-11-23
1
-4/+1
|
\
\
|
|
/
|
*
document that cadefault does nothing now
Benjamin Peterson
2014-11-23
1
-4/+1
*
|
Update importlib.h
Antoine Pitrou
2014-11-23
1
-430/+430
*
|
Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...
Antoine Pitrou
2014-11-23
3
-1/+33
|
\
\
|
|
/
|
*
Issue #22894: TestCase.subTest() would cause the test suite to be stopped whe...
Antoine Pitrou
2014-11-23
3
-1/+33
*
|
Null merge
Antoine Pitrou
2014-11-23
0
-0/+0
|
\
\
|
|
/
|
*
Issue #22638: SSLv3 is now disabled throughout the standard library.
Antoine Pitrou
2014-10-17
2
-0/+6
*
|
PEP 479: Use the return-keyword instead of raising StopIteration inside a ge...
Raymond Hettinger
2014-11-23
6
-7/+4
*
|
PEP 479: Don't let StopIteration bubble out of calls to next() inside a gene...
Raymond Hettinger
2014-11-23
2
-7/+28
*
|
Really add downloads page link to OS X installer README screens.
Ned Deily
2014-11-22
2
-1/+15
*
|
Add downloads page link to OS X installer README screens.
Ned Deily
2014-11-22
0
-0/+0
|
\
\
|
|
/
|
*
Add downloads page link to OS X installer README screens.
Ned Deily
2014-11-22
2
-8/+9
*
|
Issue #22834: cwd can't not exist on Windows, skip the test
Zachary Ware
2014-11-22
1
-0/+1
*
|
Closes #22869: Move PyOS_CheckStack back to pythonrun.c
Zachary Ware
2014-11-22
2
-38/+37
*
|
Issue #22869: Remove duplicate stack check from pythonrun.c
Steve Dower
2014-11-22
1
-37/+0
*
|
Issue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka
2014-11-21
1
-1/+4
|
\
\
|
|
/
|
*
Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD.
Serhiy Storchaka
2014-11-21
1
-1/+4
*
|
Issue #19720: Suppressed context for some exceptions in importlib.
Serhiy Storchaka
2014-11-21
3
-5/+6
*
|
Issue #22834: Have import suppress FileNotFoundError when the current
Brett Cannon
2014-11-21
7
-1000/+1042
*
|
Issue #22869: Add pylifecycle.c/.h files to pythoncore project.
Steve Dower
2014-11-21
2
-0/+8
*
|
Issue #22796: HTTP cookie parsing is now stricter, in order to protect agains...
Antoine Pitrou
2014-11-21
3
-23/+48
*
|
(Merge 3.4) asyncio: BaseSelectorEventLoop.close() now closes the self-pipe
Victor Stinner
2014-11-20
1
-1/+3
|
\
\
|
|
/
|
*
asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before calling
Victor Stinner
2014-11-20
1
-1/+3
*
|
Merge 3.4 (asyncio)
Victor Stinner
2014-11-20
4
-21/+35
|
\
\
|
|
/
|
*
asyncio: Coroutine objects are now rejected with a TypeError by the following
Victor Stinner
2014-11-20
4
-21/+35
*
|
Merge with 3.4 (asyncio)
Victor Stinner
2014-11-20
3
-43/+67
|
\
\
|
|
/
|
*
asyncio, test_events: Ignore the "SSL handshake failed" log in debug mode
Victor Stinner
2014-11-20
1
-1/+3
|
*
asyncio: Fix formatting of the "Future exception was never retrieved" in
Victor Stinner
2014-11-20
3
-42/+64
*
|
Issue #22869: Split pythonrun into two modules
Nick Coghlan
2014-11-20
16
-1587/+1701
*
|
Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.
Serhiy Storchaka
2014-11-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue #20736: testSendmsgDontWait in test_socket no longer skipped on Linux.
Serhiy Storchaka
2014-11-19
1
-1/+1
*
|
Issue #20604: Added missed invalid mode in error message of socket.makefile().
Serhiy Storchaka
2014-11-19
1
-3/+2
|
\
\
|
|
/
|
*
Issue #20604: Added missed invalid mode in error message of socket.makefile().
Serhiy Storchaka
2014-11-19
1
-3/+2
*
|
Close #22370: Windows detection in pathlib is now more robust.
Antoine Pitrou
2014-11-18
2
-5/+6
|
\
\
|
|
/
|
*
Close #22370: Windows detection in pathlib is now more robust.
Antoine Pitrou
2014-11-18
2
-5/+6
*
|
Null merge
Serhiy Storchaka
2014-11-18
0
-0/+0
|
\
\
|
|
/
|
*
Issue #22453: Warn against the use of leaking macro PyObject_REPR().
Serhiy Storchaka
2014-11-18
2
-12/+16
[next]