| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-40334: Add What's New sections for PEP 617 and PEP 585whatsnew-617 | Guido van Rossum | 2020-04-24 | 1 | -0/+43 |
* | bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697) | Victor Stinner | 2020-04-24 | 1 | -0/+4 |
* | bpo-39983: Add test.support.print_warning() (GH-19683) | Victor Stinner | 2020-04-23 | 1 | -0/+9 |
* | bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670) | Victor Stinner | 2020-04-23 | 2 | -3/+19 |
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+8 |
* | bpo-39939: Add str.removeprefix and str.removesuffix (GH-18939) | sweeneyde | 2020-04-22 | 2 | -2/+112 |
* | bpo-39562: Prevent collision of future and compiler flags (GH-19230) | Batuhan Taşkaya | 2020-04-22 | 1 | -0/+4 |
* | Small improvements to the recipes and examples. (GH-19635) | Raymond Hettinger | 2020-04-21 | 1 | -30/+26 |
* | bpo-34037: Add Python API whatsnew for loop.shutdown_default_executor() (#19634) | Kyle Stanley | 2020-04-21 | 1 | -0/+5 |
* | bpo-40148: Add PurePath.with_stem() (GH-19295) | Tim Hoffmann | 2020-04-19 | 1 | -0/+24 |
* | bpo-39207: Spawn workers on demand in ProcessPoolExecutor (GH-19453) | Kyle Stanley | 2020-04-19 | 1 | -0/+5 |
* | bpo-39285: Clarify example for PurePath.match (GH-19458) | Tim Lo | 2020-04-19 | 1 | -1/+3 |
* | bpo-40325: Deprecate set object support in random.sample() (GH-19591) | Raymond Hettinger | 2020-04-19 | 1 | -0/+7 |
* | bpo-27635: Fix pickle documentation about `__new__` not being called. (GH-19269) | Furkan Önder | 2020-04-18 | 1 | -3/+3 |
* | bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360) | Serhiy Storchaka | 2020-04-18 | 1 | -1/+1 |
* | bpo-40257: Improve help for the typing module (GH-19546) | Serhiy Storchaka | 2020-04-18 | 1 | -0/+6 |
* | bpo-40282: Allow random.getrandbits(0) (GH-19539) | Antoine Pitrou | 2020-04-17 | 1 | -0/+3 |
* | bpo-40302: Replace PY_INT64_T with int64_t (GH-19573) | Victor Stinner | 2020-04-17 | 1 | -1/+1 |
* | bpo-40286: Add randbytes() method to random.Random (GH-19527) | Victor Stinner | 2020-04-17 | 2 | -0/+13 |
* | bpo-40300: Allow empty logging.Formatter.default_msec_format. (GH-19551) | Mariusz Felisiak | 2020-04-17 | 1 | -0/+3 |
* | Minor modernization and readability improvement to the tokenizer example (GH-... | Raymond Hettinger | 2020-04-16 | 1 | -2/+6 |
* | Fix parameter names in assertIn() docs (GH-18829) | Christoph Zwerschke | 2020-04-16 | 1 | -3/+3 |
* | bpo-40290: Add zscore() to statistics.NormalDist. (GH-19547) | Raymond Hettinger | 2020-04-16 | 1 | -0/+10 |
* | bpo-40257: Output object's own docstring in pydoc (GH-19479) | Serhiy Storchaka | 2020-04-15 | 2 | -1/+17 |
* | bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464) | Hai Shi | 2020-04-14 | 1 | -0/+9 |
* | bpo-40208: Remove deprecated has_exec method of SymbolTable (GH-19396) | Batuhan Taşkaya | 2020-04-14 | 2 | -4/+4 |
* | bpo-39380: Change ftplib encoding from latin-1 to utf-8 (GH-18048) | Sebastian Pedersen | 2020-04-14 | 2 | -13/+23 |
* | Improved documentation for `BUILD_CONST_KEY_MAP` (GH-19454) | laike9m | 2020-04-13 | 1 | -3/+3 |
* | bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreter... | Victor Stinner | 2020-04-12 | 2 | -17/+0 |
* | bpo-39011: Preserve line endings within ElementTree attributes (GH-18468) | mefistotelis | 2020-04-12 | 1 | -0/+9 |
* | bpo-38501: Add a warning section to multiprocessing.Pool docs about resource ... | Pablo Galindo | 2020-04-11 | 1 | -1/+12 |
* | bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the publi... | Pablo Galindo | 2020-04-11 | 2 | -0/+25 |
* | bpo-25780: Expose CAN_RAW_JOIN_FILTERS in the socket module (GH-19190) | Zackery Spytz | 2020-04-09 | 2 | -0/+18 |
* | Document missing methods of ssl.SSLObject (#19400) | Rémi Lapeyre | 2020-04-07 | 1 | -0/+3 |
* | closes bpo-40166: Change Unicode Howto so that it does not have a specific nu... | amaajemyfren | 2020-04-06 | 1 | -2/+3 |
* | bpo-40197: Better describe the benchmark results table (GH-19386) | Raymond Hettinger | 2020-04-05 | 1 | -1/+7 |
* | Fix misinformation about NaN != NaN comparison (GH-19357) | Mark Dickinson | 2020-04-05 | 1 | -2/+3 |
* | bpo-40182: Remove the _field_types attribute of the NamedTuple class (GH-19368) | Serhiy Storchaka | 2020-04-05 | 2 | -4/+10 |
* | bpo-40131: Fix source and target order in zipapp example (GH-19290) | Zackery Spytz | 2020-04-03 | 1 | -1/+1 |
* | bpo-40122: Updated documentation for dis.findlabels() (GH-19274) | laike9m | 2020-04-03 | 1 | -1/+1 |
* | bpo-38972: Link to instructions to change PowerShell execution policy (GH-19131) | Derek Keeler | 2020-04-02 | 1 | -0/+11 |
* | bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) | Victor Stinner | 2020-04-01 | 3 | -0/+65 |
* | bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514) | Zackery Spytz | 2020-04-01 | 2 | -0/+6 |
* | bpo-40094: Enhance os.WIFEXITED documentation (GH-19244) | Victor Stinner | 2020-04-01 | 1 | -10/+24 |
* | bpo-40094: Add test.support.wait_process() (GH-19254) | Victor Stinner | 2020-03-31 | 1 | -0/+15 |
* | Document most common signals (GH-19245) | Victor Stinner | 2020-03-31 | 1 | -0/+106 |
* | fix comma location in various places (GH-19233) | Mathieu Dupuy | 2020-03-30 | 8 | -9/+9 |
* | bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) | Zackery Spytz | 2020-03-30 | 1 | -0/+5 |
* | bpo-36543: What's new: Document how to replace xml.etree.cElementTree (GH-19188) | Miro Hrončok | 2020-03-27 | 1 | -1/+5 |
* | bpo-39812: Remove daemon threads in concurrent.futures (GH-19149) | Kyle Stanley | 2020-03-27 | 1 | -0/+5 |