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-39562: Allow executing asynchronous comprehensions in the asyncio REPL (G...
Miss Islington (bot)
2020-03-19
3
-3/+15
*
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Miss Islington (bot)
2020-03-17
2
-2/+3
*
bpo-35370: PyEval_SetTrace() logs unraisable error (GH-18977) (GH-19029)
Victor Stinner
2020-03-16
2
-0/+4
*
bpo-39360: Ensure all workers exit when finalizing a multiprocessing Pool (GH...
Miss Islington (bot)
2020-03-15
3
-2/+27
*
Fix a possible refleak in tupleobject.c (GH-19018)
Miss Islington (bot)
2020-03-15
1
-1/+3
*
bpo-39965: Correctly raise SyntaxError if await is used outside async functio...
Miss Islington (bot)
2020-03-15
3
-4/+49
*
bpo-39869: Fix typo in 'Instance objects' section. (GH-18889)
Miss Islington (bot)
2020-03-14
1
-1/+1
*
Link to list of keywords in the laguage reference (GH-18024)
Miss Islington (bot)
2020-03-14
1
-5/+6
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Miss Islington (bot)
2020-03-14
4
-3/+57
*
bpo-39677: dis: rename the operand of MAKE_FUNCTION from `argc` to `flags` fo...
Miss Islington (bot)
2020-03-14
2
-1/+2
*
bpo-39582: ossaudiodev module update helpers signature for ioctl calls. (GH-1...
Miss Islington (bot)
2020-03-14
1
-3/+3
*
[3.8] bpo-39871: Fix possible SystemError in atan2, copysign and remainder (G...
Mark Dickinson
2020-03-14
3
-1/+24
*
bpo-39915: Ensure await_args_list is updated according to the order in which ...
Miss Islington (bot)
2020-03-14
3
-1/+16
*
[3.8] Doc: Fix grammar in PyErr_ResourceWarning (GH-18879) (GH-18976)
Karthikeyan Singaravelan
2020-03-13
1
-1/+1
*
bpo-39689: Do not test undefined casts to _Bool (GH-18964) (#18966)
Miss Islington (bot)
2020-03-12
1
-0/+4
*
bpo-39930: Fix MSBuild detection for Build Tools (GH-18938)
Miss Islington (bot)
2020-03-12
2
-16/+27
*
bpo-39884: Add method name in "bad call flags" error (GH-18944) (GH-18956)
Victor Stinner
2020-03-12
3
-2/+6
*
[3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase i...
Serhiy Storchaka
2020-03-12
4
-9/+36
*
Fix syntax error in an example in the ast documentation and sync docstrings (...
Miss Islington (bot)
2020-03-12
2
-3/+3
*
bpo-39847: EnterNonRecursiveMutex() uses GetTickCount64() (GH-18780)
Miss Islington (bot)
2020-03-11
2
-3/+5
*
bpo-39520: Fix un-parsing of ext slices with no dimensions (GH-18304)
Miss Islington (bot)
2020-03-11
3
-0/+8
*
bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880)
Miss Islington (bot)
2020-03-11
2
-2/+6
*
bpo-39930: Convert error to warning for more silent failure (GH-18921)
Miss Islington (bot)
2020-03-11
2
-1/+5
*
bpo-39930: Ensure vcruntime140.dll is included in all Windows packages (GH-18...
Miss Islington (bot)
2020-03-11
6
-10/+67
*
Fix download.html (GH-18902)
Miss Islington (bot)
2020-03-11
1
-1/+1
*
bpo-38662: ensurepip invokes pip via runpy (GH-18901)
Miss Islington (bot)
2020-03-10
2
-3/+17
*
tracemalloc: 'pretty top' example no longer changes the filename (GH-18903)
Miss Islington (bot)
2020-03-10
1
-3/+1
*
[3.8] bpo-39828: Fix json.tool to catch BrokenPipeError (GH-18779). (GH-18894)
Dong-hee Na
2020-03-10
3
-1/+16
*
bpo-27115: Use Query subclass for IDLE editor Goto (GH-18871)
Miss Islington (bot)
2020-03-09
5
-12/+74
*
bpo-36184: Port python-gdb.py to FreeBSD (GH-18873)
Miss Islington (bot)
2020-03-09
2
-1/+5
*
[3.8] bpo-39850: Add support for abstract sockets in multiprocessing (GH-1886...
Pablo Galindo
2020-03-09
6
-5/+50
*
bpo-39903: Fix double decref in _elementtree.Element.__getstate__ (GH-18850)
Miss Islington (bot)
2020-03-09
1
-26/+17
*
bpo-27115: Move IDLE Query error blanking (GH-18868)
Miss Islington (bot)
2020-03-09
1
-5/+2
*
bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)
Miss Islington (bot)
2020-03-08
3
-2/+14
*
bpo-39885: IDLE context menu clears selection (GH-18859)
Miss Islington (bot)
2020-03-08
3
-0/+6
*
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
Miss Islington (bot)
2020-03-08
5
-16/+31
*
fix typo: add space (GH-18853)
Miss Islington (bot)
2020-03-08
1
-2/+2
*
bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient...
Miss Islington (bot)
2020-03-07
3
-13/+56
*
[3.8] bpo-39889: Fix unparse.py for subscript. (GH-18824). (GH-18826)
Serhiy Storchaka
2020-03-07
3
-2/+34
*
bpo-39837: Disable macOS tests on Azure Pipelines (GH-18818)
Miss Islington (bot)
2020-03-07
2
-2/+6
*
bpo-17422: slightly more precise language (GH-18682)
Miss Islington (bot)
2020-03-06
2
-1/+3
*
bpo-39868: Update Language Reference for PEP 572. (GH-18793)
Miss Islington (bot)
2020-03-06
3
-6/+19
*
IDLE doc: improve Startup failure subsection. (GH-18771)
Miss Islington (bot)
2020-03-06
1
-7/+10
*
[3.8] bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719) (GH-18783)
Miss Islington (bot)
2020-03-05
1
-1/+1
*
bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (...
Miss Islington (bot)
2020-03-05
2
-1/+4
*
Add a missing space after a period in 'typing.TypedDict' documentation (GH-18...
Miss Islington (bot)
2020-03-05
1
-1/+1
*
Fix misleading statement about mixed-type numeric comparisons (GH-18615) (#18...
Miss Islington (bot)
2020-03-04
2
-2/+5
*
bpo-39831: Remove outdated comment. (GH-18764)
Miss Islington (bot)
2020-03-03
1
-3/+1
*
bpo-39674: Update collections ABC deprecation doc (GH-18748)
Victor Stinner
2020-03-03
1
-2/+2
*
bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746) (#18752)
Stefan Krah
2020-03-03
2
-2/+7
[prev]
[next]