GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetIte...
Serhiy Storchaka
2020-10-26
5
-51
/
+118
*
Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960)
Pablo Galindo
2020-10-25
1
-1
/
+1
*
bpo-41902: Micro optimization for range.index if step is 1 (GH-22479)
Dong-hee Na
2020-10-21
1
-5
/
+11
*
bpo-41902: Micro optimization for compute_item of range (GH-22492)
Dong-hee Na
2020-10-21
1
-5
/
+11
*
bpo-42093: Add opcode cache for LOAD_ATTR (GH-22803)
Pablo Galindo
2020-10-20
2
-2
/
+67
*
bpo-38252: Use 8-byte step to detect ASCII sequence in 64bit Windows build (G...
Ma Lin
2020-10-18
4
-52
/
+52
*
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...
Max Bernstein
2020-10-17
1
-1
/
+1
*
bpo-41984: GC track all user classes (GH-22701)
Brandt Bucher
2020-10-14
1
-16
/
+6
*
bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self i...
Yannick Jadoul
2020-10-13
1
-2
/
+4
*
Delete PyGen_Send (#22663)
Vladimir Matveev
2020-10-12
2
-29
/
+20
*
bpo-41991: Remove _PyObject_HasAttrId (GH-22629)
Serhiy Storchaka
2020-10-10
2
-17
/
+7
*
bpo-41756: Add PyIter_Send function (#22443)
Vladimir Matveev
2020-10-09
2
-7
/
+25
*
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"...
Serhiy Storchaka
2020-10-09
1
-0
/
+11
*
bpo-41974: Remove complex.__float__, complex.__floordiv__, etc (GH-22593)
Serhiy Storchaka
2020-10-09
5
-56
/
+19
*
Fix the attribute names in the docstring of GenericAlias (GH-22594)
Mikhail Golubev
2020-10-08
1
-1
/
+1
*
Revert "bpo-26680: Incorporate is_integer in all built-in and standard librar...
Raymond Hettinger
2020-10-07
2
-33
/
+1
*
Fix comment about PyObject_IsTrue. (GH-22343)
Stefan Pochmann
2020-10-07
1
-1
/
+1
*
bpo-41909: Enable previously disabled recursion checks. (GH-22536)
Serhiy Storchaka
2020-10-05
2
-4
/
+0
*
bpo-41922: Use PEP 590 vectorcall to speed up reversed() (GH-22523)
Dong-hee Na
2020-10-04
1
-0
/
+19
*
bpo-41692: Deprecate PyUnicode_InternImmortal() (GH-22486)
Victor Stinner
2020-10-02
1
-0
/
+9
*
bpo-26680: Incorporate is_integer in all built-in and standard library numeri...
Robert Smallshire
2020-10-01
2
-1
/
+33
*
bpo-41870: Avoid the test when nargs=0 (GH-22462)
Dong-hee Na
2020-10-01
1
-3
/
+3
*
bpo-41873: Add vectorcall for float() (GH-22432)
Dennis Sweeney
2020-09-29
1
-0
/
+19
*
bpo-41870: Use PEP 590 vectorcall to speed up bool() (GH-22427)
Dong-hee Na
2020-09-29
1
-0
/
+25
*
bpo-41428: Fix compiler warning in unionobject.c (GH-22416)
Victor Stinner
2020-09-26
1
-3
/
+3
*
bpo-41428: Fix compiler warnings in unionobject.c (GH-22388)
Victor Stinner
2020-09-23
1
-3
/
+3
*
bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387)
Victor Stinner
2020-09-23
1
-1
/
+2
*
bpo-40170: Use inline _PyType_HasFeature() function (GH-22375)
Victor Stinner
2020-09-23
1
-1
/
+1
*
bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376)
Victor Stinner
2020-09-23
1
-0
/
+4
*
bpo-41756: Refactor gen_send_ex(). (GH-22330)
Serhiy Storchaka
2020-09-22
1
-94
/
+99
*
bpo-41756: Introduce PyGen_Send C API (GH-22196)
Vladimir Matveev
2020-09-18
1
-17
/
+48
*
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
Batuhan Taskaya
2020-09-15
1
-0
/
+39
*
bpo-41428: Implementation for PEP 604 (GH-21515)
Maggie Moss
2020-09-09
3
-8
/
+490
*
bpo-1635741: Port _string module to multi-phase init (GH-22148)
Victor Stinner
2020-09-08
1
-9
/
+5
*
bpo-41732: add iterator to memoryview (GH-22119)
dxflores
2020-09-08
1
-1
/
+107
*
closes bpo-41689: Preserve text signature from tp_doc in C heap type creation...
Benjamin Peterson
2020-09-02
1
-3
/
+12
*
bpo-41654: Fix deallocator of MemoryError to account for subclasses (GH-22020)
Pablo Galindo
2020-09-01
1
-2
/
+12
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner
2020-08-11
1
-2
/
+2
*
bpo-41493: Refactoring dictresize (GH-21751)
Inada Naoki
2020-08-07
1
-26
/
+41
*
bpo-41431: Optimize dict_merge for copy (GH-21674)
Inada Naoki
2020-08-04
1
-29
/
+67
*
A (very) slight speed improvement for iterating over bytes (#21705)
Guido van Rossum
2020-08-03
1
-6
/
+2
*
bpo-41342: Convert int.__round__ to Argument Clinic (GH-21549)
Serhiy Storchaka
2020-07-20
2
-8
/
+50
*
bpo-41334: Convert constructors of str, bytes and bytearray to Argument Clini...
Serhiy Storchaka
2020-07-20
6
-87
/
+293
*
bpo-41343: Convert methods of complex to Argument Clinic (GH-21550)
Dong-hee Na
2020-07-20
2
-26
/
+99
*
bpo-41333: Convert OrderedDict.pop() to Argument Clinic (GH-21534)
Serhiy Storchaka
2020-07-19
4
-25
/
+67
*
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
scoder
2020-07-18
1
-7
/
+20
*
bpo-41262: Convert memoryview to Argument Clinic. (GH-21421)
Serhiy Storchaka
2020-07-18
2
-74
/
+267
*
Fix a small grammatical mistake in a comment (GH-21526)
Brett Cannon
2020-07-17
1
-1
/
+1
*
bpo-40941: Unify implicit and explicit state in the frame and generator objec...
Mark Shannon
2020-07-17
2
-68
/
+93
*
bpo-36346: Make using the legacy Unicode C API optional (GH-21437)
Serhiy Storchaka
2020-07-10
1
-23
/
+58
[prev]
[next]