]> granicus.if.org Git - python/shortlog
python
2018-07-07 Miss Islington... Fix moduleauthor/sectionauthor directives in Enum ...
2018-07-07 Miss Islington... Add missing closing parentheses (GH-8144)
2018-07-07 Miss Islington... Make various internal _testbuffer symbols static. ...
2018-07-07 Dong-hee Na[3.7] bpo-34065: Improve the markup of logging.basicCon...
2018-07-07 Miss Islington... Fix typo in TypeVar docstring (GH-8142)
2018-07-07 Miss Islington... Make two PyModuleDef_Slot symbols static in _testmultip...
2018-07-07 Miss Islington... closes bpo-34056: Always return bytes from _HackedGetDa...
2018-07-06 Miss Islington... bpo-34042: Fix dict.copy() to maintain correct total...
2018-07-06 Miss Islington... bpo-34054: multiprocessing uses time.monotonic() (GH...
2018-07-06 Miss Islington... fix two typos in Objects/odictobject.c comments (GH...
2018-07-06 Ammar Askar[3.7] bpo-33899: Make tokenize module mirror end-of...
2018-07-06 Miss Islington... Fix GCC warning in Python/hamt.c (GH-7618)
2018-07-06 Miss Islington... Doc: Remove superfluous markup. (GH-8112)
2018-07-06 Julien PalardUpdate Stackless Python wiki URL (GH-8072)
2018-07-06 Miss Islington... Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper...
2018-07-05 Miss Islington... Fix typo in dataclasses documentation (GH-8102)
2018-07-05 Victor Stinnerbpo-34044: subprocess.Popen copies startupinfo (GH...
2018-07-05 Xtreakbpo-33988: Fix test_warnings using -W error (GH-7985)
2018-07-05 Miss Islington... Fix fuzz testing for marshal.loads(). (GH-8106)
2018-07-05 Miss Islington... bpo-33720: Improve tests for the stack overflow in...
2018-07-05 Miss Islington... Removed unused import from tzinfo_examples.py. (GH...
2018-07-04 Miss Islington... bpo-30516: Fix documentation issue with -timedelta...
2018-07-04 Miss Islington... bpo-32942: Fix environment dependent test_script_helper...
2018-07-04 Miss Islington... bpo-34040, multiprocessing: Fix test_forkserver_sigkill...
2018-07-04 Miss Islington... bpo-34010: Fix tarfile read performance regression...
2018-07-04 Miss Islington... Make GenericAlias_Type and Generic_Type static. (GH...
2018-07-04 Miss Islington... Don't export pending_threadfunc from _testcapi. (GH...
2018-07-03 Miss Islington... bpo-24596: Decref module in PyRun_SimpleFileExFlags...
2018-07-03 Miss Islington... bpo-34018: Doc'd that type names of SQLite converters...
2018-07-03 Miss Islington... bpo-34019: Fix wrong arguments for Opera Browser (GH...
2018-07-03 Miss Islington... bpo-33735: Fix test_multiprocessing random failure...
2018-07-02 Miss Islington... bpo-34006: Revert line length limit for Windows help...
2018-07-02 Chris Cogdonbpo-33961: Adjusted dataclasses docs to correct excepti...
2018-07-02 Miss Islington... bpo-33978: Close existing handlers before logging ...
2018-06-30 Miss Islington... Doc: Remove unused image file (GH-8027)
2018-06-30 Miss Islington... bpo-25862: Fix several bugs in the _io module. (GH...
2018-06-30 Miss Islington... bpo-32568: make select.epoll() and its docs consistent...
2018-06-30 Miss Islington... bpo-33974: Fix passing special characters to ttk widget...
2018-06-29 Miss Islington... Fix redundant declaration of _PyImport_AddModuleObject...
2018-06-29 Miss Islington... bpo-25862: Fix assertion failures in io.TextIOWrapper...
2018-06-29 Miss Islington... Fix the indentation in the documentation of bin() and...
2018-06-29 Miss Islington... bpo-14117: Make minor tweaks to turtledemo (GH-8002)
2018-06-29 Miss Islington... bpo-27500: Fix static version of getaddrinfo to resolve...
2018-06-28 Miss Islington... bpo-31546: Fix input hook integration (GH-7978)
2018-06-28 Miss Islington... bpo-33985: Implement ContextVar.name attribute. (GH...
2018-06-28 Miss Islington... bpo-32996: Enhancements to What's New based on feedback...
2018-06-28 Ned DeilyFix NEWS entry for bpo-31647
2018-06-28 Miss Islington... bpo-33958: Doc: Remove unused variable in example ...
2018-06-27 Ned Deilystart 3.7.0+
2018-06-27 Ned DeilyMerge 3.7.0 final changes
2018-06-27 Miss Islington... bpo-33715: Fix multiprocessing test_wait_result() ...
2018-06-27 Miss Islington... bpo-33913: Fix test_multiprocessing_main_handling ...
2018-06-27 Miss Islington... bpo-30356: Fix test_mymanager_context() of multiprocess...
2018-06-27 Victor StinnerRevert "bpo-33929: multiprocessing: fix handle leak...
2018-06-27 Miss Islington... bpo-33929: multiprocessing: fix handle leak on race...
2018-06-27 Miss Islington... bpo-30317, test_multiprocessing: fix test_timeout(...
2018-06-27 Miss Islington... bpo-24567: Random subnormal.diff (GH-7954) (GH-7955)
2018-06-27 Miss Islington... bpo-33975: Avoid small type when running IDLE's htests...
2018-06-27 Miss Islington... use rich markup for PEP reference (GH-7939)
2018-06-27 Ned Deily3.7.0 final v3.7.0
2018-06-27 Ned DeilySync the importlib magic number in test_importlib for...
2018-06-27 Ned Deilybpo-29514: Make magic number test work for candidates
2018-06-27 Ned DeilySync the importlib magic number in test_importlib for...
2018-06-27 Ned Deilybpo-29514: Make magic number test work for candidates
2018-06-27 Miss Islington... bpo-33956: update vendored expat to 2.2.5 (GH-7925)
2018-06-27 Miss Islington... bpo-33932: Calling Py_Initialize() twice does nothing...
2018-06-26 Miss Islington... bpo-33851: Fix ast.get_docstring() for a node that...
2018-06-26 Miss Islington... Fix nested list in 3.7 What's New (GH-7659) (GH-7660)
2018-06-26 Victor Stinnerbpo-33873: Backport regrtest from master to 3.7 (GH...
2018-06-26 Miss Islington... bpo-33957: Doc: Use better wording (GH-7912)
2018-06-26 Miss Islington... bpo-33924: Add missed mac-specific 'windows' to 'window...
2018-06-25 Miss Islington... [3.7] bpo-33573: docs to suggest median() alternatives...
2018-06-25 Miss Islington... bpo-33952: Fix typo in str.upper() documentation (GH...
2018-06-25 Miss Islington... bpo-33943: Add references in the docs for logging.basic...
2018-06-24 Miss Islington... bpo-33951: IDLE test_configdialog: call page.update...
2018-06-24 Miss Islington... Enable GUI tests in VSTS Linux builds via xvfb-run...
2018-06-24 Miss Islington... bpo-33451: Close pyc files before calling PyEval_EvalCo...
2018-06-23 Miss Islington... bpo-33950: Remove IDLE htest spec for a deleted file...
2018-06-23 Miss Islington... bpo-33887: Add TOC to Design and History FAQ(GH-7766)
2018-06-23 Miss Islington... bpo-33805: Improve error message of dataclasses.replace...
2018-06-23 Miss Islington... bpo-33916: Fix bz2 and lzma init when called twice...
2018-06-22 Miss Islington... bpo-33877: Remove UNIX qualification for running comple...
2018-06-22 Miss Islington... bpo-33885: Replace "hook function" with "callable"...
2018-06-22 Miss Islington... bpo-33932: Calling Py_Initialize() twice does nothing...
2018-06-22 Miss Islington... bpo-30345: Add -g to LDFLAGS for LTO (GH-7709) (GH...
2018-06-22 Miss Islington... bpo-33905: Add test for idlelib.stackview.StackBrowser...
2018-06-21 Miss Islington... Clarified the tempfile.tempdir documentation (GH-7829...
2018-06-21 Miss Islington... bpo-33924: Change IDLE mainmenu.menudefs key 'windows...
2018-06-21 Miss Islington... bpo-33906: Rename idlelib.windows as window (GH-7833)
2018-06-20 Miss Islington... bpo-33917: Fix and document idlelib/idle_test/template...
2018-06-20 Miss Islington... bpo-33904: In IDLE's rstrip, rename class RstripExtens...
2018-06-20 Miss Islington... bpo-33746: Fix test_unittest.testRegisterResult() in...
2018-06-20 Miss Islington... bpo-33907: Rename an IDLE module and classes. (GH-7810)
2018-06-20 Miss Islington... bpo-33907: Rename an IDLE module and class. (GH-7807)
2018-06-20 Miss Islington... bpo-33855: Still more edits and minimal tests for IDLE...
2018-06-19 Xiang Zhangset terse to True when calling platform.platform in...
2018-06-19 Victor Stinnerbpo-33901: Fix test_dbm_gnu for gdbm 1.15 (GH-7798)
2018-06-19 Miss Islington... bpo-33365: print the header values beside the keys...
2018-06-18 Miss Islington... bpo-33663: Convert content length to string before...
2018-06-18 Miss Islington... bpo-33855: More edits and new minimal tests for IDLE...
next