index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-17110: doc: add note how to get bytes from sys.argv (GH-12602)
Miss Islington (bot)
2019-03-30
1
-0/+6
*
Fixed capital letters missing and missing . (GH-12584)
Miss Islington (bot)
2019-03-29
1
-6/+6
*
bpo-35941: Fix ssl certificate enumeration for windows (GH-12486)
Miss Islington (bot)
2019-03-28
2
-20/+92
*
bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)
Miss Islington (bot)
2019-03-28
2
-0/+3
*
bpo-36459: Fix a possible double PyMem_FREE() due to tokenizer.c's tok_nextc(...
Miss Islington (bot)
2019-03-28
2
-1/+1
*
[3.7] Fix NEWS entry with incorrect bpo number (GH-12600)
Ned Deily
2019-03-28
1
-0/+0
*
bpo-36245: Fix more empty environment variable checks (GH-12592)
Miss Islington (bot)
2019-03-28
1
-2/+2
*
bpo-31292: Fixed distutils check --restructuredtext for include directives (G...
Miss Islington (bot)
2019-03-27
4
-2/+20
*
bpo-36441: Fixes creating a venv when debug binaries are installed. (GH-12566)
Miss Islington (bot)
2019-03-27
3
-0/+19
*
Doc: Fixed missing punctuation in datamodel.rst (GH-12581)
Miss Islington (bot)
2019-03-27
1
-14/+14
*
bpo-33832: Add "magic method" glossary entry (GH-7630)
Miss Islington (bot)
2019-03-27
2
-0/+8
*
Minor doc improvement (GH-10341)
Miss Islington (bot)
2019-03-27
2
-3/+3
*
bpo-36429: Fix starting IDLE with pyshell (GH-12548)
Miss Islington (bot)
2019-03-27
3
-5/+14
*
bpo-34203: FAQ: improve wording of paragraph about 2.x vs. 3.x (GH-9821)
Miss Islington (bot)
2019-03-26
1
-8/+4
*
bpo-36436: Fix _testcapi.pymem_buffer_overflow() (GH-12560)
Miss Islington (bot)
2019-03-26
2
-0/+5
*
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
Miss Islington (bot)
2019-03-26
3
-9/+23
*
bpo-36430: Fix a possible reference leak in itertools.count(). (GH-12551)
Miss Islington (bot)
2019-03-26
2
-0/+2
*
Fix "the the" in the idle docs. (GH-12549)
Miss Islington (bot)
2019-03-26
1
-13/+11
*
bump to 3.7.3+
Ned Deily
2019-03-25
2
-3/+3
*
Merge tag 'v3.7.3' into 3.7
Ned Deily
2019-03-25
3
-5/+13
|
\
|
*
3.7.3
v3.7.3
Ned Deily
2019-03-25
3
-5/+13
|
*
Fix registry key for Windows SDK detection (GH-12445)
Miss Islington (bot)
2019-03-25
1
-1/+1
|
*
Fix "catchs" typos in NEWS entries (GH-12364)
Harmon
2019-03-25
2
-4/+4
|
*
Remove NEWS entries duplicated from 3.7.2final. (GH-12309)
Ned Deily
2019-03-25
1
-40/+1
|
*
bpo-36174: Update nuget authoring for new license field. (GH-12300)
Miss Islington (bot)
2019-03-25
4
-9/+4
|
*
Correct minor edit to news entry. (GH-12299)
Ned Deily
2019-03-25
1
-1/+1
*
|
bpo-34085: Improve wording on classmethod/staticmethod (GH-8228)
Miss Islington (bot)
2019-03-25
1
-12/+10
*
|
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
Miss Islington (bot)
2019-03-25
4
-11/+24
*
|
Add note to Queue.get() docs about block=True (GH-2223) (GH-12538)
Miss Islington (bot)
2019-03-25
1
-0/+5
*
|
bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (G...
Miss Islington (bot)
2019-03-25
2
-0/+2
*
|
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) GH-12...
Miss Islington (bot)
2019-03-25
3
-11/+29
*
|
bpo-30348: IDLE: Add test_autocomplete unittest (GH-2209)
Miss Islington (bot)
2019-03-24
3
-27/+131
*
|
bpo-31822: Document that urllib.parse.{Defrag,Split,Parse}Result are namedtup...
Miss Islington (bot)
2019-03-24
1
-10/+31
*
|
bpo-36405: IDLE - Restore __main__ and add tests (GH-12518)
Miss Islington (bot)
2019-03-24
5
-10/+18
*
|
[3.7] Replace "DOS box" with link to Windows FAQ. (GH-12390) (GH-12525)
Miss Islington (bot)
2019-03-24
2
-1/+3
*
|
bpo-32217: Correct usage of ABI tags in freeze. (GH-4719)
Miss Islington (bot)
2019-03-23
2
-1/+5
*
|
bpo-23205: IDLE: Add tests and refactor grep's findfiles (GH-12203)
Miss Islington (bot)
2019-03-23
3
-45/+109
*
|
bpo-36405: Use dict unpacking in idlelib (GH-12507)
Miss Islington (bot)
2019-03-23
4
-12/+9
*
|
bpo-33319: Clarify subprocess call docs. (GH-12508)
Miss Islington (bot)
2019-03-23
1
-12/+13
*
|
bpo-35155: clarify protocol handler method naming (GH-10313)
Miss Islington (bot)
2019-03-22
1
-19/+39
*
|
bpo-36396: Remove fgBg param of idlelib.config.GetHighlight() (GH-12491)
Miss Islington (bot)
2019-03-22
7
-58/+41
*
|
bpo-35284: Fix the error handling in the compiler's compiler_call(). (GH-1062...
Zackery Spytz
2019-03-22
1
-3/+5
*
|
bpo-23984: Improve descriptor documentation (GH-1034) (GH-12459)
Miss Islington (bot)
2019-03-22
1
-2/+2
*
|
Raise the timeout in test_multiprocessing_* for slow buildbots (GH-12489)
Miss Islington (bot)
2019-03-22
1
-1/+1
*
|
bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12488)
Miss Islington (bot)
2019-03-21
3
-5/+23
*
|
Fix registry key for Windows SDK detection (GH-12445)
Miss Islington (bot)
2019-03-21
1
-1/+1
*
|
bpo-35978: Correctly skips venv tests in venvs (GH-12220)
Miss Islington (bot)
2019-03-21
2
-12/+22
*
|
bpo-36245: Avoid problems when building in a directory containing spaces. (GH...
Miss Islington (bot)
2019-03-21
1
-3/+3
*
|
bpo-36312: Fix decoders for some code pages. (GH-12369)
Miss Islington (bot)
2019-03-21
3
-5/+27
*
|
bpo-36367: Free buffer if realloc fails in tokenize.c (GH-12442) (GH-12471)
Victor Stinner
2019-03-20
1
-2/+8
[prev]
[next]