FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules - 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
Modules
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 14, 2018
Remove PyModule_GetDict from new C API
Dino Viehland
committed
52590bc
View commit details
Copy full SHA for 52590bc
View code at this point
Browse repository at this point
Commits on Sep 13, 2018
Updates for PyDict_GetItemRefString
Dino Viehland
committed
80b0a08
View commit details
Copy full SHA for 80b0a08
View code at this point
Browse repository at this point
Commits on Sep 11, 2018
Add PyDict_GetItemRef
Dino Viehland
committed
f80dea2
View commit details
Copy full SHA for f80dea2
View code at this point
Browse repository at this point
Commits on Sep 5, 2018
Use Py_GetType() and %T format
vstinner
committed
790f968
View commit details
Copy full SHA for 790f968
View code at this point
Browse repository at this point
Commits on Sep 4, 2018
Fix _testbuffer.c
vstinner
committed
8b2676a
View commit details
Copy full SHA for 8b2676a
View code at this point
Browse repository at this point
fix test_buffer
vstinner
committed
4401d0d
View commit details
Copy full SHA for 4401d0d
View code at this point
Browse repository at this point
Add PySequence_Fast_GetItemRef() and PyList_GetItemRef()
Show description for e0889e9
vstinner
committed
e0889e9
View commit details
Copy full SHA for e0889e9
View code at this point
Browse repository at this point
Add _Py_SET_TYPE() and _Py_SET_SIZE()
Show description for b8d81ec
vstinner
committed
b8d81ec
View commit details
Copy full SHA for b8d81ec
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Show description for fbca908
vstinner
authored
fbca908
View commit details
Copy full SHA for fbca908
View code at this point
Browse repository at this point
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Show description for 3d4226a
vstinner
authored
3d4226a
View commit details
Copy full SHA for 3d4226a
View code at this point
Browse repository at this point
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Show description for c5989cd
vstinner
authored
c5989cd
View commit details
Copy full SHA for c5989cd
View code at this point
Browse repository at this point
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Show description for b2457ef
vstinner
authored
b2457ef
View commit details
Copy full SHA for b2457ef
View code at this point
Browse repository at this point
bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)
Show description for 177d921
vstinner
authored
177d921
View commit details
Copy full SHA for 177d921
View code at this point
Browse repository at this point
Improve commutativity of math.hypot() and math.dist() (GH-8984)
rhettinger
authored
21786f5
View commit details
Copy full SHA for 21786f5
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982)
Show description for 124b9eb
vstinner
authored
124b9eb
View commit details
Copy full SHA for 124b9eb
View code at this point
Browse repository at this point
bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979)
Show description for 2c8ddcf
vstinner
authored
2c8ddcf
View commit details
Copy full SHA for 2c8ddcf
View code at this point
Browse repository at this point
bpo-34485: Enhance init_sys_streams() (GH-8978)
Show description for 9e4994d
vstinner
authored
9e4994d
View commit details
Copy full SHA for 9e4994d
View code at this point
Browse repository at this point
Commits on Aug 27, 2018
Fast path for exact floats in math.hypot() and math.dist() (GH-8949)
rhettinger
authored
74734f7
View commit details
Copy full SHA for 74734f7
View code at this point
Browse repository at this point
Commits on Aug 25, 2018
Remove unneeded PyErr_Clear() in _winapi_SetNamedPipeHandleState_impl() (GH-8281)
ZackerySpytz
authored and
zhangyangyu
committed
1871a4a
View commit details
Copy full SHA for 1871a4a
View code at this point
Browse repository at this point
bpo-34395: Don't free allocated memory on realloc fail in load_mark() in _pickle.c. (GH-8788)
sir-sigurd
authored and
serhiy-storchaka
committed
90555ec
View commit details
Copy full SHA for 90555ec
View code at this point
Browse repository at this point
Fix upsizing of marks stack in pickle module. (GH-8860)
Show description for 86b8991
sir-sigurd
authored and
serhiy-storchaka
committed
86b8991
View commit details
Copy full SHA for 86b8991
View code at this point
Browse repository at this point
bpo-13312: Avoid int underflow in time year. (GH-8912)
Show description for 76be0ff
gpshead
authored
76be0ff
View commit details
Copy full SHA for 76be0ff
View code at this point
Browse repository at this point
Commits on Aug 24, 2018
closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_isoformat_results. (GH-8869)
Show description for 4988453
Alexey Izbyshev
authored and
benjaminp
committed
4988453
View commit details
Copy full SHA for 4988453
View code at this point
Browse repository at this point
Commits on Aug 23, 2018
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862)
Show description for 096329f
authored and
taleinat
committed
096329f
View commit details
Copy full SHA for 096329f
View code at this point
Browse repository at this point
bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
Show description for 48ce489
michael-o
authored and
berkerpeksag
committed
48ce489
View commit details
Copy full SHA for 48ce489
View code at this point
Browse repository at this point
bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868)
Show description for 89487f5
vstinner
authored
89487f5
View commit details
Copy full SHA for 89487f5
View code at this point
Browse repository at this point
Commits on Aug 22, 2018
bpo-34462: Add missing NULL check to _copy_raw_string() (GH-8863)
Show description for c583919
Alexey Izbyshev
authored and
berkerpeksag
committed
c583919
View commit details
Copy full SHA for c583919
View code at this point
Browse repository at this point
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)
Show description for e7d4b2f
berkerpeksag
authored
e7d4b2f
View commit details
Copy full SHA for e7d4b2f
View code at this point
Browse repository at this point
bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)
Show description for f8c06b0
Alexey Izbyshev
authored and
serhiy-storchaka
committed
f8c06b0
View commit details
Copy full SHA for f8c06b0
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)
Show description for cdbf50c
Alexey Izbyshev
authored and
berkerpeksag
committed
cdbf50c
View commit details
Copy full SHA for cdbf50c
View code at this point
Browse repository at this point
Commits on Aug 17, 2018
bpo-34419: selectmodule.c does not compile on HP-UX due to bpo-31938 (GH-8796)
Show description for 0e6e7a1
michael-o
authored and
taleinat
committed
0e6e7a1
View commit details
Copy full SHA for 0e6e7a1
View code at this point
Browse repository at this point
Commits on Aug 16, 2018
bpo-34217: Use lowercase for windows headers (GH-8472)
erikjanss
authored and
methane
committed
e6a4755
View commit details
Copy full SHA for e6a4755
View code at this point
Browse repository at this point
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756)
sir-sigurd
authored and
serhiy-storchaka
committed
67b9cc8
View commit details
Copy full SHA for 67b9cc8
View code at this point
Browse repository at this point
Commits on Aug 15, 2018
bpo-34384: Fix os.readlink() on Windows (GH-8740)
Show description for e0b5b20
berkerpeksag
authored
e0b5b20
View commit details
Copy full SHA for e0b5b20
View code at this point
Browse repository at this point
Commits on Aug 12, 2018
Minor code clean-up. Don't alter the input vector. Use variables instead. GH-8748
rhettinger
authored
a47f394
View commit details
Copy full SHA for a47f394
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL