]> granicus.if.org Git - python/shortlog
python
2018-02-13 Miss Islington... bpo-31787: Skip refleak check when _hashlib is not...
2018-02-13 Miss Islington... bpo-31787: Prevent refleaks when calling __init__(...
2018-02-13 Miss Islington... bpo-32370: Use the correct encoding for ipconfig output...
2018-02-13 Miss Islington... bpo-30579: Docs for dynamic traceback creation (GH...
2018-02-13 Miss Islington... bpo-32827: Fix usage of _PyUnicodeWriter_Prepare()...
2018-02-12 Miss Islington... bpo-32837: IDLE - require encoding argument for textvie...
2018-02-12 Miss Islington... bpo-29248: Fix os.readlink() on Windows (GH-5577)
2018-02-12 Miss Islington... bpo-32826: Add "encoding=utf-8" to open() in idle_test...
2018-02-12 Miss Islington... bpo-32221: makeipaddr(): remove interface part + speedu...
2018-02-12 Miss Islington... Fix typo in Include/objimpl.h, the word "has" was missi...
2018-02-11 Miss Islington... bpo-32815: Improve docs on the subprocess API *text...
2018-02-11 Miss Islington... Fix AppVeyor doc short-circuit (GH-5633)
2018-02-11 Zachary Ware[3.7] Add short-circuit for doc changes to AppVeyor...
2018-02-11 Miss Islington... bpo-32604: Make _xxsubinterpreters build on Windows...
2018-02-11 Miss Islington... bpo-11015: Update test.support documentation (GH-5619)
2018-02-11 Miss Islington... bpo-32792: Preserve mapping order in ChainMap() (GH...
2018-02-10 Miss Islington... bpo-32800: Update link to w3c doc for xml default names...
2018-02-10 Miss Islington... travis: Use -O3 option (GH-5599)
2018-02-09 Miss Islington... bpo-30157: Fix csv.Sniffer.sniff() regex pattern. ...
2018-02-09 Miss Islington... Fix some warnings produced by different compilers....
2018-02-09 Miss Islington... Make formatting of some return codes conforming to...
2018-02-09 Miss Islington... bpo-32775: Fix regular expression warnings in fnmatch...
2018-02-09 Miss Islington... bpo-32585: Add tkinter.ttk.Spinbox. (GH-5221) (GH-5592)
2018-02-08 Miss Islington... bpo-32802: Fix Travis build (GH-5589) (GH-5590)
2018-02-07 Miss Islington... bpo-32720: Fixed the replacement field grammar document...
2018-02-07 Miss Islington... Fix typo in whatsnew/3.7.rst (GH-5551) (GH-5553)
2018-02-07 Miss Islington... bpo-6135: Fix subprocess.check_output doc to mention...
2018-02-06 Miss Islington... bpo-30693: Fix tarfile test cleanup on MSWindows (GH...
2018-02-06 Miss Islington... bpo-32777: Fix _Py_set_inheritable async-safety in...
2018-02-05 Miss Islington... [3.7] bpo-8722: Document __getattr__ behavior with...
2018-02-05 Miss Islington... bpo-30928: IDLE - update NEWS.txt. (GH-5539) (GH-5540)
2018-02-04 Miss Islington... bpo-32765: Update configdialog General tab create page...
2018-02-04 Miss Islington... Fix typo -- missing "not" (GH-5528) (GH-5530)
2018-02-04 Miss Islington... Use assertTrue() instead of deprecated assert_(). ...
2018-02-04 Miss Islington... [3.7] bpo-32691: Use mod_spec.parent when running modul...
2018-02-04 Miss Islington... bpo-32720: Fixed the definition for width and precision...
2018-02-04 Miss Islington... [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
2018-02-03 Miss Islington... bpo-32739: Show default value for rotate() (GH-5485...
2018-02-03 Miss Islington... bpo-32604: Fix memory leaks in the new _xxsubinterprete...
2018-02-03 Barry Warsawbpo-32303 - Consistency fixes for namespace loaders...
2018-02-02 Miss Islington... bpo-32734: Fix asyncio.Lock multiple acquire safety...
2018-02-02 Miss Islington... bpo-32614: Modify re examples to use a raw string to...
2018-02-02 Miss Islington... Revert "bpo-31356: Add context manager to temporarily...
2018-02-02 Miss Islington... bpo-32733: Make test_coroutines robust against -Werror...
2018-02-02 Miss Islington... bpo-32674: Improve the docstring for __import__ (GH...
2018-02-02 Miss Islington... bpo-32436: Fix compiler warning (GH-5483) (GH-5486)
2018-02-02 Miss Islington... Fix typo in hamt.c comments (GH-5478) (#5484)
2018-02-01 Miss Islington... Implement TimerHandle.when() (GH-5473) (GH-5480)
2018-02-01 Miss Islington... [3.7] bpo-32711: Fix warnings for Python/ast_unparse...
2018-02-01 Miss Islington... bpo-32565: Add missed versionadded directives for all...
2018-01-31 Ned DeilyUpdate Doc build for split off of 3.7 branch
2018-01-31 Cheryl Sabellabpo-32735: Fix typo in f-strings datetime format specif...
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-31 Ned Deilyfinished 3.7.0b1 - on to b1+
2018-01-30 Ned DeilyUpdate NEWS, docs, and patchlevel for 3.7.0b1 v3.7.0b1
2018-01-30 Ned Deilybpo-32726: Build macOS 10.9+ installer with private...
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...
2018-01-29 Pablo Galindobpo-20104: Fix leaks and errors in new os.posix_spawn...
2018-01-29 Benjamin Petersonrename _imp initialization function to follow conventio...
2018-01-29 Yury Selivanovbpo-32703: Fix coroutine resource warning in case where...
2018-01-29 Yury Selivanovbpo-32707: Fix warnings in hamt.c (#5430)
2018-01-29 jayyyinbpo-27931: Fix email address header parsing error ...
2018-01-29 Raymond Hettingerbpo-25988: Deprecate exposing collections.abc in collec...
2018-01-29 Andrew SvetlovAdd a test for pdb until command in coroutine (#5427)
2018-01-29 Christian Heimesbpo-28414: ssl module idna test (#5395)
2018-01-29 Christian Heimesbpo-31429: Define TLS cipher suite on build time (...
2018-01-29 Victor Stinnerbpo-20891: Reenable test_embed.test_bpo20891() (GH...
2018-01-29 Victor Stinnerbpo-28685: Fix compiler warning (GH-5423)
2018-01-29 Victor Stinnerbpo-32706: Skip test_ftplib.test_check_hostname() ...
2018-01-29 Victor Stinnerbpo-31233, bpo-31151: Document socketserver changes...
2018-01-29 Victor Stinnerbpo-20891: Py_Initialize() now creates the GIL (#4700)
2018-01-29 Chih-Hsuan Yenbpo-32705: Current Android does not have posix_spawn...
2018-01-29 cocoatomoFix minor markup typo (#5407)
2018-01-29 Nathaniel J... bpo-32591: silence deprecation warnings in test_corouti...
2018-01-29 Yury Selivanovbpo-23749: Make start-tls tests more stable on win7...
2018-01-29 Yury Selivanovbpo-32251: Fix docs (#5408)
2018-01-29 Yury Selivanovbpo-32650: Add an asyncgen pdb test (#5406)
next