| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-84538: add strict argument to pathlib.PurePath.relative_to (GH-19813) | domragusa | 2022-10-28 | 1 | -0/+1 |
|
|
* | gh-95023: Added os.setns and os.unshare functions (#95046) | Noam Cohen | 2022-10-20 | 1 | -0/+1 |
|
|
* | I changed my surname early this year (#96671) | Tshepang Mbambo | 2022-10-05 | 1 | -1/+1 |
|
|
* | gh-97816: Remove unused variables in `mutliprocessing.managers.Server` (#97817) | Koki Saito | 2022-10-04 | 1 | -0/+1 |
|
|
* | gh-96348: Deprecate the 3-arg signature of coroutine.throw and generator.thro... | Ofey Chan | 2022-09-30 | 1 | -0/+1 |
|
|
* | gh-90467: StreamReaderProtocol - add strong reference to created task (#96323) | Kirill | 2022-08-27 | 1 | -0/+2 |
|
|
* | GH-96179: Fix misleading example on the bisect documentation (GH-96228) | prego | 2022-08-24 | 1 | -0/+1 |
|
|
* | gh-90536: Add support for the BOLT post-link binary optimizer (gh-95908) | Kevin Modzelewski | 2022-08-18 | 1 | -0/+1 |
|
|
* | gh-95804: Respect MemoryHandler.flushOnClose in logging shutdown. (GH-95857) | David Bonner | 2022-08-10 | 1 | -0/+1 |
|
|
* | gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848) | Petr Viktorin | 2022-08-10 | 1 | -1/+1 |
|
|
* | gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819) | Petr Viktorin | 2022-08-10 | 1 | -0/+1 |
|
|
* | gh-95423: Update winreg.DeleteKeyEx documentation and remove dynamic function... | Derek Kim | 2022-08-03 | 1 | -0/+1 |
|
|
* | gh-87822: Make traceback module robust to exceptions from repr() of local val... | Simon-Martin Schröder | 2022-07-11 | 1 | -0/+1 |
|
|
* | gh-79009: sqlite3.iterdump now correctly handles tables with autoincrement (#... | itssme | 2022-06-19 | 1 | -0/+1 |
|
|
* | gh-93370: Deprecate sqlite3.version and sqlite3.version_info (#93482) | Kalyan | 2022-06-07 | 1 | -0/+1 |
|
|
* | gh-57539: Increase calendar test coverage (GH-93468) | Hugo van Kemenade | 2022-06-07 | 1 | -0/+1 |
|
|
* | gh-93065: Fix HAMT to iterate correctly over 7-level deep trees (GH-93066) | Yury Selivanov | 2022-05-23 | 1 | -0/+1 |
|
|
* | Add __class_getitem__ to csv.DictReader and csv.DictWriter (#92393) | Marc Mueller | 2022-05-08 | 1 | -0/+1 |
|
|
* | gh-78157: [Enum] nested classes will not be members in 3.13 (GH-92366) | Ethan Furman | 2022-05-06 | 1 | -0/+1 |
|
|
* | gh-91996: Add an HTTPMethod StrEnum to http (GH-91997) | cibofo | 2022-05-05 | 1 | -0/+1 |
|
|
* | bpo-43827: Make arguments to abc.ABCMeta.__new__ pos-only (#25385) | Vlad Hoi | 2022-05-05 | 1 | -0/+1 |
|
|
* | gh-91928: Add `datetime.UTC` alias for `datetime.timezone.utc` (GH-91973) | Kabir Kwatra | 2022-05-03 | 1 | -0/+1 |
|
|
* | gh-70363: Implement `io.IOBase` interface for `SpooledTemporaryFile` (GH-29560) | Carey Metcalfe | 2022-05-03 | 1 | -0/+1 |
|
|
* | bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858) | Itai Steinherz | 2022-05-02 | 1 | -0/+1 |
|
|
* | Revert "gh-85567: Register a cleanup function to close files for FileType obj... | Victor Stinner | 2022-04-21 | 1 | -1/+0 |
|
|
* | gh-85567: Register a cleanup function to close files for FileType objects in ... | achhina | 2022-04-18 | 1 | -0/+1 |
|
|
* | bpo-41233: Add links to errnos referenced in exceptions docs (GH-21380) | yyyyyyyan | 2022-04-05 | 1 | -0/+1 |
|
|
* | bpo-46484:Add test for Calendar.iterweekdays (GH-30825) | 180909 | 2022-04-04 | 1 | -0/+1 |
|
|
* | bpo-14265: Adds fully qualified test name to unittest output (GH-32138) | Sam Ezeh | 2022-03-29 | 1 | -0/+1 |
|
|
* | bpo-31582: Created a new documentation section describing sys.path initializa... | Russel Webber | 2022-03-23 | 1 | -0/+1 |
|
|
* | bpo-433030: Add support of atomic grouping in regular expressions (GH-31982) | Serhiy Storchaka | 2022-03-21 | 1 | -0/+1 |
|
|
* | bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) | Bader Zaidan | 2022-03-17 | 1 | -0/+1 |
|
|
* | bpo-39829: Fix `__len__()` is called twice in list() constructor (GH-31816) | Crowthebird | 2022-03-14 | 1 | -1/+1 |
|
|
* | bpo-46581: Propagate private vars via _GenericAlias.copy_with (GH-31061) | Matt Bogosian | 2022-03-10 | 1 | -0/+1 |
|
|
* | bpo-43292: Fix file leak in `ET.iterparse()` when not exhausted (GH-31696) | Jacob Walls | 2022-03-07 | 1 | -0/+1 |
|
|
* | bpo-45735: Promise the long-time truth that `args=list` works (GH-30982) | Charlie Zhao | 2022-02-26 | 1 | -0/+1 |
|
|
* | bpo-39327: Close file descriptors as soon as possible in shutil.rmtree (GH-31... | Lital Natan | 2022-02-20 | 1 | -0/+1 |
|
|
* | bpo-46333: Honor `module` parameter in ForwardRef (GH-30536) | aha79 | 2022-02-17 | 1 | -0/+1 |
|
|
* | bpo-46066: Deprecate kwargs syntax for TypedDict definitions (GH-31126) | 97littleleaf11 | 2022-02-17 | 1 | -0/+1 |
|
|
* | bpo-46730: Add more info to @property AttributeError messages (GH-31311) | Alex-Blade | 2022-02-16 | 1 | -0/+1 |
|
|
* | bpo-46407: Optimizing some modulo operations (GH-30653) | Crowthebird | 2022-01-28 | 1 | -0/+1 |
|
|
* | bpo-46434: Handle missing docstrings in pdb help (GH-30705) | Tom Sparrow | 2022-01-21 | 1 | -0/+1 |
|
|
* | bpo-45554: Document multiprocessing.Process.exitcode values (GH-30142) | John Marshall | 2022-01-18 | 1 | -0/+1 |
|
|
* | bpo-46297: Fix interpreter crash on startup with multiple PythonPaths set in ... | Daniel | 2022-01-07 | 1 | -0/+1 |
|
|
* | bpo-46055: Speed up binary shifting operators (GH-30044) | Xinhang Xu | 2021-12-27 | 1 | -0/+1 |
|
|
* | bpo-45917: Add math.exp2() method - return 2 raised to the power of x (GH-29829) | Gideon | 2021-11-29 | 1 | -0/+1 |
|
|
* | bpo-44904: Fix classmethod property bug in doctest module (GH-28838) | Alex Waygood | 2021-10-28 | 1 | -0/+1 |
|
|
* | bpo-45012: Release GIL around stat in os.scandir (GH-28085) | Stanisław Skonieczny | 2021-09-07 | 1 | -0/+1 |
|
|
* | bpo-45034: Fix how upper limit is formatted for `struct.pack("H", ...)` (GH-2... | Nikita Sobolev | 2021-09-07 | 1 | -0/+1 |
|
|
* | Update ACKS (GH-27988) | Soumendra Ganguly | 2021-08-27 | 1 | -0/+1 |
|
|