]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
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...
2017-07-23  Ned DeilyMac installer build now needs venv for docs build ...
2017-07-23  Terry Jan Reedybpo-30993: IDLE - Improve configdialog font page and...
2017-07-23  Antoine Pitroubpo-30919: shared memory allocation performance regress...
2017-07-22  Dong-hee Nabpo-30119: fix ftplib.FTP.putline() to throw an error...
2017-07-22  Antoine Pitroubpo-26732: fix too many fds in processes started with...
2017-07-22  Terry Jan Reedybpo-30981: IDLE: Augment one configdialog font page...
2017-07-21  Antoine PitrouFix test failure without ctypes (#2802)
2017-07-21  Victor Stinnerbpo-30891: Fix again importlib _find_and_load() (#2665)
2017-07-21  Gareth Reesbpo-19896: Add typecodes 'q' and 'Q' to multiprocessing...
2017-07-21  Terry Jan Reedybpo-30981: temporarity skip failing IDLE test class...
2017-07-21  Terry Jan Reedybpo-30981: IDLE -- Add more configdialog font page...
2017-07-21  Terry Jan Reedybpo-28523: IDLE: Use 'color' instead of 'colour'. ...
2017-07-21  Nicholasbpo-30964: Mention ensurepip in package installation...
2017-07-21  Utkarsh Upadhyaybpo-30822: Fix testing of datetime module. (#2530)...
2017-07-20  靳阳Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770)
2017-07-20  Victor Stinnerbpo-30822: Exclude tzdata from regrtest --all (#2775)
2017-07-20  Ned DeilyUpdate doc download files size estimates. (#2771)
2017-07-20  terryjreedy bpo-30968: Fix test_get_font in IDLE's test_config...
2017-07-20  Aaron Gallagherbpo-29403: Fix mock's broken autospec behavior on metho...
2017-07-19  Louie Lubpo-30917: IDLE: Fix mock_config deepcopy to read_strin...
2017-07-19  Ammar AskarUse pythontest.net instead of debian.org in test_urllib...
2017-07-18  Louie Lubpo-30917: IDLE: Add config.IdleConf unittests (#2691)
2017-07-18  Steve Dowerbpo-30450: Fix logic for retrying nuget.exe download...
2017-07-18  Xiang Zhangbpo-30961: Fix decrementing a borrowed reference in...
2017-07-18  Vitor Pereirabpo-30794: added kill() method to multiprocessing.Proce...
2017-07-18  Antoine Pitroubpo-30946: Remove obsolete fallback code in readline...
2017-07-17  Steve Dowerbpo-30450: Fall back to git.exe if no Python is found...
2017-07-17  Steve Dowerbpo-30450: Adds alternate download approach for nuget...
2017-07-17  Antoine Pitroubpo-30808: Use _Py_atomic API for concurrency-sensitive...
2017-07-17  Steve Dower[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows...
2017-07-16  Serhiy Storchakabpo-30936: Fix a reference leak in json when fail to...
2017-07-16  terryjreedybpo-30934: Document coverage details for idlelib tests...
2017-07-15  Ned Deilybpo-30939: Avoid Sphinx deprecation warning in docs...
2017-07-15  Nick Coghlanbpo-30836: fix test_c_locale_coercion on AIX (GH-2713)
next