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
*
Issue22780: reword NotImplemented docs to emphasise should
Ethan Furman
2014-11-27
3
-4/+25
|
\
|
*
(3.4) Issue22780: reword NotImplemented docs to emphasise should
Ethan Furman
2014-11-27
3
-4/+26
*
|
merge 3.4 (#22954)
Benjamin Peterson
2014-11-27
1
-1/+1
|
\
\
|
|
/
|
*
remove tautological condition (closes #22954)
Benjamin Peterson
2014-11-27
1
-1/+1
*
|
Merge with 3.4
Zachary Ware
2014-11-27
1
-6/+4
|
\
\
|
|
/
|
*
pydoc: Remove mention of '-g' command line option, document its removal.
Zachary Ware
2014-11-27
1
-6/+4
*
|
Issue 22940: fixes to editline support
Ned Deily
2014-11-26
2
-2/+2
*
|
correct assertion
Benjamin Peterson
2014-11-26
1
-1/+1
*
|
merge 3.4
Benjamin Peterson
2014-11-26
1
-3/+3
|
\
\
|
|
/
|
*
use skipUnless
Benjamin Peterson
2014-11-26
1
-3/+3
*
|
only support append_history if readline has it
Benjamin Peterson
2014-11-26
5
-0/+56
*
|
fix variable name
Benjamin Peterson
2014-11-26
1
-1/+1
*
|
add readline.append_history_file (closes #22940)
Benjamin Peterson
2014-11-26
4
-2/+106
*
|
Issue #19676: Fixed integer overflow issue in "namereplace" error handler.
Serhiy Storchaka
2014-11-26
1
-5/+11
*
|
merge 3.4
Benjamin Peterson
2014-11-26
2
-0/+13
|
\
\
|
|
/
|
*
handle errors without a reason attribute
Benjamin Peterson
2014-11-25
1
-1/+1
|
*
don't fail tests when www.python.org can't be validated by the system
Benjamin Peterson
2014-11-25
2
-0/+13
*
|
Issue #19676: Tweak documentation a bit.
Berker Peksag
2014-11-25
2
-3/+5
*
|
(Merge 3.4) Closes #22685, asyncio: Set the transport of stdout and stderr
Victor Stinner
2014-11-25
2
-5/+44
|
\
\
|
|
/
|
*
Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader
Victor Stinner
2014-11-25
2
-5/+44
*
|
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
[next]