FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python - 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
Python
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Sep 4, 2018
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: Py_FileSystemDefaultEncoding NULL by default (GH-9003)
Show description for de42755
vstinner
authored
de42755
View commit details
Copy full SHA for de42755
View code at this point
Browse repository at this point
bpo-34485: Emit C locale coercion warning later (GH-9002)
Show description for cf21504
vstinner
authored
cf21504
View commit details
Copy full SHA for cf21504
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: Fix config_init_fs_encoding() (GH-8991)
Show description for 70fead2
vstinner
authored
70fead2
View commit details
Copy full SHA for 70fead2
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: Add _PyCoreConfig.stdio_encoding (GH-8881)
Show description for dfe0dc7
vstinner
authored
dfe0dc7
View commit details
Copy full SHA for dfe0dc7
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
bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)
Show description for 315877d
vstinner
authored
315877d
View commit details
Copy full SHA for 315877d
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
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Show description for d500e53
vstinner
authored
d500e53
View commit details
Copy full SHA for d500e53
View code at this point
Browse repository at this point
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)
Show description for 5cb2589
vstinner
authored
5cb2589
View commit details
Copy full SHA for 5cb2589
View code at this point
Browse repository at this point
Commits on Aug 26, 2018
bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
Alexey Izbyshev
authored and
zhangyangyu
committed
a2eefa6
View commit details
Copy full SHA for a2eefa6
View code at this point
Browse repository at this point
Commits on Aug 24, 2018
bpo-34492: Python/coreconfig.c: Fix _Py_wstrlist_copy() (GH-8910)
Show description for eb746db
Alexey Izbyshev
authored and
vstinner
committed
eb746db
View commit details
Copy full SHA for eb746db
View code at this point
Browse repository at this point
closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872)
Show description for 2b824b2
Alexey Izbyshev
authored and
benjaminp
committed
2b824b2
View commit details
Copy full SHA for 2b824b2
View code at this point
Browse repository at this point
Commits on Aug 22, 2018
bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852)
Show description for 28853a2
Alexey Izbyshev
authored and
serhiy-storchaka
committed
28853a2
View commit details
Copy full SHA for 28853a2
View code at this point
Browse repository at this point
Commits on Aug 3, 2018
bpo-34170: _PyCoreConfig_Read() don't replace coerce_c_locale (GH-8658)
Show description for 5a953fd
vstinner
authored
5a953fd
View commit details
Copy full SHA for 5a953fd
View code at this point
Browse repository at this point
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Show description for caba55b
vstinner
authored
caba55b
View commit details
Copy full SHA for caba55b
View code at this point
Browse repository at this point
Commits on Aug 1, 2018
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
Show description for 80b762f
vstinner
authored
80b762f
View commit details
Copy full SHA for 80b762f
View code at this point
Browse repository at this point
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Show description for 6c785c0
vstinner
authored
6c785c0
View commit details
Copy full SHA for 6c785c0
View code at this point
Browse repository at this point
Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)
vstinner
authored
cfc8831
View commit details
Copy full SHA for cfc8831
View code at this point
Browse repository at this point
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Show description for b75d7e2
vstinner
authored
b75d7e2
View commit details
Copy full SHA for b75d7e2
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
Show description for 8ed317f
costypetrisor
authored and
vstinner
committed
8ed317f
View commit details
Copy full SHA for 8ed317f
View code at this point
Browse repository at this point
Commits on Jul 30, 2018
Add docstrings to public methods from context.c (GH-8531)
plamut
authored and
Yury Selivanov
committed
20678fd
View commit details
Copy full SHA for 20678fd
View code at this point
Browse repository at this point
Commits on Jul 25, 2018
bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
Show description for 1dc6e39
vstinner
authored
1dc6e39
View commit details
Copy full SHA for 1dc6e39
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Show description for 53b7d4e
vstinner
authored
53b7d4e
View commit details
Copy full SHA for 53b7d4e
View code at this point
Browse repository at this point
bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Show description for d19d8d5
vstinner
authored
d19d8d5
View commit details
Copy full SHA for d19d8d5
View code at this point
Browse repository at this point
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
bpo-34149: Behavior of the min/max with key=None (GH-8328)
Show description for e22072f
Amper
authored and
rhettinger
committed
e22072f
View commit details
Copy full SHA for e22072f
View code at this point
Browse repository at this point
Commits on Jul 23, 2018
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262)
serhiy-storchaka
authored
aba24ff
View commit details
Copy full SHA for aba24ff
View code at this point
Browse repository at this point
bpo-34190: Fix reference leak in call_function() (GH-8413)
jdemeyer
authored and
vstinner
committed
147d955
View commit details
Copy full SHA for 147d955
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL