]> granicus.if.org Git - python/shortlog
python
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...
2018-01-01 Miss Islington... bpo-32416: Add two new tests in test_sys_settrace....
2017-12-30 Zachary WareAdd missing backslashes in PCbuild bat files (GH-5056...
2017-12-29 Miss Islington... remove unused import (GH-5040) (#5042)
2017-12-29 Miss Islington... make PatternCompiler use the packaged grammar if possib...
2017-12-28 Miss Islington... bpo-32440: Update the docs URL to https in help() ...
2017-12-27 Serhiy Storchaka[3.6] bpo-32416: Refactor tests for the f_lineno setter...
2017-12-26 Miss Islington... bpo-26133: Fix typos (GH-5010) (#5014)
2017-12-25 Miss Islington... bpo-29084: Exclude C API for OrderedDict from the limit...
2017-12-24 Miss Islington... bpo-26133: Clear signals list on interpreter finalizing...
2017-12-23 Miss Islington... correct wording (GH-4983) (#4984)
2017-12-22 Miss Islington... bpo-24960: use pkgutil.get_data in lib2to3 to read...
2017-12-21 Victor Stinnerbpo-20891: Skip test_embed.test_bpo20891() (#4967)...
2017-12-21 Miss Islington... bpo-26133: Dont unsubscribe signals in UNIX even loop...
2017-12-21 Miss Islington... bpo-32323: urllib.parse.urlsplit() must not lowercase...
2017-12-21 Miss Islington... Fix trivial typo in pickle.rst (GH-4955) (#4958)
2017-12-21 Miss Islington... correct the typos (GH-4950) (#4951)
2017-12-20 Miss Islington... bpo-32306: Clarify c.f.Executor.map() documentation...
2017-12-19 Miss Islington... Improve the F-strings and format specifier documentatio...
2017-12-19 Miss Islington... bpo-32377: improve __del__ docs and fix mention about...
2017-12-19 Ned Deily3.6.4+
2017-12-19 Ned DeilyMerge tag 'v3.6.4' into 3.6
2017-12-19 Ned DeilyUpdate to 3.6.4 v3.6.4
2017-12-19 Ned DeilyUpdate NEWS for 3.6.4 final
2017-12-19 Miss Islington... bpo-32284: Fix documentation of BinaryIO and TextIO...
2017-12-19 Miss Islington... Allows non-critical upload steps to fail (GH-4742)...
2017-12-18 Miss Islington... bpo-32365: Fix a reference leak when compile __debug__...
2017-12-16 Yury Selivanovbpo-27456: Ensure TCP_NODELAY is set on linux (#4231...
2017-12-15 Miss Islington... Minor wording tweak for itertools documentation (GH...
2017-12-15 Miss Islington... F-strings docs: link to Format Specifiers (GH-4888...
2017-12-15 Miss Islington... bpo-32294: Fix multiprocessing test_semaphore_tracker...
2017-12-15 Victor Stinnercompile.c: Remove unused varible (#4886)
2017-12-15 Miss Islington... bpo-28393: Update encoding lookup docs wrt bpo-27938...
2017-12-15 Serhiy Storchaka[3.6] bpo-30416: Protect the optimizer during constant...
next