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.5; no changes to 3.6
Martin Panter
2016-06-08
0
-0/+0
|
\
|
*
Issue #23275: Backport target list assignment documentation fixes
Martin Panter
2016-06-08
1
-15/+14
*
|
Issue #21593: Merge from 3.5
Berker Peksag
2016-06-08
1
-2/+2
|
\
\
|
|
/
|
*
Issue #21593: Clarify that re.search() returns the first match
Berker Peksag
2016-06-08
1
-2/+2
*
|
Issue #25738: Merge HTTP server from 3.5
Martin Panter
2016-06-08
5
-14/+73
|
\
\
|
|
/
|
*
Issue #25738: Don’t send message body for 205 Reset Content
Martin Panter
2016-06-08
5
-11/+73
*
|
Issue #21313: Merge version parsing from 3.5
Martin Panter
2016-06-08
3
-4/+30
|
\
\
|
|
/
|
*
Issue #21313: Tolerate truncated buildinfo in sys.version
Martin Panter
2016-06-08
3
-4/+30
*
|
odict: Remove useless ";" after function definition
Victor Stinner
2016-06-08
1
-9/+9
*
|
py_getrandom(): use char* instead of void* for the destination
Victor Stinner
2016-06-08
1
-5/+8
*
|
Fixed #27251: merged fix from 3.5.
Vinay Sajip
2016-06-07
2
-3/+4
|
\
\
|
|
/
|
*
Fixed #27251: corrected string/bytes handling in credentials.
Vinay Sajip
2016-06-07
2
-3/+4
*
|
Items for NEWS and idlelib/NEWS.txt.
Terry Jan Reedy
2016-06-07
2
-0/+46
|
\
\
|
|
/
|
*
Items for NEWS and idlelib/NEWS.txt.
Terry Jan Reedy
2016-06-07
2
-0/+22
*
|
Merge 3.5 (os.urandom)
Victor Stinner
2016-06-07
7
-12/+48
|
\
\
|
|
/
|
*
os.urandom() doesn't block on Linux anymore
Victor Stinner
2016-06-07
7
-12/+48
*
|
Issue #27229: Merge makefile fix from 3.5
Martin Panter
2016-06-07
1
-1/+1
|
\
\
|
|
/
|
*
Issue #27229: Comment in middle of shell command fails on BSD and OS X
Martin Panter
2016-06-07
1
-1/+1
*
|
Issue #27229: Merge cross-compiling fix from 3.5
Martin Panter
2016-06-07
2
-2/+8
|
\
\
|
|
/
|
*
Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye
Martin Panter
2016-06-07
2
-2/+8
*
|
Issue #26983: Fixed test_format failure.
Serhiy Storchaka
2016-06-06
1
-1/+1
*
|
Issue #27107: mailbox.fcntl = None on Windows
Martin Panter
2016-06-06
1
-1/+1
*
|
Issue #23883: News updates for __all__ attributes
Martin Panter
2016-06-06
2
-3/+9
*
|
Issue #27110: Add smtpd.SMTPChannel to __all__, by Jacek Kołodziej
Martin Panter
2016-06-06
2
-1/+15
*
|
Issue #27109: Add InvalidFileException to __all__, by Jacek Kołodziej
Martin Panter
2016-06-06
2
-2/+8
*
|
Issue #27108: Add missing names to mimetypes.__all__, by Jacek Kołodziej
Martin Panter
2016-06-06
2
-2/+10
*
|
Issue #27107: Add exception classes to mailbox.__all__, by Jacek Kołodziej
Martin Panter
2016-06-06
2
-4/+11
*
|
Issue #27105: Add cgi.test() to __all__, based on Jacek Kołodziej’s patch
Martin Panter
2016-06-06
2
-1/+7
*
|
Issue #27156: Remove more unused idlelib code.
Terry Jan Reedy
2016-06-06
2
-13/+0
*
|
Issue #26014: merge from 3.5
Ned Deily
2016-06-06
5
-3/+16
|
\
\
|
|
/
|
*
Issue #26014: Update 3.x packaging documentation:
Ned Deily
2016-06-06
5
-3/+16
*
|
Issue #27164: Merge raw Deflate zdict support from 3.5
Martin Panter
2016-06-05
3
-18/+56
|
\
\
|
|
/
|
*
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict
Martin Panter
2016-06-05
3
-18/+56
*
|
Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Serhiy Storchaka
2016-06-05
1
-1/+3
|
\
\
|
|
/
|
*
Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Serhiy Storchaka
2016-06-05
1
-1/+3
*
|
Issue #21916: Added more tests for the turtle module.
Serhiy Storchaka
2016-06-05
1
-0/+36
|
\
\
|
|
/
|
*
Issue #21916: Added more tests for the turtle module.
Serhiy Storchaka
2016-06-05
1
-0/+36
*
|
Issue #24291: Merge wsgi partial write fix from 3.5
Martin Panter
2016-06-05
5
-7/+111
|
\
\
|
|
/
|
*
Issue #24291: Avoid WSGIRequestHandler doing partial writes
Martin Panter
2016-06-05
5
-7/+111
*
|
[merge from 3.5] - issue27202 - Fix the mistake in changesets 70af472451cb (3...
Senthil Kumaran
2016-06-05
2
-5/+34
|
\
\
|
|
/
|
*
issue27202 - Fix the mistake in changesets 70af472451cb (3.5) and 2bb806539ca...
Senthil Kumaran
2016-06-05
2
-5/+34
*
|
Issue #17888: Merge from 3.5
Berker Peksag
2016-06-05
1
-3/+7
|
\
\
|
|
/
|
*
Issue #17888: Add a note about contributing to Python docs
Berker Peksag
2016-06-05
1
-3/+7
*
|
Fix typos in datetime documentation.
Berker Peksag
2016-06-05
1
-2/+2
*
|
[merge from 3.5] - issue27202 - Exclude 2.x release notes from python3 make d...
Senthil Kumaran
2016-06-05
1
-2/+3
|
\
\
|
|
/
|
*
issue27202 - Exclude 2.x release notes from python3 make doctests.
Senthil Kumaran
2016-06-05
1
-2/+3
*
|
[merge from 3.5] - Issue27203 - Fix doctests Doc/faq/programming.rst.
Senthil Kumaran
2016-06-05
1
-8/+20
|
\
\
|
|
/
|
*
Issue27203 - Fix doctests Doc/faq/programming.rst.
Senthil Kumaran
2016-06-05
1
-8/+20
*
|
merge from 3.5. (moves the issue26372 tests to the proper class)
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-05
1
-46/+46
|
\
\
|
|
/
|
*
Move the BrokenPipeError tests to the POSIXProcessTestCase class
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-05
1
-46/+46
[next]