index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
/
ACKS
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-19762)
Miss Islington (bot)
2020-06-11
1
-0/+1
*
[3.7] bpo-39435: Fix docs for pickle.loads (GH-18160). (GH-19844)
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
*
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Miss Islington (bot)
2020-02-22
1
-0/+1
*
Reorder entries in Misc/ACKS (GH-17663) (GH-17672)
Éric Araujo
2019-12-28
1
-3/+4
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
Miss Islington (bot)
2019-11-22
1
-0/+1
*
Improve clarity of try-return-finally-return (GH-15677) (GH-15982)
Miss Islington (bot)
2019-09-11
1
-0/+1
*
[3.8] bpo-37409: fix relative import with no parent (GH-14956) (GH-15913)
Miss Islington (bot)
2019-09-11
1
-0/+1
*
bpo-37902: IDLE: Add scrolling for IDLE browsers. (GH-15368)
Miss Islington (bot)
2019-09-05
1
-0/+1
*
[3.7] bpo-37764: Fix infinite loop when parsing unstructured email headers. (...
Ashwin Ramaswami
2019-09-03
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-37642: Update acceptable offsets in timezone (GH-14878) (#15226)
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-37723: Fix performance regression on regular expression parsing. (GH-15030)
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-30088: Document that existing dir structure isn't verified by mailbox.Mai...
Miss Islington (bot)
2019-07-13
1
-0/+1
*
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-1...
Miss Islington (bot)
2019-06-02
1
-0/+1
*
bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not hand...
Miss Islington (bot)
2019-05-24
1
-1/+1
*
bpo-36929: Modify io/re tests to allow for missing mod name (GH-13392)
Miss Islington (bot)
2019-05-21
1
-0/+1
*
[3.7] bpo-22865: Expand on documentation for the pty.spawn function (GH-11980...
Geoff Shannon
2019-05-21
1
-0/+1
*
bpo-35721: Close socket pair if Popen in _UnixSubprocessTransport fails (GH-1...
Miss Islington (bot)
2019-05-20
1
-0/+1
*
bpo-35926: Add support for OpenSSL 1.1.1b on Windows (GH-11779)
Steve Dower
2019-05-16
1
-0/+1
*
bpo-36845: validate integer network prefix when constructing IP networks (GH-...
Miss Islington (bot)
2019-05-14
1
-0/+1
*
bpo-24538: Fix bug in shutil involving the copying of xattrs to read-only fil...
Miss Islington (bot)
2019-05-14
1
-0/+1
*
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...
Miss Islington (bot)
2019-04-12
1
-0/+1
*
bpo-35717: Fix KeyError exception raised when using enums and compile (GH-115...
Miss Islington (bot)
2019-01-30
1
-0/+1
*
bpo-35641: IDLE - format calltip properly when no docstring (GH-11415)
Miss Islington (bot)
2019-01-03
1
-0/+1
*
bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)
Miss Islington (bot)
2018-12-19
1
-0/+1
*
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...
Miss Islington (bot)
2018-11-04
1
-0/+1
*
bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9399)
Miss Islington (bot)
2018-09-22
1
-0/+1
*
bpo-34246: Use no mutable default args in smtplib (GH-8554)
Miss Islington (bot)
2018-09-07
1
-0/+1
*
bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)
Miss Islington (bot)
2018-07-29
1
-0/+1
*
bpo-33648: Remove PY_WARN_ON_C_LOCALE (GH-7114)
Miss Islington (bot)
2018-07-11
1
-0/+1
*
closes bpo-34050: Fix link in SSL docs (GH-8173)
Miss Islington (bot)
2018-07-07
1
-0/+1
*
bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958)
Miss Islington (bot)
2018-06-15
1
-0/+1
*
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (...
Miss Islington (bot)
2018-06-11
1
-0/+1
*
bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922)
Miss Islington (bot)
2018-05-20
1
-0/+1
*
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...
Miss Islington (bot)
2018-05-17
1
-0/+1
*
bpo-33497: Add NEWS and ACKS entries. (GH-6838) (GH-6840)
Miss Islington (bot)
2018-05-14
1
-0/+1
*
bpo-33281: NEWS and ACK (GH-6681) (GH-6682)
Miss Islington (bot)
2018-05-02
1
-0/+1
*
bpo-33256: Replace angle brackets around python object repr to display it in ...
Miss Islington (bot)
2018-04-29
1
-0/+1
*
acks += Zsolt Dollenstein (GH-6490) (GH-6492)
Miss Islington (bot)
2018-04-17
1
-0/+1
*
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` scrip...
Miss Islington (bot)
2018-04-09
1
-0/+1
*
[3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6399)
Miss Islington (bot)
2018-04-06
1
-0/+1
*
bpo-32337: Update documentats about dict order (GH-4973)
Miss Islington (bot)
2018-04-04
1
-0/+1
*
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
Miss Islington (bot)
2018-03-22
1
-0/+1
*
[3.7] bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backup~ (GH-5...
Miss Islington (bot)
2018-03-14
1
-0/+1
*
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
Miss Islington (bot)
2018-03-09
1
-0/+1
[next]