FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Misc - python/cpython · GitHub
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
36.1k
Star
77.2k
Code
Issues
5k+
Pull requests
2.7k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Misc
on
f904aa4
User selector
Datepicker
Commit history
Commits on Aug 19, 2023
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918)
Show description for 633ea21
serhiy-storchaka
authored
633ea21
View commit details
Copy full SHA for 633ea21
View code at this point
Browse repository at this point
gh-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)
Show description for 79db9d9
serhiy-storchaka
authored
79db9d9
View commit details
Copy full SHA for 79db9d9
View code at this point
Browse repository at this point
gh-107704: Argument Clinic: add support for deprecating keyword use of parameters (GH-107984)
Show description for 2f31143
authored
2f31143
View commit details
Copy full SHA for 2f31143
View code at this point
Browse repository at this point
Commits on Aug 18, 2023
gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897)
ned-deily
authored
dc7b630
View commit details
Copy full SHA for dc7b630
View code at this point
Browse repository at this point
gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v, 3.0.10, and 3.1.2. (GH-107896)
ned-deily
authored
ed25f09
View commit details
Copy full SHA for ed25f09
View code at this point
Browse repository at this point
gh-107995: Fix doctest collection of functools.cached_property objects (#107996)
Show description for 9bb576c
tjsmart
and
AlexWaygood
authored
9bb576c
View commit details
Copy full SHA for 9bb576c
View code at this point
Browse repository at this point
gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() and .close() (#108084)
Show description for fd19509
authored
fd19509
View commit details
Copy full SHA for fd19509
View code at this point
Browse repository at this point
gh-108014: Add Py_IsFinalizing() function (#108032)
Show description for 3ff5ef2
vstinner
and
serhiy-storchaka
authored
3ff5ef2
View commit details
Copy full SHA for 3ff5ef2
View code at this point
Browse repository at this point
Commits on Aug 17, 2023
gh-107944: Improve error message for function calls with bad keyword arguments (#107969)
pablogsal
authored
75b3db8
View commit details
Copy full SHA for 75b3db8
View code at this point
Browse repository at this point
gh-102029: Deprecate passing arguments to `_PyRLock` in `threading` (#102071)
sobolevn
authored
80f30cf
View commit details
Copy full SHA for 80f30cf
View code at this point
Browse repository at this point
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for performance. (GH-108036)
markshannon
authored
006e44f
View commit details
Copy full SHA for 006e44f
View code at this point
Browse repository at this point
Commits on Aug 16, 2023
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opcode.py (#107971)
iritkatriel
authored
665a439
View commit details
Copy full SHA for 665a439
View code at this point
Browse repository at this point
GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (#108040)
Show description for 636ca31
AA-Turner
authored
636ca31
View commit details
Copy full SHA for 636ca31
View code at this point
Browse repository at this point
gh-56166: Deprecate passing confusing positional arguments in re functions (#107778)
Show description for 882cb79
serhiy-storchaka
authored
882cb79
View commit details
Copy full SHA for 882cb79
View code at this point
Browse repository at this point
gh-105724: Add location information to `assert` errors (GH-105935)
sobolevn
authored
bdd8ddf
View commit details
Copy full SHA for bdd8ddf
View code at this point
Browse repository at this point
gh-100061: Proper fix of the bug in the matching of possessive quantifiers (GH-102612)
Show description for abd9cc5
uyw4687
and
Ma Lin
authored
abd9cc5
View commit details
Copy full SHA for abd9cc5
View code at this point
Browse repository at this point
gh-99203: shutil.make_archive(): restore select CPython <= 3.10.5 behavior (GH-99802)
Show description for a86df29
6t8k
authored
a86df29
View commit details
Copy full SHA for a86df29
View code at this point
Browse repository at this point
Commits on Aug 15, 2023
gh-107557: Setup abstract interpretation (#107847)
Show description for e28b0dc
authored
e28b0dc
View commit details
Copy full SHA for e28b0dc
View code at this point
Browse repository at this point
gh-106242: Fix path truncation in os.path.normpath (GH-106816)
finnagin
authored
0932272
View commit details
Copy full SHA for 0932272
View code at this point
Browse repository at this point
gh-107963: Fix set_forkserver_preload to check the type of given list (#107965)
Show description for 6515ec3
corona10
authored
6515ec3
View commit details
Copy full SHA for 6515ec3
View code at this point
Browse repository at this point
gh-93057: Deprecate positional use of optional sqlite3.connect() params (#107948)
erlend-aasland
authored
13c36dc
View commit details
Copy full SHA for 13c36dc
View code at this point
Browse repository at this point
gh-76913: Add "merge extras" feature to LoggerAdapter (GH-107292)
romuald
authored
a482e5b
View commit details
Copy full SHA for a482e5b
View code at this point
Browse repository at this point
Commits on Aug 13, 2023
gh-107880: Teach Argument Clinic to clone __init__ and __new__ methods (#107885)
erlend-aasland
authored
9b75ada
View commit details
Copy full SHA for 9b75ada
View code at this point
Browse repository at this point
Commits on Aug 11, 2023
gh-101162: Forbid using issubclass() with GenericAlias as the 1st arg (GH-103369)
sobolevn
authored
d93b4ac
View commit details
Copy full SHA for d93b4ac
View code at this point
Browse repository at this point
gh-91051: fix segfault when using all 8 type watchers (#107853)
carljm
authored
66e4edd
View commit details
Copy full SHA for 66e4edd
View code at this point
Browse repository at this point
gh-106844: Fix issues in _winapi.LCMapStringEx (GH-107832)
Show description for 04cc014
serhiy-storchaka
authored
04cc014
View commit details
Copy full SHA for 04cc014
View code at this point
Browse repository at this point
gh-107782: Pydoc: fall back to __text_signature__ if inspect.signature() fails (GH-107786)
Show description for a39f0a3
serhiy-storchaka
authored
a39f0a3
View commit details
Copy full SHA for a39f0a3
View code at this point
Browse repository at this point
gh-106558: break ref cycles through exceptions in multiprocessing manager (#106559)
pteromys
authored
5f7d4ec
View commit details
Copy full SHA for 5f7d4ec
View code at this point
Browse repository at this point
gh-84805: Autogenerate signature for METH_NOARGS and METH_O extension functions (GH-107794)
serhiy-storchaka
authored
3901c99
View commit details
Copy full SHA for 3901c99
View code at this point
Browse repository at this point
Commits on Aug 10, 2023
gh-107810: Improve DeprecationWarning for metaclasses with custom tp_new (GH-107834)
Show description for 16dcce2
cdce8p
and
Eclips4
authored
16dcce2
View commit details
Copy full SHA for 16dcce2
View code at this point
Browse repository at this point
GH-107674: Avoid allocating boxed ints for `sys.settrace` line events (GH-107780)
markshannon
authored
37d8b90
View commit details
Copy full SHA for 37d8b90
View code at this point
Browse repository at this point
GH-107774: Add missing audit event for PEP 669 (GH-107775)
markshannon
authored
494e3d4
View commit details
Copy full SHA for 494e3d4
View code at this point
Browse repository at this point
gh-107409: set `__wrapped__` attribute in `reprlib.recursive_repr` (#107410)
Show description for 4845b97
denballakh
and
kumaraditya303
authored
4845b97
View commit details
Copy full SHA for 4845b97
View code at this point
Browse repository at this point
GH-107812: extend `socket`'s netlink support to FreeBSD (gh-107813)
igalic
authored
f50c172
View commit details
Copy full SHA for f50c172
View code at this point
Browse repository at this point
Commits on Aug 9, 2023
gh-107814: Avoid output from Nuget installation in find_python.bat (GH-107815)
maxbachmann
authored
1e229e2
View commit details
Copy full SHA for 1e229e2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL