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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-114077: Fix OverflowError in socket.sendfile() when pass count >2GiB (GH-1...
Serhiy Storchaka
2024-01-16
2
-1/+3
*
gh-113238: add Anchor to importlib.resources (#113801)
Mike Zimin
2024-01-16
2
-0/+3
*
gh-113358: Fix rendering tracebacks with exceptions with a broken __getattr__...
Jérome Perrin
2024-01-16
3
-1/+20
*
GH-113655: Lower the C recursion limit on various platforms (GH-113944)
Mark Shannon
2024-01-16
13
-39/+41
*
gh-114101: Correct PyErr_Format arguments in _testcapi module (#114102)
AN Long
2024-01-16
2
-8/+8
*
gh-78502: Add a trackfd parameter to mmap.mmap() (GH-25425)
Zackery Spytz
2024-01-16
5
-11/+101
*
gh-112087: Update list impl to be thread-safe with manual CS (gh-113863)
Donghee Na
2024-01-16
2
-18/+91
*
gh-91539: Small performance improvement of urrlib.request.getproxies_environm...
Raphaël Marinier
2024-01-15
2
-1/+2
*
gh-114070: correct the specification of ``digit`` in the float() docs (#114080)
Sergey B Kirpichev
2024-01-15
1
-5/+4
*
gh-99437: runpy: decode path-like objects before setting globals
Kamil Turek
2024-01-15
3
-9/+14
*
gh-111968: Use per-thread slice_cache in free-threading (gh-113972)
Donghee Na
2024-01-15
7
-18/+28
*
gh-112532: Fix memory block count for free-threaded build (gh-113995)
Sam Gross
2024-01-15
1
-18/+27
*
gh-109598: make PyComplex_RealAsDouble/ImagAsDouble use __complex__ (GH-109647)
Sergey B Kirpichev
2024-01-15
4
-10/+73
*
GH-112354: `_GUARD_IS_TRUE_POP` side-exits to target the next instruction, no...
Mark Shannon
2024-01-15
8
-26/+40
*
gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)
Ronald Oussoren
2024-01-15
5
-8/+217
*
gh-114075: Capture `test_compileall` stdout output (#114076)
Kirill Podoprigora
2024-01-15
1
-1/+3
*
gh-109862: Fix test_create_subprocess_with_pidfd when it was run separately (...
Serhiy Storchaka
2024-01-15
1
-2/+7
*
gh-113317: Move FormatCounterFormatter into libclinic (#114066)
Erlend E. Aasland
2024-01-14
3
-25/+31
*
Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#114065)
Barney Gale
2024-01-14
2
-11/+9
*
Add `pathlib._abc.PathModuleBase` (#113893)
Barney Gale
2024-01-14
4
-59/+182
*
gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.clien...
Hugo van Kemenade
2024-01-14
9
-49/+49
*
gh-113317: Move global utility functions into libclinic (#113986)
Erlend E. Aasland
2024-01-14
3
-56/+65
*
gh-111803: Support loading more deeply nested lists in binary plist format (G...
Serhiy Storchaka
2024-01-13
2
-1/+4
*
gh-114014: Update `fractions.Fraction()`'s rational parsing regex (#114015)
Crowthebird
2024-01-13
3
-10/+35
*
gh-101225: Increase the socket backlog when creating a multiprocessing.connec...
Ronald Oussoren
2024-01-13
3
-2/+6
*
Add module docstring for `pathlib._abc`. (#113691)
Barney Gale
2024-01-13
1
-0/+13
*
pathlib ABCs: add `_raw_path` property (#113976)
Barney Gale
2024-01-13
2
-20/+31
*
GH-44626, GH-105476: Fix `ntpath.isabs()` handling of part-absolute paths (#1...
Barney Gale
2024-01-13
9
-33/+51
*
GH-111798: skip `test_super_deep()` from `test_call` under pydebug builds on ...
Brett Cannon
2024-01-13
2
-6/+6
*
gh-89159: Document missing TarInfo members (#91564)
Stanley
2024-01-12
1
-0/+30
*
GH-111801: set a lower recursion limit for `test_infintely_many_bases()` in `...
Brett Cannon
2024-01-12
2
-1/+4
*
datamodel: Fix a typo in ``object.__init_subclass__`` (#111599)
InSync
2024-01-12
1
-1/+1
*
Link to the glossary for "magic methods" in ``MagicMock`` (#111292)
Pierre Equoy
2024-01-12
1
-4/+4
*
Tutorial: Clarify 'nonzero exit status' in the appendix (#112039)
Andrew Zipperer
2024-01-12
1
-1/+1
*
Fix a grammatical error in `pycore_pymem.h` (#112993)
Joseph Pearson
2024-01-12
1
-1/+1
*
gh-101100: Fix Sphinx Lint warnings in `Misc/` (#113946)
Hugo van Kemenade
2024-01-12
43
-332/+332
*
gh-95649: Document that asyncio contains uvloop code (#107536)
Alois Klink
2024-01-12
7
-0/+49
*
GH-111802: set a low recursion limit for `test_bad_getattr()` in `test.pickle...
Brett Cannon
2024-01-12
2
-1/+4
*
gh-113971: Make `zipfile.ZipInfo._compresslevel` public as `.compress_level` ...
Gregory P. Smith
2024-01-12
4
-11/+40
*
gh-113710: Add types to the interpreter DSL (#113711)
Ken Jin
2024-01-12
14
-138/+227
*
gh-113868: Add a number of MAP_* flags from macOS to module mmap (#113869)
Ronald Oussoren
2024-01-12
3
-6/+63
*
gh-107901: duplicate blocks with no lineno that have an eval break and multip...
Irit Katriel
2024-01-12
3
-10/+38
*
gh-113980: Fix resource warnings in test_asyncgen (GH-113984)
Serhiy Storchaka
2024-01-12
1
-2/+19
*
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)
Steve Dower
2024-01-12
3
-6/+72
*
Docs: Amend codeobject.co_lines docs; end number is exclusive (#113970)
Ned Batchelder
2024-01-12
1
-3/+3
*
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
Brandt Bucher
2024-01-12
12
-67/+35
*
gh-113027: Fix timezone check in test_variable_tzname in test_email (GH-113835)
Pablo Galindo Salgado
2024-01-12
1
-1/+1
*
gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)
Mariusz Felisiak
2024-01-12
3
-3/+18
*
gh-113858: Cut down ccache size (GH-113945)
Petr Viktorin
2024-01-12
2
-3/+4
*
gh-113937 Fix failures in type cache tests due to re-running (GH-113953)
Peter Lazorchak
2024-01-12
1
-14/+14
[prev]
[next]