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
/
next
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43008: Add 'Patch by Ken Hilton' (GH-24370)
Terry Jan Reedy
2021-01-29
1
-0
/
+1
*
bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356)
Victor Stinner
2021-01-29
1
-0
/
+5
*
bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)
Zackery Spytz
2021-01-28
1
-0
/
+2
*
bpo-43031: Set a timeout when running tests in PGO build (GH-24339)
Victor Stinner
2021-01-27
1
-0
/
+2
*
bpo-43008: Make IDLE respect sys.excepthook (GH-24302)
Ken
2021-01-26
1
-0
/
+1
*
bpo-38250: [Enum] single-bit flags are canonical (GH-24215)
Ethan Furman
2021-01-25
1
-0
/
+5
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
1
-1
/
+1
*
bpo-42383: pdb: do not fail to restart the target if the current directory ch...
Andrey Bienkowski
2021-01-25
1
-0
/
+2
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
1
-0
/
+2
*
bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)
Serhiy Storchaka
2021-01-25
1
-0
/
+2
*
bpo-43014: Improve performance of tokenize.tokenize by 20-30%
Anthony Sottile
2021-01-24
1
-0
/
+1
*
bpo-40304: Correct type(name, bases, dict) doc (GH-19553)
Борис Верховский
2021-01-22
1
-0
/
+2
*
bpo-42384: pdb: correctly populate sys.path[0] (GH-23338)
Andrey Bienkowski
2021-01-21
1
-0
/
+1
*
bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191)
pxinwr
2021-01-22
1
-0
/
+1
*
bpo-33289: Return RGB triplet of ints instead of floats from tkinter.colorcho...
Cheryl Sabella
2021-01-21
1
-0
/
+2
*
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Batuhan Taskaya
2021-01-20
1
-0
/
+2
*
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
Victor Stinner
2021-01-20
1
-0
/
+9
*
bpo-42323: Fix math.nextafter() for NaN on AIX (GH-24265)
Victor Stinner
2021-01-20
1
-0
/
+1
*
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
cptpcrd
2021-01-20
1
-0
/
+1
*
bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)
Zhiming Wang
2021-01-20
1
-0
/
+2
*
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
Pablo Galindo
2021-01-19
1
-0
/
+2
*
closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...
Benjamin Peterson
2021-01-18
1
-0
/
+2
*
bpo-36143: make regen-all now also runs regen-keyword (GH-24245)
Victor Stinner
2021-01-18
1
-0
/
+1
*
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner
2021-01-18
1
-0
/
+2
*
bpo-42944 Fix Random.sample when counts is not None (GH-24235)
jonanifranco
2021-01-18
1
-0
/
+1
*
bpo-42931: randbytes missing from random.__all__ (GH-24219)
Setrak Balian
2021-01-15
1
-0
/
+1
*
bpo-42934: use TracebackException(compact=True) in unittest.TestResult (GH-24...
Irit Katriel
2021-01-15
1
-0
/
+3
*
bpo-42877: add the 'compact' param to TracebackException's __init__ (#24179)
Irit Katriel
2021-01-14
1
-0
/
+4
*
bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
Lysandros Nikolaou
2021-01-14
1
-0
/
+2
*
bpo-39273: Expose BUTTON5_* constants in the curses module if available (GH-1...
Zackery Spytz
2021-01-14
1
-0
/
+2
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208)
Tobias Holl
2021-01-13
1
-0
/
+1
*
bpo-42901: [Enum] move member creation to `__set_name__` (GH-24196)
Ethan Furman
2021-01-12
1
-0
/
+3
*
bpo-37324: Remove ABC aliases from collections (GH-23754)
Hugo van Kemenade
2021-01-13
1
-0
/
+2
*
bpo-42848: remove recursion from TracebackException (GH-24158)
Irit Katriel
2021-01-12
1
-0
/
+1
*
bpo-42874: Remove grep -qE options for Solaris 10 compatibility (GH-24200)
Paul Ganssle
2021-01-12
1
-0
/
+3
*
bpo-41994: Fix refcount issues in Python/import.c (GH-22632)
Serhiy Storchaka
2021-01-12
1
-0
/
+1
*
bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)
Victor Stinner
2021-01-12
1
-0
/
+3
*
bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)
Terry Jan Reedy
2021-01-10
1
-0
/
+1
*
bpo-42802: Remove distutils bdist_wininst command (GH-24043)
Victor Stinner
2021-01-09
1
-0
/
+3
*
bpo-42866: Fix refleak in CJK getcodec() (GH-24165)
Victor Stinner
2021-01-08
1
-0
/
+2
*
bpo-42846: Convert CJK codec extensions to multiphase init (GH-24157)
Victor Stinner
2021-01-08
1
-0
/
+3
*
bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154)
Ethan Furman
2021-01-07
1
-0
/
+1
*
bpo-40823: Use loadTestsFromTestCase() iso. makeSuite() in sqlite3 tests (GH-...
Erlend Egeberg Aasland
2021-01-07
1
-0
/
+2
*
bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.parent ...
Yair Frid
2021-01-06
1
-0
/
+2
*
bpo-24464: Deprecate sqlite3.enable_shared_cache (GH-24008)
Erlend Egeberg Aasland
2021-01-06
1
-0
/
+3
*
bpo-40810: Require SQLite 3.7.15 (GH-24106)
Erlend Egeberg Aasland
2021-01-06
1
-0
/
+1
*
bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)
Erlend Egeberg Aasland
2021-01-05
1
-0
/
+1
*
bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)
Steve Dower
2021-01-05
1
-0
/
+1
*
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon
2021-01-05
1
-0
/
+1
*
bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)
Cheryl Sabella
2021-01-05
1
-0
/
+2
[next]