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
*
Update outdated info in ``Tools/cases_generator/README.md`` (#114844)
Kirill Podoprigora
2024-02-01
1
-7/+21
*
Write about Tier 2 and JIT in "what's new 3.13" (#114826)
Guido van Rossum
2024-02-01
1
-0/+47
*
Remove unused Py_XDECREF from _PyFrame_ClearExceptCode (GH-106158)
Anders Kaseorg
2024-02-01
1
-1/+0
*
gh-105089: Fix test_create_directory_with_write test failure in AIX (GH-105228)
Ayappan Perumal
2024-02-01
2
-1/+5
*
gh-107461 ctypes: Add a testcase for nested `_as_parameter_` lookup (GH-107462)
Tomas R
2024-02-01
1
-0/+11
*
build(deps-dev): bump types-psutil from 5.9.5.17 to 5.9.5.20240106 in /Tools ...
dependabot[bot]
2024-02-01
1
-1/+1
*
build(deps): bump actions/cache from 3 to 4 (#114856)
dependabot[bot]
2024-02-01
4
-12/+12
*
build(deps): bump hypothesis from 6.92.2 to 6.97.4 in /Tools (#114851)
dependabot[bot]
2024-02-01
1
-1/+1
*
build(deps-dev): bump types-setuptools from 69.0.0.0 to 69.0.0.20240125 in /T...
dependabot[bot]
2024-02-01
1
-1/+1
*
Fix typos in ElementTree documentation (GH-108848)
Christophe Nanteuil
2024-02-01
1
-3/+3
*
gh-114746: Avoid quadratic behavior in free-threaded GC (GH-114817)
Sam Gross
2024-02-01
1
-73/+29
*
gh-114364: Fix awkward wording about mmap.mmap.seekable (#114374)
technillogue
2024-02-01
2
-5/+5
*
gh-114648: Add IndexError exception to tutorial datastructures list.pop entry...
srinivasan
2024-02-01
1
-4/+3
*
gh-67230: Add versionadded notes for QUOTE_NOTNULL and QUOTE_STRINGS (#114816)
Skip Montanaro
2024-02-01
1
-0/+4
*
gh-114811: Change '\*' to '*' in warnings.rst (#114819)
Pradyot Ranjan
2024-02-01
1
-1/+1
*
CI: Test on macOS M1 (#114766)
Hugo van Kemenade
2024-02-01
1
-2/+9
*
gh-111112: Avoid potential confusion in TCP server example. (#111113)
Aidan Holm
2024-02-01
1
-3/+4
*
gh-109534: fix reference leak when SSL handshake fails (#114074)
Jamie Phan
2024-02-01
3
-0/+8
*
gh-112087: Make PyList_{Append,Size,GetSlice} to be thread-safe (gh-114651)
Donghee Na
2024-01-31
3
-8/+21
*
Add note to `sys.orig_argv` clarifying the difference from `sys.argv` (#114630)
Bradley Reynolds
2024-01-31
1
-1/+4
*
gh-114788: Do not run JIT workflow on unrelated changes (#114789)
Nikita Sobolev
2024-01-31
1
-2/+11
*
gh-113939: Frame clear, clear locals (#113940)
Albert Zeyer
2024-01-31
3
-0/+27
*
gh-111741: Recognise image/webp as a standard format in the mimetypes module ...
Nachtalb
2024-01-31
3
-3/+3
*
gh-59013: Set breakpoint on the first executable line of function when using ...
Tian Gao
2024-01-31
3
-22/+61
*
gh-114790: Do not execute `workflows/require-pr-label.yml` on forks (#114791)
Nikita Sobolev
2024-01-31
1
-0/+1
*
Remove Alex Waygood as an Argument Clinic CODEOWNER (#114796)
Alex Waygood
2024-01-31
1
-2/+2
*
gh-114737: Revert change to ElementTree.iterparse "root" attribute (GH-114755)
Sam Gross
2024-01-31
2
-1/+3
*
gh-114685: Check flags in PyObject_GetBuffer() (GH-114707)
Serhiy Storchaka
2024-01-31
4
-2/+19
*
gh-101100: Fix class reference in library/test.rst (GH-114769)
Skip Montanaro
2024-01-31
1
-1/+1
*
gh-109653: Speedup import of threading module (#114509)
Daniel Hollas
2024-01-31
2
-3/+2
*
Docs: mark up dbm.gnu.open() and dbm.ndbm.open() using param list (#114762)
Erlend E. Aasland
2024-01-31
1
-61/+56
*
GH-114743: Set a low recursion limit for `test_main_recursion_error()` in `te...
Brett Cannon
2024-01-31
2
-3/+5
*
pathlib ABCs: drop partial, broken, untested support for `bytes` paths. (#114...
Barney Gale
2024-01-31
3
-21/+29
*
pathlib ABCs: raise `UnsupportedOperation` directly. (#114776)
Barney Gale
2024-01-31
2
-33/+31
*
gh-110190: Fix ctypes structs with array on Windows ARM64 (GH-114753)
Diego Russo
2024-01-30
2
-1/+2
*
gh-106392: Fix inconsistency in deprecation warnings in datetime module (GH-1...
Serhiy Storchaka
2024-01-30
1
-3/+3
*
GH-113464: Add aarch64-apple-darwin/clang to JIT CI (GH-114759)
Brandt Bucher
2024-01-30
1
-3/+8
*
gh-101100: Fix references in csv docs (GH-114658)
Skip Montanaro
2024-01-30
2
-8/+7
*
gh-112606: Use pthread_cond_timedwait_relative_np() in parking_lot.c when ava...
Matt Prodani
2024-01-30
4
-3/+17
*
GH-70303: Make `pathlib.Path.glob('**')` return both files and directories (#...
Barney Gale
2024-01-30
6
-23/+35
*
``importlib/_bootstrap.py``: Reduce size of ``_List`` instances (GH-114747)
Kirill Podoprigora
2024-01-30
1
-1/+1
*
Clarify one-item tuple (#114745)
Terry Jan Reedy
2024-01-30
1
-2/+3
*
gh-112075: refactor dictionary lookup functions for better re-usability (#114...
Dino Viehland
2024-01-30
1
-97/+95
*
gh-113744: Add a new IncompleteInputError exception to improve incomplete inp...
Pablo Galindo Salgado
2024-01-30
11
-4/+21
*
gh-112919: Speed-up datetime, date and time.replace() (GH-112921)
Eugene Toder
2024-01-30
7
-96/+476
*
gh-109975: Copyedit "What's New in Python 3.13" (#114401)
Hugo van Kemenade
2024-01-30
1
-110/+108
*
GH-114610: Fix `pathlib._abc.PurePathBase.with_suffix('.ext')` handling of st...
Barney Gale
2024-01-30
3
-12/+7
*
gh-114706: Allow QueueListener.stop() to be called more than once. (GH-114748)
Vinay Sajip
2024-01-30
2
-3/+5
*
gh-113732: Fix support of QUOTE_NOTNULL and QUOTE_STRINGS in csv.reader (GH-1...
Serhiy Storchaka
2024-01-30
4
-18/+57
*
gh-103323: Remove current_fast_get() unused parameter (#114593)
Victor Stinner
2024-01-30
1
-26/+24
[next]