]> granicus.if.org Git - python/shortlog
python
2017-04-22 Louie Lu[3.6] Fix trailing colon and newline in test.rst (GH...
2017-04-22 Mariattabpo-30098: Clarify that run_coroutine_threadsafe expect...
2017-04-22 Mariatta[3.6] Correct the README link in Unix install docs...
2017-04-21 Victor Stinnerbpo-30125: Fix faulthandler.disable() on Windows (...
2017-04-21 Steve Dowerbpo-29191: Add liblzma.vcxproj to pcbuild.sln and other...
2017-04-21 Victor Stinnerbpo-30107: don't dump core on expected test_io crash...
2017-04-21 Mariatta[3.6] Add missing .gitignore entries for VS2015 Intelli...
2017-04-20 Serhiy Storchakabpo-29802: Fix the cleaning up issue in PyUnicode_FSDec...
2017-04-20 Mariatta[3.6] bpo-30109: Fix reindent.py (GH-1207) (GH-1208)
2017-04-20 Dong-hee Na[3.6] bpo-12414: Update code_sizeof() to take in accoun...
2017-04-20 Berker PeksagRemove redundant comma in argparse HOWTO (GH-1141)
2017-04-20 Berker Peksagbpo-30078: Add an example of passing a path to unittest...
2017-04-20 cocoatomobpo-19225: Remove duplicated description for standard...
2017-04-19 Serhiy Storchaka[3.6] bpo-30065: Fixed arguments validation in _posixsu...
2017-04-19 Serhiy Storchaka[3.6] bpo-30070: Fixed leaks and crashes in errors...
2017-04-19 Serhiy Storchakabpo-30061: Check if PyObject_Size()/PySequence_Size...
2017-04-16 Serhiy Storchakabpo-30017: Allowed calling the close() method of the...
2017-04-15 Xiang Zhangbpo-30068: add missing iter(self) in _io._IOBase.readli...
2017-04-15 Michael Seifert[3.6] bpo-30059: Include Py_Ellipsis in C API documenta...
2017-04-15 Mariatta[3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH...
2017-04-14 Benjamin Petersonimprove alignment autoconf test (#1129) (#1139)
2017-04-14 Jack McCrackenFix misplaced positional argument in OS X support libra...
2017-04-14 Antoine PitrouRelax test timing (bpo-29861) to avoid sporadic failure...
2017-04-14 Mariatta[3.6] bpo-29694: race condition in pathlib mkdir with...
2017-04-13 Mariatta[3.6] bpo-29869: Allow underscores in numeric literals...
2017-04-13 Mariatta[3.6] Fix a typo in Doc/library/functions.rst (GH-1117...
2017-04-13 Benjamin Petersonconvert from long long to PyLong loselessly (#1106...
2017-04-13 Serhiy Storchakabpo-30021: Add examples for re.escape(). (#1048) (...
2017-04-13 Berker Peksagbpo-29791: Clarify that flush is keyword-only argument...
2017-04-13 MariattaRevert "bpo-29869: Allow underscores in numeric literal...
2017-04-13 Nevada Sanchezbpo-29869: Allow underscores in numeric literals in...
2017-04-13 Mariatta[3.6] bpo-29692: contextlib.contextmanager may incorrec...
2017-04-13 Mariatta[3.6] Clarify exception handler scope in contextlib...
2017-04-13 Mariatta[3.6] Remove superfluous comment in urllib.error. ...
2017-04-13 Xiang Zhangbpo-26985: Add missing info of code object in inspect...
2017-04-13 Mariatta[3.6] bpo-30047: Fix a typo in Doc/library/select.rst...
2017-04-10 Senthil KumaranRemove OSError related comment in urllib.request. ...
2017-04-09 Mariatta[3.6] Improvements to typing documentation (GH-967...
2017-04-09 Mariatta[3.6] bpo-29549: Fixes docstring for str.index (GH...
2017-04-09 Mariatta[3.6] Correct typo in configparser.rst (GH-1012) (GH...
2017-04-09 Senthil KumaranRemove invalid comment in urllib.request. (#1055)
2017-04-09 Nick Coghlanbpo-29506: Clarify deep copy note in copy module
2017-04-09 Nick Coghlanbpo-29798: Handle git worktree in patchcheck (#1058...
2017-04-08 Serhiy Storchakabpo-29998: Pickling and copying ImportError now preserv...
2017-04-08 Serhiy StorchakaExpand the PySlice_GetIndicesEx macro. (#1023) (#1044)
2017-04-07 Vinay Sajipbpo-29939: suppress compiler warnings in _ctypes_test...
2017-04-07 Barry WarsawFix a minor typo. (#1032) (#1037)
2017-04-07 Senthil KumaranRemove Invalid comment in test_urllib2.py. (#1022)
2017-04-06 Senthil Kumarancorrect parse_qs and parse_qsl test case descriptions...
2017-04-05 Serhiy StorchakaMiscellaneous minor fixes of Misc/NEWS formatting....
2017-04-04 Mariattaremove merge=union attribute for Misc/NEWS (GH-460...
2017-04-04 Senthil Kumaranbpo-29725: DOC: add text for arraysize in sqlite3.Curso...
2017-04-03 cocoatomoKeep the c-api exception doc up-to-date (#966)
2017-04-02 Senthil KumaranMinor spell fix and formatting fixes in urllib tests...
2017-04-02 T. Woutersbpo-29941: Assert fixes (#886) (#955)
2017-04-02 Senthil Kumaranbpo-26947: DOC: clarify wording on hashable in glossary...
2017-04-02 Senthil KumaranAdd helpful explaination to test_password_manager tests...
2017-04-01 INADA Naokibpo-29949: Fix set memory usage regression (GH-945)
2017-03-31 Serhiy Storchakabpo-29953: Fix memory leaks in the replace() method...
2017-03-31 Mariattabpo-28810: Update lnotab_notes.txt (GH-665) (GH-919)
2017-03-31 INADA Naokibpo-29952: Use usual terminology of dict (GH-922)
2017-03-31 Senthil KumaranRemove catching OSError in ftphandler test. Only URLErr...
2017-03-30 T. Woutersbpo-29942: Fix the use of recursion in itertools.chain...
2017-03-30 Mariattabpo-29928: Add f-string to the Glossary (GH-864) (GH...
2017-03-30 Serhiy Storchakabpo-29935: Fixed error messages in the index() method...
2017-03-30 Serhiy Storchakabpo-27863: Fixed multiple crashes in ElementTree. ...
2017-03-30 Senthil KumaranRemove an unrequired TODO in test_urllib2. (#897) ...
2017-03-30 Senthil Kumaranbpo-29917: DOC: Remove link from PyMethodDef (#890...
2017-03-30 Mariattabpo-29677: DOC: clarify documentation for `round` ...
2017-03-29 Xiang Zhangbpo-28699: fix abnormal behaviour of pools in multiproc...
2017-03-28 Mariattabpo-16011: clarify that 'in' always returns a boolean...
2017-03-28 INADA Naokibpo-29643: Fix check for --enable-optimizations (GH...
2017-03-28 Mariattabpo-29677: DOC: clarify documentation for `round` ...
2017-03-27 Brett CannonDrop the standard gcc test build on Travis (GH-853...
2017-03-27 Zachary WareMinor test cleanup (GH-837) (GH-838)
2017-03-27 Zachary WareTreat Sphinx warnings as errors (GH-832) (GH-834)
2017-03-27 Mariattaimport sys before we use it on line 9 (GH-828) (GH...
2017-03-26 Ned Deilybpo-29888: Fix the link referring to the "Python downlo...
2017-03-25 Mariattabpo-29862: Fix grammar in importlib.reload() exception...
2017-03-25 Mariattabpo-29892: Fix wrong markup on doc-lib-functions (GH...
2017-03-24 Brett Cannonbpo-28810: Document remaining bytecode changes in 3...
2017-03-24 Serhiy Storchakabpo-25803: Avoid incorrect errors raised by Path.mkdir...
2017-03-24 Antoine Pitroubpo-29861: release references to multiprocessing Pool...
2017-03-24 Christophe... faulthandler: Restore the old sigaltstack during teardo...
2017-03-23 MariattaRemove an outdated statement in execution model docs...
2017-03-22 INADA Naokibpo-28331: fix impl-detail label is removed when conten...
2017-03-22 INADA Naokidoc: minor fix for library/profile (GH-766)
2017-03-22 Xiang Zhangfix function name in tabnanny documentation (GH-762)
2017-03-22 Serhiy Storchakabpo-29864: Don't use Py_SIZE for dict object. (#747...
2017-03-22 Ned DeilyMerge branch '3.6.1' of github.com:ned-deily/cpython...
2017-03-22 Ned DeilyBump to 3.6.2rc1 development.
2017-03-22 Ned DeilyRevert and fix Misc/NEWS after merge error in fca705d53...
2017-03-21 INADA Naokibpo-29859: Fix error messages from return codes for...
2017-03-21 Ned DeilyUpdate docs and patchlevel for 3.6.1 final v3.6.1
2017-03-21 Ned Deilybpo-27593: Revise git SCM build info. (#744) (#745)
2017-03-21 Steve DowerTakes vcruntime140.dll from the correct source. (#684)
2017-03-21 Nick Coghlan[3.6] bpo-29723: Consistently configure sys.path[0...
2017-03-21 n.d. parkerFix the only non-C90 comment to be C90 compatible....
2017-03-21 INADA Naokibpo-29719: Remove Date and Release field in whatsnew...
2017-03-21 Steve DowerFixes the upload script to purge the CDN correctly...
next