FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · https-github-com-nzysoft/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-nzysoft
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Oct 26, 2023
GH-94438: Fix RuntimeWarning for jump tests in test_sys_settrace (GH-111341)
gaogaotiantian
authored
a254120
View commit details
Copy full SHA for a254120
Browse repository at this point
GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)
zcxsythenew
authored
b468538
View commit details
Copy full SHA for b468538
Browse repository at this point
gh-111354: define names for RESUME oparg values (#111365)
iritkatriel
authored
a0c414c
View commit details
Copy full SHA for a0c414c
Browse repository at this point
gh-111259: Optimize recursive wildcards in pathlib (GH-111303)
Show description for 309efb3
serhiy-storchaka
authored
309efb3
View commit details
Copy full SHA for 309efb3
Browse repository at this point
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
iritkatriel
authored
67a91f7
View commit details
Copy full SHA for 67a91f7
Browse repository at this point
Output more details in the re tracing (GH-111357)
serhiy-storchaka
authored
573eff3
View commit details
Copy full SHA for 573eff3
Browse repository at this point
gh-111348: Fix direct invocation of `test_doctest`; remove `test_doctest.test_coverage` (#111349)
Show description for 31c05b7
sobolevn
and
skirpichev
authored
31c05b7
View commit details
Copy full SHA for 31c05b7
Browse repository at this point
GH-111213: Fix a few broken stats (GH-111216)
markshannon
authored
b0699aa
View commit details
Copy full SHA for b0699aa
Browse repository at this point
GH-111339: Change `valid` property of executors to `is_valid()` method (GH-111350)
markshannon
authored
5c9d449
View commit details
Copy full SHA for 5c9d449
Browse repository at this point
bpo-43950: handle wide unicode characters in tracebacks (#28150)
isidentical
authored
78e6d72
View commit details
Copy full SHA for 78e6d72
Browse repository at this point
gh-67224: Show source lines in tracebacks when using the -c option when running Python (#111200)
pablogsal
authored
90a1b28
View commit details
Copy full SHA for 90a1b28
Browse repository at this point
Commits on Oct 25, 2023
Docs: Add `restart_events()` and positional arg semantics for `sys.monitoring` (#111291)
Show description for 3f84a19
gaogaotiantian
and
AlexWaygood
authored
3f84a19
View commit details
Copy full SHA for 3f84a19
Browse repository at this point
gh-110679: Improved markup in enum.rst (GH-110747)
khlmood
authored
14f52e1
View commit details
Copy full SHA for 14f52e1
Browse repository at this point
gh-100762: Fix optimization in gen_close (#111069)
iritkatriel
authored
0db2517
View commit details
Copy full SHA for 0db2517
Browse repository at this point
gh-111165: Add missed "support." prefix for "verbose" (GH-111327)
serhiy-storchaka
authored
a498192
View commit details
Copy full SHA for a498192
Browse repository at this point
gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#108699)
Show description for 1262e41
authored
1262e41
View commit details
Copy full SHA for 1262e41
Browse repository at this point
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#111188)
hugovk
authored
81ed80d
View commit details
Copy full SHA for 81ed80d
Browse repository at this point
gh-111230: Fix errors checking in _ssl module init (#111232)
Show description for f630494
sobolevn
authored
f630494
View commit details
Copy full SHA for f630494
Browse repository at this point
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-111210)
serhiy-storchaka
authored
9da98c0
View commit details
Copy full SHA for 9da98c0
Browse repository at this point
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Show description for f6a45a0
serhiy-storchaka
authored
f6a45a0
View commit details
Copy full SHA for f6a45a0
Browse repository at this point
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
Show description for a8a89fc
scoder
authored
a8a89fc
View commit details
Copy full SHA for a8a89fc
Browse repository at this point
gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)
Show description for b2ba298
serhiy-storchaka
authored
b2ba298
View commit details
Copy full SHA for b2ba298
Browse repository at this point
Bump test deps: `ruff` and `mypy` (#111288)
art3xa
authored
0d1cbff
View commit details
Copy full SHA for 0d1cbff
Browse repository at this point
gh-111295: Fix error checking in time extension module init (#111296)
Show description for 81b03e7
sobolevn
authored
81b03e7
View commit details
Copy full SHA for 81b03e7
Browse repository at this point
gh-111233: Fix error checking in select extension module init (#111234)
Show description for 2838c55
sobolevn
authored
2838c55
View commit details
Copy full SHA for 2838c55
Browse repository at this point
gh-111253: Fix error checking in _socket module init (#111254)
sobolevn
authored
3052c09
View commit details
Copy full SHA for 3052c09
Browse repository at this point
gh-111251: Fix error checking in _blake2 module init (#111252)
Show description for 86887a2
sobolevn
authored
86887a2
View commit details
Copy full SHA for 86887a2
Browse repository at this point
gh-57129: Add test for inspect.getsource in the REPL (#111197)
pablogsal
authored
3211d57
View commit details
Copy full SHA for 3211d57
Browse repository at this point
Commits on Oct 24, 2023
Fix first parameter name in `tool` functions from `sys.monitoring` (#111286)
lancelote
authored
8b44f3c
View commit details
Copy full SHA for 8b44f3c
Browse repository at this point
gh-102956: Fix returning of empty byte strings after seek in zipfile … (#103565)
Show description for c73b0f3
Jokimax
authored
c73b0f3
View commit details
Copy full SHA for c73b0f3
Browse repository at this point
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
brandtbucher
authored
e5168ff
View commit details
Copy full SHA for e5168ff
Browse repository at this point
GH-111182: Update EnumType.__contains__ docs (GH-111184)
InSyncWithFoo
authored
c0ea67d
View commit details
Copy full SHA for c0ea67d
Browse repository at this point
gh-109017: Use non alternate name for Kyiv (GH-109251)
Show description for 46407fe
jspricke
authored
46407fe
View commit details
Copy full SHA for 46407fe
Browse repository at this point
Revert "Fix a code snippet typo in asyncio docs (#108427)" (GH-111271)
Show description for c7d68f9
zware
authored
c7d68f9
View commit details
Copy full SHA for c7d68f9
Browse repository at this point
gh-111151: Convert monospaced directives to :ref: (#111152)
InSyncWithFoo
authored
1198076
View commit details
Copy full SHA for 1198076
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL