]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2018-01-18  Miss Islington... Fix typo in thread_nt.h code comment (GH-5211) (GH... 5234/head
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) 5150/head
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... 5038/head
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)... 4970/head
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...
2017-12-15  Serhiy Storchaka[3.6] bpo-27169: The __debug__ constant is now optimize...
2017-12-15  Victor Stinnerbpo-32329: Fix sys.flags.hash_randomization (#4875)
2017-12-14  Miss Islington... bpo-32277: Fix exception raised from chmod(..., follow_...
2017-12-14  Victor Stinnerpythoninfo: sync with master (#4844)
2017-12-14  Andrew Svetlov[3.6] bpo-32297: Fix misspellings in Python source...
2017-12-14  Miss Islington... bpo-32302: Fix distutils bdist_wininst for CRT v142...
2017-12-13  Victor Stinnerbpo-32316: Travis CI: use PYTHON_FOR_REGEN=python3...
2017-12-13  Miss Islington... trivial: link updates in documentation (GH-2765) (...
2017-12-13  Antoine Pitrou[3.6] Test atexit shutdown mechanism in a subprocess...
2017-12-13  Miss Islington... bpo-32284: Fix documentation of BinaryIO and TextIO...
2017-12-12  Miss Islington... Fix improper use of re.escape() in tests. (GH-4814...
2017-12-12  Miss Islington... Fix implementation dependent assertion in test_plistlib...
2017-12-12  Miss Islington... bpo-31942: Document optional support of start and stop...
2017-12-12  Miss Islington... bpo-32255: Always quote a single empty field when write...
2017-12-12  Miss Islington... Fix idlelib comment typos reported by Mike on pull...
2017-12-11  Miss Islington... bpo-22671: Clarify and test default read method impleme...
2017-12-11  Miss Islington... bpo-32252: Fix faulthandler_suppress_crash_report(...
2017-12-10  Miss Islington... Removed doubled 'bpo-'. (GH-4777) (#4780) 4791/head
2017-12-09  Vinay Sajipbpo-32212: Updated logging documentation to make parame...
2017-12-07  Miss Islington... bpo-32208: update threading.Semaphore docs and add...
2017-12-07  Miss Islington... bpo-32199: The getnode() ip getter now uses 'ip link...
2017-12-06  Miss Islington... Allows non-critical upload steps to fail (GH-4742)...
2017-12-06  Ned DeilyBump to 3.6.4rc1+
2017-12-06  Ned DeilyMerge tag 'v3.6.4rc1' into 3.6
2017-12-05  Miss Islington... bpo-30928: update idlelib/NEWS.txt. (GH-4706) (#4707)
2017-12-05  Ned DeilyBump to 3.6.4rc1 v3.6.4rc1
2017-12-05  Ned DeilyUpdate NEWS and pydoc topics.
2017-12-05  Ned DeilyTidy NEWS entry.
2017-12-05  Miss Islington... Add a missing space in tkinter documentation. (GH-4692...
2017-12-05  Miss Islington... [3.6] bpo-31380: Skip test_httpservers test_undecodable...
2017-12-05  Mariattabpo-28791: Update Windows builds to use SQLite 3.21...
2017-12-05  Miss Islington... [3.6] bpo-31392: Update macOS installer to use OpenSSL...
2017-12-05  Miss Islington... [bpo-28556] Minor fixes for typing module (GH-4710...
2017-12-05  Ned Deily[3.6] bpo-28791: Update macOS installer to use SQLite...
2017-12-04  Miss Islington... bpo-32207: Improve tk event exception tracebacks in...
2017-12-04  Miss Islington... bpo-30928: Update idlelib/NEWS.txt to 2017 Dec 3. ...
2017-12-04  Miss Islington... bpo-27240 Rewrite the email header folding algorithm...
2017-12-03  Miss Islington... bpo-31619: Fixed integer overflow in converting huge...
2017-12-03  Nick Coghlan[3.6] bpo-32176: Set CO_NOFREE in the code object const...
2017-12-02  Miss Islington... [3.6] bpo-31589 : Build PDF using xelatex for better...
2017-12-01  Miss Islington... Don't hide unexpected errors in PyErr_WarnExplicitObjec... 4670/head
2017-12-01  Miss Islington... bpo-32186: Release the GIL during lseek and fstat ...
2017-11-30  Victor Stinnerbpo-20891: Fix PyGILState_Ensure() (#4650) (#4655)
2017-11-30  Victor Stinner[3.6] make tags: index also Modules/_ctypes/ (#4648...
next