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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.7] bpo-43660: Fix crash when displaying exceptions with custom values for ...
Pablo Galindo
2021-03-30
1
-0
/
+2
*
Bring Python into the new year. (GH-24036) (GH-24052)
Miss Islington (bot)
2021-01-01
1
-1
/
+1
*
[3.7] bpo-29778: Ensure python3.dll is loaded from correct locations when Pyt...
Steve Dower
2020-07-06
1
-2
/
+0
*
bpo-24048: Save the live exception during import.c's remove_module() (GH-13005)
Miss Islington (bot)
2020-05-29
1
-3
/
+7
*
[3.7] bpo-40663: Correctly handle annotations with subscripts in ast_unparse....
Batuhan Taskaya
2020-05-22
1
-2
/
+19
*
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
Steve Dower
2020-05-18
1
-2
/
+2
*
bpo-40650: Include winsock2.h in pytime.c, instead of a full windows.h (GH-20...
Miss Islington (bot)
2020-05-18
1
-1
/
+1
*
[3.7] bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750) ...
Robert Rouhani
2020-05-05
1
-7
/
+7
*
bpo-20526: Fix PyThreadState_Clear(): don't decref frame (GH-19120) (GH-19136...
Victor Stinner
2020-03-24
1
-2
/
+10
*
[3.7] bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780) (G...
bobince
2020-03-12
1
-3
/
+3
*
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
Miss Islington (bot)
2020-03-11
1
-0
/
+1
*
[3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750). (GH-18765)
Serhiy Storchaka
2020-03-08
1
-2
/
+1
*
bpo-39776: Lock ++interp->tstate_next_unique_id (GH-18746)
Stefan Krah
2020-03-03
1
-1
/
+1
*
[3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750). (GH-18760)
Pablo Galindo
2020-03-03
1
-1
/
+2
*
[3.7] Bring Python into the next decade. (GH-17801). (GH-17803)
Benjamin Peterson
2020-01-02
1
-1
/
+1
*
[3.7] Fix elif start column offset when there is an else following (GH-17596)...
Pablo Galindo
2019-12-14
1
-2
/
+2
*
[3.7] bpo-39031: Include elif keyword when producing lineno/col-offset info f...
Pablo Galindo
2019-12-13
1
-2
/
+2
*
bpo-38979: fix ContextVar "__class_getitem__" method (GH-17497)
Miss Islington (bot)
2019-12-08
1
-3
/
+4
*
bpo-38823: Fix refleak in marshal init error path (GH-17260)
Miss Islington (bot)
2019-11-20
1
-1
/
+4
*
[3.7] bpo-38535: Fix positions for AST nodes for calls without arguments in d...
Serhiy Storchaka
2019-10-26
1
-2
/
+3
*
Fix typo in formatter_unicode (GH-16831)
Miss Skeleton (bot)
2019-10-25
1
-1
/
+1
*
bpo-38540: Revert a warning if PY_SSIZE_T_CLEAN is not defined. (GH-16876)
Serhiy Storchaka
2019-10-21
1
-13
/
+1
*
bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869)
Miss Skeleton (bot)
2019-10-21
1
-2
/
+26
*
Typo fix - implemention should be implementation (GH-16806)
Miss Islington (bot)
2019-10-15
1
-1
/
+1
*
Typo fix: "throuhgh" should be "through". (GH-16704)
Miss Islington (bot)
2019-10-10
1
-1
/
+1
*
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)
Miss Islington (bot)
2019-10-10
1
-1
/
+2
*
Typo fix: "empy" should be "empty". (GH-16666)
Miss Islington (bot)
2019-10-08
1
-1
/
+1
*
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
Miss Islington (bot)
2019-10-08
1
-1
/
+1
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH...
Paul Ganssle
2019-09-11
2
-7
/
+7
*
closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)
Miss Islington (bot)
2019-09-11
1
-8
/
+6
*
[3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)
Miss Islington (bot)
2019-09-11
1
-10
/
+13
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Miss Islington (bot)
2019-08-23
1
-1
/
+8
*
Adjust builtins.zip() docstring to better communicate its signature (GH-14833)
Miss Islington (bot)
2019-07-19
1
-1
/
+1
*
[3.7] bpo-37500: Revert commit 85ed1712e428f93408f56fc684816f9a85b0ebc0 (GH-1...
Pablo Galindo
2019-07-05
2
-15
/
+9
*
bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) (GH-14515)
Victor Stinner
2019-07-01
1
-1
/
+1
*
bpo-37369: Fixes path for sys.executable when running from the Microsoft Stor...
Steve Dower
2019-06-28
1
-2
/
+12
*
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) ...
Miss Islington (bot)
2019-06-17
1
-12
/
+5
*
bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (G...
Miss Islington (bot)
2019-06-15
1
-9
/
+3
*
[3.7] bpo-37269: Correctly optimise conditionals with constant booleans (GH-1...
Pablo Galindo
2019-06-14
1
-0
/
+5
*
bpo-36829: Enhance PyErr_WriteUnraisable() (GH-13487)
Victor Stinner
2019-05-22
1
-53
/
+84
*
bpo-1875: Raise SyntaxError in invalid blocks that will be optimised away (GH...
Miss Islington (bot)
2019-05-17
2
-9
/
+16
*
bpo-36791: Safer detection of integer overflow in sum(). (GH-13080)
Miss Islington (bot)
2019-05-12
1
-3
/
+5
*
[3.7] bpo-34408: Prevent a null pointer dereference and resource leakage in `...
Pablo Galindo
2019-05-10
1
-6
/
+10
*
[3.7] bpo-9566: Fix compiler warnings on Windows (GH-12920)
Victor Stinner
2019-04-23
2
-22
/
+48
*
bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) (GH-12863)
Miss Islington (bot)
2019-04-17
1
-15
/
+23
*
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
Miss Islington (bot)
2019-03-25
4
-11
/
+24
*
bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-1062...
Zackery Spytz
2019-03-22
1
-3
/
+5
*
bpo-36236: Handle removed cwd at Python init (GH-12450)
Victor Stinner
2019-03-20
2
-5
/
+13
*
bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276) (GH-12331)
Victor Stinner
2019-03-14
1
-54
/
+25
*
[3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (...
Serhiy Storchaka
2019-03-14
4
-9
/
+9
[next]