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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43853: Handle sqlite3_value_text() errors (GH-25422)
Miss Islington (bot)
2021-06-04
1
-0/+3
*
[3.10] bpo-44305: Improve syntax error for try blocks without except or final...
Pablo Galindo
2021-06-03
1
-0/+2
*
bpo-11105: Do not crash when compiling recursive ASTs (GH-20594)
Miss Islington (bot)
2021-06-03
1
-0/+3
*
bpo-43921: Fix test_ssl.test_wrong_cert_tls13() on Windows (GH-26502) (GH-26518)
Miss Islington (bot)
2021-06-03
1
-0/+3
*
Add bpo-42914 to What's New (GH-25124)
Miss Islington (bot)
2021-06-03
1
-0/+1
*
bpo-43921: Fix test_ssl.test_pha_required_nocert() (GH-26489)
Miss Islington (bot)
2021-06-02
1
-0/+2
*
[3.10] bpo-44246: Restore compatibility in entry_points (GH-26468) (GH-26471)
Miss Islington (bot)
2021-05-31
1
-0/+7
*
bpo-44246: Entry points performance improvements. (GH-26467)
Miss Islington (bot)
2021-05-31
1
-0/+3
*
Python 3.10.0b2
v3.10.0b2
Pablo Galindo
2021-05-31
53
-102/+524
*
bpo-44254: On Mac, remove disfunctional colors from turtledemo buttons (GH-26...
Miss Islington (bot)
2021-05-29
1
-0/+2
*
bpo-41611: IDLE: Catch TclError exceptions in AutoCompleteWindow.winconfig_ev...
Miss Islington (bot)
2021-05-28
1
-0/+1
*
bpo-43667: Add news fragment for Solaris changes (GH-26405) (GH-26409)
Miss Islington (bot)
2021-05-27
1
-0/+2
*
bpo-41611: IDLE: fix freezing on completion on macOS (GH-26400)
Miss Islington (bot)
2021-05-27
1
-0/+1
*
[3.10] bpo-38908: [docs] Add changes to 3.10 whatsnew and fix some minor inac...
Miss Islington (bot)
2021-05-27
1
-4/+4
*
[3.10] bpo-44241: Incorporate changes from importlib_metadata 4.1. (GH-26382)...
Miss Islington (bot)
2021-05-27
1
-0/+2
*
[3.10] bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-2...
Miss Islington (bot)
2021-05-26
1
-0/+2
*
bpo-38693: Prefer f-strings in importlib.resources (importlib_resources 5.0.6...
Miss Islington (bot)
2021-05-26
1
-0/+1
*
bpo-38693: importlib.metadata f-strings (GH-26383)
Miss Islington (bot)
2021-05-26
1
-0/+1
*
bpo-44232: Fix type_new() error reporting (GH-26359) (GH-26365)
Miss Islington (bot)
2021-05-26
1
-0/+4
*
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)...
Miss Islington (bot)
2021-05-25
2
-2/+1
*
bpo-43109: Fix --with-lto configure option on macOS (GH-26341)
Miss Islington (bot)
2021-05-25
1
-0/+2
*
bpo-41282: Fix broken `make install` (GH-26329)
Miss Islington (bot)
2021-05-24
1
-0/+3
*
bpo-44195: Use 'TraversableResources' in the docs to match the implementation...
Miss Islington (bot)
2021-05-24
1
-0/+2
*
bpo-44210: make importlib.metadata._meta.PackageMetadata public (GH-26299)
Miss Islington (bot)
2021-05-23
1
-0/+1
*
bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) (GH...
Miss Islington (bot)
2021-05-22
1
-0/+3
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274) (GH-26290)
Miss Islington (bot)
2021-05-21
1
-0/+3
*
[3.10] bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)...
Miss Islington (bot)
2021-05-21
1
-0/+1
*
bpo-44180: Report generic syntax errors in the furthest position reached in t...
Miss Islington (bot)
2021-05-21
1
-0/+3
*
bpo-44168: Fix error message in the parser for keyword arguments for invalid ...
Miss Islington (bot)
2021-05-19
1
-0/+2
*
bpo-44010: IDLE: colorize pattern-matching soft keywords (GH-25851)
Miss Islington (bot)
2021-05-19
1
-0/+5
*
[3.10] bpo-41963: document that ConfigParser strips off comments (GH-26197) (...
Ćukasz Langa
2021-05-18
1
-0/+1
*
bpo-33433 Fix private address checking for IPv4 mapped IPv6. (GH-26172)
Miss Islington (bot)
2021-05-17
1
-0/+1
*
bpo-43650: Fix MemoryError on zip.read in shutil._unpack_zipfile for large fi...
Miss Islington (bot)
2021-05-17
1
-0/+2
*
bpo-44145: Release the GIL around HMAC_Update. (GH-26157)
Miss Islington (bot)
2021-05-17
1
-0/+3
*
Fix a typo/error in a news entry (bidst_wheel -> bdist_wheel) (GH-24284) (#26...
Miss Islington (bot)
2021-05-16
1
-1/+1
*
bpo-44143: Fix crash in the parser when raising tokenizer errors with an exce...
Miss Islington (bot)
2021-05-15
1
-0/+2
*
[3.10] bpo-37788: Fix reference leak when Thread is never joined (GH-26103) (...
Miss Islington (bot)
2021-05-15
1
-0/+1
*
bpo-44072: fix Complex, Integral docs for `**` (GH-25986)
Miss Islington (bot)
2021-05-14
1
-0/+2
*
bpo-28146: Fix a confusing error message in str.format() (GH-24213)
Miss Islington (bot)
2021-05-13
1
-0/+1
*
bpo-44098: Drop ParamSpec from most ``__parameters__`` in typing generics (GH...
Miss Islington (bot)
2021-05-13
1
-0/+5
*
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...
Miss Islington (bot)
2021-05-13
1
-0/+1
*
bpo-38908: Fix issue when non runtime_protocol failed to raise TypeError (GH-...
Miss Islington (bot)
2021-05-12
1
-0/+5
*
bpo-44089: Allow subclassing of ``csv.Error`` (GH-26008) (GH-26066)
Miss Islington (bot)
2021-05-12
1
-0/+2
*
bpo-28528: Fix pdb.checkline() attribute error when 'curframe' is None. (GH-2...
Miss Islington (bot)
2021-05-11
1
-0/+2
*
bpo-44074: let patchcheck infer the base branch name (GH-25991)
Miss Islington (bot)
2021-05-10
1
-0/+1
*
bpo-43558: Add note about base class initialization to dataclasses doc (GH-25...
Miss Islington (bot)
2021-05-10
2
-0/+3
*
bpo-43149: Correct the syntax error message for multiple exception types (GH-...
Miss Islington (bot)
2021-05-09
1
-0/+2
*
[3.10] bpo-31904: Correct error string in test_file_not_exists() for VxWorks ...
Miss Islington (bot)
2021-05-08
1
-0/+1
*
bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912)
Miss Islington (bot)
2021-05-08
1
-0/+2
*
bpo-41730: Show deprecation warnings for tkinter.tix (GH-22186)
Miss Islington (bot)
2021-05-07
1
-0/+1
[next]