]> granicus.if.org Git - python/shortlog
python
2016-12-05 Serhiy StorchakaIssue #28808: PyUnicode_CompareWithASCIIString() now...
2016-12-04 Serhiy StorchakaFixed mismatching title overline.
2016-12-04 Serhiy StorchakaFixed double hyphens that are rendered to literal en...
2016-12-03 Steve DowerEnsures intermediate directory is created before access...
2016-12-03 Steve DowerIssue #28846: Various installer fixes
2016-12-02 Serhiy StorchakaMerge heads
2016-12-02 Serhiy StorchakaIssue #21818: Fixed references to classes that have...
2016-12-01 doko@ubuntu.com - Import latest config.sub config.guess files
2016-11-29 Guido van RossumIssue #28790: Fix error when using Generic and __slots_...
2016-11-26 Łukasz LangaFixes #24142: [configparser] always join multiline...
2016-11-26 Serhiy StorchakaIssue #28763: Use double hyphens (rendered as en-dashes...
2016-11-25 Berker PeksagAdd missing square bracket in typing.get_type_hints()
2016-11-25 Berker PeksagIssue #28738: Document SIGBREAK as an acceptable value...
2016-11-24 Guido van RossumIssue #28773: Add typing.FrozenSet docs. (Manuel Krebber)
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...
next