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-27535: Cleanup create_filter() (#4516)
Victor Stinner
2017-11-23
1
-38/+18
*
bpo-32030: Rewrite calculate_path() (#4521)
Victor Stinner
2017-11-23
1
-8/+17
*
bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)
Victor Stinner
2017-11-23
2
-20/+49
*
bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)
Victor Stinner
2017-11-23
1
-2/+2
*
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
Victor Stinner
2017-11-22
2
-47/+54
*
bpo-27535: Optimize warnings.warn() (#4508)
Victor Stinner
2017-11-22
1
-42/+33
*
bpo-32030: Add more options to _PyCoreConfig (#4485)
Victor Stinner
2017-11-21
3
-11/+11
*
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner
2017-11-21
1
-10/+27
*
bpo-32088: Display Deprecation in debug mode (#4474)
Victor Stinner
2017-11-20
1
-0/+7
*
bpo-32043: New "developer mode": "-X dev" option (#4413)
Victor Stinner
2017-11-16
1
-0/+8
*
bpo-32030: Enhance Py_Main() (#4412)
Victor Stinner
2017-11-16
4
-120/+84
*
bpo-32030: Split Py_Main() into subfunctions (#4399)
Victor Stinner
2017-11-15
6
-211/+396
*
bpo-30950: Convert round() to Argument Clinic. (#2740)
Serhiy Storchaka
2017-11-15
2
-20/+51
*
bpo-32011: Revert "Issue #15480: Remove the deprecated and unused TYPE_INT64 ...
Serhiy Storchaka
2017-11-15
1
-0/+21
*
bpo-32023: Disallow genexprs without parenthesis in class definitions. (#4400)
Serhiy Storchaka
2017-11-15
1
-5/+10
*
bpo-31949: Fixed several issues in printing tracebacks (PyTraceBack_Print())....
Serhiy Storchaka
2017-11-15
1
-51/+51
*
bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)
Serhiy Storchaka
2017-11-15
1
-10/+9
*
bpo-30696: Fix the REPL looping endlessly when no memory (GH-4160)
xdegaye
2017-11-12
1
-18/+42
*
bpo-28180: Fix the implementation of PEP 538 on Android (GH-4334)
xdegaye
2017-11-12
1
-12/+65
*
bpo-31572: Get rid of _PyObject_HasAttrId() in the ASDL parser. (#3725)
Serhiy Storchaka
2017-11-11
1
-610/+774
*
bpo-31572: Don't silence unexpected errors in the _warnings module. (#3731)
Serhiy Storchaka
2017-11-11
1
-68/+89
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
5
-5/+6
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
3
-7/+7
*
bpo-31415: Improve error handling and caching of the importtime option. (#4138)
Serhiy Storchaka
2017-11-07
1
-13/+20
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
3
-3/+3
*
bpo-28994: PyErr_NormalizeException() no longer use C stack for recursion. (#...
Serhiy Storchaka
2017-11-05
1
-39/+33
*
bpo-31415: Support PYTHONPROFILEIMPORTTIME envvar equivalent to -X importtime...
Barry Warsaw
2017-11-02
1
-4/+11
*
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner
2017-11-02
1
-19/+86
*
bpo-28936: Detect lexically first syntax error first (#4097)
Ivan Levkivskyi
2017-10-26
1
-18/+16
*
Fix trailing whitespaces in C files. (#4130)
Serhiy Storchaka
2017-10-26
1
-1/+1
*
bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327)
xdegaye
2017-10-26
1
-16/+30
*
bpo-21720: Restore the Python 2.7 logic in handling a fromlist. (#4118)
Serhiy Storchaka
2017-10-26
1
-1773/+1783
*
bpo-31857: Make the behavior of USE_STACKCHECK deterministic (#4098)
pdox
2017-10-26
2
-1/+4
*
remove support for splitting the ceval switch into multiple switches (#4099)
Benjamin Peterson
2017-10-25
1
-10/+0
*
bpo-31845: Fix reading flags from environment (GH-4105)
Nick Coghlan
2017-10-25
1
-14/+23
*
bpo-30768: Recompute timeout on interrupted lock (GH-4103)
Victor Stinner
2017-10-24
2
-10/+54
*
bpo-30817: Fix PyErr_PrintEx() when no memory (#2526)
xdegaye
2017-10-23
1
-3/+9
*
Move exc state to generator. Fixes bpo-25612 (#1773)
Mark Shannon
2017-10-22
4
-127/+64
*
bpo-31825: Fixed OverflowError in the 'unicode-escape' codec (#4058)
Serhiy Storchaka
2017-10-20
1
-1/+1
*
Move opcode tracing to occur after the possible update to f_lineno. (GH-3798)
George King
2017-10-19
1
-4/+4
*
bpo-28603: Fix formatting tracebacks for unhashable exceptions (#4014)
Zane Bitter
2017-10-17
1
-3/+18
*
bpo-31786: Make functions in the select module blocking when timeout is a sma...
Pablo Galindo
2017-10-17
1
-2/+15
*
bpo-31773: _PyTime_GetPerfCounter() uses _PyTime_t (GH-3983)
Victor Stinner
2017-10-16
2
-42/+128
*
bpo-31780: Fix incorrect error message for ',x', ',b', ',o' specs (#4002)
Dargor
2017-10-15
1
-2/+2
*
bpo-31773: time.perf_counter() uses again double (GH-3964)
Victor Stinner
2017-10-12
2
-21/+27
*
Cleanup pytime.c (#3955)
Victor Stinner
2017-10-11
1
-54/+76
*
bpo-31415: Add _PyTime_GetPerfCounter() and use it for -X importtime (#3936)
Victor Stinner
2017-10-10
2
-12/+73
*
bpo-31642: Restore blocking "from" import by setting None in sys.modules. (#3...
Serhiy Storchaka
2017-10-08
1
-242/+244
*
bpo-31709: Update importlib magic (#3906)
Yury Selivanov
2017-10-06
1
-104/+104
*
bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362)
Masayuki Yamamoto
2017-10-06
5
-77/+228
[next]