]> granicus.if.org Git - python/shortlog
python
2019-02-07 Pablo Galindobpo-35606: Implement math.prod (GH-11359)
2019-02-06 MariattaFix url to core-mentorship mailing list (GH-11775)
2019-02-05 Harmandeep... bpo-20001: update pathlib landing image (GH-11304)
2019-02-05 Inada Naokiemail: use dict instead of OrderedDict (GH-11709)
2019-02-05 Inada Naokiasyncio: use dict instead of OrderedDict (GH-11710)
2019-02-05 Raymond HettingerFix typo (micro->nano) (GH-11759)
2019-02-05 Steve Dowerbpo-35299: Fixed sysconfig and distutils during PGO...
2019-02-05 Nina Zakharenkobpo-35321: Set the spec origin to frozen in frozen...
2019-02-04 Paul Gansslebpo-32417: Make timedelta arithmetic respect subclasses...
2019-02-04 Łukasz LangaPost 3.8.0a1
2019-02-04 Łukasz LangaMerge tag 'v3.8.0a1'
2019-02-04 Steve Dowerbpo-35872 and bpo-35873: Clears __PYVENV_LAUNCHER__...
2019-02-04 Steve Dowerbpo-35692: pathlib no longer raises when checking file...
2019-02-03 Łukasz Langav3.8.0a1 v3.8.0a1
2019-02-03 Łukasz Langa[pydoc] Regenerate topics for v3.8.0a1
2019-02-03 Łukasz Langa[blurb] v3.8.0a1
2019-02-03 Raymond Hettingerbpo-35884: Add variable access benchmarking script...
2019-02-03 Ned DeilyUpdate macOS installer Welcome and ReadMe for 3.8 ...
2019-02-03 Minmin Gongbpo-35890 : Fix some API calling consistency (GH-11742)
2019-02-02 Steve Dowerbpo-34691: Compile _contextvars module into main Python...
2019-02-02 Mark Becwarbpo-29734: nt._getfinalpathname handle leak (GH-740)
2019-02-02 Shiva Saxenabpo-32560: inherit the py launcher's STARTUPINFO (GH...
2019-02-02 Stefan Krahbpo-35845: Add order={'C', 'F', 'A'} parameter to memor...
2019-02-02 Tony Robertsbpo-33895: Relase GIL while calling functions that...
2019-02-02 Tzu-ping Chungbpo-1104: msilib.SummaryInfo.GetProperty() truncates...
2019-02-02 native-apibpo-33316: PyThread_release_lock always fails (GH-6541)
2019-02-02 Cheryl Sabellabpo-26256: Document algorithm speed for the Decimal...
2019-02-02 Davin Pottsbpo-35813: Added shared_memory submodule of multiproces...
2019-02-01 Guido van Rossumbpo-35879: Fix type comment leaks (GH-11728)
2019-02-01 Emily Morehousebpo-35877: Add test for while loop named expression...
2019-02-01 Xtreakbpo-35877: Make parenthesis optional for named expressi...
2019-02-01 Amador Pahimbpo-35864: fix namedtuple._asdict() docstring (GH-11720)
2019-02-01 Joannah Nanjekyebpo-35861: Fix SyntaxWarning in test_named_expressions...
2019-02-01 Guido van Rossumbpo-35766 follow-up: Kill half-support for FunctionType...
2019-02-01 Victor Stinnerbpo-35537: Fix function name in os.posix_spawnp() error...
2019-02-01 Victor Stinnerbpo-35537: Skip test_start_new_session() of posix_spawn...
2019-02-01 Joannah Nanjekyebpo-35537: Add setsid parameter to os.posix_spawn(...
2019-02-01 Raymond HettingerSpeed-up argument parsing for common cases in deque...
2019-01-31 Raymond HettingerConsistently move the misses update to just before...
2019-01-31 Guido van Rossumbpo-35766: Merge typed_ast back into CPython (GH-11645)
2019-01-31 Phil Jonesdoc: http: Fix enum name for status code 416 (GH-11689)
2019-01-31 Raymond Hettingerbpo-35864: Replace OrderedDict with regular dict in...
2019-01-31 Inada Naokibpo-33504: fix wrong "versionchanged" (GH-11712)
2019-01-31 Michael Selikbpo-34003: Use dict instead of OrderedDict in csv.DictR...
2019-01-30 Steve Dowerbpo-35854: Fix EnvBuilder and --symlinks in venv on...
2019-01-30 Raymond HettingerDocument differences between random.choices() and rando...
2019-01-30 João Matosbpo-35835: Add reference to Python 3.7 new breakpoint...
2019-01-30 jdemeyerbpo-25592: Improve documentation of distutils data_file...
2019-01-30 Raymond HettingerMove float conversion into a macro. Apply to fsum...
2019-01-29 Giampaolo Rodolasubprocess: close pipes/fds by using ExitStack (GH...
2019-01-29 Andreas Schwabbpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH...
2019-01-28 Raymond HettingerFast path for int inputs to math.dist() and math.hypot...
2019-01-28 David Hbpo-35701: Update doc for UUID weak referencing (GH...
2019-01-27 nu_noFix typo: class declaration (GH-11678)
2019-01-27 Nick CoghlanClarify U-mode deprecation in open() (GH-11646)
2019-01-26 Gregory P.... Fix docstr/comment typos in _use_posix_spawn(). (GH...
2019-01-26 Raymond Hettingerbpo-35780: Fix errors in lru_cache() C code (GH-11623)
2019-01-25 Steve Dowerbpo-35811: Avoid propagating venv settings when launchi...
2019-01-25 Steve Dowerbpo-35797: Fix default executable used by the multiproc...
2019-01-25 Windson yangbpo-34134: Advise to use imap or imap_unordered when...
2019-01-25 Ivan Levkivskyibpo-35814: Allow same r.h.s. in annotated assignments...
2019-01-25 Victor Stinnerbpo-35224: Add support for NamedExpr to unparse.py...
2019-01-24 Emily Morehousebpo-35224: PEP 572 Implementation (#10497)
2019-01-24 Rémi Lapeyrebpo-35717: Fix KeyError exception raised when using...
2019-01-24 Jakub Kulíkbpo-35520: Fix build with dtrace support on certain...
2019-01-23 Jason Friedbpo-35767: Fix unittest.loader to allow partials as...
2019-01-23 Victor Stinnerbpo-35537: subprocess can use posix_spawn with pipes...
2019-01-23 Victor Stinnerbpo-35713: Reorganize sys module initialization (GH...
2019-01-23 yuji38kwmtbpo-35781: Changed references to deprecated 'warn'...
2019-01-23 Géry Ogambpo-35722: Updated the documentation for the 'disable_e...
2019-01-23 Manjusakabpo-35726: Prevented QueueHandler formatting from affec...
2019-01-22 Victor Stinnerbpo-35713: Split _Py_InitializeCore into subfunctions...
2019-01-22 Steve Dowerbpo-35683: Improve Azure Pipelines steps (GH-11493)
2019-01-22 Victor Stinnerbpo-35713: Rework Python initialization (GH-11647)
2019-01-22 Lucas Cimonbpo-35720: Fixing a memory leak in pymain_parse_cmdline...
2019-01-22 Ivan Levkivskyibpo-33416: Add end positions to Python AST (GH-11605)
2019-01-21 Minmin Gongbpo-35758: Fix building on ARM + MSVC (gh-11531)
2019-01-21 Kumar Akshaybpo-35782: Fix error message in randrange (GH-11620)
2019-01-21 Pablo Galindobpo-35794: Catch PermissionError in test_no_such_execut...
2019-01-21 Victor Stinnerbpo-35772: Fix test_tarfile on ppc64 (GH-11606)
2019-01-21 Pablo Galindobpo-20239: Allow repeated deletion of unittest.mock...
2019-01-20 Pablo GalindoAdd information about DeprecationWarning for invalid...
2019-01-20 Marc Schlaichbpo-35699: fix distuils cannot detect Build Tools 2017...
2019-01-18 Terry Jan Reedybpo-35770: Fix off-by-1 error. (#11618)
2019-01-18 Anthony Sottilebpo-35733: Make isinstance(ast.Constant(boolean), ast...
2019-01-18 Terry Jan Reedybpo-35770: IDLE macosx deletes Options => Configure...
2019-01-18 Ashwin Ramaswamibpo-21257: document http.client.parse_headers (GH-11443)
2019-01-18 Christian Heimesbpo-35045: Accept TLSv1 default in min max test (GH...
2019-01-18 Dong-hee Nabpo-35283: Update the docstring of threading.Thread...
2019-01-18 Terry Jan Reedybpo-35769: Change IDLE's name for new files from 'Untit...
2019-01-18 Serhiy Storchakabpo-34850: Emit a warning for "is" and "is not" with...
2019-01-18 Tal Einatbpo-35730: IDLE - test squeezer reload() by checking...
2019-01-18 Terry Jan Reedybpo-23156: Remove obsolete tix install directions ...
2019-01-17 Terry Jan Reedybpo-34161: Update idlelib/NEWS.txt to 2019 Jan 17 ...
2019-01-17 Timo Furrerbpo-33687: Fix call to os.chmod() in uu.decode() (GH...
2019-01-17 David Hbpo-35701: Added __weakref__ slot to uuid.UUID (GH...
2019-01-17 Dong-hee Nabpo-35283: Add deprecation warning for Thread.isAlive...
2019-01-17 SlamFixes typo in asyncio.queue doc (GH-11581)
2019-01-17 Nick Coghlanbpo-35486: Note Py3.6 import system API requirement...
2019-01-16 Victor StinnerRevert "bpo-35537: subprocess can now use os.posix_spaw...
next