FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for stdlib/distutils - python/typeshed · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
typeshed
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
5.1k
Code
Issues
212
Pull requests
156
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
typeshed
stdlib
distutils
on
main
User selector
Datepicker
Commit history
Commits on May 17, 2026
Upgrade black to 26.5.0 (#15801)
AlexWaygood
authored
5372bd5
View commit details
Copy full SHA for 5372bd5
View code at this point
Browse repository at this point
Commits on May 7, 2026
Import some items from typing instead of typing_extensions (#15711)
Show description for 3f74e6e
srittau
authored
3f74e6e
View commit details
Copy full SHA for 3f74e6e
View code at this point
Browse repository at this point
Remove modules dropped in Python 3.10 (#15710)
srittau
authored
7e4b09d
View commit details
Copy full SHA for 7e4b09d
View code at this point
Browse repository at this point
Drop 3.9 support in the stdlib (#15708)
srittau
authored
80bbb2a
View commit details
Copy full SHA for 80bbb2a
View code at this point
Browse repository at this point
Commits on Aug 22, 2025
Fix some incorrect parameter defaults in the stdlib (#14620)
JelleZijlstra
authored
94b1880
View commit details
Copy full SHA for 94b1880
View code at this point
Browse repository at this point
Commits on May 16, 2025
Replace `Incomplete | None = None` in stdlib (#14083)
srittau
authored
0125fe2
View commit details
Copy full SHA for 0125fe2
View code at this point
Browse repository at this point
Commits on Apr 3, 2025
Drop Python 3.8 branches (#13776)
srittau
authored
30b16c1
View commit details
Copy full SHA for 30b16c1
View code at this point
Browse repository at this point
Enable Ruff flake8-todos (TD) (#13748)
Avasam
authored
4b253d2
View commit details
Copy full SHA for 4b253d2
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
distutils: Allow overriding Command and Distribution boolean attributes with actual bool in subclasses (#13615)
Avasam
authored
1f2cecc
View commit details
Copy full SHA for 1f2cecc
View code at this point
Browse repository at this point
Commits on Mar 3, 2025
Allow any sliceable sequence as getopt args (#13116)
Avasam
authored
1e71351
View commit details
Copy full SHA for 1e71351
View code at this point
Browse repository at this point
Commits on Nov 19, 2024
setuptools & distutils: more accurate spawn method (#13036)
Avasam
authored
4addb8d
View commit details
Copy full SHA for 4addb8d
View code at this point
Browse repository at this point
Commits on Nov 6, 2024
Improve path-related type hints for `setuptools.Extension()` and `distutils.CCompiler()` (#12958)
Show description for 3d853d5
agriyakhetarpal
and
Avasam
authored
3d853d5
View commit details
Copy full SHA for 3d853d5
View code at this point
Browse repository at this point
Commits on Oct 24, 2024
setuptools & distutils: Add more recent MSVCCompiler from _msvccompiler (#12887)
Avasam
authored
df49976
View commit details
Copy full SHA for df49976
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
Replace Any with Incomplete in distutils (#12842)
Avasam
authored
de4842d
View commit details
Copy full SHA for de4842d
View code at this point
Browse repository at this point
distutils: Add some return types for setuptools to pass ANN201 (#12841)
Avasam
authored
8113832
View commit details
Copy full SHA for 8113832
View code at this point
Browse repository at this point
Commits on Sep 6, 2024
distutils: add missing generated attributes (#12467)
Avasam
authored
0784bf6
View commit details
Copy full SHA for 0784bf6
View code at this point
Browse repository at this point
Commits on Aug 30, 2024
distutils: expose `Command.dry_run` + make `0|1` attrs `bool` (#12607)
Avasam
authored
f87041e
View commit details
Copy full SHA for f87041e
View code at this point
Browse repository at this point
Commits on Aug 17, 2024
Final for distutils constants (#12454)
Show description for 30bbd86
authored
30bbd86
View commit details
Copy full SHA for 30bbd86
View code at this point
Browse repository at this point
Update incorrect or incomplete constants in distutils (#12536)
Avasam
authored
45627d1
View commit details
Copy full SHA for 45627d1
View code at this point
Browse repository at this point
Commits on Aug 12, 2024
`distutils` & `setuptools`: all possible dynamic command method overloads (#12507)
Avasam
authored
a919d8d
View commit details
Copy full SHA for a919d8d
View code at this point
Browse repository at this point
Commits on Aug 10, 2024
Add `__all__` to `distutils.command` (#12508)
Avasam
authored
9cdedcc
View commit details
Copy full SHA for 9cdedcc
View code at this point
Browse repository at this point
Commits on Jul 25, 2024
Setuptools stubs update from merging upstream (#12400)
Avasam
authored
ac8720b
View commit details
Copy full SHA for ac8720b
View code at this point
Browse repository at this point
Replace bare Any in setuptools (#12406)
Avasam
authored
2aeb777
View commit details
Copy full SHA for 2aeb777
View code at this point
Browse repository at this point
Commits on Jul 23, 2024
`setuptools` & `distutils`: `ClassVar` mutables (and tuples) (#12403)
Avasam
authored
0b1d358
View commit details
Copy full SHA for 0b1d358
View code at this point
Browse repository at this point
`distutils`: Type `execute` using `TypeVarTuple` (#12405)
Avasam
authored
ef42f3b
View commit details
Copy full SHA for ef42f3b
View code at this point
Browse repository at this point
Commits on May 21, 2024
`distutils` & `setuptools`: Relax path related params (#11948)
Show description for a375953
Avasam
and
JelleZijlstra
authored
a375953
View commit details
Copy full SHA for a375953
View code at this point
Browse repository at this point
Commits on May 18, 2024
Make `distutils.dist.Distribution.get_command_obj` not return `None` by default (#11950)
Avasam
authored
003361c
View commit details
Copy full SHA for 003361c
View code at this point
Browse repository at this point
`distutils` & `setuptools`: Complete `sub_commands` `ClassVar` typing (#11951)
Avasam
authored
3e0269b
View commit details
Copy full SHA for 3e0269b
View code at this point
Browse repository at this point
Commits on May 17, 2024
`distutils`: improve boolean parameters with int defaults (#11928)
Avasam
authored
c99adf4
View commit details
Copy full SHA for c99adf4
View code at this point
Browse repository at this point
Commits on Mar 16, 2024
`setuptools`&`distutils`: `setup` returns a `Distribution` (#11617)
Show description for ff7caa3
Avasam
authored
ff7caa3
View commit details
Copy full SHA for ff7caa3
View code at this point
Browse repository at this point
Commits on Feb 22, 2024
Improve typing of `sysconfig.get_config_var(s)` (#11454)
Avasam
authored
3c08a97
View commit details
Copy full SHA for 3c08a97
View code at this point
Browse repository at this point
Commits on Jan 14, 2024
Fix types for `setuptools._distutils.ccompiler.CCompiler.compile` (#11275)
MarcellPerger1
authored
673c3c3
View commit details
Copy full SHA for 673c3c3
View code at this point
Browse repository at this point
Commits on Jan 5, 2024
Update typing_extensions imports in stdlib (#11244)
Show description for 53a8193
srittau
and
AlexWaygood
authored
53a8193
View commit details
Copy full SHA for 53a8193
View code at this point
Browse repository at this point
Remove Python 3.7 branches (#11238)
srittau
authored
2360485
View commit details
Copy full SHA for 2360485
View code at this point
Browse repository at this point
Commits on Jun 4, 2023
Remove venv for stubtest stdlib (#10259)
hauntsaninja
authored
ef41a9f
View commit details
Copy full SHA for ef41a9f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL