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.7.4rc1
v3.7.4rc1
Ned Deily
2019-06-18
164
-398/+1702
*
Changelog fixups for 3.7.3rc1
Ned Deily
2019-06-18
2
-1/+0
*
Update macOS installer welcome and readme for 3.7.4
Ned Deily
2019-06-18
2
-52/+79
*
bpo-36231: Support building on macOS without /usr/include (GH-13773) (GH-14208)
Ned Deily
2019-06-18
2
-7/+49
*
bpo-34903: Document that some strptime formats only require 1 digit (GH-14149)
Miss Islington (bot)
2019-06-18
3
-15/+56
*
bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180)
Miss Islington (bot)
2019-06-18
2
-3/+4
*
bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-1418...
Miss Islington (bot)
2019-06-18
1
-2/+4
*
bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)
Miss Islington (bot)
2019-06-18
2
-3/+14
*
bpo-5680: IDLE: Customize running a module (GH-13763)
Miss Islington (bot)
2019-06-18
11
-51/+211
*
bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163)
Steve Dower
2019-06-17
4
-5/+6
*
bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)
Miss Islington (bot)
2019-06-17
4
-9/+16
*
bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678)
Miss Islington (bot)
2019-06-17
5
-29/+125
*
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14158)
Victor Stinner
2019-06-17
1
-6/+13
*
bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148)
Miss Islington (bot)
2019-06-17
1
-0/+6
*
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) ...
Miss Islington (bot)
2019-06-17
3
-12/+16
*
bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943)
Miss Islington (bot)
2019-06-17
2
-1/+52
*
bpo-28805: document METH_FASTCALL (GH-14079)
Miss Islington (bot)
2019-06-16
2
-12/+52
*
bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957)
Miss Islington (bot)
2019-06-16
1
-2/+2
*
Doc: Remove an ugly space before a dot. (GH-14123)
Miss Islington (bot)
2019-06-16
1
-1/+1
*
bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or...
Miss Islington (bot)
2019-06-16
3
-14/+26
*
[3.7] Doc: Add an optional obsolete header. (GH-13638). (GH-13655)
Julien Palard
2019-06-15
2
-0/+20
*
bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (G...
Miss Islington (bot)
2019-06-15
1
-9/+3
*
Fix typo in Lib/concurrent/futures/thread.py (GH-13953)
Miss Islington (bot)
2019-06-15
2
-2/+2
*
[3.7] bpo-37279: Fix asyncio sendfile support when extra data are sent in fa...
Andrew Svetlov
2019-06-15
3
-3/+6
*
Update weakref.rst (GH-14098)
Miss Islington (bot)
2019-06-15
1
-5/+6
*
Use threadpool for reading from file in sendfile fallback mode (GH-14076)
Miss Islington (bot)
2019-06-15
2
-1/+2
*
bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows...
Miss Islington (bot)
2019-06-14
3
-1/+20
*
bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-...
Victor Stinner
2019-06-14
2
-18/+20
*
Update concurrent.futures.rst (GH-14061)
Miss Islington (bot)
2019-06-14
1
-6/+8
*
[3.7] bpo-37269: Correctly optimise conditionals with constant booleans (GH-1...
Pablo Galindo
2019-06-14
3
-0/+14
*
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...
Miss Islington (bot)
2019-06-13
2
-0/+16
*
bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) (GH...
Miss Islington (bot)
2019-06-13
3
-12/+120
*
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
Miss Islington (bot)
2019-06-13
2
-15/+19
*
bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-...
Miss Islington (bot)
2019-06-12
4
-5/+25
*
bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991)
Miss Islington (bot)
2019-06-12
10
-1/+171
*
bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985)
Miss Islington (bot)
2019-06-12
1
-4/+4
*
[3.7] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13910)
Abhilash Raj
2019-06-11
3
-0/+133
*
Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980)
Miss Islington (bot)
2019-06-11
1
-0/+2
*
closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977)
Miss Islington (bot)
2019-06-11
1
-2/+2
*
bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971)
Miss Islington (bot)
2019-06-11
2
-6/+34
*
[3.7] bpo-37219: Remove erroneous optimization for differencing an empty set ...
Raymond Hettinger
2019-06-11
3
-8/+7
*
[3.7] bpo-37216: Fix version and filename in Mac using document (GH-13963)
Makdon
2019-06-11
1
-2/+2
*
closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing o...
Miss Islington (bot)
2019-06-11
1
-1/+1
*
Stop using deprecated logging API in Sphinx suspicious checker (GH-9875)
Miss Islington (bot)
2019-06-09
1
-4/+6
*
bpo-37173: Show passed class in inspect.getfile error (GH-13861)
Miss Islington (bot)
2019-06-08
3
-3/+22
*
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
Miss Islington (bot)
2019-06-08
2
-2/+7
*
bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907)
Miss Islington (bot)
2019-06-08
1
-0/+8
*
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
4
-4/+29
*
Use assertEqual(). (#13886)
Miss Islington (bot)
2019-06-07
1
-2/+2
*
IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876)
Miss Islington (bot)
2019-06-07
1
-2/+2
[next]