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
...
*
Fix wrong indentation of a paragraph in documentation (GH-12868)
Miss Islington (bot)
2019-04-18
1
-2/+2
*
bpo-36649: Remove trailing spaces for registry keys when installed via the St...
Miss Islington (bot)
2019-04-17
2
-7/+7
*
[3.7] bpo-35755: shutil.which() uses os.confstr("CS_PATH") (GH-12862)
Victor Stinner
2019-04-17
7
-19/+159
*
bpo-32849: Fix is_valid_fd() on FreeBSD (GH-12852) (GH-12863)
Miss Islington (bot)
2019-04-17
2
-15/+25
*
bpo-33783: Use proper class markup for random.Random docs (GH-7817) (GH-12859)
Miss Islington (bot)
2019-04-16
1
-0/+5
*
bpo-36508: python-config don't export LINKFORSHARED (GH-12661) (GH-12748)
Miss Islington (bot)
2019-04-16
4
-8/+6
*
bpo-36348: test_imaplib: add debug info (GH-12846)
Victor Stinner
2019-04-15
1
-4/+4
*
Doc: update PendingDeprecationWarning explanation (GH-12837)
Miss Islington (bot)
2019-04-15
1
-9/+6
*
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834) (GH-12835)
Miss Islington (bot)
2019-04-15
4
-16/+21
*
bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)
Miss Islington (bot)
2019-04-14
1
-1/+1
*
[3.7] bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can...
Pablo Galindo
2019-04-14
1
-0/+12
*
bpo-36593: Fix isinstance check for Mock objects with spec executed under tra...
Miss Islington (bot)
2019-04-13
3
-1/+41
*
Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762)
Miss Islington (bot)
2019-04-13
1
-0/+8
*
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
Miss Islington (bot)
2019-04-13
10
-4/+22
*
bpo-36605: make tags: parse Modules/_io directory (GH-12789) (GH-12814)
Victor Stinner
2019-04-13
3
-15/+5
*
bpo-35581: Document @typing.type_check_only (GH-11312)
Miss Islington (bot)
2019-04-12
2
-0/+19
*
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7...
Miss Islington (bot)
2019-04-12
2
-13/+24
*
Allow Windows layout builds to fully skip code signing (GH-12808)
Miss Islington (bot)
2019-04-12
2
-3/+8
*
bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797)
Miss Islington (bot)
2019-04-12
2
-2/+9
*
bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736)
Miss Islington (bot)
2019-04-12
1
-7/+11
*
[3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (G...
Victor Stinner
2019-04-11
8
-41/+140
*
bpo-36597: fix random doctest failure (GH-12778)
Inada Naoki
2019-04-11
1
-5/+8
*
bpo-36416: Correct bytes.rpartition documentation (GH-12543)
Miss Islington (bot)
2019-04-11
1
-2/+2
*
Doc: fix typo in IncrementalDecoder.setstate (GH-12724)
Miss Islington (bot)
2019-04-11
1
-1/+1
*
better __init__.py explanation in tutorial (GH-12763)
Miss Islington (bot)
2019-04-11
1
-3/+3
*
bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764)
Miss Islington (bot)
2019-04-10
1
-0/+3
*
bpo-14826: document that URLopener quotes fullurl. (GH-12758)
Miss Islington (bot)
2019-04-10
1
-0/+1
*
bpo-12910: update and correct quote docstring (GH-2568)
Miss Islington (bot)
2019-04-10
1
-13/+20
*
[3.7] bpo-36560: regrtest: don't collect the GC twice (GH-12747) (GH-12749)
Victor Stinner
2019-04-09
4
-33/+48
*
closes bpo-35848: Move all documentation regarding the readinto out of IOBase...
Miss Islington (bot)
2019-04-09
2
-14/+10
*
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733) (GH-12734)
Miss Islington (bot)
2019-04-08
2
-2/+8
*
Correct "inplace" with "in-place" (GH-10480)
Miss Islington (bot)
2019-04-08
2
-5/+5
*
bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677)
Miss Islington (bot)
2019-04-08
1
-14/+0
*
Fix doc for create_subprocess_exec (GH-12598)
Miss Islington (bot)
2019-04-05
1
-1/+1
*
bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12...
Miss Islington (bot)
2019-04-05
2
-5/+13
*
bpo-36522: Print all values for headers with multiple values. (GH-12681) (GH-...
Miss Islington (bot)
2019-04-04
3
-4/+7
*
[3.7] bpo-36440: include node names in ParserError messages, instead of numer...
Pablo Galindo
2019-04-03
3
-6/+29
*
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...
Miss Islington (bot)
2019-04-03
3
-1/+8
*
bpo-32413: Add documentation that at the module level, locals(), globals() ar...
Miss Islington (bot)
2019-04-02
1
-1/+2
*
bpo-35838: document optionxform must be idempotent (GH-12656)
Miss Islington (bot)
2019-04-02
1
-0/+6
*
bpo-13120: fix typo with test_issue13120() method name (GH-12250)
Miss Islington (bot)
2019-04-02
1
-3/+3
*
Temporary workaround for an ACL issue on Ubuntu on Azure Pipelines (GH-12649)
Miss Islington (bot)
2019-04-01
1
-0/+4
*
bpo-36157:Document PyInterpreterState_Main() (GH-12238)
Miss Islington (bot)
2019-04-01
2
-0/+6
*
bpo-20844: open script file with "rb" mode (GH-12616)
Inada Naoki
2019-04-01
4
-1/+24
*
[3.7] bpo-36492: Fix passing special keyword arguments to some functions. (GH...
Serhiy Storchaka
2019-04-01
20
-17/+282
*
bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(...
Miss Islington (bot)
2019-03-31
1
-4/+5
*
bpo-36010: Add venv to the nuget distribution (GH-12367)
Miss Islington (bot)
2019-03-30
3
-2/+11
*
bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) (GH-12627)
Miss Islington (bot)
2019-03-30
3
-0/+14
*
bpo-36434: Properly handle writing errors in ZIP files. (GH-12559) (GH-12628)
Miss Islington (bot)
2019-03-30
3
-41/+82
*
C API docs: Py_IsInitialized is always safe to call (GH-12630)
Miss Islington (bot)
2019-03-30
1
-0/+1
[prev]
[next]