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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42866: Add traverse func to _multibytecodec.MultibyteCodec (GH-24166)
Victor Stinner
2021-01-08
1
-3
/
+13
*
bpo-42866: Fix refleak in CJK getcodec() (GH-24165)
Victor Stinner
2021-01-08
1
-0
/
+1
*
bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157)
Victor Stinner
2021-01-08
1
-29
/
+39
*
bpo-41798: Allocate the _datetime.datetime_CAPI on the heap memory (GH-24096)
Hai Shi
2021-01-06
1
-21
/
+43
*
bpo-41798: Allocate _socket module C API on the heap (GH-24126)
Erlend Egeberg Aasland
2021-01-06
2
-16
/
+47
*
bpo-41798: Allocate _decimal extension module C API on the heap (GH-24117)
Erlend Egeberg Aasland
2021-01-06
1
-5
/
+20
*
bpo-40959: Remove unused declarations from sqlite3 headers (GH-20828)
Erlend Egeberg Aasland
2021-01-06
5
-16
/
+0
*
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland
2021-01-06
3
-38
/
+6
*
bpo-40956: Convert _sqlite3.Cursor to Argument Clinic (GH-24007)
Erlend Egeberg Aasland
2021-01-06
3
-68
/
+396
*
bpo-42681: Fix test_curses failures related to color pairs (GH-24089)
Serhiy Storchaka
2021-01-05
1
-20
/
+40
*
bpo-1635741: Convert _multibytecodec to multi-phase init (GH-24095)
Erlend Egeberg Aasland
2021-01-04
2
-261
/
+218
*
bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)
Mohamed Koubaa
2021-01-04
2
-164
/
+177
*
bpo-42692: fix __builtin_available check on older compilers (GH-23873)
Joshua Root
2021-01-04
1
-1
/
+7
*
bpo-42681: Fix range checks for color and pair numbers in curses (GH-23874)
Serhiy Storchaka
2021-01-03
2
-61
/
+76
*
bpo-41798: pyexpat: Allocate the expat_CAPI on the heap memory (GH-24061)
Hai Shi
2021-01-03
1
-27
/
+40
*
bpo-40077: Add traverse/clear/free to arraymodule (GH-24066)
Erlend Egeberg Aasland
2021-01-03
1
-6
/
+33
*
bpo-40077: Convert arraymodule to use heap types and establish module state (...
Erlend Egeberg Aasland
2021-01-02
2
-159
/
+195
*
bpo-42393: Raise OverflowError iso. DeprecationWarning on overflow in socket....
Erlend Egeberg Aasland
2020-12-31
1
-26
/
+10
*
bpo-40137: Fix refleak in _functools_exec() (GH-24006)
Victor Stinner
2020-12-30
1
-0
/
+1
*
bpo-40956: Convert _sqlite3.Row to Argument Clinic (GH-23964)
Erlend Egeberg Aasland
2020-12-29
2
-21
/
+86
*
bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)
Jakub KulĂk
2020-12-29
3
-11
/
+7
*
bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)
Hai Shi
2020-12-29
1
-222
/
+253
*
Fix minor typo in comments in readline.c (GH-23911)
Jero Bado
2020-12-29
1
-1
/
+1
*
Fix compiler warnings regarding loss of data (GH-23983)
Pablo Galindo
2020-12-29
1
-1
/
+1
*
Use Py_NewRef in Modules/_struct.c (GH-23981)
Pablo Galindo
2020-12-28
1
-2
/
+1
*
bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975)
Erlend Egeberg Aasland
2020-12-28
1
-1
/
+1
*
bpo-1635741: sqlite3: Fix ref leak introduced by commit bf64d90 (GH-23972)
Erlend Egeberg Aasland
2020-12-28
1
-1
/
+0
*
bpo-1635741: sqlite3 uses Py_NewRef/Py_XNewRef (GH-23170)
Erlend Egeberg Aasland
2020-12-27
7
-82
/
+45
*
bpo-40956: Convert _sqlite3.Connection to Argument Clinic, part 2 (GH-23838)
Erlend Egeberg Aasland
2020-12-27
4
-77
/
+297
*
bpo-42694: Prevent creating _curses_panel.panel (GH-23948)
Victor Stinner
2020-12-26
1
-1
/
+2
*
bpo-25246: Optimize deque.remove() (GH-23898)
Raymond Hettinger
2020-12-23
1
-32
/
+42
*
bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
Victor Stinner
2020-12-23
1
-19
/
+23
*
bpo-1635741: Port resource extension module to module state (GH-23462)
Christian Heimes
2020-12-23
1
-13
/
+43
*
bpo-42620: Improve socket.getsockname doc string (GH-23742)
Christian Heimes
2020-12-22
1
-2
/
+3
*
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner
2020-12-23
1
-0
/
+13
*
bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868)
erykoff
2020-12-22
1
-2
/
+10
*
bpo-42008: Fix internal _random.Random() seeding for the one argument case (G...
AMIR
2020-12-21
1
-1
/
+12
*
bpo-40956: Fix sqlite3 AC code (GH-23837)
Dong-hee Na
2020-12-19
2
-9
/
+32
*
bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341)
Erlend Egeberg Aasland
2020-12-18
3
-135
/
+702
*
bpo-1635741: Port _thread to multiphase init (GH-23811)
Victor Stinner
2020-12-18
1
-90
/
+221
*
bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614)
Victor Stinner
2020-12-16
1
-10
/
+4
*
bpo-1635741: Refactor _threadmodule.c (GH-23793)
Victor Stinner
2020-12-16
1
-311
/
+226
*
bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779)
Victor Stinner
2020-12-15
1
-35
/
+11
*
bpo-32381: pymain_run_file() uses PySys_FormatStderr() (GH-23778)
Victor Stinner
2020-12-15
1
-17
/
+34
*
bpo-14935: Remove static state from the _csv module (GH-23224)
Petr Viktorin
2020-12-15
1
-241
/
+303
*
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
1
-97
/
+53
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
1
-18
/
+35
*
bpo-42639: Cleanup atexitmodule.c (GH-23770)
Victor Stinner
2020-12-14
1
-126
/
+109
*
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
Victor Stinner
2020-12-09
1
-27
/
+8
*
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Victor Stinner
2020-12-09
1
-27
/
+14
[next]