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
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bpo-35081: Move Include/pyatomic.c to Include/internal/ (GH-10239)
Victor Stinner
2018-10-30
1
-0/+1
*
bpo-35081: Cleanup pystate.c and pystate.h (GH-10240)
Victor Stinner
2018-10-30
2
-25/+21
*
bpo-32030: Make _PySys_AddXOptionWithError() private (GH-10236)
Victor Stinner
2018-10-30
1
-3/+8
*
bpo-34523: Fix config_init_fs_encoding() for ASCII (GH-10232)
Victor Stinner
2018-10-30
1
-20/+22
*
bpo-33237: Improve AttributeError message for partially initialized module. (...
Serhiy Storchaka
2018-10-30
1
-21/+9
*
bpo-34876: Change the lineno of the AST for decorated function and class. (GH...
Serhiy Storchaka
2018-10-30
4
-2489/+2496
*
bpo-33331: Clean modules in the reversed order in PyImport_Cleanup(). (GH-6565)
Serhiy Storchaka
2018-10-29
2
-1789/+1750
*
bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-1...
Pablo Galindo
2018-10-28
2
-4/+4
*
bpo-35024: Remove redundant and possibly incorrect verbose message after writ...
Quentin Agren
2018-10-26
1
-1345/+1343
*
importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)
Quentin
2018-10-25
1
-1497/+1496
*
bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999)
Serhiy Storchaka
2018-10-21
1
-11/+31
*
Fix typos in comments (GH-9905)
Quan Tian
2018-10-19
2
-3/+3
*
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
Serhiy Storchaka
2018-10-19
1
-3/+3
*
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
Stéphane Wirtel
2018-10-17
1
-19/+5
*
bpo-34939: Allow annotated global names in module namespace (GH-9844)
Pablo Galindo
2018-10-14
1
-0/+1
*
Fix an incorrect check in compiler_try_except(). (GH-9810)
Zackery Spytz
2018-10-12
1
-1/+2
*
Fix a possible decref of a borrowed reference in symtable.c. (GH-9786)
Zackery Spytz
2018-10-11
1
-2/+4
*
closes bpo-34868: Improve error message with '_' is combined with an invalid ...
Benjamin Peterson
2018-10-02
1
-8/+9
*
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
Serhiy Storchaka
2018-09-30
1
-4/+7
*
bpo-31370: Remove references to threadless builds (#8805)
Zackery Spytz
2018-09-29
1
-5/+1
*
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
Serhiy Storchaka
2018-09-27
6
-493/+55
*
bpo-5950: Support reading zips with comments in zipimport (#9548)
Zackery Spytz
2018-09-25
1
-1006/+1034
*
bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338)
Ammar Askar
2018-09-24
4
-11/+11
*
bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509)
David Cuthbert
2018-09-22
1
-3/+3
*
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
Yury Selivanov
2018-09-21
1
-23/+62
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
2
-90/+41
*
bpo-34125: Enable profiling of method_descriptor in all cases (GH-8416)
jdemeyer
2018-09-19
1
-3/+27
*
bpo-25711: Move _ZipImportResourceReader from importlib to zipimport. (GH-9406)
Serhiy Storchaka
2018-09-19
1
-866/+986
*
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
Serhiy Storchaka
2018-09-18
5
-1352/+2265
*
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
Serhiy Storchaka
2018-09-18
1
-0/+6
*
bpo-34589: Add -X coerce_c_locale command line option (GH-9378)
Victor Stinner
2018-09-18
1
-35/+79
*
bpo-34589: C locale coercion off by default (GH-9073)
Victor Stinner
2018-09-17
1
-1/+6
*
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
Victor Stinner
2018-09-17
2
-14/+14
*
bpo-12458: Fix line numbers for multiline expressions. (GH-8774)
Serhiy Storchaka
2018-09-17
3
-3699/+3724
*
closes bpo-34673: Tweaks to make ceval more editable. (GH-9289)
Benjamin Peterson
2018-09-17
1
-136/+136
*
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
Eric Snow
2018-09-14
1
-0/+38
*
bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260)
Eric V. Smith
2018-09-13
1
-6/+0
*
closes bpo-34641: Further restrict the LHS of keyword argument function call ...
Benjamin Peterson
2018-09-13
1
-14/+41
*
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson
2018-09-12
7
-24/+26
*
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argumen...
Raymond Hettinger
2018-09-12
2
-8/+9
*
Make sure the line comes from the same node as the col offset. (GH-9189)
Benjamin Peterson
2018-09-11
1
-3/+3
*
Initialize a variable to make the compiler happy. (GH-9153)
Benjamin Peterson
2018-09-11
1
-1/+1
*
closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...
guoci
2018-09-11
1
-18/+21
*
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
Benjamin Peterson
2018-09-10
1
-14/+16
*
_Py_CoerceLegacyLocale() restores LC_CTYPE on fail (GH-9044)
Victor Stinner
2018-09-03
1
-1/+13
*
bpo-34408: Prevent a null pointer dereference and resource leakage in `PyInte...
Pablo Galindo
2018-08-31
1
-6/+10
*
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Victor Stinner
2018-08-29
3
-28/+34
*
bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003)
Victor Stinner
2018-08-29
1
-18/+6
*
bpo-34485: Emit C locale coercion warning later (GH-9002)
Victor Stinner
2018-08-29
1
-8/+7
*
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner
2018-08-29
1
-25/+87
[prev]
[next]