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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-100488: Add is_integer method to fractions.Fraction (#100489)
Shantanu
2023-01-01
1
-0/+1
*
gh-95778: add doc missing in some places (GH-100627)
Éric
2022-12-30
1
-0/+9
*
gh-100616: Document 'attr' parameter for window.vline() in curses module (#24...
mathieui
2022-12-30
1
-0/+2
*
gh-99433: Fix `doctest` failure on `types.MethodWrapperType` (#99434)
Nikita Sobolev
2022-12-30
1
-0/+1
*
gh-100228: Warn from os.fork() if other threads exist. (#100229)
Gregory P. Smith
2022-12-29
1
-0/+5
*
gh-100540: Remove obsolete Modules/_ctypes/darwin/ dlfcn shim (GH-100541)
Zachary Ware
2022-12-29
1
-0/+2
*
gh-100585: Fixed a bug where importlib.resources.as_file was leaving file poi...
Samet YASLAN
2022-12-28
1
-0/+1
*
gh-94172: Update docs for params removed in 3.12 (#100431)
Hugo van Kemenade
2022-12-28
1
-3/+5
*
gh-100540: Remove obsolete '--with-system-ffi' configure option (GH-100544)
Zachary Ware
2022-12-28
1
-0/+8
*
GH-100342: check for allocation failure in AC `*args` parsing (#100343)
Kumar Aditya
2022-12-28
1
-0/+1
*
gh-94603: micro optimize list.pop (gh-94604)
Pieter Eendebak
2022-12-27
1
-0/+1
*
gh-99509: Add `__class_getitem__` to `multiprocessing.queues.Queue` (#99511)
Nikita Sobolev
2022-12-27
1
-0/+1
*
Fix name of removed `inspect.Signature.from_builtin` method in 3.11.0a2 chang...
Jakub Kuczys
2022-12-26
1
-1/+1
*
gh-100519: simplification to `eff_request_host` in cookiejar.py (#99588)
Glyph
2022-12-25
1
-0/+2
*
gh-100472: Fix docs claim that compileall parameters could be bytes (#100473)
Shantanu
2022-12-24
1
-0/+1
*
gh-100287: Fix unittest.mock.seal with AsyncMock (#100496)
Shantanu
2022-12-24
1
-0/+1
*
gh-100474: Fix handling of dirs named index.html in http.server (GH-100475)
James Frost
2022-12-24
1
-0/+2
*
gh-100357: Convert several functions in `bltinsmodule` to AC (#100358)
Nikita Sobolev
2022-12-24
1
-0/+2
*
GH-91166: Implement zero copy writes for `SelectorSocketTransport` in asyncio...
Kumar Aditya
2022-12-24
1
-0/+1
*
gh-100268: Add is_integer method to int (#100439)
Shantanu
2022-12-24
1
-0/+1
*
gh-100454: Start running SSL tests with OpenSSL 3.1.0-beta1 (#100456)
Illia Volochii
2022-12-24
1
-0/+1
*
gh-99947: Ensure unreported errors are chained for SystemError during import ...
Sebastian Berg
2022-12-23
1
-0/+1
*
gh-68320, gh-88302 - Allow for private `pathlib.Path` subclassing (GH-31691)
Barney Gale
2022-12-23
1
-0/+3
*
GH-100425: Improve accuracy of builtin sum() for float inputs (GH-100426)
Raymond Hettinger
2022-12-23
1
-0/+1
*
bpo-40447: accept all path-like objects in compileall.compile_file (#19883)
Filipe Laíns
2022-12-23
1
-0/+2
*
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev
2022-12-23
1
-0/+1
*
gh-83076: 3.8x speed improvement in (Async)Mock instantiation (#100252)
Carl Meyer
2022-12-23
1
-0/+1
*
gh-94155: Reduce hash collisions for code objects (#100183)
Dennis Sweeney
2022-12-23
1
-0/+1
*
Revert "gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-1...
Ken Jin
2022-12-23
1
-1/+0
*
gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)
Ken Jin
2022-12-23
1
-0/+1
*
gh-92216: improve performance of `hasattr` for type objects (GH-99979)
Pieter Eendebak
2022-12-23
1
-0/+1
*
gh-99110: Initialize `frame->previous` in init_frame to fix segmentation faul...
Bill Fisher
2022-12-23
1
-0/+2
*
gh-76963: PEP3118 itemsize of an empty ctypes array should not be 0 (GH-5576)
Eric Wieser
2022-12-23
1
-0/+3
*
gh-85432: Harmonise parameter names between C and pure-Python implementations...
Alex Waygood
2022-12-22
1
-0/+5
*
gh-100344: Add C implementation for `asyncio.current_task` (#100345)
Itamar Ostricher
2022-12-22
1
-0/+2
*
GH-99554: Pack location tables more effectively (GH-99556)
Brandt Bucher
2022-12-22
1
-0/+1
*
GH-69564: Clarify use of octal format of mode argument in help(os.chmod) (#20...
amaajemyfren
2022-12-21
1
-0/+1
*
gh-78878: Fix crash when creating an instance of `_ctypes.CField` (#14837)
Hai Shi
2022-12-21
1
-0/+1
*
gh-100374: Fixed a bug in socket.getfqdn() (gh-100375)
Dominic Socular
2022-12-21
1
-0/+1
*
GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (#100...
Kumar Aditya
2022-12-21
1
-0/+1
*
GH-100363: Speed up `asyncio.get_running_loop` (#100364)
Kumar Aditya
2022-12-21
1
-0/+1
*
gh-85267: Improvements to inspect.signature __text_signature__ handling (#98796)
Shantanu
2022-12-21
1
-0/+6
*
gh-100188: Reduce misses in BINARY_SUBSCR_(LIST/TUPLE)_INT (#100189)
Dennis Sweeney
2022-12-20
1
-0/+3
*
gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616)
Nikita Sobolev
2022-12-20
1
-0/+2
*
gh-99925: Fix inconsistency in `json.dumps()` error messages (GH-99926)
František Nesveda
2022-12-20
1
-0/+4
*
gh-100348: Fix ref cycle in `asyncio._SelectorSocketTransport` with `_read_re...
Richard Kojedzinszky
2022-12-20
1
-0/+2
*
gh-89051: Add ssl.OP_LEGACY_SERVER_CONNECT (#93927)
Thomas Grainger
2022-12-20
1
-0/+1
*
gh-89727: Fix os.walk RecursionError on deep trees (#99803)
Jon Burdo
2022-12-19
1
-0/+3
*
gh-94912: Added marker for non-standard coroutine function detection (#99247)
Carlton Gibson
2022-12-18
1
-0/+2
*
gh-100272: Fix JSON serialization of OrderedDict (GH-100273)
Serhiy Storchaka
2022-12-17
1
-0/+1
[next]