summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9.2v3.9.2Łukasz Langa2021-02-192-1/+7
* bpo-43155: Add PyCMethod_New to PC/python3.def (GH-24500) (GH-24554)Zackery Spytz2021-02-171-0/+1
* Python 3.9.2rc1v3.9.2rc1Łukasz Langa2021-02-1673-162/+746
* bpo-42819, readline: Disable bracketed paste (GH-24108) (GH-24545)Miss Islington (bot)2021-02-162-0/+9
* [3.9] bpo-42967: only use '&' as a query string separator (GH-24297) (#24528)Senthil Kumaran2021-02-151-0/+1
* bpo-43174: Windows: Use /utf-8 compiler option. (GH-24498)Miss Islington (bot)2021-02-121-0/+1
* bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) ...Miss Islington (bot)2021-02-051-0/+2
* bpo-43108: Fix a reference leak in the curses module (GH-24420)Miss Islington (bot)2021-02-031-0/+1
* bpo-41748: Handles unquoted attributes with commas (GH-24072)Miss Islington (bot)2021-02-011-0/+2
* bpo-42504: Ensure that get_config_var('MACOSX_DEPLOYMENT_TARGET') is a string...Miss Islington (bot)2021-02-011-0/+3
* [3.9] bpo-41604: Don't decrement the reference count of the previous user_ptr...Serhiy Storchaka2021-01-311-0/+2
* bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t...Miss Islington (bot)2021-01-311-0/+2
* bpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374)Miss Islington (bot)2021-01-291-0/+1
* bpo-23544: Disable IDLE Stack Viewer when running user code (GH-17163)Miss Islington (bot)2021-01-281-0/+2
* bpo-29076: Add fish support to macOS installer (GH-23302) (GH-23937)Miss Islington (bot)2021-01-281-0/+1
* bpo-43008: Make IDLE respect sys.excepthook (GH-24302)Miss Islington (bot)2021-01-271-0/+1
* [3.9] bpo-42383: pdb: do not fail to restart the target if the current direct...Andrey Bienkowski2021-01-261-0/+2
* [3.9] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24321)Andrey Bienkowski2021-01-251-0/+1
* [3.9] bpo-33289: Return RGB triplet of ints instead of floats from tkinter.co...Serhiy Storchaka2021-01-251-0/+2
* bpo-40304: Correct type(name, bases, dict) doc (GH-19553)Miss Islington (bot)2021-01-221-0/+2
* bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-241...cptpcrd2021-01-211-0/+1
* bpo-42005: profile and cProfile catch BrokenPipeError (GH-22643)Miss Islington (bot)2021-01-201-0/+2
* closes bpo-42938: Replace snprintf with Python unicode formatting in ctypes p...Miss Islington (bot)2021-01-181-0/+2
* bpo-42944 Fix Random.sample when counts is not None (GH-24235) (GH-24243)Miss Islington (bot)2021-01-181-0/+1
* [3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all ...Jason R. Coombs2021-01-161-0/+1
* bpo-42931: randbytes missing from random.__all__ (GH-24219) (GH-24225)Miss Islington (bot)2021-01-151-0/+1
* bpo-33065: Fix problem debugging user classes with __repr__ method (GH-24183)Miss Islington (bot)2021-01-101-0/+1
* [3.9] bpo-42851: [Enum] remove brittle __init_subclass__ support (GH-24154) (...Ethan Furman2021-01-071-0/+1
* [3.9] bpo-42811: Update importlib.utils.resolve_name() docs to use __spec__.p...Yair Frid2021-01-071-0/+2
* bpo-42584: Update Windows installer to use SQLite 3.34.0 (GH-23675)Steve Dower2021-01-061-0/+1
* bpo-41837: Updated Windows installer to include OpenSSL 1.1.1i (GH-24125)Steve Dower2021-01-051-0/+1
* [3.9] bpo-42584: Update macOS installer to use SQLite 3.34.0 (GH-23674) (GH-2...Erlend Egeberg Aasland2021-01-051-0/+1
* [3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (G...Miss Islington (bot)2021-01-051-0/+2
* [3.9] bpo-32631: IDLE: Enable zzdummy example extension module (GH-14491)Terry Jan Reedy2021-01-051-0/+2
* Fix broken NEWS markup (GH-24110)Miss Islington (bot)2021-01-051-1/+1
* bpo-40810: Fix CheckTraceCallbackContent for SQLite pre 3.7.15 (GH-20530)Miss Islington (bot)2021-01-041-0/+1
* bpo-42692: fix __builtin_available check on older compilers (GH-23873) (GH-24...Miss Islington (bot)2021-01-041-0/+1
* bpo-41837: Update macOS installer build to use OpenSSL 1.1.1i. (GH-24080) (GH...Miss Islington (bot)2021-01-041-0/+1
* bpo-42361: Update macOS installer build to use Tcl/Tk 8.6.11 (GH-24081)Miss Islington (bot)2021-01-041-0/+2
* [3.9] bpo-42681: Fix range checks for color and pair numbers in curses (GH-23...Serhiy Storchaka2021-01-031-0/+1
* [3.9] bpo-42806: Fix ast locations of f-strings inside parentheses (GH-24067)...Pablo Galindo2021-01-031-0/+2
* [3.9] bpo-40631: Disallow single parenthesized star target (GH-24027) (GH-24068)Lysandros Nikolaou2021-01-031-0/+2
* [3.9] bpo-42756: Configure LMTP Unix-domain socket to use global default time...Ross2021-01-021-0/+2
* bpo-39068: Fix race condition in base64 (GH-17627)Miss Islington (bot)2021-01-012-0/+3
* bpo-42794: Update test_nntplib to use offical group name for testing (GH-24037)Miss Islington (bot)2021-01-011-0/+2
* bpo-42655: Fix subprocess extra_groups gid conversion (GH-23762)Miss Islington (bot)2020-12-291-0/+2
* Allow / character in username,password fields in _PROXY envvars. (GH-23973)Miss Islington (bot)2020-12-291-0/+1
* bpo-16396: fix BPO number in changelog (GH-23951) (GH-23956)Miss Islington (bot)2020-12-291-1/+1
* bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)Miss Islington (bot)2020-12-291-0/+3
* bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)Miss Islington (bot)2020-12-251-0/+2