]> granicus.if.org Git - python/shortlog
python
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...
2017-07-31 Mariattabpo-25910: Update LICENSE (GH-2873)
2017-07-31 Alexander BelopolskyCloses issue bpo-5288: Allow tzinfo objects with sub...
2017-07-31 Zackery Spytzbpo-30640: Fix undefined behavior in _PyFunction_FastCa...
2017-07-31 csabellabpo-25684: ttk.OptionMenu radiobuttons weren't unique...
2017-07-30 csabellabpo-31050: IDLE: Factor GenPage class from ConfigDialog...
2017-07-30 Vinay SajipUpdated LoggerAdapter.isEnabledFor to take advantage...
2017-07-30 csabellabpo-31004: IDLE: Factor out FontPage class from configd...
2017-07-30 Terry Jan Reedybpo-30928: Update IDLE News.txt. (#2948)
2017-07-30 Vinay Sajipbpo-30522: Implemented a method to allow setting a...
2017-07-30 Avram Lubkinbpo-30962: Added caching to Logger.isEnabledFor() ...
2017-07-29 Peter Thomassenbpo-30803: clarify truth value testing documentation...
2017-07-29 Zackery Spytzbpo-31027: Fix test_listcomps failure when run directly...
2017-07-29 Terry Jan Reedybpo-30781: IDLE - Use ttk Notebook in ConfigDialog...
2017-07-28 Terry Jan Reedybpo-30853: IDLE - touch-up configdialog.VarTrace and...
2017-07-28 csabellabpo-30853: IDLE: Convert font and general vars to use...
2017-07-28 Yuval LangerFix trivial typo in multiprocessing documentation ...
2017-07-28 Victor Stinnerbpo-31066: Fix test_httpservers.test_last_modified...
2017-07-28 Victor Stinnerbpo-31067: test_subprocess calls reap_children() (...
2017-07-28 Utkarsh Upadhyaybpo-30302: Update WhatsNew and documentation. (#2929)
2017-07-28 INADA Naokibpo-29585: fix test fail on macOS Framework build ...
2017-07-28 Ned Deilybpo-28095: Re-enable temporarily disabled part of test_...
2017-07-27 Terry Jan Reedybpo-31060: IDLE: Finish regrouping ConfigDialog methods...
2017-07-27 Victor Stinnerbpo-31044: Skip test_posix.test_makedev() on FreeBSD...
2017-07-27 Serhiy Storchakabpo-30814, bpo-30876: Add new import test files to...
2017-07-27 Victor Stinnerbpo-31028: Fix test_pydoc when run directly (#2864)
2017-07-27 Segev Finerbpo-9566: Change HANDLE argument parsing to unsigned...
2017-07-27 Terry Jan Reedybpo-31003: IDLE - Add more tests for General tab (...
2017-07-26 csabellabpo-30853: IDLE: Factor a VarTrace class from configdi...
2017-07-26 Segev Finerbpo-9566: Fixed _ssl module warnings (#2495)
2017-07-26 Segev Finerbpo-9566: Fix some Windows x64 compiler warnings (...
2017-07-26 Steve DowerFix build batch files (#2750)
2017-07-26 Segev Finerbpo-9566: Fix a warning in Python/getargs.c (#2890)
2017-07-26 INADA Naokibpo-30188: fix TypeError in test_nntplib (GH-2892)
2017-07-26 Utkarsh Upadhyaybpo-31043: fixed test_datetime run twice. (GH-2891)
2017-07-26 Victor Stinnerbpo-31019: Fix multiprocessing.Process.is_alive() ...
2017-07-25 lfAdd the link to asyncio source code in the docs (GH...
2017-07-25 Utkarsh Upadhyaybpo-30302 Make timedelta.__repr__ more informative...
2017-07-25 Victor Stinnerbpo-31034: Reliable signal handler for test_asyncio...
2017-07-25 Victor Stinnerbpo-31009: Fix support.fd_count() on Windows (#2862)
2017-07-25 Stéphane Wirtelbpo-31029: test_tokenize Add missing import unittest...
2017-07-25 Stéphane WirtelFix a small typo in a comment (#2863)
2017-07-25 Segev Finerbpo-31018: Switch to #pragma pack from __declspec(align...
2017-07-25 Victor Stinnerbpo-26762: test_multiprocessing close more queues ...
2017-07-24 Victor Stinnertest_multiprocessing detects dangling per test case...
2017-07-24 Victor Stinnertest_multiprocessing: Fix dangling process/thread ...
2017-07-24 waxmoonMinor typo in curses.rst (#2763)
2017-07-24 Nir Sofferbpo-30980: Fix double close in asyncore.file_wrapper...
2017-07-24 Victor Stinnerbpo-30188: test_nntplib catch also ssl.SSLEOFError...
2017-07-24 Victor Stinnerbpo-26762: Avoid daemon process in _test_multiprocessin...
2017-07-24 Ned DeilyMore Mac installer fixes for git-based workflow (#2839)
2017-07-24 Terry Jan Reedybpo-30993: IDLE - Improve configdialog font page and...
2017-07-24 Eli Boyarskibpo-30456: Clarify example for duplicates in second...
next