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-98831: Modernize the LOAD_ATTR family (#101488)
Guido van Rossum
2023-02-01
3
-230/+205
*
gh-101498 : Fix asyncio.Timeout example in docs (#101499)
Raj
2023-02-01
1
-1/+1
*
gh-101454: fix documentation for END_ASYNC_FOR (#101455)
Irit Katriel
2023-02-01
1
-4/+3
*
gh-101277: Isolate itertools, add group and _grouper types to module state (#...
Erlend E. Aasland
2023-02-01
3
-111/+173
*
gh-101317: Add `ssl_shutdown_timeout` parameter for `asyncio.StreamWriter.sta...
beavailable
2023-02-01
3
-3/+15
*
datetime.rst: fix combine() signature (#101490)
John Belmonte
2023-02-01
1
-1/+1
*
GH-100288: Skip extra work when failing to specialize LOAD_ATTR (GH-101354)
Brandt Bucher
2023-01-31
1
-60/+24
*
gh-101409: Improve generated clinic code for self type checks (#101411)
Erlend E. Aasland
2023-01-31
15
-78/+80
*
gh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR in the instruction defi...
Irit Katriel
2023-01-31
3
-38/+40
*
gh-101469: Optimise get_io_state() by using _PyModule_GetState() (GH-101470)
Erlend E. Aasland
2023-01-31
1
-1/+2
*
gh-101440: fix json snippet error in logging-cookbook.rst (#101439)
Peter Jiping Xie
2023-01-31
1
-1/+1
*
gh-99276 - Updated Doc/faq/general.rst (#101396)
Raj
2023-01-31
1
-2/+2
*
Add JOBS parameter to docs Makefile (#101395)
Christophe Nanteuil
2023-01-31
1
-1/+2
*
gh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and a few simple opcodes in ...
Irit Katriel
2023-01-31
3
-69/+59
*
gh-77607: Improve accuracy of os.path.join docs (#101406)
Shantanu
2023-01-31
1
-5/+5
*
Fixes typo in asyncio.TaskGroup context manager code example (#101449)
Ben
2023-01-31
1
-1/+1
*
gh-98831: Clean up and add cache size static_assert to macro (#101442)
Guido van Rossum
2023-01-31
2
-4/+24
*
gh-99955: use SUCCESS/ERROR return values in optimizer and assembler. Use RET...
Irit Katriel
2023-01-31
1
-189/+142
*
gh-101400: Fix incorrect lineno in exception message on continue/break which ...
Dong-hee Na
2023-01-30
3
-15/+23
*
gh-101229: Add tests for aliases of imported names (#101230)
Eclips4
2023-01-30
1
-0/+18
*
GH-101369: Allow macros as family members (#101399)
Guido van Rossum
2023-01-30
2
-36/+93
*
gh-59956: Clarify Runtime State Status Expectations (gh-101308)
Eric Snow
2023-01-30
6
-166/+416
*
gh-101422: (docs) TarFile default errorlevel argument is 1, not 0 (GH-101424)
Owain Davies
2023-01-30
1
-1/+1
*
GH-101291: Refactor the `PyLongObject` struct into object header and PyLongVa...
Mark Shannon
2023-01-30
13
-217/+226
*
gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)
Guido van Rossum
2023-01-30
6
-120/+194
*
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
[prev]
[next]