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
*
Remove unused args from two pylifecycle.c functions (GH-18867)
Andy Lester
2020-03-12
1
-6/+5
*
bpo-39884: Add method name in "bad call flags" error (GH-18944)
Victor Stinner
2020-03-12
3
-2/+6
*
Simplify defaultdict.__or__ (#18931)
Brandt Bucher
2020-03-12
1
-5/+1
*
Fix syntax error in an example in the ast documentation and sync docstrings (...
Pablo Galindo
2020-03-12
2
-3/+3
*
bpo-38080: Added "getproxies" to urllib fixes in the 2to3 tool (GH-16167)
José Roberto Meza Cabrera
2020-03-11
3
-1/+7
*
bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780)
bobince
2020-03-11
2
-3/+5
*
bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)
Steve Dower
2020-03-11
2
-16/+27
*
bpo-1635741: Fix refleaks of time module error handling (GH-18486)
Hai Shi
2020-03-11
1
-18/+45
*
bpo-1635741: Fix potential refleaks in binascii module (GH-18613)
Hai Shi
2020-03-11
1
-7/+45
*
bpo-1635741: Port audioop extension module to multiphase initialization (PEP ...
Hai Shi
2020-03-11
2
-38/+80
*
bpo-1635741: Port _locale extension module to multiphase initialization (PEP ...
Hai Shi
2020-03-11
2
-34/+84
*
bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880)
Serhiy Storchaka
2020-03-11
2
-2/+6
*
bpo-39915: Ensure await_args_list is updated according to the order in which ...
Karthikeyan Singaravelan
2020-03-11
3
-1/+16
*
bpo-39930: Convert error to warning for more silent failure (GH-18921)
Steve Dower
2020-03-11
2
-1/+5
*
bpo-39761: Fix dtrace build with empty $DFLAGS (GH-18766)
Petr Viktorin
2020-03-11
3
-2/+3
*
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...
Steve Dower
2020-03-11
6
-10/+67
*
Fix download.html (GH-18902)
Inada Naoki
2020-03-11
1
-1/+1
*
bpo-39926: Update unicodedata checksum tests for Unicode 13.0 update. (GH-18913)
Benjamin Peterson
2020-03-11
1
-2/+2
*
Update some www.unicode.org URLs to use HTTPS. (GH-18912)
Benjamin Peterson
2020-03-11
8
-14/+14
*
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
Benjamin Peterson
2020-03-11
11
-28737/+29772
*
closes bpo-39922: Remove unused args from four functions. (GH-18893)
Andy Lester
2020-03-11
1
-17/+17
*
Updates functools.py with consistent quotes (GH-18825)
Nikita Sobolev
2020-03-11
1
-1/+1
*
bpo-38631: _PyGILState_Init() returns PyStatus (GH-18908)
Victor Stinner
2020-03-10
3
-4/+8
*
bpo-38662: ensurepip invokes pip via runpy (GH-18901)
Miro Hrončok
2020-03-10
2
-3/+17
*
tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)
Adam Johnson
2020-03-10
1
-3/+1
*
bpo-34822: Simplify AST for subscription. (GH-9605)
Serhiy Storchaka
2020-03-10
15
-702/+293
*
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
Antoine
2020-03-10
1
-1/+1
*
bpo-38075: Fix random_seed(): use PyObject_CallOneArg() (GH-18897)
Victor Stinner
2020-03-10
3
-5/+4
*
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner
2020-03-10
16
-53/+209
*
bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779)
Dong-hee Na
2020-03-10
3
-1/+18
*
bpo-39877: Deprecate PyEval_InitThreads() (GH-18892)
Victor Stinner
2020-03-10
5
-13/+21
*
bpo-39877: PyGILState_Ensure() don't call PyEval_InitThreads() (GH-18891)
Victor Stinner
2020-03-09
3
-20/+21
*
bpo-39763: Add _bootsubprocess to build Python on AIX (GH-18872)
Victor Stinner
2020-03-09
2
-41/+107
*
bpo-19466: Py_Finalize() clears daemon threads earlier (GH-18848)
Victor Stinner
2020-03-09
4
-7/+70
*
bpo-28577: Special case added to IP v4 and v6 hosts for /32 and /128 networks...
Pete Wicken
2020-03-09
5
-5/+25
*
bpo-39877: take_gil() checks tstate_must_exit() twice (GH-18890)
Victor Stinner
2020-03-09
1
-1/+18
*
bpo-36287: Make ast.dump() not output optional fields and attributes with def...
Serhiy Storchaka
2020-03-09
6
-133/+225
*
bpo-39877: Refactor take_gil() function (GH-18885)
Victor Stinner
2020-03-09
2
-66/+53
*
bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)
Terry Jan Reedy
2020-03-09
5
-12/+74
*
bpo-38870: Simplify sequence interleaves in ast.unparse (GH-17892)
Batuhan Taşkaya
2020-03-09
2
-37/+34
*
bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884)
Victor Stinner
2020-03-09
3
-9/+28
*
bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)
Victor Stinner
2020-03-09
8
-21/+7
*
bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release ...
Serhiy Storchaka
2020-03-09
8
-15/+39
*
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
Victor Stinner
2020-03-09
2
-1/+5
*
bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase is call...
Serhiy Storchaka
2020-03-09
4
-9/+36
*
bpo-39904: Move handling of one-argument call of type() from type.__new__() t...
Serhiy Storchaka
2020-03-09
1
-39/+32
*
bpo-39850: Add support for abstract sockets in multiprocessing (GH-18866)
Pablo Galindo
2020-03-09
6
-5/+58
*
bpo-39822: Use NULL instead of None for empty attrib in Element. (GH-18735)
Serhiy Storchaka
2020-03-09
2
-41/+37
*
bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850)
Serhiy Storchaka
2020-03-09
1
-26/+17
*
bpo-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
idomic
2020-03-09
7
-2629/+2652
[next]