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
/
Misc
/
NEWS.d
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39830: Add zipfile.Path to __all__ (GH-19115)
Zackery Spytz
2020-03-23
1
-0
/
+1
*
bpo-39999: Improve compatibility of the ast module. (GH-19056)
Serhiy Storchaka
2020-03-22
5
-3
/
+6
*
bpo-22490: Remove __PYVENV_LAUNCHER__ from environment during launch (GH-9516)
Ronald Oussoren
2020-03-22
1
-0
/
+2
*
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Dong-hee Na
2020-03-22
1
-0
/
+1
*
bpo-39652: Truncate the column name after '[' only if PARSE_COLNAMES is set. ...
Serhiy Storchaka
2020-03-21
1
-0
/
+2
*
bpo-39946: Remove _PyThreadState_GetFrame (GH-19094)
Victor Stinner
2020-03-20
1
-0
/
+3
*
bpo-39947: Add PyThreadState_GetFrame() function (GH-19092)
Victor Stinner
2020-03-20
1
-0
/
+2
*
bpo-40010: Optimize pending calls in multithreaded applications (GH-19091)
Victor Stinner
2020-03-20
1
-0
/
+8
*
bpo-1635741: Port _weakref extension module to multiphase initialization (PEP...
Hai Shi
2020-03-20
1
-0
/
+1
*
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
Victor Stinner
2020-03-20
1
-0
/
+2
*
bpo-40010: Optimize signal handling in multithreaded applications (GH-19067)
Victor Stinner
2020-03-19
1
-0
/
+8
*
bpo-1635741: Port _collections module to multiphase initialization (GH-19074)
Dong-hee Na
2020-03-19
1
-0
/
+1
*
bpo-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...
Batuhan Taşkaya
2020-03-19
1
-0
/
+2
*
bpo-40000: Improve error messages when validating invalid ast.Constant nodes ...
Batuhan Taşkaya
2020-03-19
1
-0
/
+2
*
bpo-39984: Move pending calls to PyInterpreterState (GH-19066)
Victor Stinner
2020-03-19
1
-0
/
+4
*
bpo-39220: Do not optimise annotation if 'from __future__ import annotations'...
Pablo Galindo
2020-03-18
1
-0
/
+2
*
bpo-37207: Use PEP 590 vectorcall to speed up frozenset() (GH-19053)
Dong-hee Na
2020-03-18
1
-0
/
+2
*
bpo-27807: Skip test_site.test_startup_imports() if pth file (GH-19060)
Victor Stinner
2020-03-18
1
-0
/
+2
*
bpo-1635741: Port _heapq module to multiphase initialization (GH19057)
Dong-hee Na
2020-03-18
1
-0
/
+1
*
bpo-38373: Change list overallocating strategy. (GH-18952)
Serhiy Storchaka
2020-03-17
1
-0
/
+2
*
bpo-39719: Remove softspace from tempfile.SpooledTemporaryFile (GH-18599)
Shantanu
2020-03-17
1
-0
/
+1
*
bpo-39988: Remove ast.AugLoad and ast.AugStore node classes. (GH-19038)
Serhiy Storchaka
2020-03-17
1
-0
/
+2
*
bpo-39984: Add PyInterpreterState.ceval (GH-19047)
Victor Stinner
2020-03-17
1
-0
/
+3
*
bpo-1635741: Port itertools module to multiphase initialization (GH-19044)
Dong-hee Na
2020-03-17
1
-0
/
+1
*
bpo-39824: module_traverse() don't call m_traverse if md_state=NULL (GH-18738)
Victor Stinner
2020-03-17
1
-0
/
+10
*
bpo-26067: Do not fail test_shutil / chown when gid/uid cannot be resolved (#...
Matthias Braun
2020-03-17
1
-0
/
+1
*
bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043)
Victor Stinner
2020-03-17
1
-0
/
+2
*
bpo-39656: Ensure `bin/python3.#` is always present in virtual environments o...
Anthony Sottile
2020-03-17
1
-0
/
+2
*
bpo-37207: Use PEP 590 vectorcall to speed up set() constructor (GH-19019)
Dong-hee Na
2020-03-16
1
-0
/
+2
*
bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977)
Victor Stinner
2020-03-16
1
-0
/
+2
*
bpo-1635741: Port _statistics module to multiphase initialization (GH-19015)
Dong-hee Na
2020-03-16
1
-0
/
+1
*
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
Dong-hee Na
2020-03-16
1
-0
/
+1
*
bpo-39968: Convert extension modules' macros of get_module_state() to inline ...
Hai Shi
2020-03-16
1
-0
/
+1
*
bpo-39638: Keep ASDL signatures in the AST nodes (GH-18515)
Batuhan Taşkaya
2020-03-16
1
-0
/
+2
*
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...
Batuhan Taşkaya
2020-03-15
1
-0
/
+4
*
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
Batuhan Taşkaya
2020-03-15
1
-0
/
+2
*
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
Ross
2020-03-15
1
-0
/
+1
*
bpo-39965: Correctly raise SyntaxError if await is used outside async functio...
Pablo Galindo
2020-03-15
1
-0
/
+3
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Ashwin Ramaswami
2020-03-14
1
-0
/
+1
*
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...
Taine Zhao
2020-03-14
1
-0
/
+1
*
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
Dong-hee Na
2020-03-14
1
-0
/
+2
*
bpo-39871: Fix possible SystemError in atan2, copysign and remainder (GH-18806)
Zackery Spytz
2020-03-14
1
-0
/
+3
*
Revert "bpo-39087: Add _PyUnicode_GetUTF8Buffer()" (GH-18985)
Inada Naoki
2020-03-14
1
-2
/
+0
*
bpo-39087: Add _PyUnicode_GetUTF8Buffer() (GH-17659)
Inada Naoki
2020-03-14
1
-0
/
+2
*
bpo-39947: Add PyThreadState_GetInterpreter() (GH-18981)
Victor Stinner
2020-03-13
1
-0
/
+2
*
bpo-39947: Add PyInterpreterState_Get() function (GH-18979)
Victor Stinner
2020-03-13
1
-0
/
+1
*
bpo-36144: OrderedDict Union (PEP 584) (#18967)
Brandt Bucher
2020-03-13
1
-0
/
+2
*
bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)
Charles Burkland
2020-03-13
1
-0
/
+2
*
bpo-39947: Hide implementation detail of trashcan macros (GH-18971)
Victor Stinner
2020-03-13
1
-0
/
+3
*
bpo-35370: Add _PyEval_SetTrace() function (GH-18975)
Victor Stinner
2020-03-13
1
-0
/
+3
[next]