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
*
3.6.5final
v3.6.5
Ned Deily
2018-03-28
5
-7/+21
*
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)
Miss Islington (bot)
2018-03-28
1
-0/+1
*
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-62...
Miss Islington (bot)
2018-03-28
2
-1/+2
*
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)
Miss Islington (bot)
2018-03-28
3
-2/+2
*
Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (#6136)
Miss Islington (bot)
2018-03-28
3
-2/+2
*
bpo-30622: Fix backport of NPN fix (#6102)
Christian Heimes
2018-03-28
1
-1/+1
*
3.6.5rc1
v3.6.5rc1
Ned Deily
2018-03-14
90
-421/+1240
*
bpo-32726: macOS installer changes for 3.6.5
Ned Deily
2018-03-14
11
-260/+236
*
lib2to3: Add more tests (GH-6101) (#6109)
Miss Islington (bot)
2018-03-13
1
-0/+108
*
[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...
Miss Islington (bot)
2018-03-13
3
-15/+94
*
bpo-33064: lib2to3: support trailing comma after *args and **kwargs (GH-6096)...
Miss Islington (bot)
2018-03-13
3
-26/+39
*
[3.6] bpo-31804: Fix multiprocessing.Process with broken standard streams (GH...
Antoine Pitrou
2018-03-11
5
-12/+47
*
[3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...
Miss Islington (bot)
2018-03-11
3
-0/+36
*
bpo-33045: Fix typos in SSL documentation (GH-6065)
Miss Islington (bot)
2018-03-11
1
-2/+2
*
[3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (...
Miss Islington (bot)
2018-03-10
1
-13/+7
*
[3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044)...
Andrew Svetlov
2018-03-10
3
-20/+42
*
bpo-26701: Improve documentation for the rounding special methods. (GH-6054)
Miss Islington (bot)
2018-03-10
1
-12/+18
*
bpo-26701: Add documentation for __trunc__ (GH-6050)
Miss Islington (bot)
2018-03-10
3
-3/+15
*
Warn that compile() can crash when compiling to an AST object (GH-6043) (GH-6...
Miss Islington (bot)
2018-03-09
1
-0/+6
*
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the inte...
Miss Islington (bot)
2018-03-09
1
-0/+10
*
controlflow: Use full example for "5 through 9" (GH-5907)
Miss Islington (bot)
2018-03-09
1
-1/+1
*
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
Nathan Henrie
2018-03-09
3
-0/+4
*
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname ...
Steve Dower
2018-03-08
2
-22/+33
*
[3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-155...
Miss Islington (bot)
2018-03-08
5
-2/+66
*
Fix some ipaddress documentation errors (GH-6021)
Miss Islington (bot)
2018-03-08
1
-8/+12
*
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
Miss Islington (bot)
2018-03-07
4
-23/+44
*
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6...
Miss Islington (bot)
2018-03-06
3
-1/+13
*
[3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)
Steve Dower
2018-03-05
3
-28/+74
*
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
Miss Islington (bot)
2018-03-05
2
-0/+10
*
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5...
Miss Islington (bot)
2018-03-04
3
-3/+115
*
[3.6] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
Benjamin Peterson
2018-03-04
6
-4/+39
*
Fix missing coroutine declaration in the asyncio documentation. (GH-5964)
Miss Islington (bot)
2018-03-03
1
-1/+1
*
[3.6] bpo-32964: Reuse a testing implementation of the path protocol in tests...
Serhiy Storchaka
2018-03-03
11
-95/+76
*
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946)
Miss Islington (bot)
2018-03-01
2
-7/+9
*
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
Miss Islington (bot)
2018-02-28
3
-89/+32
*
bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)
Miss Islington (bot)
2018-02-28
1
-0/+16
*
[3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding...
Serhiy Storchaka
2018-02-27
8
-19/+134
*
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
Miss Islington (bot)
2018-02-27
3
-1/+11
*
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH...
Miss Islington (bot)
2018-02-26
3
-4/+102
*
Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145)
Miss Islington (bot)
2018-02-26
1
-1/+1
*
Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (...
Barry Warsaw
2018-02-26
9
-1473/+1439
*
[3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)
animalize
2018-02-26
4
-0/+92
*
bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823)
Miss Islington (bot)
2018-02-26
4
-4/+44
*
bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-...
Miss Islington (bot)
2018-02-25
1
-0/+19
*
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
Miss Islington (bot)
2018-02-25
1
-1/+1
*
Delete a broken threading.local example (GH-5870)
Miss Islington (bot)
2018-02-25
1
-5/+1
*
[3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881)
Christian Heimes
2018-02-25
2
-24/+29
*
[3.6] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5875)
Miss Islington (bot)
2018-02-25
2
-0/+6
*
[3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)
Christian Heimes
2018-02-25
4
-11/+42
*
bpo-32185: Don't send IP in SNI TLS extension (#5865)
Christian Heimes
2018-02-25
2
-2/+42
[next]