]> granicus.if.org Git - python/shortlog
python
2018-02-16 Barry WarsawUpdate and sync importlib.resources documentation ...
2018-02-14 ngie-eignUpdate comment in posixmodule.c (GH-5681)
2018-02-14 Bar Harelbpo-32841: Fix cancellation in awaiting asyncio.Conditi...
2018-02-14 Eitan AdlerFix installation instructions for *nix (GH-5605)
2018-02-14 Benjamin Petersonremove mercurial dot files (GH-5558)
2018-02-14 Zackery Spytzbpo-27846: Delete incorrect note in base64 docs (GH...
2018-02-13 INADA Naokibpo-31787: Skip refleak check when _hashlib is not...
2018-02-13 Xiang Zhangbpo-29803: remove a redandunt op and fix a comment...
2018-02-13 Oren Milmanbpo-31787: Prevent refleaks when calling __init__(...
2018-02-13 Nick Coghlanbpo-30579: Docs for dynamic traceback creation (GH...
2018-02-13 Segev Finerbpo-32370: Use the correct encoding for ipconfig output...
2018-02-13 Serhiy Storchakabpo-32827: Fix usage of _PyUnicodeWriter_Prepare()...
2018-02-12 Terry Jan Reedybpo-32837: IDLE - require encoding argument for textvie...
2018-02-12 Terry Jan Reedybpo-32826: Add "encoding=utf-8" to open() in idle_test...
2018-02-12 Коренберг Маркbpo-32221: makeipaddr(): remove interface part + speedu...
2018-02-12 SSE4bpo-29248: Fix os.readlink() on Windows (GH-5577)
2018-02-11 Zachary WareFix AppVeyor doc short-circuit (GH-5632)
2018-02-11 Pablo Galindobpo-32815: Improve docs on the subprocess API *text...
2018-02-11 Zachary WareAdd short-circuit for doc changes to AppVeyor (GH-5519)
2018-02-11 Zachary Warebpo-32604: Make _xxsubinterpreters build on Windows...
2018-02-11 Raymond HettingerCode beautification using f-strings (#5618)
2018-02-11 Cheryl Sabellabpo-11015: Update test.support documentation (GH-5610)
2018-02-11 Raymond Hettingerbpo-32792: Preserve mapping order in ChainMap() (GH...
2018-02-10 sblondonbpo-32800: Update link to w3c doc for xml default names...
2018-02-10 INADA Naokitravis: Use -O3 option (GH-5599)
2018-02-10 Zhou Fangyibpo-30688: Import unicodedata only when needed. (GH...
2018-02-09 Serhiy Storchakabpo-30688: Support \N{name} escapes in re patterns...
2018-02-09 Serhiy Storchakabpo-30157: Fix csv.Sniffer.sniff() regex pattern. ...
2018-02-09 Serhiy StorchakaFix some warnings produced by different compilers....
2018-02-09 Serhiy StorchakaMake formatting of some return codes conforming to...
2018-02-09 Serhiy Storchakabpo-32775: Fix regular expression warnings in fnmatch...
2018-02-09 Srinivas Reddy... Cleanup inspect
2018-02-09 Alan D Moorebpo-32585: Add tkinter.ttk.Spinbox. (#5221)
2018-02-08 Stéphane Wirtelbpo-32802: Fix Travis build (GH-5589)
2018-02-07 Brice Grosbpo-6135: Fix subprocess.check_output doc to mention...
2018-02-06 AlexeyFix typo in Include/objimpl.h, the word "has" was missi...
2018-02-06 Bernhard M... bpo-30693: Fix tarfile test cleanup on MSWindows (...
2018-02-06 Alexey Izbyshevbpo-32777: Fix _Py_set_inheritable async-safety in...
2018-02-06 Paul GanssleAdd What's new entry for datetime.fromisoformat (#5559)
2018-02-05 Serhiy Storchakabpo-32749: Make dbm.dumb databases more cosistent with...
2018-02-05 Dag HeymanFix typo in whatsnew/3.7.rst (GH-5551)
2018-02-05 Mariattabpo-32720: Fixed the replacement field grammar document...
2018-02-05 Cheryl Sabellabpo-8722: Document __getattr__ behavior with AttributeE...
2018-02-05 Terry Jan ReedyAdd entry for uniform lower context; add 'since' to...
2018-02-04 Cheryl Sabellabpo-32765: Update configdialog General tab create page...
2018-02-04 Zachary WareTry to fix the AppVeyor cache mechanism (GH-5536)
2018-02-04 Zachary WareFix version in AppVeyor (GH-5535)
2018-02-04 Raymond HettingerFix typo -- missing "not" (GH-5528)
2018-02-04 Serhiy StorchakaUse assertTrue() instead of deprecated assert_(). ...
2018-02-04 Serhiy Storchakabpo-10544: Disallow "yield" in comprehensions and gener...
2018-02-04 nathankerr96bpo-32720: Fixed the definition for width and precision...
2018-02-04 Leo Ariasbpo-32746: Fix multiple typos (GH-5144)
2018-02-03 Raymond Hettingerbpo-32739: Show default value for rotate() (GH-5485)
2018-02-03 Mario Corcherobpo-32691: Use mod_spec.parent when running modules...
2018-02-03 Eric Snowbpo-32604: Fix memory leaks in the new _xxsubinterprete...
2018-02-02 Bar Harelbpo-32734: Fix asyncio.Lock multiple acquire safety...
2018-02-02 Cheryl Sabellabpo-32614: Modify re examples to use a raw string to...
2018-02-02 Barry Warsawbpo-32303 - Consistency fixes for namespace loaders...
2018-02-02 Yury SelivanovRevert "bpo-31356: Add context manager to temporarily...
2018-02-02 oldkbpo-32747: Remove trailing spaces in docstrings. (GH...
2018-02-02 Nathaniel J... bpo-32733: Make test_coroutines robust against -Werror...
2018-02-02 oldkbpo-32674: Improve the docstring for __import__ (GH...
2018-02-02 Yury Selivanovbpo-32436: Fix compiler warning (#5483)
2018-02-02 Dmitry AlimovFix typo in hamt.c comments (#5478)
2018-02-01 Andrew SvetlovImplement TimerHandle.when() (#5473)
2018-02-01 Stéphane Wirtelbpo-32711: Fix warnings for Python/ast_unparse.c (...
2018-02-01 Serhiy Storchaka[3.8] bpo-31508: Remove support of arguments in tkinter...
2018-02-01 Serhiy Storchakabpo-32565: Add missed versionadded directives for all...
2018-02-01 Stéphane Wirtelbpo-32722: Remove useless example in the Classes tutori...
2018-01-31 Ned DeilyUpdate Doc build to 3.8
2018-01-31 Ned DeilyStart of 3.8.0a0
2018-01-31 Ned DeilyUpdate NEWS, docs, and patchlevel for 3.7.0b1
2018-01-31 Ned Deilybpo-32726: Build macOS 10.9+ installer with private...
2018-01-31 Cheryl Sabellabpo-32735: Fix typo in f-strings datetime format specif...
2018-01-31 Serhiy Storchakabpo-25988: Emit a warning when use or import ABCs from...
2018-01-31 Xiang ZhangMake site documentation more clear (#5461)
2018-01-31 Xiang Zhangbpo-32583: Fix possible crashing in builtin Unicode...
2018-01-31 Bernhard M... bpo-30693: zip+tarfile: sort directory listing (#2263)
2018-01-31 Stéphane Wirtelbpo-32727: smtplib's SMTP.send_message behaves differen...
2018-01-30 Benjamin Petersoncompare with difflib not diff(1) (GH-5450)
2018-01-30 Ned Deilybpo-32726: macOS installer and framework enhancements...
2018-01-30 Victor Stinnerbpo-28914: Fix compilation of select on Android (#5447)
2018-01-30 Ned Deilybpo-28440: Don't add /Library/Python/3.x/site-packages...
2018-01-30 Stéphane Wirtelbpo-32724: Fix references to commands in Doc/pdb.rst...
2018-01-30 John Jollybpo-22908: Add seek and tell functionality to ZipExtFil...
2018-01-30 Christian Heimesbpo-28134: Ignore proto in unknown socket test (GH...
2018-01-30 Anders Lorentsenbpo-31961: subprocess now accepts path-like args (GH...
2018-01-30 Eric Appeltcloses bpo-30117: fix lib2to3 ParserIdempotency test...
2018-01-30 Bo Baylesbpo-32102 Add "capture_output=True" to subprocess.run...
2018-01-30 Benjamin Petersoncloses bpo-32721: do not fail test_hashlib if _md5...
2018-01-30 Stéphane Wirtelbpo-32681: Fix an uninitialized variable in the C imple...
2018-01-30 Bo Baylesbpo-21417: Add compresslevel= to the zipfile module...
2018-01-30 Gregory P.... bpo-25942: make subprocess more graceful on ^C (GH...
2018-01-30 Eric Snowbpo-32604: NULL-terminate kwlist in channel_drop_interp...
2018-01-30 Julien Palardbpo-32701: Clarify the quotetabs flag in quopri documen...
2018-01-30 Benjamin Petersonreplace dynamic import with 'exec' with importlib.impor...
2018-01-30 Eric Snowbpo-32604: Expose the subinterpreters C-API in a "priva...
2018-01-30 Mark Shannonbpo-32550. Remove the STORE_ANNOTATION bytecode. (GH...
2018-01-29 Christian Heimesbpo-28134: Auto-detect socket values from file descript...
2018-01-29 Pablo Galindobpo-31356: Add context manager to temporarily disable...
next