FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for .gitattributes - 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
Breadcrumbs
History for
cpython
.gitattributes
on
main
User selector
Datepicker
Commit history
Commits on Sep 12, 2023
gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)
sobolevn
authored
1110c5b
View commit details
Copy full SHA for 1110c5b
View code at this point
Browse repository at this point
Commits on Aug 31, 2023
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Show description for ad73674
vstinner
authored
ad73674
View commit details
Copy full SHA for ad73674
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
Commits on Aug 11, 2023
gh-105481: split opcode_ids.h out of opcode.h so that it can be generated separately (#107866)
iritkatriel
authored
caa41a4
View commit details
Copy full SHA for caa41a4
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
GH-105481: Mark more files as generated (GH-107598)
brandtbucher
authored
e52e87c
View commit details
Copy full SHA for e52e87c
View code at this point
Browse repository at this point
Commits on Jul 18, 2023
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
iritkatriel
authored
40f3f11
View commit details
Copy full SHA for 40f3f11
View code at this point
Browse repository at this point
Commits on Jul 12, 2023
gh-105481: move Python/opcode_metadata.h to Include/internal/pycore_opcode_metadata.h (#106673)
iritkatriel
authored
2ca008e
View commit details
Copy full SHA for 2ca008e
View code at this point
Browse repository at this point
Commits on Jun 29, 2023
GH-106008: Make implicit boolean conversions explicit (GH-106003)
brandtbucher
authored
7b2d94d
View commit details
Copy full SHA for 7b2d94d
View code at this point
Browse repository at this point
Commits on Jun 27, 2023
gh-104584: Baby steps towards generating and executing traces (#105924)
Show description for 51fc725
gvanrossum
authored
51fc725
View commit details
Copy full SHA for 51fc725
View code at this point
Browse repository at this point
Commits on May 24, 2023
gh-104773: PEP 594: Remove the sndhdr module (#104774)
Show description for 7b00940
vstinner
authored
7b00940
View commit details
Copy full SHA for 7b00940
View code at this point
Browse repository at this point
Commits on Apr 17, 2023
gh-103088: Ensure POSIX venv scripts always use LF line endings (GH-103591)
Show description for eb5fd31
zooba
authored
eb5fd31
View commit details
Copy full SHA for eb5fd31
View code at this point
Browse repository at this point
Commits on Apr 12, 2023
gh-103088: Fix virtual environment activate script not working in Cygwin (GH-103470)
Zabolekar
authored
2b6e877
View commit details
Copy full SHA for 2b6e877
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
gh-90868: Adjust the Generated Objects (gh-99223)
Show description for 52f91c6
ericsnowcurrently
authored
52f91c6
View commit details
Copy full SHA for 52f91c6
View code at this point
Browse repository at this point
Commits on Nov 3, 2022
GH-98831: "Generate" the interpreter (#98830)
Show description for 41bc101
gvanrossum
authored
41bc101
View commit details
Copy full SHA for 41bc101
View code at this point
Browse repository at this point
Commits on Oct 4, 2022
gh-97008: Add a Python implementation of AttributeError and NameError suggestions (#97022)
Show description for bbc7cd6
ambv
and
cfbolz
authored
bbc7cd6
View commit details
Copy full SHA for bbc7cd6
View code at this point
Browse repository at this point
Commits on Jul 25, 2022
gh-95218: Move tests for importlib.resources into test_importlib.resources. (#95219)
Show description for 3e718cf
jaraco
authored
3e718cf
View commit details
Copy full SHA for 3e718cf
View code at this point
Browse repository at this point
Commits on Jul 7, 2022
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051)
kumaraditya303
authored
7169766
View commit details
Copy full SHA for 7169766
View code at this point
Browse repository at this point
Commits on Apr 27, 2022
gh-91719: Mark pycore_opcode.h as generated in .gitattributes (#91976)
sweeneyde
authored
b733708
View commit details
Copy full SHA for b733708
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
Use git attribute macros for CRLF and no-EOL files (GH-30762)
Erlend Egeberg Aasland
authored
0b906ae
View commit details
Copy full SHA for 0b906ae
View code at this point
Browse repository at this point
Commits on Apr 1, 2022
bpo-47168: Mark files generated by `make regen-limited-abi` as generated (GH-32195)
encukou
authored
079143d
View commit details
Copy full SHA for 079143d
View code at this point
Browse repository at this point
Commits on Jan 21, 2022
Update generated files list and add `diff=generated` attribute (GH-30745)
Show description for f1e559b
Erlend Egeberg Aasland
authored
f1e559b
View commit details
Copy full SHA for f1e559b
View code at this point
Browse repository at this point
Commits on Jan 19, 2022
Mark all clinic headers as generated (GH-30679)
Erlend Egeberg Aasland
authored
71734d0
View commit details
Copy full SHA for 71734d0
View code at this point
Browse repository at this point
Commits on Nov 11, 2021
bpo-45696: Deep-freeze selected modules (GH-29118)
Show description for 1cbaa50
gvanrossum
authored
1cbaa50
View commit details
Copy full SHA for 1cbaa50
View code at this point
Browse repository at this point
Commits on Sep 13, 2021
bpo-45019: Do some cleanup related to frozen modules. (gh-28319)
Show description for a2d8c4b
ericsnowcurrently
authored
a2d8c4b
View commit details
Copy full SHA for a2d8c4b
View code at this point
Browse repository at this point
Commits on Aug 30, 2021
bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980)
Show description for 044e8d8
ericsnowcurrently
authored
044e8d8
View commit details
Copy full SHA for 044e8d8
View code at this point
Browse repository at this point
Commits on Jul 30, 2021
bpo-44771: Apply changes from importlib_resources 5.2.1 (GH-27436)
Show description for aaa83cd
jaraco
authored
aaa83cd
View commit details
Copy full SHA for aaa83cd
View code at this point
Browse repository at this point
Commits on May 17, 2021
bpo-44131: Test Py_FrozenMain() (GH-26126)
Show description for eaede0d
vstinner
authored
eaede0d
View commit details
Copy full SHA for eaede0d
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Show description for 94faa07
vstinner
authored
94faa07
View commit details
Copy full SHA for 94faa07
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
bpo-42084: Language aware diff headers (GH-22776)
rhettinger
authored
95ad890
View commit details
Copy full SHA for 95ad890
View code at this point
Browse repository at this point
Commits on Jun 20, 2020
bpo-40939: Remove the old parser (Part 2) (GH-21005)
Show description for 314858e
lysnikolaou
authored
314858e
View commit details
Copy full SHA for 314858e
View code at this point
Browse repository at this point
Commits on Aug 13, 2019
bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)
Show description for 4e3dfcc
gnprice
authored and
miss-islington
committed
4e3dfcc
View commit details
Copy full SHA for 4e3dfcc
View code at this point
Browse repository at this point
Commits on Dec 22, 2018
bpo-30455: Generate all token related code and docs from Grammar/Tokens. (GH-10370)
Show description for 8ac6581
serhiy-storchaka
authored
8ac6581
View commit details
Copy full SHA for 8ac6581
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
bpo-34977: Add Windows App Store package (GH-11027)
Show description for 0cd6391
zooba
authored
0cd6391
View commit details
Copy full SHA for 0cd6391
View code at this point
Browse repository at this point
Commits on Dec 7, 2018
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Show description for cb0b78a
vstinner
authored
cb0b78a
View commit details
Copy full SHA for cb0b78a
View code at this point
Browse repository at this point
bpo-34977: Add Windows App Store package (GH-10245)
zooba
authored
468a15a
View commit details
Copy full SHA for 468a15a
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL