]> granicus.if.org Git - python/shortlog
python
2018-07-05 ArtjomFix typo in dataclasses documentation (GH-8102)
2018-07-05 Victor Stinnerbpo-34044: subprocess.Popen copies startupinfo (GH...
2018-07-05 Serhiy StorchakaFix fuzz testing for marshal.loads(). (GH-8106)
2018-07-05 Serhiy Storchakabpo-33720: Improve tests for the stack overflow in...
2018-07-05 Sergey FedoseevRemoved unused import from tzinfo_examples.py. (GH...
2018-07-05 Julien PalardUpdate Stackless Python wiki URL (GH-8072)
2018-07-04 Raymond HettingerMinor code refactoring. Compute len() one fewer times...
2018-07-04 Gerrit HollDOC: In `reduce`, refer to `accumulate` (GH-7930)
2018-07-04 Farhaan Bukhshbpo-30516: Fix documentation issue with -timedelta...
2018-07-04 Lorenz Mendebpo-32942: Fix environment dependent test_script_helper...
2018-07-04 Victor Stinnerbpo-34040, multiprocessing: Fix test_forkserver_sigkill...
2018-07-04 hajoscherbpo-34010: Fix tarfile read performance regression...
2018-07-04 Benjamin PetersonMake GenericAlias_Type and Generic_Type static. (GH...
2018-07-04 Benjamin PetersonDon't export pending_threadfunc from _testcapi. (GH...
2018-07-04 INADA Naokibpo-33418: Add tp_clear for function object (GH-8058)
2018-07-03 Zackery Spytzbpo-24596: Decref module in PyRun_SimpleFileExFlags...
2018-07-03 Sergey Fedoseevbpo-34018: Doc'd that type names of SQLite converters...
2018-07-03 Bumsik Kim bpo-34019: Fix wrong arguments for Opera Browser ...
2018-07-03 Victor Stinnerbpo-33735: Fix test_multiprocessing random failure...
2018-07-02 Zachary Warebpo-34006: Revert line length limit for Windows help...
2018-07-02 Xtreakbpo-33978: Close existing handlers before logging ...
2018-07-01 INADA Naokibpo-30660: Doc: Optimize PNG files by optipng (GH-8032)
2018-06-30 Tal Einatbpo-31938: Convert selectmodule.c to Argument Clinic...
2018-06-30 INADA NaokiDoc: Remove unused image file (GH-8027)
2018-06-30 Serhiy Storchakabpo-25862: Fix several bugs in the _io module. (GH...
2018-06-30 Tal Einatbpo-32568: make select.epoll() and its docs consistent...
2018-06-30 Serhiy Storchakabpo-33974: Fix passing special characters to ttk widget...
2018-06-29 Jeremy ClineFix redundant declaration of _PyImport_AddModuleObject...
2018-06-29 MariattaAdd zulipchat badge to readme (GH-7929)
2018-06-29 Zackery Spytzbpo-25862: Fix assertion failures in io.TextIOWrapper...
2018-06-29 Andrés DelfinoFix the indentation in the documentation of bin() and...
2018-06-29 Terry Jan Reedybpo-14117: Make minor tweaks to turtledemo (GH-8002)
2018-06-29 Yury Selivanovbpo-27500: Fix static version of getaddrinfo to resolve...
2018-06-28 Yury Selivanovbpo-33985: Implement ContextVar.name attribute. (GH...
2018-06-28 Thomas A Caswellbpo-31546: Fix input hook integration (GH-7978)
2018-06-28 Elvis Pranskevichusbpo-32996: Enhancements to What's New based on feedback...
2018-06-28 Ned DeilyForward port rest of NEWS changes as of 3.7.0
2018-06-28 INADA Naokibpo-33842: Remove tarfile.filemode (GH-7661)
2018-06-28 Srinivas Reddy... bpo-33958: Doc: Remove unused variable in example ...
2018-06-27 Ned DeilyForward port 3.7.0 final changes
2018-06-27 Victor Stinnerbpo-33715: Fix multiprocessing test_wait_result() ...
2018-06-27 Victor Stinnerbpo-33913: Fix test_multiprocessing_main_handling ...
2018-06-27 Zackery Spytzbpo-25007: Add copy protocol support to zlib compressor...
2018-06-27 Victor Stinnerbpo-30356: Fix test_mymanager_context() of multiprocess...
2018-06-27 Steve DowerPrevent upload script uploading from the wrong director...
2018-06-27 twisteroid... bpo-31647: Fix bpo typo in NEWS entry. (GH-7964)
2018-06-27 Victor Stinnerbpo-33929: Fix regression in spawn_main() (#7962)
2018-06-27 Victor Stinnerbpo-33929: multiprocessing: fix handle leak on race...
2018-06-27 Victor Stinnerbpo-30317, test_multiprocessing: fix test_timeout(...
2018-06-27 Raymond Hettingerbpo-24567: Random subnormal.diff (#7954)
2018-06-27 Terry Jan Reedybpo-33975: Avoid small type when running IDLE's htests...
2018-06-27 Behzad B. Mokhtariuse rich markup for PEP reference (GH-7939)
2018-06-27 Ned Deilybpo-29514: Make magic number test work for candidates
2018-06-27 Benjamin Petersonbpo-33956: update vendored expat to 2.2.5 (GH-7925)
2018-06-26 Pablo Galindobpo-33873: Fix bug in `runtest.py` and add checks for...
2018-06-26 Srinivas Reddy... bpo-33957: Doc: Use better wording (GH-7912)
2018-06-26 Mark Rosemanbpo-33924: Add missed mac-specific 'windows' to 'window...
2018-06-26 Victor StinnerRevert "bpo-33671: Add support.MS_WINDOWS and support...
2018-06-25 Tal Einatbpo-33573: docs to suggest median() alternatives for...
2018-06-25 Andrés Delfinobpo-33952: Fix typo in str.upper() documentation (GH...
2018-06-25 Andrés Delfinobpo-33943: Add references in the docs for logging.basic...
2018-06-25 Dong-hee Nabpo-33897: Add a 'force' keyword argument to logging...
2018-06-24 Tal Einatbpo-33951: IDLE test_configdialog: call page.update...
2018-06-24 Zachary WareEnable GUI tests in VSTS Linux builds via xvfb-run...
2018-06-24 Zackery Spytzbpo-33451: Close pyc files before calling PyEval_EvalCo...
2018-06-24 Andrés Delfino[master] bpo-33885: Replace "hook function" with "calla...
2018-06-23 Terry Jan Reedybpo-33950: Remove IDLE htest spec for a deleted file...
2018-06-23 Andrés Delfinobpo-33887: Add TOC to Design and History FAQ(GH-7766)
2018-06-23 Dong-hee Nabpo-33805: Improve error message of dataclasses.replace...
2018-06-23 jdemeyerRemove tp_print implementation (GH-7857)
2018-06-23 Victor Stinnerbpo-33916: Fix bz2 and lzma init when called twice...
2018-06-23 Xiang Zhangsuppress compiler warnings in _cursesmodule.c (#7860)
2018-06-22 Andrés Delfinobpo-33877: Remove UNIX qualification for running comple...
2018-06-22 Ammar AskarAdd test coverage reporting for C files (GH-7773)
2018-06-22 Victor Stinnerbpo-33671: Add support.MS_WINDOWS and support.MACOS...
2018-06-22 Victor Stinnerbpo-33932: Calling Py_Initialize() twice does nothing...
2018-06-22 Terry Jan Reedybpo-33905: Add test for idlelib.stackview.StackBrowser...
2018-06-21 Christopher... bpo-33912: Fix test_warnings when run with -Werror...
2018-06-21 Pablo Galindobpo-33716, test_concurrent_futures: increase timeout...
2018-06-21 Srinivas Reddy... Clarified the tempfile.tempdir documentation (GH-7829)
2018-06-21 Terry Jan Reedy bpo-33924: Change IDLE mainmenu.menudefs key 'windows...
2018-06-21 Terry Jan Reedybpo-33906: Rename idlelib.windows as window (#7833)
2018-06-20 Terry Jan Reedybpo-33917: Fix and document idlelib/idle_test/template...
2018-06-20 Xiang ZhangFix compiling error when missing gdbm version macros...
2018-06-20 Nick Coghlanbpo-33499: PYTHONPYCACHEPREFIX What's New entry (GH...
2018-06-20 Victor Stinnerbpo-33746: Fix test_unittest.testRegisterResult() in...
2018-06-20 Srinivas Reddy... bpo-33904: In IDLE's rstrip, rename class RstripExtens...
2018-06-20 Terry Jan Reedybpo-33907: Rename an IDLE module and classes. (GH-7810)
2018-06-20 Srinivas Reddy... bpo-33908: Remove two superfluous assignments (GH-7116)
2018-06-20 Terry Jan Reedybpo-33907: Rename an IDLE module and class. (GH-7807)
2018-06-19 Terry Jan Reedybpo-33855: Still more edits and minimal tests for IDLE...
2018-06-19 Victor Stinnerbpo-33901: Add _gdbm._GDBM_VERSION (GH-7794)
2018-06-19 Victor Stinnerbpo-30345: Add -g to LDFLAGS for LTO (GH-7709)
2018-06-19 Victor Stinnerbpo-33901: Better test_dbm_gnu.test_reorganize() fix...
2018-06-19 Giampaolo Rodolabpo-33671 / shutil.copyfile: use memoryview() with...
2018-06-19 Marco Striglbpo-33365: print the header values beside the keys...
2018-06-19 Victor Stinnerbpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7791)
2018-06-19 Serhiy StorchakaUse more specific asserts in dbm tests. (GH-7786)
2018-06-19 BupChange tp_size to tp_basicsize in comment and realign...
2018-06-19 INADA Naokibpo-33843: Remove deprecated stuff in cgi module (GH...
next