FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · blithejack/cpython · GitHub
blithejack
/
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
Branch selector
User selector
Datepicker
Commit history
Commits on Apr 5, 2019
Merge remote-tracking branch 'python/3.7'
blithejack
committed
c458866
View commit details
Copy full SHA for c458866
Browse repository at this point
Fix doc for create_subprocess_exec (GH-12598)
Show description for 1bc6cd7
miss-islington
and
dimaqq
authored
1bc6cd7
View commit details
Copy full SHA for 1bc6cd7
Browse repository at this point
bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505)
Show description for 86fbe02
miss-islington
and
methane
authored
86fbe02
View commit details
Copy full SHA for 86fbe02
Browse repository at this point
Commits on Apr 4, 2019
bpo-36522: Print all values for headers with multiple values. (GH-12681) (GH-12682)
Show description for 6f9cd14
authored and
serhiy-storchaka
committed
6f9cd14
View commit details
Copy full SHA for 6f9cd14
Browse repository at this point
Commits on Apr 3, 2019
[3.7] bpo-36440: include node names in ParserError messages, instead of numeric IDs (GH-12565) (GH-12671)
Show description for 513d142
pablogsal
and
tyomitch
authored
513d142
View commit details
Copy full SHA for 513d142
Browse repository at this point
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH-12660)
Show description for 9c08eeb
miss-islington
and
ZackerySpytz
authored
9c08eeb
View commit details
Copy full SHA for 9c08eeb
Browse repository at this point
Commits on Apr 2, 2019
bpo-32413: Add documentation that at the module level, locals(), globals() are the same dictionary (GH-5004)
Show description for ef516d1
miss-islington
and
srinivasreddy
authored
ef516d1
View commit details
Copy full SHA for ef516d1
Browse repository at this point
bpo-35838: document optionxform must be idempotent (GH-12656)
Show description for 9a838c5
miss-islington
and
methane
authored
9a838c5
View commit details
Copy full SHA for 9a838c5
Browse repository at this point
bpo-13120: fix typo with test_issue13120() method name (GH-12250)
Show description for 5ca4fe0
miss-islington
and
blueyed
authored
5ca4fe0
View commit details
Copy full SHA for 5ca4fe0
Browse repository at this point
Commits on Apr 1, 2019
Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649)
Show description for 85730b8
miss-islington
and
zooba
authored
85730b8
View commit details
Copy full SHA for 85730b8
Browse repository at this point
bpo-36157:Document PyInterpreterState_Main() (GH-12238)
Show description for 35fc38e
miss-islington
and
nanjekyejoannah
authored
35fc38e
View commit details
Copy full SHA for 35fc38e
Browse repository at this point
bpo-20844: open script file with "rb" mode (GH-12616)
Show description for 8384670
methane
authored
8384670
View commit details
Copy full SHA for 8384670
Browse repository at this point
[3.7] bpo-36492: Fix passing special keyword arguments to some functions. (GH-12637) (GH-12645)
Show description for a37f356
serhiy-storchaka
authored
a37f356
View commit details
Copy full SHA for a37f356
Browse repository at this point
Commits on Mar 31, 2019
bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(). (GH-12106) (GH-12642)
Show description for 5e23395
authored and
serhiy-storchaka
committed
5e23395
View commit details
Copy full SHA for 5e23395
Browse repository at this point
Commits on Mar 30, 2019
bpo-36010: Add venv to the nuget distribution (GH-12367)
Show description for 3e78c7c
authored and
zooba
committed
3e78c7c
View commit details
Copy full SHA for 3e78c7c
Browse repository at this point
bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) (GH-12627)
Show description for bd48280
miss-islington
and
serhiy-storchaka
committed
bd48280
View commit details
Copy full SHA for bd48280
Browse repository at this point
bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) (GH-12628)
Show description for 4724ba9
miss-islington
and
serhiy-storchaka
committed
4724ba9
View commit details
Copy full SHA for 4724ba9
Browse repository at this point
C API docs: Py_IsInitialized is always safe to call (GH-12630)
Show description for 128e40f
miss-islington
and
ncoghlan
authored
128e40f
View commit details
Copy full SHA for 128e40f
Browse repository at this point
bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602)
Show description for 5b80cb5
miss-islington
and
methane
authored
5b80cb5
View commit details
Copy full SHA for 5b80cb5
Browse repository at this point
Commits on Mar 29, 2019
Fixed capital letters missing and missing . (GH-12584)
Show description for 40ee9a3
miss-islington
and
Seluj78
authored
40ee9a3
View commit details
Copy full SHA for 40ee9a3
Browse repository at this point
Commits on Mar 28, 2019
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)
Show description for e9868c5
miss-islington
and
kctherookie
authored
e9868c5
View commit details
Copy full SHA for e9868c5
Browse repository at this point
bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)
Show description for 1d9f1a0
miss-islington
and
zhsj
authored
1d9f1a0
View commit details
Copy full SHA for 1d9f1a0
Browse repository at this point
bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc() (12601)
Show description for 6fd3c85
miss-islington
and
ZackerySpytz
authored
6fd3c85
View commit details
Copy full SHA for 6fd3c85
Browse repository at this point
[3.7] Fix NEWS entry with incorrect bpo number (GH-12600)
ned-deily
authored
3746635
View commit details
Copy full SHA for 3746635
Browse repository at this point
bpo-36245: Fix more empty environment variable checks (GH-12592)
Show description for 1ff04dc
miss-islington
and
zooba
authored
1ff04dc
View commit details
Copy full SHA for 1ff04dc
Browse repository at this point
Commits on Mar 27, 2019
bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605)
Show description for 9cad523
miss-islington
and
flying-sheep
authored
9cad523
View commit details
Copy full SHA for 9cad523
Browse repository at this point
bpo-36441: Fixes creating a venv when debug binaries are installed. (GH-12566)
Show description for 65445f6
miss-islington
and
zooba
authored
65445f6
View commit details
Copy full SHA for 65445f6
Browse repository at this point
Doc: Fixed missing punctuation in datamodel.rst (GH-12581)
Show description for 101ddba
miss-islington
and
Seluj78
authored
101ddba
View commit details
Copy full SHA for 101ddba
Browse repository at this point
bpo-33832: Add "magic method" glossary entry (GH-7630)
Show description for ead1579
miss-islington
and
andresdelfino
authored
ead1579
View commit details
Copy full SHA for ead1579
Browse repository at this point
Minor doc improvement (GH-10341)
Show description for e16599c
miss-islington
and
andresdelfino
authored
e16599c
View commit details
Copy full SHA for e16599c
Browse repository at this point
bpo-36429: Fix starting IDLE with pyshell (GH-12548)
Show description for 23eb816
miss-islington
and
terryjreedy
authored
23eb816
View commit details
Copy full SHA for 23eb816
Browse repository at this point
Commits on Mar 26, 2019
bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821)
Show description for 5ac6263
miss-islington
and
taleinat
authored
5ac6263
View commit details
Copy full SHA for 5ac6263
Browse repository at this point
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)
Show description for 20fde53
miss-islington
and
vstinner
authored
20fde53
View commit details
Copy full SHA for 20fde53
Browse repository at this point
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
Show description for 0344085
miss-islington
and
methane
authored
0344085
View commit details
Copy full SHA for 0344085
Browse repository at this point
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)
Show description for e0fe25b
miss-islington
and
ZackerySpytz
authored
e0fe25b
View commit details
Copy full SHA for e0fe25b
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL