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-67230: update whatsnew note for csv changes (#103598)
Skip Montanaro
2023-04-18
1
-1/+1
*
gh-103449: Fix a bug in dataclass docstring generation (#103454)
Nikita Sobolev
2023-04-17
3
-2/+21
*
gh-103092: Isolate winreg (#103250)
AN Long
2023-04-17
5
-152/+196
*
gh-103088: Ensure POSIX venv scripts always use LF line endings (GH-103591)
Steve Dower
2023-04-17
4
-2/+4
*
gh-101525: Fix make test if the --enable-bolt enabled (gh-103574)
Dong-hee Na
2023-04-17
3
-7/+128
*
Remove `expert-*` from `project-updater` GH workflow (#103579)
Ezio Melotti
2023-04-17
1
-2/+0
*
gh-103583: Add codecs and maps to _codecs_* module state (#103540)
Erlend E. Aasland
2023-04-17
9
-96/+161
*
gh-48330: address review comments to PR-12271 (#103209)
Giampaolo Rodola
2023-04-16
3
-11/+11
*
gh-103527: Add multibytecodec.h as make dep for _codecs_* (#103567)
Erlend E. Aasland
2023-04-16
1
-6/+8
*
gh-103553: Improve `test_inspect`: add more assertions, remove unused (#103554)
Nikita Sobolev
2023-04-15
1
-15/+9
*
GH-103517: Improve tests for `pathlib.Path.walk()` (GH-103518)
Barney Gale
2023-04-15
1
-32/+45
*
gh-102114: Make dis print more concise tracebacks for syntax errors in str in...
chgnrdv
2023-04-15
3
-3/+11
*
GH-78079: Fix UNC device path root normalization in pathlib (GH-102003)
Barney Gale
2023-04-14
4
-3/+43
*
gh-101517: Add regression test for a lineno bug in try/except* impacting pdb ...
Tian Gao
2023-04-14
1
-0/+20
*
gh-103527: Add make deps for _codecs_* and _multibytecodec (#103528)
Erlend E. Aasland
2023-04-14
1
-0/+7
*
gh-103532: Fix reST syntax in NEWS entry (GH-103544)
Zachary Ware
2023-04-14
1
-1/+1
*
gh-103532: Add NEWS entry (#103542)
Zachary Ware
2023-04-14
1
-0/+4
*
gh-103532: Remove TKINTER_PROTECT_LOADTK code (GH-103535)
Christopher Chavez
2023-04-14
3
-79/+0
*
gh-103180: Add CI timeouts to all GitHub Actions jobs (#103437)
Nikita Sobolev
2023-04-14
8
-3/+17
*
Remove double space in import error message (#103458)
Ned Batchelder
2023-04-14
1
-1/+1
*
ipaddress: Remove non-existent ip_str param from docstring (#103461)
Sergii Dymchenko
2023-04-14
1
-3/+0
*
Fix syntax typo in isolating extensions doc (#103516)
AN Long
2023-04-14
1
-3/+3
*
gh-103406: Modernize pos-only arguments usage in `test_signature` (#103407)
Nikita Sobolev
2023-04-14
1
-20/+11
*
Proofread howto/perf_profiling.rst (#103530)
Boris Verkhovskiy
2023-04-14
1
-10/+10
*
Fix unused functions warnings in instrumentation.c (GH-103515)
Benjamin Peterson
2023-04-13
1
-0/+4
*
gh-103479: [Enum] require __new__ to be considered a data type (GH-103495)
Ethan Furman
2023-04-13
3
-10/+14
*
gh-103365: [Enum] STRICT boundary corrections (GH-103494)
Ethan Furman
2023-04-13
4
-38/+82
*
GH-103488: Use return-offset, not yield-offset. (GH-103502)
Mark Shannon
2023-04-13
6
-414/+455
*
gh-103088: Fix test_venv error message to avoid bytes/str warning (GH-103500)
Stanislav Syekirin
2023-04-13
1
-2/+3
*
GH-103082: Turn on branch events for FOR_ITER instructions. (#103507)
Mark Shannon
2023-04-13
2
-0/+73
*
gh-102978: Fix mock.patch function signatures for class and staticmethod deco...
Tomas R
2023-04-13
5
-0/+58
*
gh-103462: Ensure SelectorSocketTransport.writelines registers a writer when ...
Ali-Akber Saifee
2023-04-13
3
-0/+49
*
gh-95299: Rework test_cppext.py to not invoke setup.py directly (#103316)
Pradyun Gedam
2023-04-13
4
-16/+20
*
gh-67230: document new csv quoting modes in whatsnew (gh-103491)
Skip Montanaro
2023-04-13
1
-0/+7
*
gh-67230: add quoting rules to csv module (GH-29469)
Skip Montanaro
2023-04-12
5
-3/+43
*
gh-103088: Fix virtual environment activate script not working in Cygwin (GH-...
Stanislav Syekirin
2023-04-12
3
-0/+19
*
gh-103326: Remove `Python/importlib.h` (GH-103331)
Nikita Sobolev
2023-04-12
6
-1793/+2
*
gh-103092: Isolate `_collections` (#103093)
Erlend E. Aasland
2023-04-12
5
-283/+287
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
44
-1617/+6021
*
gh-103092: Isolate msvcrt (#103248)
AN Long
2023-04-12
2
-28/+26
*
gh-103417: use time.monotonic in the example for sched.scheduler (#103418)
Nick Burns
2023-04-12
1
-1/+1
*
GH-83893: Cross reference env. vars and -X command line options (GH-103414)
Furkan Onder
2023-04-12
1
-6/+12
*
gh-103357: Add logging.Formatter defaults support to logging.config fileConfi...
Bar Harel
2023-04-12
4
-5/+137
*
gh-103237: Polish pdb docs (#103238)
Tian Gao
2023-04-12
1
-38/+100
*
gh-103143: Polish pdb help messages and doc strings (GH-103144)
Tian Gao
2023-04-11
3
-10/+62
*
Remove redundant words from interpreter_definition.md. (GH-103455)
Benjamin Peterson
2023-04-11
1
-3/+3
*
gh-87092: fix refleak in peepholer test harness (#103448)
Irit Katriel
2023-04-11
1
-4/+0
*
gh-103088: Sanitize venv paths when using MSYS or Cygwin Bash (GH-103325)
Stanislav Syekirin
2023-04-11
3
-3/+11
*
GH-103220: Fix `ntpath.join()` of partial UNC drive with trailing slash (GH-1...
Barney Gale
2023-04-11
3
-1/+8
*
gh-87864: Use correct function definition syntax in the docs (#103312)
Nikita Sobolev
2023-04-11
4
-7/+7
[next]