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
*
bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096)
Miss Islington (bot)
2019-06-17
1
-3/+3
*
bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14157)
Victor Stinner
2019-06-17
1
-7/+15
*
bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865)
Miss Islington (bot)
2019-06-17
3
-1/+4
*
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
*
Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131)
Miss Islington (bot)
2019-06-16
1
-1/+1
*
Simplify negativity checks in math.comb and math.perm. (GH-13870) (#14125)
Miss Islington (bot)
2019-06-16
1
-10/+16
*
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
*
Doc: Deprecation header: More precise wording. (GH-14109)
Miss Islington (bot)
2019-06-15
1
-1/+1
*
bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable...
Miss Islington (bot)
2019-06-15
3
-19/+47
*
bpo-36785: PEP 574 What's New entry (GH-13931)
Miss Islington (bot)
2019-06-15
1
-1/+17
*
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.8] Use threadpool for reading from file in sendfile fallback mode (GH-1407...
Andrew Svetlov
2019-06-15
2
-1/+2
*
Update weakref.rst (GH-14098)
Miss Islington (bot)
2019-06-15
1
-5/+6
*
bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback...
Miss Islington (bot)
2019-06-15
3
-3/+6
*
bpo-36707: Document "m" removal from sys.abiflags (GH-14090)
Miss Islington (bot)
2019-06-15
2
-0/+20
*
Implement Windows release builds in Azure Pipelines (GH-14065)
Steve Dower
2019-06-14
47
-168/+1701
*
Document C API changes in What's New in Python 3.8 (GH-14092)
Miss Islington (bot)
2019-06-14
1
-0/+27
*
bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721)
Miss Islington (bot)
2019-06-14
2
-21/+32
*
bpo-37261: Document sys.unraisablehook corner cases (GH-14059)
Miss Islington (bot)
2019-06-14
5
-23/+30
*
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-...
Miss Islington (bot)
2019-06-14
2
-18/+20
*
Update concurrent.futures.rst (GH-14061)
Miss Islington (bot)
2019-06-14
1
-6/+8
*
bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074)
Miss Islington (bot)
2019-06-14
2
-7/+10
*
bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071)
Miss Islington (bot)
2019-06-14
3
-0/+14
*
bpo-37077: Add native thread ID (TID) for AIX (GH-13624)
Miss Islington (bot)
2019-06-13
5
-5/+12
*
bpo-37213: Handle negative line deltas correctly in the peephole optimizer (G...
Miss Islington (bot)
2019-06-13
6
-4145/+4229
*
bpo-6689: os.path.commonpath raises ValueError for different drives isn't doc...
Miss Islington (bot)
2019-06-13
1
-3/+4
*
bpo-37261: Fix support.catch_unraisable_exception() (GH-14052)
Miss Islington (bot)
2019-06-13
3
-2/+35
*
bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-...
Miss Islington (bot)
2019-06-13
2
-0/+16
*
bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016)
Miss Islington (bot)
2019-06-13
3
-32/+41
*
[3.8] bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050)
Victor Stinner
2019-06-13
3
-12/+120
*
bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020)
Miss Islington (bot)
2019-06-13
3
-12/+0
*
bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071)
Miss Islington (bot)
2019-06-13
2
-15/+19
*
[3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-1...
Victor Stinner
2019-06-13
2
-4/+20
*
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
Miss Islington (bot)
2019-06-13
8
-29/+15
*
bpo-37223: test_io: silence destructor errors (GH-14031)
Victor Stinner
2019-06-12
3
-0/+27
*
Make asyncio stream sendfile fail on error (was hang) (GH-14025)
Miss Islington (bot)
2019-06-12
1
-5/+8
*
bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983)
Miss Islington (bot)
2019-06-12
1
-0/+7
*
bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902)
Miss Islington (bot)
2019-06-12
5
-3/+13
*
bpo-37160: Thread native ID NetBSD support (GH-13835)
Miss Islington (bot)
2019-06-12
5
-3/+9
*
bpo-35766: compile(): rename feature_version parameter (GH-13994) (GH-14001)
Victor Stinner
2019-06-12
4
-10/+16
*
bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-1...
Miss Islington (bot)
2019-06-12
1
-0/+2
*
Add some placeholder notes for major 3.8 features (GH-13927) (#13929)
Miss Islington (bot)
2019-06-12
1
-0/+7
*
bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) (GH-14000)
Miss Islington (bot)
2019-06-12
1
-1/+1
[next]