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-47084: Clear Unicode cached representations on finalization (GH-32032)
Jeremy Kloth
2022-03-22
5
-18/+78
*
bpo-46838: Syntax error improvements for function definitions (GH-31590)
Pablo Galindo Salgado
2022-03-22
4
-876/+3401
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
52
-23/+238
*
bpo-28080: Add support for the fallback encoding in ZIP files (GH-32007)
Serhiy Storchaka
2022-03-22
5
-11/+211
*
bpo-47081: Replace "qualifiers" with "quantifiers" in the re module documenta...
Serhiy Storchaka
2022-03-22
5
-21/+21
*
bpo-45150: Add hashlib.file_digest() for efficient file hashing (GH-31930)
Christian Heimes
2022-03-22
4
-1/+145
*
bpo-47086: Remove .chm from Windows installer and add HTML docs (GH-32038)
Steve Dower
2022-03-22
19
-105/+79
*
bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
Jeremy Kloth
2022-03-22
2
-185/+117
*
bpo-47061: document module deprecations due to PEP 594 (GH-31984)
Brett Cannon
2022-03-21
27
-22/+97
*
Fix typo in pycore_bytesobject.h (GH-31914)
jonasdlindner
2022-03-21
1
-1/+1
*
bpo-12029: [doc] clarify that except does not match virtual subclasses of the...
Irit Katriel
2022-03-21
2
-5/+7
*
bpo-47067: Optimize calling GenericAlias objects (GH-31996)
penguin_wwy
2022-03-21
4
-7/+35
*
bpo-47080: Use atomic groups to simplify fnmatch (GH-32029)
Tim Peters
2022-03-21
2
-29/+7
*
bpo-433030: Add support of atomic grouping in regular expressions (GH-31982)
Serhiy Storchaka
2022-03-21
11
-92/+593
*
bpo-46841: Quicken code in-place (GH-31888)
Brandt Bucher
2022-03-21
18
-687/+831
*
bpo-23691: Protect the re.finditer() iterator from re-entering (GH-32012)
Serhiy Storchaka
2022-03-21
3
-4/+42
*
bpo-46850: Remove _PyEval_CallTracing() function (GH-32019)
Victor Stinner
2022-03-21
4
-6/+13
*
bpo-46850: Remove _PyEval_GetCoroutineOriginTrackingDepth() (GH-32018)
Victor Stinner
2022-03-21
5
-17/+25
*
bpo-46850: Remove _PyEval_SetAsyncGenFinalizer() (GH-32017)
Victor Stinner
2022-03-21
4
-5/+18
*
bpo-38256: Fix binascii.crc32() when inputs are 4+GiB (GH-32000)
Gregory P. Smith
2022-03-20
6
-33/+89
*
bpo-47015: Update test_os from asyncore to asyncio (GH-31876)
Oleg Iarygin
2022-03-20
2
-157/+81
*
bpo-42369: Fix thread safety of zipfile._SharedFile.tell (GH-26974)
Kevin Mehall
2022-03-20
2
-1/+4
*
bpo-46013: Fix confusing kerning on period in docs (GH-29989)
jmcb
2022-03-20
1
-1/+1
*
bpo-47040: improve document of checksum functions (gh-31955)
Ma Lin
2022-03-19
4
-17/+14
*
bpo-46382 dataclass(slots=True) now takes inherited slots into account (GH-31...
Arie Bovenberg
2022-03-19
4
-9/+77
*
bpo-46996: IDLE: Drop workarounds for old Tk versions (GH-31962)
Serhiy Storchaka
2022-03-19
3
-36/+1
*
bpo-47066: Convert a warning about flags not at the start of the regular expr...
Serhiy Storchaka
2022-03-19
5
-66/+26
*
bpo-44544: add textwrap placeholder arg (GH-27671)
andrei kulakov
2022-03-19
1
-2/+3
*
bpo-39394: Improve warning message in the re module (GH-31988)
Serhiy Storchaka
2022-03-19
3
-4/+11
*
bpo-47057: Use FASTCALL convention for FutureIter.throw() (GH-31973)
Andrew Svetlov
2022-03-19
2
-8/+14
*
bpo-47022: Document asynchat, asyncore and smtpd removals in 3.12 (GH-31891)
Hugo van Kemenade
2022-03-18
9
-4/+23
*
bpo-43224: Add TypeVarTuple.__name__ (GH-31954)
Jelle Zijlstra
2022-03-18
2
-11/+8
*
bpo-47037: Test debug builds on Windows in CI so that native assertions are n...
Steve Dower
2022-03-18
1
-4/+4
*
[doc] Some more make suspicious false positives. (GH-31977)
Julien Palard
2022-03-18
1
-0/+2
*
bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961)
Pablo Galindo Salgado
2022-03-18
5
-5/+11
*
bpo-47037: Don't test for strftime('%4Y') on Windows (GH-31945)
Christian Heimes
2022-03-18
2
-4/+9
*
bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)
Victor Stinner
2022-03-18
5
-20/+0
*
summarize_stats.py: add pairs by opcode (GH-31957)
Dennis Sweeney
2022-03-18
1
-9/+44
*
bpo-45413: Define "posix_venv", "nt_venv" and "venv" sysconfig installation s...
Miro HronĨok
2022-03-18
8
-16/+211
*
bpo-40296: Fix supporting generic aliases in pydoc (GH-30253)
Serhiy Storchaka
2022-03-18
4
-9/+84
*
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
Bader Zaidan
2022-03-17
4
-1/+16
*
bpo-47005: Improve performance of bytearray_repeat and bytearray_irepeat (GH-...
Pieter Eendebak
2022-03-17
2
-6/+23
*
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Andrew Svetlov
2022-03-17
4
-101/+15
*
bpo-46030: socket module add couple of FreeBSD constants. (GH-30018)
David CARLIER
2022-03-17
3
-0/+25
*
Fix whitespace error in setup.py (GH-31960)
Erlend Egeberg Aasland
2022-03-17
1
-1/+1
*
bpo-47042: Fix testing the HTML output in test_pydoc (GH-31959)
Serhiy Storchaka
2022-03-17
1
-6/+10
*
Use low bit of LOAD_GLOBAL's oparg to indicate whether it should push an addi...
Mark Shannon
2022-03-17
7
-196/+212
*
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes
2022-03-17
16
-8/+63
*
bpo-46996: Remove support of Tcl/Tk < 8.5.12 (GH-31839)
Serhiy Storchaka
2022-03-17
10
-216/+90
*
Do not run test_gdb when gdb embeds Python 2. (GH-31956)
Inada Naoki
2022-03-17
1
-0/+3
[next]