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
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-98284: better error message for undefined abstractmethod (#97971)
Kaushik Kulkarni
2022-11-05
2
-6/+0
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_ctypes` (GH-99054)
Kumar Aditya
2022-11-03
2
-0/+128
*
GH-96793: Implement PEP 479 in bytecode. (GH-99006)
Mark Shannon
2022-11-03
2
-49/+50
*
GH-98686: Quicken everything (GH-98687)
Brandt Bucher
2022-11-02
4
-75/+52
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_asyncio` module (#99010)
Kumar Aditya
2022-11-02
2
-0/+128
*
GH-90699: Remove `_Py_IDENTIFIER` usage from `_json` module (GH-98956)
Kumar Aditya
2022-11-02
2
-0/+38
*
gh-87092: do not allocate PyFutureFeatures dynamically (GH-98913)
Irit Katriel
2022-11-02
1
-3/+4
*
gh-98610: Adjust the Optional Restrictions on Subinterpreters (GH-98618)
Eric Snow
2022-10-31
2
-8/+19
*
gh-98410: move getbufferproc and releasebufferproc to buffer.h (#31158)
David Hewitt
2022-10-31
2
-4/+3
*
gh-98811: use full source location to simplify __future__ imports error check...
Irit Katriel
2022-10-31
1
-2/+17
*
gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Equal` (#...
Nikita Sobolev
2022-10-30
1
-1/+1
*
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon
2022-10-27
2
-92/+93
*
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Wenzel Jakob
2022-10-27
2
-13/+16
*
gh-98608: Change _Py_NewInterpreter() to _Py_NewInterpreterFromConfig() (gh-9...
Eric Snow
2022-10-26
4
-5/+45
*
gh-91058: Add error suggestions to 'import from' import errors (#98305)
Pablo Galindo Salgado
2022-10-25
3
-0/+16
*
Post 3.12.0a1
Thomas Wouters
2022-10-25
1
-1/+1
*
Python 3.12.0a1
v3.12.0a1
Thomas Wouters
2022-10-24
1
-2/+2
*
gh-91051: allow setting a callback hook on PyType_Modified (GH-97875)
Carl Meyer
2022-10-21
2
-0/+12
*
gh-95023: Added os.setns and os.unshare functions (#95046)
Noam Cohen
2022-10-20
2
-0/+8
*
gh-98417: Store int_max_str_digits on the Interpreter State (GH-98418)
Eric Snow
2022-10-19
1
-0/+6
*
gh-97669: Create Tools/build/ directory (#97963)
Victor Stinner
2022-10-17
5
-6/+6
*
gh-95756: Lazily created cached co_* attrs (GH-97791)
Ken Jin
2022-10-11
1
-1/+8
*
gh-95011: Migrate syslog module to Argument Clinic (GH-95012)
Noam Cohen
2022-10-08
2
-0/+24
*
gh-97922: Run the GC only on eval breaker (#97920)
Pablo Galindo Salgado
2022-10-08
2
-0/+4
*
gh-91052: Add PyDict_Unwatch for unwatching a dictionary (#98055)
Carl Meyer
2022-10-08
1
-0/+1
*
gh-97955: Migrate `zoneinfo` to Argument Clinic (#97958)
Nikita Sobolev
2022-10-07
2
-0/+8
*
Make _symtable_entry.ste_type's comment consistent wit _Py_block_ty (#92414)
zikcheng
2022-10-07
1
-1/+1
*
gh-64373: Convert `_functools` to Argument Clinic (#96640)
Nikita Sobolev
2022-10-07
2
-0/+8
*
GH-91052: Add C API for watching dictionaries (GH-31787)
Carl Meyer
2022-10-07
3
-1/+51
*
GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-...
Mark Shannon
2022-10-05
3
-15/+24
*
gh-96512: Move int_max_str_digits setting to PyConfig (#96944)
Gregory P. Smith
2022-10-03
3
-4/+1
*
gh-96670: Raise SyntaxError when parsing NULL bytes (#97594)
Pablo Galindo Salgado
2022-09-27
1
-0/+1
*
gh-96959: Update HTTP links which are redirected to HTTPS (GH-96961)
Serhiy Storchaka
2022-09-24
1
-2/+2
*
gh-96947: Fix comment on `pyruntimestate->pyinterpreters` struct for `next_id...
Виталий Дмитриев
2022-09-20
1
-2/+2
*
GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257)
adphrost
2022-09-15
1
-1/+3
*
GH-90997: Improve inline cache performance for MSVC (GH-96781)
Brandt Bucher
2022-09-15
1
-74/+19
*
gh-90110: Fix the c-analyzer Tool (gh-96731)
Eric Snow
2022-09-12
1
-1/+0
*
GH-90699: use statically allocated interned strings in typeobject's slotdefs ...
Kumar Aditya
2022-09-07
1
-3/+0
*
gh-89545: Updates platform module to use new internal _wmi module on Windows ...
Steve Dower
2022-09-07
2
-0/+8
*
GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585)
Mark Shannon
2022-09-06
1
-2/+7
*
gh-95778: Correctly pre-check for int-to-str conversion (#96537)
Mark Dickinson
2022-09-04
1
-2/+2
*
GH-96458: Statically initialize utf8 representation of static strings (#96481)
Kumar Aditya
2022-09-03
3
-130/+131
*
gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96499)
Gregory P. Smith
2022-09-02
5
-0/+47
*
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
Irit Katriel
2022-09-01
2
-51/+35
*
gh-96143: Allow Linux perf profiler to see Python calls (GH-96123)
Pablo Galindo Salgado
2022-08-30
2
-0/+22
*
gh-46845: clean up unused DK_IXSIZE (GH-96405)
Matthias Görgens
2022-08-30
1
-9/+0
*
Fix Py_INCREF() statistics in limited C API 3.10 (#96120)
Victor Stinner
2022-08-29
1
-1/+1
*
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Mark Shannon
2022-08-25
1
-2/+2
*
GH-93503: Add thread-specific APIs to set profiling and tracing functions in ...
Pablo Galindo Salgado
2022-08-24
1
-0/+2
*
GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH...
Mark Shannon
2022-08-24
2
-3/+7
[next]