]> granicus.if.org Git - python/shortlog
python
2018-02-17 Miss Islington... bpo-32860: Fix a missing asterisk in the documentation...
2018-02-14 Miss Islington... Update comment in posixmodule.c (GH-5681)
2018-02-14 Miss Islington... bpo-32841: Fix cancellation in awaiting asyncio.Conditi...
2018-02-14 Benjamin Peterson[3.6] remove mercurial dot files (GH-5558)
2018-02-14 Miss Islington... Fix installation instructions for *nix (GH-5605)
2018-02-14 Miss Islington... bpo-27846: Delete incorrect note in base64 docs (GH...
2018-02-13 Miss Islington... bpo-31787: Skip refleak check when _hashlib is not...
2018-02-13 INADA Naokibpo-31787: Prevent refleaks when calling __init__(...
2018-02-13 Miss Islington... bpo-32827: Fix usage of _PyUnicodeWriter_Prepare()...
2018-02-13 Serhiy Storchaka[3.6] bpo-32370: Use the correct encoding for ipconfig...
2018-02-12 Miss Islington... bpo-32837: IDLE - require encoding argument for textvie...
2018-02-12 Miss Islington... bpo-32826: Add "encoding=utf-8" to open() in idle_test...
2018-02-12 Miss Islington... bpo-29248: Fix os.readlink() on Windows (GH-5577)
2018-02-12 Miss Islington... bpo-32720: Fixed the replacement field grammar document...
2018-02-12 Miss Islington... Fix typo in Include/objimpl.h, the word "has" was missi...
2018-02-11 Miss Islington... Fix AppVeyor doc short-circuit (GH-5634)
2018-02-11 Zachary Ware[3.6] Add short-circuit for doc changes to AppVeyor...
2018-02-11 Miss Islington... bpo-32800: Update link to w3c doc for xml default names...
2018-02-09 Serhiy Storchaka[3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern...
2018-02-09 Serhiy Storchaka[3.6] Make formatting of some return codes conforming...
2018-02-08 Miss Islington... bpo-32802: Fix Travis build (GH-5589) (GH-5591)
2018-02-07 Miss Islington... bpo-6135: Fix subprocess.check_output doc to mention...
2018-02-06 Miss Islington... bpo-32777: Fix _Py_set_inheritable async-safety in...
2018-02-05 Terry Jan Reedybpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)
2018-02-05 Miss Islington... [3.6] bpo-8722: Document __getattr__ behavior with...
2018-02-05 Miss Islington... bpo-32765: Update configdialog General tab create page...
2018-02-04 Miss Islington... Fix typo -- missing "not" (GH-5528) (GH-5531)
2018-02-04 Miss Islington... bpo-32720: Fixed the definition for width and precision...
2018-02-04 Terry Jan Reedy[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
2018-02-03 Ned DeilyUpdate Doc build for split off of 3.7 branch
2018-02-03 Miss Islington... bpo-32739: Show default value for rotate() (GH-5485...
2018-02-03 Terry Jan Reedy[3.6] bpo-30928: prepare idlelib/NEWS.txt for 3.6.5...
2018-02-03 Barry Warsaw[3.6] bpo-32303 - Consistency fixes for namespace loade...
2018-02-02 Bar Harel[3.6] bpo-32734: Fix asyncio.Lock multiple acquire...
2018-02-02 Terry Jan Reedy [3.6] bpo-32614: Modify re examples to use a raw strin...
2018-02-02 Miss Islington... bpo-32674: Improve the docstring for __import__ (GH...
2018-02-01 Miss Islington... bpo-31106: Fix handling of erros in posix_fallocate...
2018-02-01 Serhiy Storchaka[3.6] bpo-32565: Add missed versionadded directives...
2018-02-01 Miss Islington... bpo-32137: The repr of deeply nested dict now raises...
2018-01-31 Miss Islington... bpo-32735: Fix typo in f-strings datetime format specif...
2018-01-31 Miss Islington... bpo-32727: smtplib's SMTP.send_message behaves differen...
2018-01-31 Xiang Zhang[3.6] bpo-32583: Fix possible crashing in builtin Unico...
2018-01-30 Benjamin Peterson[3.6] compare with difflib not diff(1) (GH-5450) (GH...
2018-01-30 Benjamin Peterson[3.6] closes bpo-30117: fix lib2to3 ParserIdempotency...
2018-01-30 Miss Islington... closes bpo-32721: do not fail test_hashlib if _md5...
2018-01-30 Benjamin Peterson[3.6] replace dynamic import with 'exec' with importlib...
2018-01-30 Nick Coghlan[3.6] Revert "bpo-32690: Preserve order of locals(...
2018-01-30 Miss Islington... bpo-32701: Clarify the quotetabs flag in quopri documen...
2018-01-29 Miss Islington... bpo-27931: Fix email address header parsing error ...
2018-01-29 Miss Islington... Document the error return of PyLong_As* APIs. (GH-5396...
2018-01-29 Victor Stinnerbpo-20891: Remove test_capi.test_bpo20891() (#5425)
2018-01-29 Miss Islington... Add a test for pdb until command in coroutine (GH-5427...
2018-01-29 Miss Islington... bpo-32650: Add an asyncgen pdb test (GH-5406) (#5419)
2018-01-29 Miss Islington... Fix minor markup typo (GH-5407) (#5416)
2018-01-29 Andrew Svetlov[3.6] bpo-32650 Add support for async generators and...
2018-01-29 Miss Islington... bpo-32650: Add native coroutine support to bdb when...
2018-01-28 Miss Islington... bpo-32690: Preserve order of locals() (GH-5379) (#5390)
2018-01-28 Antoine Pitrou[3.6] bpo-32228: Reset raw_pos after unwinding the...
2018-01-28 Miss Islington... Fix PyTrace_RETURN documentation (GH-5384) (GH-5386)
2018-01-28 Miss Islington... bpo-32685: Improve suggestion for print statement ...
2018-01-28 Miss Islington... bpo-32687: Fix wrong meaning of args for PyTrace_LINE...
2018-01-28 Miss Islington... Minor grammar fixes to License.rst (GH-1174) (GH-5373)
2018-01-28 Miss Islington... [3.6] bpo-32664: Add missing "|" connector in Exception...
2018-01-27 Miss Islington... Fix changed file detection on Travis (GH-3129)
2018-01-27 Miss Islington... Fix wrong assert in unicodeobject (GH-5340)
2018-01-27 Christian Heimes[3.6] bpo-32521: nis libnsl (GH-5190) (#5352)
2018-01-27 Cheryl Sabella[3.6] bpo-27505: Retrofit module __class__ documentatio...
2018-01-27 Bo Bayles[3.6] bpo-32304: Fix distutils upload for tar files...
2018-01-25 Miss Islington... bpo-32667: Fix tests when $PATH contains a file (GH...
2018-01-24 Miss Islington... bpo-32651 Recommend getpass.getuser() (GH-5301) (#5304)
2018-01-24 Xiang Zhangbpo-17799: Explain real behaviour of sys.settrace and...
2018-01-24 Bo Bayles[3.6] bpo-32502: Discard 64-bit (and other invalid...
2018-01-24 Miss Islington... bpo-32635: Fix a segfault when importing the crypt...
2018-01-23 Miss Islington... bpo-32618: Fix test_mutatingdecodehandler not testing...
2018-01-20 Miss Islington... [3.6] bpo-32028: Fix suggestions for indented print...
2018-01-18 Miss Islington... Removed unnecesssary bit inversion which doesn't improv...
2018-01-18 Steve Dower[3.6] bpo-32588 Move _distutils_findvs into its own...
2018-01-18 Miss Islington... Fix typo in thread_nt.h code comment (GH-5211) (GH...
2018-01-17 Miss Islington... Use assertCountEqual instead of assertEqual. (GH-5223...
2018-01-17 Miss Islington... pythoninfo: add time.time and datetime.datetime.now...
2018-01-16 Miss Islington... Skip test_readline.test_nonascii() on C locale (GH...
2018-01-16 Miss Islington... bpo-26163: Frozenset hash improvement (GH-5194) (#5198)
2018-01-15 Victor Stinner[3.6] bpo-32555: Fix locale encodings (#5193)
2018-01-15 Victor Stinner[3.6] bpo-31900: Fix localeconv() encoding for LC_NUMER...
2018-01-15 Miss Islington... bpo-26330: Update shutil.disk_usage() documentation...
2018-01-15 Miss Islington... bpo-15221: Update os.path.is*() documentation (GH-5185...
2018-01-13 Miss Islington... Add itertools recipe for directly finding the n-th...
2018-01-13 Miss Islington... Improve enum.Flag code example (GH-5167) (GH-5171)
2018-01-12 Miss Islington... [3.6] bpo-32521: nis libtirpc (GH-5137) (#5165)
2018-01-12 Miss Islington... bpo-32473: Improve ABCMeta._dump_registry() readability...
2018-01-12 Miss Islington... Lexical Analysis ref doc: Fix a typo in the string...
2018-01-07 Zachary WareFix version in AppVeyor config (GH-5125)
2018-01-07 Miss Islington... bpo-31802: Fix importing native path module before...
2018-01-07 Zachary Ware[3.6] Kill the AppVeyor file whitelist (GH-5122)
2018-01-06 Miss Islington... advance copyright years to 2018 (GH-5094) (#5104)
2018-01-04 Miss Islington... Fix outdated comment in typeobject.c (GH-5090)
2018-01-04 Miss Islington... bpo-32482: Fix suspicious code in tests for syntax...
2018-01-04 Serhiy Storchakabpo-32211: Document the existing bug in re.findall...
2018-01-02 Miss Islington... bpo-32452: clarify term 'brackets' in generator tutoria...
2018-01-02 Miss Islington... bpo-32478: Add tests for 'break' and 'return' inside...
next