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
/
NEWS.d
/
next
/
Library
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-105375: Improve error handling in _ctypes (#105593)
Erlend E. Aasland
2023-06-11
1
-0/+1
*
bpo-44185: Added close() to mock_open __exit__ (#26902)
Samet YASLAN
2023-06-11
1
-0/+3
*
gh-102676: Add more convenience properties to `dis.Instruction` (#103969)
Tomas R
2023-06-11
1
-0/+3
*
gh-105375: Improve _decimal error handling (#105605)
Erlend E. Aasland
2023-06-11
1
-0/+1
*
gh-105375: Harden _datetime initialisation (#105604)
Erlend E. Aasland
2023-06-11
1
-0/+2
*
gh-105375: Improve array.array exception handling (#105594)
Erlend E. Aasland
2023-06-11
1
-0/+2
*
gh-105375: Harden _ssl initialisation (#105599)
Erlend E. Aasland
2023-06-11
1
-0/+2
*
gh-80480: Emit DeprecationWarning for array's 'u' type code (#95760)
Hugo van Kemenade
2023-06-11
1
-0/+2
*
gh-105375: Improve error handling in `zoneinfo` module (#105586)
Nikita Sobolev
2023-06-09
1
-0/+1
*
gh-105375: Improve error handling in _elementtree (#105591)
Erlend E. Aasland
2023-06-09
1
-0/+1
*
gh-105375: Improve posix error handling (#105592)
Erlend E. Aasland
2023-06-09
1
-0/+2
*
gh-105375: Improve errnomodule error handling (#105590)
Erlend E. Aasland
2023-06-09
1
-0/+1
*
gh-105375: Improve _pickle error handling (#105475)
Erlend E. Aasland
2023-06-09
1
-0/+1
*
gh-105497: [Enum] Fix Flag inversion when alias/mask members exist. (GH-105542)
Ethan Furman
2023-06-09
1
-0/+1
*
gh-94924: support `inspect.iscoroutinefunction` in `create_autospec(async_def...
Thomas Grainger
2023-06-09
1
-0/+1
*
gh-105545: Remove deprecated `MacOSXOSAScript._name` (gh-105546)
Nikita Sobolev
2023-06-09
1
-0/+1
*
gh-105332: [Enum] Fix unpickling flags in edge-cases (GH-105348)
Nikita Sobolev
2023-06-08
1
-0/+1
*
gh-104310: Rename the New Function in importlib.util (gh-105255)
Eric Snow
2023-06-08
1
-0/+7
*
GH-104996: Defer joining of `pathlib.PurePath()` arguments. (GH-104999)
Barney Gale
2023-06-07
1
-0/+2
*
gh-105375: Improve error handling in sqlite3 collation callback (#105412)
Erlend E. Aasland
2023-06-07
1
-0/+2
*
GH-102613: Fast recursive globbing in `pathlib.Path.glob()` (GH-104512)
Barney Gale
2023-06-06
1
-0/+4
*
gh-105382: Remove urllib.request cafile parameter (#105384)
Victor Stinner
2023-06-06
1
-0/+3
*
gh-105376: Remove logging.Logger.warn() method (#105377)
Victor Stinner
2023-06-06
1
-0/+4
*
gh-104783: Remove locale.resetlocale() function (#104784)
Victor Stinner
2023-06-06
1
-0/+2
*
gh-105292: Add option to make traceback.TracebackException.format_exception_o...
Irit Katriel
2023-06-06
1
-0/+2
*
gh-104399: Use newer libtommath APIs when necessary (GH-104407)
Christopher Chavez
2023-06-06
1
-0/+4
*
gh-105280: Ensure `isinstance([], collections.abc.Mapping)` always evaluates ...
Alex Waygood
2023-06-05
1
-0/+4
*
gh-105237: Allow calling `issubclass(X, typing.Protocol)` again (#105239)
Alex Waygood
2023-06-05
1
-0/+2
*
gh-103558: Add coverage tests for argparse (#103570)
Tian Gao
2023-06-05
1
-0/+1
*
gh-80480: array: Add 'w' typecode. (#105242)
Inada Naoki
2023-06-04
1
-0/+1
*
gh-105080: Fixed inconsistent signature on derived classes (#105217)
Tian Gao
2023-06-02
1
-0/+1
*
gh-103464: Add checks for arguments of pdb commands (GH-103465)
Tian Gao
2023-05-31
1
-0/+1
*
gh-105144: Runtime-checkable protocols: move all 'sanity checks' to `_Protoco...
Alex Waygood
2023-05-31
1
-0/+5
*
gh-105096: Deprecate wave getmarkers() method (#105098)
Victor Stinner
2023-05-31
1
-0/+3
*
gh-62948: IOBase finalizer logs close() errors (#105104)
Victor Stinner
2023-05-31
1
-0/+4
*
GH-73435: Implement recursive wildcards in `pathlib.PurePath.match()` (#101398)
Barney Gale
2023-05-30
1
-0/+1
*
GH-77609: Add follow_symlinks argument to `pathlib.Path.glob()` (GH-102616)
Barney Gale
2023-05-29
1
-0/+2
*
gh-104992: Remove deprecated unittest.TestProgram.usageExit (#104993)
Hugo van Kemenade
2023-05-27
1
-0/+2
*
gh-75552: Remove deprecated tkinter.tix module (GH-104902)
Zachary Ware
2023-05-27
1
-0/+1
*
GH-101588: Deprecate pickle/copy/deepcopy support in itertools (GH-104965)
Raymond Hettinger
2023-05-26
1
-0/+1
*
GH-103631: Fix `PurePosixPath(PureWindowsPath(...))` separator handling (GH-1...
Barney Gale
2023-05-26
1
-0/+2
*
GH-104947: Make pathlib.PureWindowsPath comparisons consistent across platfor...
Barney Gale
2023-05-26
1
-0/+2
*
gh-104804: Remove webbrowser.MacOSX class, deprecated in Python 3.11 (#104816)
Hugo van Kemenade
2023-05-26
1
-0/+2
*
gh-104773: PEP 594: Remove the imghdr module (#104777)
Victor Stinner
2023-05-26
1
-0/+2
*
gh-104799: Move location of type_params AST fields (#104828)
Jelle Zijlstra
2023-05-26
1
-0/+4
*
gh-104886: Remove deprecated configparser.LegacyInterpolation (#104887)
Hugo van Kemenade
2023-05-26
1
-0/+3
*
gh-102024: Reduced _idle_semaphore.release calls (#102025)
Andrii Kuzmin
2023-05-26
1
-0/+1
*
gh-104876: Remove deprecated turtle.RawTurtle.settiltangle (#104877)
Hugo van Kemenade
2023-05-26
1
-0/+3
*
GH-104898: Add __slots__ to os.PathLike (GH-104899)
Barney Gale
2023-05-25
1
-0/+1
*
gh-104786: Remove kwargs-based TypedDict creation (#104891)
Tomas R
2023-05-25
1
-0/+1
[next]