]> granicus.if.org Git - python/shortlog
python
2017-08-22 Victor Stinnerbpo-31234: test_httpservers joins the server thread...
2017-08-22 Victor Stinnerbpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178)
2017-08-21 Łukasz Langabpo-30983: [gdb] Fix py-bt, etc. for non-debug shared...
2017-08-21 Łukasz Langabpo-23835: [docs] configparser converts defaults to...
2017-08-21 James Tocknellbpo-23835: Enforce that configparser defaults are strin...
2017-08-21 Victor StinnerAdd test_subprocess.test_nonexisting_with_pipes() ...
2017-08-21 Victor Stinnerbpo-31238: pydoc ServerThread.stop() now joins itself...
2017-08-21 Victor Stinnerbpo-31249: test_concurrent_futures checks dangling...
2017-08-21 Oren Milmanbpo-31236: Improved some error messages of min() and...
2017-08-21 Victor Stinnerbpo-31247: xmlrpc.server: break reference cycle (#3166)
2017-08-21 Stefan Krahbpo-30923: Silence fall-through warnings included in...
2017-08-20 Segev Finerbpo-9566 & bpo-30747: Silence warnings from pyatomic...
2017-08-20 Oren Milmanbpo-28261: Fixed err msgs where PyArg_ParseTuple is...
2017-08-20 Cheryl Sabellabpo-31206: IDLE: Factor HighPage class from ConfigDialo...
2017-08-20 Cheryl Sabellabpo-31206: IDLE: Factor HighPage class from ConfigDialo...
2017-08-18 Victor Stinnerbpo-31234: test_threading: fix ref cycle (#3150)
2017-08-18 Cheryl Sabellabpo-31206: IDLE: Factor HighPage class from ConfigDialo...
2017-08-18 Victor Stinnerbpo-31235: Fix ResourceWarning in test_logging (#3147)
2017-08-18 Victor Stinnerbpo-30830: test_logging uses threading_setup/cleanup...
2017-08-18 Victor Stinnerbpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106)
2017-08-18 Victor Stinnerbpo-31234: fork_wait tests now join threads (#3139)
2017-08-18 Stefan Krahbpo-30923: Disable warning that has been part of -Wextr...
2017-08-18 Yaron de Leeuwbpo-31109: Convert zipimport to use Argument Clinic...
2017-08-18 Brett CannonFix a minor grammar issue in the logging cookbook ...
2017-08-18 Victor Stinnerbpo-31231: Fix pythoninfo in Travis config (#3134)
2017-08-18 Segev Finerbpo-30121: Fix debug assert in subprocess on Windows...
2017-08-18 Sanyam Khuranabpo-30721: Add missing '?' to new error message (GH...
2017-08-18 Stefan KrahIssue #30923: Revert flag that is not recognized by...
2017-08-18 Sanyam Khuranabpo-30721: Show correct syntax hint in Py3 when using...
2017-08-18 Victor Stinnerbpo-30871: pythoninfo: more sys, os, time data (#3130)
2017-08-18 Victor Stinnerbpo-30871: Add "make pythoninfo" (#3120)
2017-08-18 Elmar RitschFix broken `Show Source` links on documentation pages...
2017-08-18 syncosmicbpo-31183: `dis` now handles coroutines & async generat...
2017-08-18 Cheryl Sabellabpo-31001: IDLE: Add tests for configdialog highlight...
2017-08-17 Victor Stinnerbpo-30871: pythoninfo: add expat and _decimal (#3121)
2017-08-17 Steve DowerAdds nuget symbols package for daily builds. (#3122)
2017-08-17 Victor Stinnerbpo-30871: Add test.pythoninfo (#3075)
2017-08-17 Victor Stinnerbpo-31221: patchcheck ignores external libraries (...
2017-08-17 Julien PalardUpdate the language selection in the docs language...
2017-08-17 Adrian Wielgosikbpo-24700: Add a fast path for comparing array.array...
2017-08-16 Antoine Pitroubpo-18966: non-daemonic threads created by a multiproce...
2017-08-16 Victor Stinnerbpo-31069, test_multiprocessing: Fix dangling process...
2017-08-16 Victor Stinnerbpo-30983: Revert changes which broke most buildbots...
2017-08-15 Terry Jan Reedybpo-30928: Update idlelib/NEWS.txt to 2017-08-15. ...
2017-08-15 Cheryl Sabellabpo-31205: IDLE: Factor KeysPage class from ConfigDialo...
2017-08-15 Steve DowerAdd Windows team as a codeowner for Windows-specific...
2017-08-15 Oren Milmanfix grammr in error messages in overlapped.c (GH-3095)
2017-08-15 Christian Heimesbpo-30714: ALPN changes for OpenSSL 1.1.0f (#2305)
2017-08-15 Cheryl Sabellabpo-31002: IDLE: Add tests for configdialog keys tab...
2017-08-14 Łukasz LangaAdd Bruno Penteado to ACKS (#3091)
2017-08-14 Bruno "Polaco... bpo-30983: eval frame rename in pep 0523 broke gdb...
2017-08-14 Saurabh Chaturvedibpo-31191: Improve grammar in threading.Barrier docs...
2017-08-14 Nate Tangsuratbpo-30824: Add mimetype for .json (#3048)
2017-08-14 Коренберг Маркbpo-31106: Fix handling of erros in posix_fallocate...
2017-08-12 Allen W. Smith... bpo-5001, bpo-31169: Fix two uninformative asserts...
2017-08-12 Pär Björklundbpo-30747: Attempt to fix atomic load/store (#2383)
2017-08-11 Daniel HimmelsteinFix typo in 3.7 What's New (GH-3069)
2017-08-10 Victor Stinnerbpo-31008: Fix asyncio test_wait_for_handle on Windows...
2017-08-10 Victor Stinnerbpo-26762: _test_multiprocessing reports dangling ...
2017-08-10 Victor Stinnerregrtest: count also env changed as failures in progres...
2017-08-10 Victor StinnerEnhance support.reap_children() (#3036)
2017-08-10 Victor Stinnerbpo-31151: Add socketserver.ForkingMixIn.server_close...
2017-08-10 Victor Stinnerbpo-31160: test_tempfile: Fix reap_children() warning...
2017-08-10 Victor Stinnerbpo-31173: Rewrite WSTOPSIG test of test_subprocess...
2017-08-10 Louie Lubpo-19903: IDLE: Calltips changed to use inspect.signat...
2017-08-09 Victor Stinnerbpo-31160: test_builtin: don't check waitpid() status...
2017-08-09 Victor Stinnerbpo-31160: Fix test_random for zombie process (#3045)
2017-08-09 Victor Stinnerbpo-31160: regrtest now reaps child processes (#3044)
2017-08-09 Victor Stinnerbpo-31160: Fix test_builtin for zombie process (#3043)
2017-08-09 Julien Palardbpo-31159: fix language switch regex on unknown yet...
2017-08-09 Jeffrey Rackauckasbpo-31072: Add filter to zipapp (#3021)
2017-08-09 Serhiy Storchakabpo-31070: Fix a race condition in importlib _get_modul...
2017-08-09 Ammar Askarbpo-31150: Wait for child process in test_forkinthread...
2017-08-08 Julien Palardbpo-31149: Doc: Add Japanese to the language switcher...
2017-08-08 Victor Stinnerttk: fix LabeledScale and OptionMenu destroy() method...
2017-08-07 Terry Jan Reedybpo-31130: IDLE -- stop leaks in test_configdialog...
2017-08-07 Terry Jan Reedybpo-29910: IDLE - revert `break`s that disabled calltip...
2017-08-07 Julienbpo-31045: Language switch (#2652)
2017-08-05 Gregory P.... add myself to CODEOWNERS for subprocess. (#3005)
2017-08-04 Brett CannonNotify the import-team on import-related PRs (GH-3002)
2017-08-04 Łukasz LangaAdd author of the fix for #30841 to ACKS. (#3001)
2017-08-04 Yuan Chao ChouFix a shadow-compatible-local warning (#2180)
2017-08-04 Shane Harveybpo-31107: Fix copyreg mangled slot names calculation...
2017-08-03 INADA Naokibpo-29304: Simplify dict lookup functions (GH-2407)
2017-08-03 Mike DePalatisImprove grammar in asyncio documentation (GH-2993)
2017-08-03 Serhiy Storchakabpo-30978: str.format_map() now passes key lookup excep...
2017-08-03 Serhiy Storchakabpo-31071: Avoid masking original TypeError in call...
2017-08-03 Ville SkyttäSpelling fixes (#2902)
2017-08-02 R. David MurrayAdd @bitdancer as codeowner of email related stuff...
2017-08-02 Preston Landersbpo-31080: Allowed logging.config.fileConfig() to accep...
2017-08-02 Alexander Mohrbpo-31061: fix crash in asyncio speedup module (GH...
2017-08-01 Łukasz LangaDocument Path.is_mount(), update Misc/ACKS and Misc...
2017-08-01 Yury SelivanovAdd @1st1 as co-owner of asyncio and genobject (#2978)
2017-08-01 Cooper Leesbpo-30897: Add is_mount() to pathlib.Path (#2669)
2017-08-01 Brett CannonList myself as interested in all import-related pull...
2017-08-01 favllbpo-31084: QueueHandler now formats messages correctly...
2017-08-01 csabellabpo-31083: IDLE: Describe the Page classes in configdia...
2017-08-01 MariattaRemove .mention-bot (GH-2923)
2017-08-01 MariattaCreate CODEOWNERS (GH-2924)
2017-07-31 scoderbpo-31091: Remove dead code in PyErr_GivenExceptionMatc...
next