]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2016-11-23  Steve DowerIssue #28783: Embedded and nuget packages incorrect...
2016-11-21  Yury SelivanovIssue #28652: Partially rollback previous changes
2016-11-21  Victor StinnerIssue #28688: Remove warnings.filters check from regrtest
2016-11-21  Martin PanterFix indentation
2016-11-21  Serhiy StorchakaFixed the documentation of the structure PyMethodDef.
2016-11-21  Gregory P.... replace --with-optimizations references with --enable...
2016-11-21  Martin PanterChange double hyphens (en dashes) to em (longer) dashes
2016-11-21  Guido van RossumIssue #28556: upstream improvements to docstrings and...
2016-11-20  Martin PanterIssue #25659: Change assert to TypeError in from_buffer...
2016-11-20  Martin PanterIssue #10656: Fix out-of-tree building on AIX
2016-11-20  Gregory P.... Rename the new --with-optimiations flag to --enable...
2016-11-20  Serhiy StorchakaIssue #28666: Fix removing readonly directories on...
2016-11-20  Serhiy StorchakaIssue #28666: Now test.support.rmtree is able to remove...
2016-11-20  Serhiy StorchakaIssue #28750: Fixed docs of of unicode-escape an raw...
2016-11-20  Serhiy StorchakaIssue #28666: Now test.support.rmtree is able to remove...
2016-11-20  Serhiy StorchakaIssue #19569: Suggested more appropriate replacements...
2016-11-20  Serhiy StorchakaIssue #28715: Added error checks for PyUnicode_AsUTF8().
2016-11-20  Steve DowerIssue #28732: Raise ValueError when argv[0] is empty.
2016-11-20  Steve DowerIssue #28732: Fix crash in os.spawnv() with no elements...
2016-11-19  Guido van RossumIssue #28556: two more small upstream changes by Ivan...
2016-11-17  Steve DowerFixes incorrect path in nuget package build.
2016-11-16  Serhiy StorchakaFixed an off-by-one error in _PyUnicode_EqualToASCIIStr...
2016-11-16  Serhiy StorchakaIssue #28701: Replace _PyUnicode_CompareWithId with...
2016-11-16  Serhiy StorchakaIssue #28701: Replace PyUnicode_CompareWithASCIIString...
2016-11-16  Donald StufftMerge - upgrade pip/setuptools
2016-11-16  Donald StufftUpgrade pip to 9.0.1 and setuptools to 28.8.0
2016-11-15  Yury SelivanovIssue #28704: Fix create_unix_server to support Path...
2016-11-15  Yury SelivanovIssue #28703: Fix asyncio.iscoroutinefunction to handle...
2016-11-15  Guido van RossumIssue #28556: Allow keyword syntax for NamedTuple ...
2016-11-15  Xavier de GayeIssue 28668: Skip tests where instanciation of multipro...
2016-11-14  Serhiy StorchakaIssue #28563: Make plural form selection more lenient...
2016-11-14  Serhiy StorchakaIssue #28563: Make plural form selection more lenient...
2016-11-14  Serhiy StorchakaIssue #28563: Make plural form selection more lenient...
2016-11-14  Martin PanterIssue #28000: Fix gethostbyname_r() usage on AIX with...
2016-11-14  Martin PanterIssue #28016: Skip /dev/tty seekable() test on AIX
2016-11-13  Martin PanterIssue #28678: Fix references to numeric_owner parameter
2016-11-13  Xavier de GayeFix temporary file not deleted in test_socket
2016-11-12  Ned DeilyIssue #28676: Prevent missing 'getentropy' declaration...
2016-11-12  Serhiy StorchakaFixed the documentation of parse_constant argument...
2016-11-12  Serhiy StorchakaIssue #28648: Fixed crash in Py_DecodeLocale() in debug...
2016-11-12  Serhiy StorchakaIssue #28648: Fixed crash in Py_DecodeLocale() in debug...
2016-11-12  Serhiy StorchakaIssue #28648: Fixed crash in Py_DecodeLocale() in debug...
2016-11-11  Guido van RossumIssue 28644: Document recent changes in typing.py ...
2016-11-11  Serhiy StorchakaIssue #28664: test_bz2 now works on non-Windows platfor...
2016-11-11  Serhiy StorchakaIssue #19398: Extra slash no longer added to sys.path...
2016-11-11  Serhiy StorchakaIssue #23839: Various caches now are cleared before...
2016-11-10  Guido van RossumIssue #28649: fix second issue with _ForwardRef (#328)
2016-11-10  Guido van RossumIssue #28649: fix first issue with _ForwardRef (#327)
2016-11-09  Yury SelivanovIssue #28653: Fix a refleak in functools.lru_cache.
2016-11-09  Serhiy StorchakaIssue #28649: Clear the typing module caches when searc...
2016-11-09  Guido van RossumIssue #28649: typing-clear-caches.patch
2016-11-09  Guido van RossumIssue #28649: fix-typing-test-v2.diff
2016-11-09  Guido van RossumIssue #28556: More typing.py updates from upstream.
2016-11-09  Yury SelivanovIssue #28652: Make loop methods reject socket kinds...
2016-11-09  Yury Selivanovssue #27942: Fix memory leak in codeobject.c
2016-11-09  Andrew KuchlingUse http instead of https, due to certificate error
2016-11-09  Andrew KuchlingUpdate URL for requests documentation after IRC request
2016-11-09  Yury SelivanovIssue #28639: Fix inspect.isawaitable to always return...
2016-11-09  Yury Selivanovgenobject: Remove unnecessary tp_free slots from aiter_...
2016-11-09  Yury Selivanovasyncio: Fix _format_coroutine for coroutine-like objec...
2016-11-08  Serhiy StorchakaFixed possible abort in ceval loop if _PyUnicode_FromId...
2016-11-08  Serhiy StorchakaIssue #28563: Fixed possible DoS and arbitrary code...
2016-11-08  Serhiy StorchakaIssue #28563: Fixed possible DoS and arbitrary code...
2016-11-08  Serhiy StorchakaIssue #28563: Fixed possible DoS and arbitrary code...
2016-11-08  Serhiy StorchakaIssue #28585: Restored docstring of os._isdir().
2016-11-08  Yury SelivanovIssue #28613: Expose asyncio._get_running_loop() and...
2016-11-07  Yury SelivanovIssue #28634: Fix asyncio.isfuture() to support mocks
2016-11-07  Yury SelivanovIssue #27392: Document loop.connect_accepted_socket()
2016-11-07  Berker PeksagIssue #28088: Don't include self in method signature
2016-11-06  Benjamin Petersonmake sure dict view types are initialized
2016-11-06  Berker PeksagIssue #21864: Remove outdated section about exceptions...
2016-11-06  Serhiy StorchakaIssue #23996: Added _PyGen_SetStopIterationValue for...
2016-11-05  Martin PanterFix spacing after C++ in documentation
2016-11-05  Martin PanterIssue #28485: Check for negative workers even without...
2016-11-04  Ned DeilyIssue #28616: Correct help for sys.version_info release...
2016-11-04  Yury SelivanovIssue #28613: Fix get_event_loop() to return the curren...
2016-11-04  INADA NaokiIssue #28088: Document Transport.set_protocol and get_p...
2016-11-03  Yury Selivanovasyncio: Sync with upstream
2016-11-03  Yury SelivanovIssue #28600: Optimize loop.call_soon().
2016-11-03  Guido van RossumIssue #26980: Improve docs for create_unix_connection...
2016-11-03  Serhiy StorchakaIssue #28387: Fixed possible crash in _io.TextIOWrapper...
2016-11-02  Donald StufftMerge new pip/setuptools from 3.4
2016-11-02  Donald StufftUpgrade pip to 9.0 and setuptools to 28.7.1
2016-11-02  Serhiy StorchakaFixed hyperlinks for tarfile CLI options.
2016-11-02  Serhiy StorchakaIssue #28513: Documented command-line interface of...
2016-10-31  Ned DeilyIssue #28248: Update macOS installer build to use OpenS...
2016-10-31  INADA NaokiIssue #28553: Fix logic error in example code of int...
2016-10-31  Serhiy StorchakaIssue #27517: LZMA compressor and decompressor no longe...
2016-10-30  Serhiy StorchakaIssue #28549: Fixed segfault in curses's addch() with...
2016-10-30  Serhiy StorchakaIssue #28449: tarfile.open() with mode "r" or "r:"...
2016-10-30  Serhiy StorchakaIssue #28385: An error message when non-empty format...
2016-10-30  Serhiy StorchakaIssue #23262: The webbrowser module now supports Firefo...
2016-10-30  Serhiy StorchakaIssue #27939: Fixed bugs in tkinter.ttk.LabeledScale...
2016-10-30  Serhiy StorchakaBacked out changeset 9f7505019767 (issue #27275).
2016-10-30  Martin PanterIssue #26638: Work around more CLI options that can...
2016-10-30  Martin PanterIssue #26638: Mask undefined CLI options to defeat...
2016-10-29  Guido van RossumIssue #28556: updates to typing.py (add Coroutine,...
2016-10-29  Guido van RossumIssue #28556: updates to typing.py (fix copy, deepcopy...
2016-10-29  Guido van RossumIssue #28556: updates to typing.py
2016-10-29  Xavier de GayeIssue #28444: Fix missing extensions modules when cross...
next