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-39615: fix warning on return type mismatch (#101407)
Irit Katriel
2023-01-30
1
-1/+1
*
gh-89381: Fix invalid signatures of math/cmath.log (#101404)
Sergey B Kirpichev
2023-01-29
8
-47/+42
*
Fix trivial typo in shebang example (GH-101385)
socal-nerdtastic
2023-01-28
1
-1/+1
*
GH-100485: Add extended accuracy test. Switch to faster fma() based variant...
Raymond Hettinger
2023-01-28
2
-36/+100
*
gh-101386: fix typos found by codespell (#101387)
Peter Jiping Xie
2023-01-28
4
-6/+6
*
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
Gregory P. Smith
2023-01-28
12
-48/+263
*
gh-101341: Remove unncessary enum._power_of_two function (gh-101342)
Dong-hee Na
2023-01-28
1
-5/+0
*
[doc] Add a section on logging handler configuration order. (GH-101380)
Vinay Sajip
2023-01-27
1
-0/+23
*
[doc] Add some notices to logging configuration documentation. (GH-101373)
Vinay Sajip
2023-01-27
1
-0/+10
*
gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Win...
Steve Dower
2023-01-27
7
-24/+46
*
Speed-up and improve accuracy with Rump Algorithms (3.1) and (5.10) (GH-101366)
Raymond Hettinger
2023-01-27
1
-21/+16
*
gh-101000: Add os.path.splitroot() (#101002)
Barney Gale
2023-01-27
9
-165/+279
*
Fix typos in pystate.c file (#101348)
Виталий Дмитриев
2023-01-26
1
-5/+5
*
gh-99834: Update bundled copy of Tcl/Tk to 8.6.13.0 on Windows (GH-101307)
Steve Dower
2023-01-26
6
-6/+12
*
gh-98831: Fix two bugs in case generator (#101349)
Guido van Rossum
2023-01-26
2
-5/+8
*
gh-60580: Fix a wrong type of `ctypes.wintypes.BYTE` (#97579)
Oleg Iarygin
2023-01-26
3
-1/+23
*
gh-85100: Migrate BPO link to the GitHub link for malloc warnings (gh-101343)
Dong-hee Na
2023-01-26
1
-1/+2
*
gh-99952: [ctypes] fix refcount issues in from_param() result. (#100169)
Yukihiro Nakadaira
2023-01-26
4
-0/+63
*
datetime.rst: improve combine() docs (#101338)
John Belmonte
2023-01-26
1
-4/+3
*
gh-100522 Add a test for 'futures.as_completed' timing out with a non-zero ti...
JosephSBoyle
2023-01-26
1
-18/+22
*
gh-94518: Rename `group*` to `extra_group*` to avoid confusion (#101054)
Oleg Iarygin
2023-01-26
2
-28/+31
*
gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL (#101306)
Irit Katriel
2023-01-25
4
-18/+20
*
Fix incorrect versions in magic number comments (GH-101301)
Brandt Bucher
2023-01-25
1
-8/+8
*
gh-98831: add variable stack effect support to cases generator (#101309)
Irit Katriel
2023-01-25
3
-194/+924
*
gh-101326: Fix regression when passing None to FutureIter.throw (#101327)
Shantanu
2023-01-25
3
-1/+9
*
GH-88597: Rename uuid's new CLI args to be in line with uuidgen. (#101248)
achhina
2023-01-25
3
-27/+32
*
Add advice how to freeze fewer modules (#101298)
Guido van Rossum
2023-01-25
1
-1/+6
*
GH-98831: Elaborate some cases_generator tests (#101299)
Guido van Rossum
2023-01-25
1
-13/+41
*
Fix some comments in ceval.c and fix lltrace output (#101297)
Guido van Rossum
2023-01-24
1
-6/+4
*
gh-98831: rewrite pattern matching opcodes in the instruction definition DSL ...
Irit Katriel
2023-01-24
5
-73/+64
*
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-1...
Mark Shannon
2023-01-24
9
-12/+39
*
gh-101135: Add backwards compatibility to Windows launcher for older 32-bit v...
Martin Boisvert
2023-01-24
2
-34/+124
*
gh-92123: Adapt _elementtree to multi-phase init (PEP 489) (#101285)
Erlend E. Aasland
2023-01-24
3
-130/+280
*
GH-91375: Purge `asyncio` static variables from globals-to-fix list (#101288)
Erlend E. Aasland
2023-01-24
1
-23/+0
*
GH-92123: Pass _elementtree state as parameter (#101189)
Erlend E. Aasland
2023-01-24
1
-57/+73
*
no-issue: Add Dong-hee Na as autoconf codeowner (gh-101281)
Dong-hee Na
2023-01-24
1
-1/+1
*
gh-101278: Drop -gdwarf-4 flag from the BOLT build (gh-101280)
Dong-hee Na
2023-01-24
2
-6/+0
*
gh-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL (#1...
Irit Katriel
2023-01-24
4
-60/+29
*
gh-101060: conditionally add `-fno-reorder-blocks-and-partition` (gh-101061)
Gregory Szorc
2023-01-24
3
-2/+49
*
gh-101152: Implement PEP 699 (GH-101193)
ram vikram singh
2023-01-24
4
-0/+15
*
[docs] Mention how to get/set a bigint PyLong via the C API (#101270)
Gregory P. Smith
2023-01-24
1
-0/+4
*
gh-100795: Don't call freeaddrinfo on failure. (#101252)
Gregory P. Smith
2023-01-23
2
-0/+7
*
gh-101261: add test for function with > 255 args (#101262)
Irit Katriel
2023-01-23
1
-0/+10
*
gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-1...
Eric Snow
2023-01-23
5
-24/+92
*
GH-92123: Store _elementtree state in type contexts (#101190)
Erlend E. Aasland
2023-01-23
1
-17/+21
*
Added asyncio REPL example to docs. (#101243)
Carlton Gibson
2023-01-23
1
-0/+12
*
gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (#101...
Nikita Sobolev
2023-01-23
3
-1/+36
*
gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)
Jacob Walls
2023-01-23
6
-5/+59
*
Sumprod(): Update citation. Reorder functions. Add final twosum() call. Impro...
Raymond Hettinger
2023-01-22
1
-38/+21
*
gh-101047: Remove vestigial references to macOS libtool options (gh-101048)
Gregory Szorc
2023-01-22
3
-172/+0
[prev]
[next]