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>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Misc
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-42819, readline: Disable bracketed paste (GH-24108)
3.8
Miss Islington (bot)
2021-02-15
1
-0
/
+1
*
[3.8] bpo-39068: Fix race condition in base64 (GH-17627) (GH-24022)
Serhiy Storchaka
2021-01-01
1
-0
/
+1
*
bpo-42669: Document that `except` rejects nested tuples (GH-23822) (GH-23871)
Miss Islington (bot)
2020-12-20
1
-0
/
+1
*
bpo-40084: [Enum] dir() includes member attributes (GH-19219) (GH-22853)
Miss Islington (bot)
2020-12-09
1
-0
/
+1
*
bpo-29981: Add examples and update index for set, dict, and generator compreh...
Miss Skeleton (bot)
2020-10-24
1
-0
/
+1
*
bpo-41316: Make tarfile follow specs for FNAME (GH-21511)
Miss Skeleton (bot)
2020-10-20
1
-0
/
+1
*
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22...
Miss Skeleton (bot)
2020-10-19
1
-0
/
+1
*
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22748)
Miss Skeleton (bot)
2020-10-18
1
-0
/
+1
*
bpo-37062: Enum: add extended AutoNumber example (GH-22349) (GH-22369)
Miss Islington (bot)
2020-09-22
1
-0
/
+1
*
[3.8] bpo-39728: Enum: fix duplicate `ValueError` (GH-22277) (GH-22283)
Ethan Furman
2020-09-16
1
-0
/
+1
*
[3.8] bpo-37479: Enum - use correct __format__ (GH-14545)
Ethan Furman
2020-09-13
1
-0
/
+1
*
bpo-41048: mimetypes should read the rule file using UTF-8, not the locale en...
Miss Islington (bot)
2020-06-29
1
-0
/
+1
*
bpo-40448: ensurepip: Do not use cache (GH-19812)
Miss Islington (bot)
2020-06-15
1
-0
/
+1
*
bpo-40025: Require _generate_next_value_ to be defined before members(GH-19763)
Miss Islington (bot)
2020-05-27
1
-0
/
+1
*
[3.8] bpo-39435: Fix docs for pickle.loads (GH-18160) (GH-19843)
Antoine Pitrou
2020-05-01
1
-0
/
+1
*
bpo-1812: Fix newline conversion when doctest.testfile loads from a package w...
Miss Islington (bot)
2020-03-26
1
-0
/
+1
*
bpo-39879: Update datamodel docs to include dict ordering (GH-19006)
Miss Islington (bot)
2020-03-26
1
-0
/
+1
*
[3.8] bpo-39815: add cached_property to all (GH-18726) (GH-18728)
Pablo Galindo
2020-03-02
1
-0
/
+1
*
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Miss Islington (bot)
2020-02-22
1
-0
/
+1
*
[3.8] bpo-39546: argparse: Honor allow_abbrev=False for specified prefix_char...
Miss Islington (bot)
2020-02-18
1
-0
/
+1
*
Reorder entries in Misc/ACKS (GH-17663) (GH-17673)
Éric Araujo
2019-12-28
1
-11
/
+12
*
bpo-39002: Fix simple typo: tranlation -> translation (GH-17517) (GH-17538)
Miss Islington (bot)
2019-12-09
1
-0
/
+1
*
bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428)
Miss Islington (bot)
2019-12-06
1
-0
/
+1
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
Miss Islington (bot)
2019-11-22
1
-0
/
+1
*
Add Ilya Kulakov to Misc/ACKS. (GH-17130)
Miss Islington (bot)
2019-11-12
1
-0
/
+1
*
Improve clarity of try-return-finally-return (GH-15677) (GH-15981)
Miss Islington (bot)
2019-09-11
1
-0
/
+1
*
[3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)
Brett Cannon
2019-09-11
1
-0
/
+1
*
bpo-36324: Apply review comments from Allen Downey (GH-15693) (GH-15694)
Miss Islington (bot)
2019-09-05
1
-0
/
+1
*
bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368)
Miss Islington (bot)
2019-09-04
1
-0
/
+1
*
[3.8] bpo-37764: Fix infinite loop when parsing unstructured email headers. (...
Abhilash Raj
2019-09-04
1
-0
/
+1
*
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seco...
Miss Islington (bot)
2019-08-29
1
-0
/
+1
*
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-131...
Miss Islington (bot)
2019-08-27
1
-0
/
+1
*
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)
Paul Ganssle
2019-08-15
1
-0
/
+1
*
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
Miss Islington (bot)
2019-08-14
1
-0
/
+1
*
bpo-16970: Adding error message for invalid args (GH-14844)
Miss Islington (bot)
2019-08-01
1
-0
/
+1
*
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)
Miss Islington (bot)
2019-07-31
1
-0
/
+1
*
bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646)
Miss Islington (bot)
2019-07-31
1
-0
/
+1
*
bpo-37627: Add acknowledgment (GH-14883)
Miss Islington (bot)
2019-07-21
1
-0
/
+1
*
bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316) (GH-14759)
Miss Islington (bot)
2019-07-14
1
-0
/
+1
*
bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...
Miss Islington (bot)
2019-07-13
1
-0
/
+1
*
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
Miss Islington (bot)
2019-07-12
1
-0
/
+1
*
bpo-18374: fix wrong col_offset of some ast.BinOp instances (GH-14607)
Miss Islington (bot)
2019-07-08
1
-0
/
+1
*
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...
Michele Angrisano
2019-06-02
1
-0
/
+1
*
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...
Matěj Cepl
2019-05-23
1
-1
/
+1
*
bpo-36878: Track extra text added to 'type: ignore' in the AST (GH-13479)
Michael J. Sullivan
2019-05-22
1
-0
/
+1
*
bpo-36972: Add SupportsIndex (GH-13448)
Paul Dagnelie
2019-05-22
1
-0
/
+1
*
bpo-36929: Modify io/re tests to allow for missing mod name (#13392)
Max Bernstein
2019-05-21
1
-0
/
+1
*
bpo-23896: Add a grammar where exec isn't a stmt (#13272)
Batuhan Taşkaya
2019-05-20
1
-0
/
+1
*
bpo-22865: Expand on documentation for the pty.spawn function (GH-11980)
Geoff Shannon
2019-05-20
1
-0
/
+1
*
bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-1...
Niklas Fiekas
2019-05-20
1
-0
/
+1
[next]