FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Programs/_testembed.c - 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
Programs
_testembed.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Aug 29, 2018
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
Commits on Aug 28, 2018
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 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: _PyCoreConfig_Read() defaults to argc=0 (GH-8595)
Show description for ea68d83
vstinner
authored
ea68d83
View commit details
Copy full SHA for ea68d83
View code at this point
Browse repository at this point
bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594)
Show description for 9851227
vstinner
authored
9851227
View commit details
Copy full SHA for 9851227
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 26, 2018
bpo-34170, test_embed: write Py_Initialize() tests (GH-8484)
vstinner
authored
56b29b6
View commit details
Copy full SHA for 56b29b6
View code at this point
Browse repository at this point
Commits on Jul 20, 2018
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
Show description for fb47bca
vstinner
authored
fb47bca
View commit details
Copy full SHA for fb47bca
View code at this point
Browse repository at this point
Commits on Jun 22, 2018
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
Show description for 209abf7
vstinner
authored
209abf7
View commit details
Copy full SHA for 209abf7
View code at this point
Browse repository at this point
Commits on Mar 30, 2018
bpo-33182: Fix pointer types in _testembed (GH-6310)
ncoghlan
authored
69f5c73
View commit details
Copy full SHA for 69f5c73
View code at this point
Browse repository at this point
Commits on Mar 25, 2018
bpo-33042: Fix pre-initialization sys module configuration (GH-6157)
Show description for bc77eff
ncoghlan
authored
bc77eff
View commit details
Copy full SHA for bc77eff
View code at this point
Browse repository at this point
Commits on Dec 20, 2017
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Show description for 776407f
Marcel Plch
authored and
pitrou
committed
776407f
View commit details
Copy full SHA for 776407f
View code at this point
Browse repository at this point
Commits on Nov 30, 2017
bpo-20891: Fix PyGILState_Ensure() (#4650)
Show description for b4d1e1f
vstinner
authored
b4d1e1f
View commit details
Copy full SHA for b4d1e1f
View code at this point
Browse repository at this point
Commits on Nov 26, 2017
bpo-32096: Ensure new embedding test can find the encodings module (GH-4566)
ncoghlan
authored
4274609
View commit details
Copy full SHA for 4274609
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Show description for 9e87e77
vstinner
and
ericsnowcurrently
authored
9e87e77
View commit details
Copy full SHA for 9e87e77
View code at this point
Browse repository at this point
Commits on Sep 14, 2017
bpo-31462: Remove trailing whitespaces. (#3564)
serhiy-storchaka
authored
13ad3b7
View commit details
Copy full SHA for 13ad3b7
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 May 25, 2017
bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791)
ericsnowcurrently
authored
d1c3c13
View commit details
Copy full SHA for d1c3c13
View code at this point
Browse repository at this point
Commits on May 23, 2017
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
ericsnowcurrently
authored
e377416
View commit details
Copy full SHA for e377416
View code at this point
Browse repository at this point
Commits on Jan 2, 2017
Issue #24932: Use proper command line parsing in _testembed
zooba
committed
ea74f0c
View commit details
Copy full SHA for ea74f0c
View code at this point
Browse repository at this point
Commits on Aug 16, 2016
Issue #27736: Improve the existing embedded interpreter init/fini test
Show description for 939231b
ned-deily
committed
939231b
View commit details
Copy full SHA for 939231b
View code at this point
Browse repository at this point
Commits on Apr 19, 2016
Fix spelling (inital), grammar (may translates) in documentation, comments
vadmium
committed
8f26565
View commit details
Copy full SHA for 8f26565
View code at this point
Browse repository at this point
Commits on Jul 25, 2014
Issue #18093: Factor out the programs that embed the runtime
ncoghlan
committed
973fe0b
View commit details
Copy full SHA for 973fe0b
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL