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
*
gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323)
Miss Islington (bot)
2022-09-08
1
-0/+2
*
GH-96179: Fix misleading example on the bisect documentation (GH-96228)
Miss Islington (bot)
2022-08-24
1
-0/+1
*
gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function...
Steve Dower
2022-08-03
1
-0/+1
*
[3.10] gh-79009: sqlite3.iterdump now correctly handles tables with autoincre...
Miss Islington (bot)
2022-06-20
1
-0/+1
*
gh-57539: Increase calendar test coverage (GH-93468) (GH-93565)
Miss Islington (bot)
2022-06-07
1
-0/+1
*
gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) (G...
Miss Islington (bot)
2022-05-24
1
-0/+1
*
bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816)
Miss Islington (bot)
2022-05-18
1
-0/+1
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-10
1
-0/+1
*
bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380)
Miss Islington (bot)
2022-04-05
1
-0/+1
*
bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
Miss Islington (bot)
2022-04-04
1
-0/+1
*
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
Miss Islington (bot)
2022-03-18
1
-0/+1
*
[3.10] bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-3106...
Matt Bogosian
2022-03-11
1
-0/+1
*
bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696)
Miss Islington (bot)
2022-03-07
1
-0/+1
*
bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31...
Miss Islington (bot)
2022-02-21
1
-0/+1
*
[3.10] bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) (GH-31379)
Miss Islington (bot)
2022-02-17
1
-0/+1
*
bpo-46434: Handle missing docstrings in pdb help (GH-30705)
Miss Islington (bot)
2022-01-21
1
-0/+1
*
bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142)
Miss Islington (bot)
2022-01-18
1
-0/+1
*
bpo-44904: Fix classmethod property bug in doctest module (GH-28838)
Miss Islington (bot)
2021-10-28
1
-0/+1
*
bpo-26228: Fix pty EOF handling (GH-12049) (GH-27732)
Miss Islington (bot)
2021-08-12
1
-0/+1
*
bpo-39091: Fix segfault when Exception constructor returns non-exception for ...
Miss Islington (bot)
2021-08-03
1
-0/+1
*
bpo-44792: Improve syntax errors for if expressions (GH-27506) (GH-27565)
Miss Islington (bot)
2021-08-02
1
-0/+1
*
bpo-44666: Use default encoding as fallback for compile_file (GH-27236) (GH-2...
Miss Islington (bot)
2021-07-30
1
-0/+1
*
[3.10] bpo-44342: [Enum] improve test, add andrei kulakov to ACKS (GH-26726)
Ethan Furman
2021-06-16
1
-0/+1
*
Add bpo-42914 to What's New (GH-25124)
Miss Islington (bot)
2021-06-03
1
-0/+1
*
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...
Miss Islington (bot)
2021-05-10
1
-0/+1
*
bpo-44059: Register the SerenityOS Browser in the webbrowser module (GH-25947...
Miss Islington (bot)
2021-05-06
1
-0/+1
*
bpo-32822: Add finally with return/break/continue to the tutorial (GH-25600) ...
Miss Islington (bot)
2021-05-04
1
-0/+1
*
bpo-41100: Update Misc/ACKS (GH-25808)
Ned Deily
2021-05-02
1
-0/+4
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
1
-0/+1
*
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)
Llandy Riveron Del Risco
2021-04-26
1
-0/+1
*
bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...
Tymoteusz Wołodźko
2021-04-25
1
-0/+1
*
bpo-43917: Fix pure python equivalent for classmethod (GH-25544)
Raymond Hettinger
2021-04-23
1
-1/+2
*
bpo-40849: Expose X509_V_FLAG_PARTIAL_CHAIN ssl flag (GH-20463)
l0x
2021-04-19
1
-0/+1
*
bpo-36076: Add SNI support to ssl.get_server_certificate. (GH-16820)
juhovh
2021-04-18
1
-0/+1
*
Update ACKS (GH-25423)
Ethan Furman
2021-04-15
1
-0/+2
*
bpo-43712 : fileinput: Add encoding parameter (GH-25272)
Inada Naoki
2021-04-14
1
-0/+1
*
bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751)
Alex Prengère
2021-03-30
1
-0/+1
*
bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779)
Sergey B Kirpichev
2021-03-22
1
-0/+1
*
bpo-42603: Add whatsnew and ACKS entries. (GH-24675)
Ned Deily
2021-03-01
1
-0/+1
*
bpo-42819, readline: Disable bracketed paste (GH-24108)
Dustin Rodrigues
2021-02-15
1
-0/+1
*
bpo-38250: [Enum] single-bit flags are canonical (GH-24215)
Ethan Furman
2021-01-25
1
-0/+1
*
bpo-42870: Document change in argparse help output. (GH-24190)
Tomáš Hrnčiar
2021-01-12
1
-0/+1
*
bpo-39068: Fix race condition in base64 (GH-17627)
Brandon Stansbury
2020-12-31
1
-0/+1
*
bpo-42669: Document that `except` rejects nested tuples (GH-23822)
Colin Watson
2020-12-20
1
-0/+1
*
Fixed typo in itertools documentation (GH-23816)
Casper Smet
2020-12-19
1
-0/+1
*
bpo-42615: Delete redundant jump instructions that only bypass empty blocks (...
Om G
2020-12-16
1
-0/+1
*
Added support for negative indexes to PurePath.parents (GH-21799)
Yaroslav Pankovych
2020-11-23
1
-0/+1
*
bpo-15450: Allow subclassing of dircmp (GH-23424) (#23424)
Nick Crews
2020-11-23
1
-0/+1
*
bpo-35498: Added slice support to PathLib parents attribute. (GH-11165)
Joshua Cannon
2020-11-20
1
-0/+1
*
bpo-42345: Fix three issues with typing.Literal parameters (GH-23294)
Yurii Karabas
2020-11-17
1
-0/+1
[next]