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
/
Core and Builtins
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)
Serhiy Storchaka
2021-01-25
1
-0
/
+2
*
bpo-40176: Improve error messages for unclosed string literals (GH-19346)
Batuhan Taskaya
2021-01-20
1
-0
/
+2
*
bpo-42864: Improve error messages regarding unclosed parentheses (GH-24161)
Pablo Galindo
2021-01-19
1
-0
/
+2
*
bpo-42827: Fix crash on SyntaxError in multiline expressions (GH-24140)
Lysandros Nikolaou
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-37324: Remove ABC aliases from collections (GH-23754)
Hugo van Kemenade
2021-01-13
1
-0
/
+2
*
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-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon
2021-01-05
1
-0
/
+1
*
Python 3.10.0a4
v3.10.0a4
Pablo Galindo
2021-01-04
19
-45
/
+0
*
bpo-1635741: Port pyexpat to multi-phase init (PEP 489) (GH-22222)
Mohamed Koubaa
2021-01-04
1
-0
/
+2
*
bpo-42814: Fix undefined behavior in Objects/genericaliasobject.c (GH-24073)
Zackery Spytz
2021-01-03
1
-0
/
+1
*
bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)
Pablo Galindo
2021-01-03
1
-0
/
+2
*
bpo-40631: Disallow single parenthesized star target (GH-24027)
Lysandros Nikolaou
2021-01-03
1
-0
/
+2
*
bpo-40077: Convert arraymodule to use heap types and establish module state (...
Erlend Egeberg Aasland
2021-01-02
1
-0
/
+1
*
bpo-27794: Add `name` attribute to `property` class (GH-23967)
Yurii Karabas
2020-12-30
1
-0
/
+3
*
bpo-40137: Convert _functools module to use PyType_FromModuleAndSpec. (GH-23405)
Hai Shi
2020-12-29
1
-0
/
+1
*
bpo-40521: Per-interpreter interned strings (GH-20085)
Victor Stinner
2020-12-26
1
-0
/
+2
*
bpo-42745: Make the type cache per-interpreter (GH-23947)
Victor Stinner
2020-12-26
1
-0
/
+1
*
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
Victor Stinner
2020-12-26
1
-0
/
+3
*
bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE (GH-23724)
Victor Stinner
2020-12-23
1
-0
/
+2
*
bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896)
Mark Shannon
2020-12-23
1
-0
/
+1
*
bpo-42008: Fix internal _random.Random() seeding for the one argument case (G...
AMIR
2020-12-21
1
-0
/
+1
*
bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802)
Julien Palard
2020-12-18
1
-8
/
+7
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
1
-0
/
+3
*
Fix reStructuredText typo in NEWS.d. (GH-23800)
Julien Palard
2020-12-16
1
-1
/
+1
*
bpo-42615: Delete redundant jump instructions that only bypass empty blocks (...
Om G
2020-12-16
1
-0
/
+2
*
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
1
-0
/
+3
*
bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and t...
kj
2020-12-13
1
-0
/
+11
*
bpo-30858: Improve error location for expressions with assignments (GH-23753)
Pablo Galindo
2020-12-13
1
-0
/
+2
*
bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642)
Victor Stinner
2020-12-08
1
-0
/
+3
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
21
-72
/
+0
*
bpo-42576: Clarify only debug builds are affected in news (GH-23663)
kj
2020-12-06
1
-1
/
+2
*
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias ...
kj
2020-12-05
1
-0
/
+3
*
bpo-42536: GC track recycled tuples (GH-23623)
Brandt Bucher
2020-12-04
1
-0
/
+26
*
bpo-26131: Deprecate usage of load_module() (GH-23469)
Brett Cannon
2020-12-04
1
-0
/
+2
*
bpo-42246: Make sure that line number is correct after a return, as required ...
Mark Shannon
2020-12-02
1
-0
/
+2
*
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
1
-0
/
+2
*
bpo-42202: Store func annotations as a tuple (GH-23316)
Yurii Karabas
2020-11-25
1
-0
/
+2
*
bpo-42435: Speed up comparison of bytes and bytearray object (GH--23461)
Serhiy Storchaka
2020-11-22
1
-0
/
+2
*
bpo-1635741: Port _warnings to the multi-phase init (GH-23379)
Victor Stinner
2020-11-19
1
-0
/
+2
*
bpo-42349: Compiler clean up. More yak-shaving for PEP 626. (GH-23267)
Mark Shannon
2020-11-17
1
-0
/
+1
*
bpo-41686: Always create the SIGINT event on Windows (GH-23344)
Victor Stinner
2020-11-17
1
-0
/
+4
*
bpo-42381: Allow walrus in set literals and set comprehensions (GH-23332)
Pablo Galindo
2020-11-17
1
-0
/
+2
*
bpo-42316: Allow unparenthesized walrus operator in indexes (GH-23317)
Lysandros Nikolaou
2020-11-17
1
-0
/
+1
*
bpo-42374: Allow unparenthesized walrus in genexps (GH-23319)
Lysandros Nikolaou
2020-11-16
1
-0
/
+2
*
bpo-42332: Add weakref slot to types.GenericAlias (GH-23250)
kj
2020-11-15
1
-0
/
+1
*
bpo-42296: On Windows, fix CTRL+C regression (GH-23257)
Victor Stinner
2020-11-13
1
-0
/
+4
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
1
-0
/
+2
*
bpo-42233: Add union type expression support for GenericAlias and fix de-dupl...
kj
2020-11-08
1
-0
/
+5
[next]