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-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
*
bpo-39778: Add clarification about tp_traverse and ownership (GH-18754)
Miss Islington (bot)
2020-03-03
1
-1/+13
*
[3.8] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750) (GH-18761)
Pablo Galindo
2020-03-03
1
-2/+3
*
bpo-38597: Never statically link extension initialization code on Windows (GH...
Miss Islington (bot)
2020-03-03
4
-104/+13
*
[3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_travers...
Pablo Galindo
2020-03-02
3
-2/+22
*
bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678)
Miss Islington (bot)
2020-03-02
6
-6/+8
*
bpo-39764: Make Task.get_stack accept ag_frame (GH-18669)
Miss Islington (bot)
2020-03-02
3
-3/+26
*
bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666)
Miss Islington (bot)
2020-03-02
3
-5/+22
*
bpo-38410: Properly handle PySys_Audit() failures (GH-18658)
Serhiy Storchaka
2020-03-02
3
-32/+57
*
[3.8] bpo-38913: Fix segfault in Py_BuildValue("(sGH-O)", ...) if entered wit...
Serhiy Storchaka
2020-03-02
3
-3/+47
*
bpo-39378: partial of PickleState struct should be traversed. (GH-18046)
Miss Islington (bot)
2020-03-02
1
-0/+1
*
[3.8] bpo-39815: add cached_property to all (GH-18726) (GH-18728)
Pablo Galindo
2020-03-02
2
-1/+3
*
bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718)
Gregory P. Smith
2020-03-01
4
-12/+73
*
[3.8] Explicitly initialize like the surrounding code (GH-18717)
Stefan Krah
2020-02-29
1
-1/+1
*
[3.8] Fix syntax (GH-18716)
Stefan Krah
2020-02-29
1
-1/+1
*
[3.8] bpo-39794: Add --without-decimal-contextvar (GH-18702)
Stefan Krah
2020-02-29
11
-36/+248
*
bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338)
Miss Islington (bot)
2020-02-29
2
-3/+5
*
bpo-39789: Update Windows release build machines to VS 2019 (GH-18695)
Miss Islington (bot)
2020-02-29
18
-24/+25
*
bpo-39718: add TYPE_IGNORE, COLONEQUAL to py38 changes in token (GH-18598)
Miss Islington (bot)
2020-02-28
2
-1/+2
*
bpo-13790: Change 'string' to 'specification' in format doc (GH-18690)
Miss Islington (bot)
2020-02-28
2
-2/+3
*
bpo-39781: Do not jump when select in IDLE codecontext (GH-18683)
Miss Islington (bot)
2020-02-28
4
-19/+36
*
bpo-39699: Don't silence make on Azure and Github CIs (GH-18583)
Steve Dower
2020-02-26
6
-14/+16
*
Doc: int -> int or Py_ssize_t (GH-18663)
Miss Islington (bot)
2020-02-26
1
-11/+11
[next]