FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Include/pyport.h - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Include
pyport.h
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 11, 2018
README: document C defines
vstinner
committed
05f670c
View commit details
Copy full SHA for 05f670c
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
Refine defines
vstinner
committed
d87dcac
View commit details
Copy full SHA for d87dcac
View code at this point
Browse repository at this point
Py_XINCREF/Py_XDECREF as func calls
Show description for 159f85e
vstinner
committed
159f85e
View commit details
Copy full SHA for 159f85e
View code at this point
Browse repository at this point
Commits on Sep 3, 2018
Replace Py_INCREF/DECREF macros with function calls
vstinner
committed
03d1556
View commit details
Copy full SHA for 03d1556
View code at this point
Browse repository at this point
Commits on Aug 31, 2018
Add PyTuple_GetItemRef() and Py_NO_BORROWED_REF
Show description for 9c3b42f
vstinner
committed
9c3b42f
View commit details
Copy full SHA for 9c3b42f
View code at this point
Browse repository at this point
Commits on Aug 30, 2018
Add Py_NEWCAPI and Py_NEWCAPI_BORROWED_REF
vstinner
committed
fcabd49
View commit details
Copy full SHA for fcabd49
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)
serhiy-storchaka
authored
c573499
View commit details
Copy full SHA for c573499
View code at this point
Browse repository at this point
Commits on Jan 22, 2018
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Show description for 13ff245
vstinner
authored
13ff245
View commit details
Copy full SHA for 13ff245
View code at this point
Browse repository at this point
Commits on Nov 23, 2017
bpo-29040: Support building Android with Unified Headers (GH-4492)
xdegaye
authored
c06c22e
View commit details
Copy full SHA for c06c22e
View code at this point
Browse repository at this point
Commits on Oct 24, 2017
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Show description for 850a18e
vstinner
authored
850a18e
View commit details
Copy full SHA for 850a18e
View code at this point
Browse repository at this point
Commits on Sep 29, 2017
remove support for BSD/OS (closes bpo-31624) (#3812)
benjaminp
authored
288d1da
View commit details
Copy full SHA for 288d1da
View code at this point
Browse repository at this point
Commits on Sep 12, 2017
bpo-30860: Move windows.h include out of internal/*.h. (#3458)
Show description for fc1bf87
ericsnowcurrently
authored
fc1bf87
View commit details
Copy full SHA for fc1bf87
View code at this point
Browse repository at this point
Commits on Sep 7, 2017
bpo-31370: Remove support for threads-less builds (#3385)
Show description for a6a4dc8
pitrou
authored and
vstinner
committed
a6a4dc8
View commit details
Copy full SHA for a6a4dc8
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
remove configure test for inline keyword (#1231)
Show description for 791dc83
benjaminp
authored
791dc83
View commit details
Copy full SHA for 791dc83
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
Fix the only non-C90 comment to be C90 compatible. (#566)
ndparker
authored and
serhiy-storchaka
committed
f7eda38
View commit details
Copy full SHA for f7eda38
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
Fixed a typo in the comment in Include/pyport.h (#425)
Show description for 677ab99
josephshen
authored and
serhiy-storchaka
committed
677ab99
View commit details
Copy full SHA for 677ab99
View code at this point
Browse repository at this point
Commits on Jan 11, 2017
Disable _PyStack_AsTuple() inlining
Show description for b915bc3
vstinner
committed
b915bc3
View commit details
Copy full SHA for b915bc3
View code at this point
Browse repository at this point
Commits on Jan 5, 2017
Merge 3.6
vstinner
committed
af6fdf3
View commit details
Copy full SHA for af6fdf3
View code at this point
Browse repository at this point
Issue #27961: Define HAVE_LONG_LONG as 1.
Show description for a251fb0
vstinner
committed
a251fb0
View commit details
Copy full SHA for a251fb0
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
merge 3.6 (#28898)
benjaminp
committed
4ebcdac
View commit details
Copy full SHA for 4ebcdac
View code at this point
Browse repository at this point
guard HAVE_LONG_LONG definition to prevent redefinition (#28898)
benjaminp
committed
0d5742d
View commit details
Copy full SHA for 0d5742d
View code at this point
Browse repository at this point
Commits on Nov 15, 2016
Issue #28618: Mark dict lookup functions as hot
Show description for c7a8f67
vstinner
committed
c7a8f67
View commit details
Copy full SHA for c7a8f67
View code at this point
Browse repository at this point
Commits on Nov 11, 2016
Issue #28618: Make hot functions using __attribute__((hot))
Show description for c6944e7
vstinner
committed
c6944e7
View commit details
Copy full SHA for c6944e7
View code at this point
Browse repository at this point
Commits on Sep 21, 2016
replace usage of Py_VA_COPY with the (C99) standard va_copy
benjaminp
committed
0c21214
View commit details
Copy full SHA for 0c21214
View code at this point
Browse repository at this point
Commits on Sep 20, 2016
merge 3.5 (#28184)
benjaminp
committed
e2e792d
View commit details
Copy full SHA for e2e792d
View code at this point
Browse repository at this point
remove trailing whitespace
benjaminp
committed
918aa89
View commit details
Copy full SHA for 918aa89
View code at this point
Browse repository at this point
Commits on Sep 19, 2016
stop using Py_LL and Py_ULL
benjaminp
committed
ac965ca
View commit details
Copy full SHA for ac965ca
View code at this point
Browse repository at this point
always define HAVE_LONG_LONG (#27961)
benjaminp
committed
41e35f3
View commit details
Copy full SHA for 41e35f3
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
tiran
committed
f051e43
View commit details
Copy full SHA for f051e43
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
more PY_LONG_LONG to long long
benjaminp
committed
47ff073
View commit details
Copy full SHA for 47ff073
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
replace PY_SIZE_MAX with SIZE_MAX
benjaminp
committed
2f8bfef
View commit details
Copy full SHA for 2f8bfef
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
require uintptr_t to exist
benjaminp
committed
b9d9eed
View commit details
Copy full SHA for b9d9eed
View code at this point
Browse repository at this point
only include inttypes.h (#17884)
benjaminp
committed
88bd3ed
View commit details
Copy full SHA for 88bd3ed
View code at this point
Browse repository at this point
require standard int types to be defined (#17884)
benjaminp
committed
4fe5510
View commit details
Copy full SHA for 4fe5510
View code at this point
Browse repository at this point
replace PY_LONG_LONG with long long
benjaminp
committed
af580df
View commit details
Copy full SHA for af580df
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL