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 #26305: Argument Clinic now escapes braces. No need to double them.
Serhiy Storchaka
2016-06-09
2
-20/+21
|
\
|
*
Issue #26305: Argument Clinic now escapes braces. No need to double them.
Serhiy Storchaka
2016-06-09
2
-20/+21
*
|
Regenerate Argument Clinic code for issue #23026.
Serhiy Storchaka
2016-06-09
2
-3/+5
*
|
Issue #27239: idlelib.macosx.isXyzTk functions initialize as needed.
Terry Jan Reedy
2016-06-08
4
-10/+84
*
|
Null merge.
Barry Warsaw
2016-06-08
0
-0/+0
|
\
\
|
|
/
|
*
Fix a comment.
Barry Warsaw
2016-06-08
1
-1/+2
*
|
Issue #27066: Fixed SystemError if a custom opener (for open()) returns a
Barry Warsaw
2016-06-08
3
-1/+26
|
\
\
|
|
/
|
*
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
Barry Warsaw
2016-06-08
3
-1/+25
*
|
Issue #27262: move Aqua unbinding code, which enable context menus, to maxosx.
Terry Jan Reedy
2016-06-08
2
-8/+11
*
|
Omnibus news entry for updates to typing.py. (Merge 3.5->3.6)
Guido van Rossum
2016-06-08
1
-0/+8
|
\
\
|
|
/
|
*
Omnibus news entry for updates to typing.py.
Guido van Rossum
2016-06-08
1
-0/+8
*
|
Sync typing.py with upstream (merge 3.5->3.6).
Guido van Rossum
2016-06-08
2
-4/+76
|
\
\
|
|
/
|
*
Sync typing.py with upstream.
Guido van Rossum
2016-06-08
2
-4/+76
*
|
Merge 3.5 (NEWS)
Yury Selivanov
2016-06-08
1
-2/+0
|
\
\
|
|
/
|
*
asyncio: Remove line about asyncio.timeout() from the NEWS file
Yury Selivanov
2016-06-08
1
-2/+0
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-06-08
4
-260/+0
|
\
\
|
|
/
|
*
asyncio: Remove asyncio.timeout() context manager.
Yury Selivanov
2016-06-08
4
-260/+0
*
|
Merge 3.5 (whatsnew)
Yury Selivanov
2016-06-08
1
-2/+7
|
\
\
|
|
/
|
*
asyncio: Update whatsnew/3.5.2
Yury Selivanov
2016-06-08
1
-2/+7
*
|
Merge 3.5 (asyncio, issue #27136)
Yury Selivanov
2016-06-08
1
-23/+24
|
\
\
|
|
/
|
*
Issue #27136: Update asyncio docs
Yury Selivanov
2016-06-08
1
-23/+24
*
|
Merge 3.5 (issue #27136, asyncio)
Yury Selivanov
2016-06-08
6
-163/+116
|
\
\
|
|
/
|
*
Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo
Yury Selivanov
2016-06-08
6
-163/+116
*
|
Fix RST conflicts with Idle news entries
Martin Panter
2016-06-08
2
-6/+7
*
|
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
[next]