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 heads
Benjamin Peterson
2016-06-09
19
-49/+620
|
\
|
*
Issue #23275: Backport empty square bracket assignment documentation fix
Martin Panter
2016-06-08
1
-1/+1
|
*
Issue #25738: Don’t send message body for 205 Reset Content
Martin Panter
2016-06-08
5
-6/+64
|
*
Issue #21313: Tolerate truncated buildinfo in sys.version
Martin Panter
2016-06-08
3
-4/+30
|
*
Items for NEWS and idlelib/NEWS.txt.
Terry Jan Reedy
2016-06-07
2
-1/+6
|
*
Issue #27229: Comment in middle of shell command fails on BSD and OS X
Martin Panter
2016-06-07
1
-1/+1
|
*
Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye
Martin Panter
2016-06-07
2
-2/+8
|
*
Issue #26014: Guide 2.7 users to the new packaging documentation:
Ned Deily
2016-06-06
6
-29/+57
|
*
Issue #27225: Fixed a reference leak in type_new when setting __new__ fails.
Serhiy Storchaka
2016-06-05
1
-1/+5
|
*
Issue #21916: Added more tests for the turtle module.
Serhiy Storchaka
2016-06-05
1
-0/+35
|
*
Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h.
Ned Deily
2016-06-05
2
-5/+5
|
*
Merge heads
Serhiy Storchaka
2016-06-04
1
-0/+6
|
|
\
|
|
*
Issue #24759: Add 'private' notice for idlelib.idle_test.
Terry Jan Reedy
2016-06-04
1
-0/+6
|
*
|
Issue #21916: Added tests for the turtle module.
Serhiy Storchaka
2016-06-04
2
-0/+403
|
|
/
*
|
fix leak of keyfile_bytes
Benjamin Peterson
2016-06-09
1
-0/+1
*
|
stop leaking certfile_bytes (closes #27267)
Benjamin Peterson
2016-06-09
1
-0/+1
|
/
*
Issue #20041: Fixed TypeError when frame.f_trace is set to None.
Serhiy Storchaka
2016-06-04
3
-5/+15
*
Issue 27216: Fix typo (noticed by Alex Chan).
Ned Deily
2016-06-04
1
-1/+1
*
IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'.
Terry Jan Reedy
2016-06-04
1
-13/+13
*
Fix typo in code comment
Martin Panter
2016-06-04
1
-1/+1
*
check the result of PyByteArray_Resize in readline() (closes #27211)
Benjamin Peterson
2016-06-04
2
-1/+6
*
Issue 20567: Revise idle_test/README.txt and some tests to match new advice.
Terry Jan Reedy
2016-06-03
7
-26/+27
*
[backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in t...
Senthil Kumaran
2016-06-03
2
-5/+7
*
Issue #27185: Rename test_string_merged.py back to test_string.py.
Serhiy Storchaka
2016-06-03
1
-0/+0
*
Issue #27185: Merge test_pep292.py into test_string_merged.py.
Serhiy Storchaka
2016-06-03
2
-239/+226
|
\
|
*
Issue #27185: Rename test_pep292.py to test_string_merged.py.
Serhiy Storchaka
2016-06-03
1
-0/+0
*
|
Issue #27185: Rename test_string.py to test_string_merged.py.
Serhiy Storchaka
2016-06-03
1
-0/+0
|
/
*
issue25931: document that socketserver.Forking* are unavailable on platforms
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-03
1
-0/+4
*
Exclude unittests from the make profile-opt training run that either
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-02
1
-1/+3
*
Issue #25702: A --with-lto configure option has been added that will
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-06-02
4
-2/+89
*
remove (hilarious) defaults for various constants getpath.c needs
Benjamin Peterson
2016-06-02
1
-23/+2
*
#13784: fix xml.sax.reader getColumn/LineNumber docs.
R David Murray
2016-06-02
1
-2/+2
*
note that Py_VISIT handles NULL (closes #27183)
Benjamin Peterson
2016-06-02
1
-3/+4
*
Issue #27171: Fix typos in documentation, code comments, and tests
Martin Panter
2016-06-02
25
-38/+38
*
Issue #12243: Remove redundant availability notes from getpass docs
Berker Peksag
2016-06-02
1
-3/+1
*
Issue #25570: Add example of customizing User-Agent via add_header()
Martin Panter
2016-06-01
2
-1/+8
*
Fix a few typos. Patch by Eitan Adler.
Ezio Melotti
2013-01-27
3
-3/+3
*
fix typo
Fred Drake
2007-09-04
1
-1/+1
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
9
-10/+10
*
Add items to MISC/NEWS and idlelib/NEWS.txt.
Terry Jan Reedy
2016-05-30
2
-0/+41
*
issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other...
Senthil Kumaran
2016-05-30
1
-2/+6
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
12
-14/+15
*
Backed out changeset e7062dd9085e (#25731)
Benjamin Peterson
2016-05-28
1
-1/+1
*
issue26083: Avoid duplicate error message string from a subprocess exec failu...
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)
2016-05-28
1
-1/+1
*
Issue 25926: Clarify that the pure python equivalents are only approximate.
Raymond Hettinger
2016-05-28
2
-20/+21
*
Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
Martin Panter
2016-05-28
7
-11/+11
*
Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5
Martin Panter
2016-05-27
2
-2/+1
*
Issue #5784: Expand documentation and tests for zlib wbits parameter
Martin Panter
2016-05-27
3
-19/+98
*
stop talking about svn
Benjamin Peterson
2016-05-27
1
-4/+3
*
remove cruft from Schwarzian transform section
Benjamin Peterson
2016-05-27
1
-30/+1
[next]