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
...
*
[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
*
bpo-46981: Remove typing._TypingEmpty (GH-31836)
Serhiy Storchaka
2022-03-17
3
-15/+5
*
bpo-44859: Raise more accurate exceptions in `sqlite3` (GH-27695)
Erlend Egeberg Aasland
2022-03-17
6
-14/+45
*
bpo-46480: add typing.assert_type (GH-30843)
Jelle Zijlstra
2022-03-17
4
-1/+60
*
bpo-22859: deprecate unittest.main.TestProgram.usageExit (GH-30293)
Carlos Damazio
2022-03-17
2
-0/+4
*
bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)
Andrew Svetlov
2022-03-17
7
-118/+42
*
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
Andrew Svetlov
2022-03-17
1
-1/+1
*
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...
Andrew Svetlov
2022-03-16
2
-26/+24
*
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-3...
Andrew Svetlov
2022-03-16
3
-313/+270
*
bpo-45979: Fix Tkinter tests with old Tk (>= 8.5.12) (GH-31938)
Serhiy Storchaka
2022-03-16
2
-3/+5
*
bpo-46769: Improve documentation for `typing.TypeVar` (GH-31712)
Alex Waygood
2022-03-16
1
-21/+55
*
Fix some Windows release build script issues (GH-31931)
Steve Dower
2022-03-16
5
-59/+85
*
Rewrite asyncio.Queue tests with IsolatedAsyncioTestCace (#31935)
Andrew Svetlov
2022-03-16
1
-324/+179
*
bpo-47032: Ensure Windows install builds fail correctly with a non-zero exit ...
Steve Dower
2022-03-16
3
-24/+28
*
bpo-46948: Fix launcher installer build failure due to first part of fix (GH-...
Steve Dower
2022-03-16
1
-0/+2
*
In Windows release builds, do not attempt to copy Tcl/Tk for ARM64 when it is...
Steve Dower
2022-03-16
6
-20/+61
*
bpo-46841: Don't scan backwards in bytecode (GH-31901)
Mark Shannon
2022-03-16
2
-15/+12
*
bpo-40280: Detect presence of time.tzset and thread_time clock (GH-31898)
Christian Heimes
2022-03-15
4
-2/+11
*
bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
Christian Heimes
2022-03-15
8
-16/+17
*
bpo-45923: Decouple suspension of tracing from tracing flag. (GH-31908)
Mark Shannon
2022-03-15
3
-39/+29
*
bpo-46907: Update Windows installer to SQLite 3.38.1. (GH-31655)
Mariusz Felisiak
2022-03-15
4
-3/+4
*
bpo-40280: Skip wakeup_fd pipe tests on Emscripten (GH-31909)
Christian Heimes
2022-03-15
1
-0/+5
*
bpo-46907: Update macOS installer to SQLite 3.38.1. (GH-31656)
Mariusz Felisiak
2022-03-15
2
-3/+4
*
bpo-43253: Don't call shutdown() for invalid socket handles (GH-31892)
Maximilian Hils
2022-03-15
3
-1/+10
*
bpo-46993: Speed up bytearray creation from list and tuple (GH-31834)
Kumar Aditya
2022-03-15
2
-2/+28
*
bpo-20392: Fix inconsistency with uppercase file extensions in mimetypes.gues...
Kumar Aditya
2022-03-15
3
-6/+12
*
Drop accidentally added whitespaces in asyncio internals (GH-31900)
Andrew Svetlov
2022-03-15
1
-1/+1
*
bpo-46587: Skip tests if strftime does not support glibc extension (GH-31873)
Christian Heimes
2022-03-15
5
-21/+38
*
bpo-46557: Log captured warnings without format string (GH-30975)
Michael P. Nitowski
2022-03-15
2
-1/+4
*
But Add missing newline to NEWS entry (GH-31893)
Hugo van Kemenade
2022-03-15
1
-1/+1
*
Tools/gdb: Drop code to support Python 2. (GH-31717)
Inada Naoki
2022-03-15
1
-102/+41
*
bpo-43721: Fix docstrings for property.getter/setter/deleter (GH-31046)
Irit Katriel
2022-03-14
2
-3/+4
*
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31879)
Ned Deily
2022-03-14
4
-2/+1
*
bpo-30677: [doc] mention that os.mkdir() can raise FileNotFoundError (GH-31548)
slateny
2022-03-14
1
-1/+2
[prev]
[next]