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-38691: importlib ignores PYTHONCASEOK if -E is used (GH-18627)
idomic
2020-03-09
7
-2629/+2652
*
bpo-27115: Move IDLE Query error blanking (GH-18868)
Terry Jan Reedy
2020-03-09
1
-5/+2
*
Fix typo in the parser generator (GH-18603)
xatier
2020-03-09
1
-1/+1
*
bpo-39517: Allow runpy.run_path() to accept path-like objects (GH-18699)
Maor Kleinberger
2020-03-08
3
-2/+14
*
bpo-39885: IDLE context menu clears selection (#18859)
Terry Jan Reedy
2020-03-08
3
-0/+6
*
bpo-39852: IDLE 'Go to line' deletes selection, updates status (GH-18801)
Terry Jan Reedy
2020-03-08
5
-16/+31
*
fix typo: add space (GH-18853)
Julin S
2020-03-08
1
-2/+2
*
closes bpo-39898: Remove unused arg from append_formattedvalue. (GH-18840)
Andy Lester
2020-03-08
1
-4/+4
*
bpo-39567: Document audit for os.walk, os.fwalk, Path.glob and Path.rglob. (G...
Serhiy Storchaka
2020-03-08
2
-0/+8
*
bpo-39877: Fix PyEval_RestoreThread() for daemon threads (GH-18811)
Victor Stinner
2020-03-08
4
-26/+74
*
bpo-39890: Don't mutate the AST when compiling starred assignments (GH-18833)
Brandt Bucher
2020-03-08
1
-2/+4
*
bpo-36144: Update MappingProxyType with PEP 584's operators (#18814)
Brandt Bucher
2020-03-07
4
-1/+51
*
bpo-39702: Update the Language Reference (PEP 614) (GH-18802)
Brandt Bucher
2020-03-07
2
-1/+15
*
bpo-39199: Use 'eval' mode for the examples with expression nodes (GH-18828)
Pablo Galindo
2020-03-07
1
-292/+211
*
bpo-38894: Fix pathlib.Path.glob in the presence of symlinks and insufficient...
Pablo Galindo
2020-03-07
3
-13/+56
*
closes bpo-39886: Remove unused arg from config_get_stdio_errors. (GH-18823)
Andy Lester
2020-03-07
1
-2/+2
*
closes bpo-39878: Remove unused arguments from static functions. (GH-18822)
Andy Lester
2020-03-07
1
-10/+10
*
bpo-39889: Fix ast.unparse() for subscript. (GH-18824)
Serhiy Storchaka
2020-03-07
3
-2/+34
*
bpo-39837: Disable macOS tests on Azure Pipelines (GH-18818)
Steve Dower
2020-03-07
2
-2/+6
*
bpo-39882: Py_FatalError() logs the function name (GH-18819)
Victor Stinner
2020-03-06
17
-69/+112
*
bpo-39877: _PyRuntimeState.finalizing becomes atomic (GH-18816)
Victor Stinner
2020-03-06
5
-15/+29
*
bpo-39573: Use Py_IS_TYPE() macro to check for types (GH-18809)
Andy Lester
2020-03-06
10
-17/+15
*
bpo-17422: slightly more precise language (GH-18682)
Caleb Donovick
2020-03-06
2
-1/+3
*
bpo-39873: Cleanup _PyObject_CheckConsistency() (GH-18807)
Victor Stinner
2020-03-06
1
-1/+0
*
bpo-36144: Implement defaultdict union (GH-18729)
Brandt Bucher
2020-03-06
4
-6/+88
*
closes bpo-39872: Remove unused args from symtable_exit_block and symtable_vi...
Andy Lester
2020-03-06
1
-16/+15
*
bpo-39873: PyObject_Init() uses PyObject_INIT() (GH-18804)
Victor Stinner
2020-03-06
1
-9/+2
*
PyPy already supports Python 3 (GH-18774)
Slam
2020-03-06
1
-2/+1
*
bpo-39573: Make Py_IS_TYPE() take constant parameters (GH-18799)
Andy Lester
2020-03-06
1
-2/+3
*
bpo-39868: Update Language Reference for PEP 572. (#18793)
Brandt Bucher
2020-03-06
3
-6/+19
*
closes bpo-39859: Do not downcast result of hstrerror (GH-18790)
Andy Lester
2020-03-06
1
-1/+1
*
closes bpo-39870: Remove unused arg from sys_displayhook_unencodable. (GH-18796)
Andy Lester
2020-03-06
1
-3/+3
*
IDLE doc: improve Startup failure subsection. (#18771)
Jules Lasne (jlasne)
2020-03-06
1
-7/+10
*
Add a comment to _Py_RestoreSignals() (GH-18792)
Victor Stinner
2020-03-05
1
-0/+2
*
bpo-39855: Fix test_subprocess if nobody user doesn't exist (GH-18781)
Victor Stinner
2020-03-05
2
-2/+10
*
bpo-13487: Use sys.modules.copy() in inspect.getmodule() for thread safety. (...
Gregory P. Smith
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
*
bpo-39808: Improve docs for pathlib.Path.stat() (GH-18719)
Brett Cannon
2020-03-04
1
-1/+1
*
bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16...
Victor Stinner
2020-03-04
13
-54/+99
*
bpo-39763: Refactor setup.py (GH-18778)
Victor Stinner
2020-03-04
1
-13/+32
*
bpo-39639: Remove the AST "Suite" node and associated code (GH-18513)
Batuhan Taşkaya
2020-03-04
10
-106/+7
*
bpo-39770, array module: Remove unnecessary descriptor counting (GH-18675)
Andy Lester
2020-03-04
1
-5/+0
*
bpo-39674: Fix typo in What's New In Python 3.9 (GH-18776)
Victor Stinner
2020-03-04
1
-1/+1
*
bpo-39763: distutils.spawn now uses subprocess (GH-18743)
Victor Stinner
2020-03-04
5
-117/+87
*
bpo-39573: Finish converting to new Py_IS_TYPE() macro (GH-18601)
Andy Lester
2020-03-04
23
-57/+56
*
bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745)
l0rb
2020-03-04
2
-5/+17
*
bpo-39702: Relax grammar restrictions on decorators (PEP 614) (GH-18570)
Brandt Bucher
2020-03-03
8
-537/+534
*
bpo-39674: Suggest to test with DeprecationWarning (GH-18552)
Victor Stinner
2020-03-03
1
-0/+28
*
bpo-35712: Make using NotImplemented in a boolean context issue a deprecation...
MojoVampire
2020-03-03
10
-12/+64
*
bpo-39831: Remove outdated comment. (GH-18764)
Serhiy Storchaka
2020-03-03
1
-3/+1
[next]