]> granicus.if.org Git - python/shortlog
python
2016-12-15 Berker PeksagIssue #28944: Fix footnote numbering
2016-12-14 Serhiy StorchakaRevert changeset 1f31bf3f76f5 (issue5322) except tests.
2016-12-13 Steve DowerIssue #26071: Fixes preprocessor definition and rebuild...
2016-12-11 Steve DowerIssue #28783: Replaces bdist_wininst in nuget packages...
2016-12-11 Serhiy StorchakaIssue #28512: Fixed setting the offset attribute of...
2016-12-11 Martin PanterIssue #26483: Clarify str.isdecimal() and isdigit()
2016-12-11 Martin PanterIssue #28916: Correct description of %o and %x alternat...
2016-12-10 Brett CannonIssue #28424: Document pkgutil.get_data() doesn't work...
2016-12-10 Antoine PitrouIssue #28779: multiprocessing.set_forkserver_preload...
2016-12-10 Martin PanterIssue #28771: Update tp_get/setattr signature documentation
2016-12-10 Martin PanterIssue #28820: Fix spelling of “practice” as a noun
2016-12-10 Martin PanterIssue #28755: Improve syntax highlighting in Arg Clinic...
2016-12-10 Martin PanterIssue 28753: Argument Clinic howto docfix, courtesy...
2016-12-08 Ned DeilyIssue #28900: Update documentation sidebar for 3.6...
2016-12-07 Serhiy StorchakaChange order of io.UnsupportedOperation base classes.
2016-12-02 Serhiy StorchakaIssue #5322: Fixed setting __new__ to a PyCFunction...
2016-12-07 Serhiy StorchakaIssue #28847: dbm.dumb now supports reading read-only...
2016-12-06 Serhiy StorchakaFixed misplaced comment.
2016-12-06 Benjamin Petersonrm unused import
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
next