]> granicus.if.org Git - python/shortlog
python
2016-06-20 Stefan KrahIssue #27006: from_float(): call the subclass' __new__...
2016-06-20 Martin PanterFix spelling errors in code comments
2016-06-20 Serhiy StorchakaAdded more tests for issue #27122.
2016-06-19 Serhiy StorchakaIssue #23641: Added __getnewargs_ex__ to the list of...
2016-06-18 Serhiy StorchakaIssue #27294: Numerical state in the repr for Tkinter...
2016-06-18 Berker PeksagIssue #27349: Fix typo in distutils upload command
2016-06-18 Senthil Kumaranissue27021 - Document SC_IOV_MAX limitation imposed...
2016-06-18 Serhiy StorchakaIssue #26754: PyUnicode_FSDecoder() accepted a filename...
2016-06-18 Martin PanterIssue #24314: Fix doc links for general attributes...
2016-06-18 Serhiy StorchakaIssue #27343: Fixed error message for conflicting initi...
2016-06-17 Steve DowerIssue #27048: Prevents distutils failing on Windows...
2016-06-17 Serhiy Storchakactypes: the type of b_size is Py_ssize_t.
2016-06-16 Victor Stinnerpy_getrandom(): use long type for the syscall() result
2016-06-16 Serhiy StorchakaIssue #27330: Fixed possible leaks in the ctypes module.
2016-06-15 Zachary WareIssue #26930: Update Windows build to OpenSSL 1.0.2h
2016-06-15 Ned DeilyIssue #27327: fix doc typo, noted by Jakub Wilk.
2016-06-15 Serhiy StorchakaIssue #27301: Fixed incorrect return codes for errors...
2016-06-15 Berker PeksagMake faq/general.rst gender-inclusive, patch by Sam...
2016-06-15 Georg Brandlmerge with 3.4
2016-06-15 Georg BrandlDocs: add html-stable autobuild variant
2016-06-15 Martin PanterIssue #27311: Fix ZipFile.writestr data argument name.
2016-06-14 Serhiy StorchakaIssue #27238: Got rid of bare excepts in the turtle...
2016-06-14 Gregory P.... issue27122: fix typo in the news file, wrong issue...
2016-06-14 Gregory P.... Issue #27123: When an exception is raised within the...
2016-06-14 Victor Stinnercleanup random.c
2016-06-14 Victor StinnerFix os.urandom() using getrandom() on Linux
2016-06-14 Victor StinnerIssue #25843: Fix the NEWS entry
2016-06-14 Martin PanterIssue #16182: One more check for set_pre_input_hook()
2016-06-14 Berker PeksagMark tests as skipped when a SQLite version is not...
2016-06-14 Berker PeksagRemove empty setUp and tearDown methods from sqlite3...
2016-06-14 Berker PeksagDelete outdated paragraph about OptimizedUnicode again
2016-06-14 Serhiy StorchakaIssue #26386: Fixed ttk.TreeView selection operations...
2016-06-14 Martin PanterIssue #16182: set_pre_input_hook() may not exist; docum...
2016-06-14 Benjamin Petersonmerge 3.4
2016-06-14 Benjamin Petersonsync ordering of stddef.h includes with expat 2.1.1
2016-06-14 Martin PanterIssue #16182: Attempted workarounds for Apple Editline
2016-06-14 Terry Jan ReedyIssue #27245: IDLE: Cleanly delete custom themes and...
2016-06-14 Martin PanterIssue #22636: Handle OSError from subprocess, e.g....
2016-06-14 Martin PanterIssue #22636: avoid using a shell in the ctypes.util...
2016-06-14 Martin PanterIssue #16182: Fix readline begidx, endidx, and use...
2016-06-14 Ned DeilyIssue #27310: remove vestigial import in IDLE.app
2016-06-13 Martin PanterIssue #27136: Change test to use ::1 for better OS...
2016-06-13 Berker PeksagIssue #27306: Fix typo in tarfile documentation
2016-06-13 Berker PeksagReplace more boilerplate code with modern unittest...
2016-06-13 Larry HastingsForward-merge from 3.4 to 3.5.
2016-06-13 Larry HastingsMerge 3.5.2rc1 with current 3.5 branch.
2016-06-13 Larry HastingsPost-release fixups for Python 3.5.2rc1.
2016-06-12 Berker PeksagModernize sqlite3 tests
2016-06-12 Berker PeksagFix typo in _sqlite/module.h
2016-06-12 Berker PeksagIssue #15657: Delete incorrect statement from PyMethodD...
2016-06-12 Berker PeksagIssue #27289: Prevent test_urllib2net failures due...
2016-06-12 Serhiy StorchakaIssue #25455: Clean up reference loops created in tests...
2016-06-12 Berker PeksagIssue #27190: Raise NotSupportedError if sqlite3 is...
2016-06-12 Berker PeksagIssue #27188: Fix various sqlite3 documentation errors
2016-06-12 Berker PeksagUse exc role for ValueError in multiprocessing.rst
2016-06-12 Berker PeksagIssue #27221: Delete an outdated paragraph about pickle...
2016-06-12 Serhiy StorchakaIssue #25455: Fixed a crash in repr of recursive functo...
2016-06-12 Serhiy StorchakaMerge heads
2016-06-12 Serhiy StorchakaIssue #25455: Fixed a crash in repr of ElementTree...
2016-06-12 Serhiy StorchakaIssue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CAL...
2016-06-12 Martin PanterFix typos and English grammar in documentation and...
2016-06-12 Martin PanterFix buggy RE “\parrot_example.py”, uncovered by Issue...
2016-06-12 Larry HastingsAdded tag v3.4.5rc1 for changeset 3631bb4a2490
2016-06-12 Larry HastingsRelease bump for 3.4.5rc1. v3.4.5rc1
2016-06-12 Larry HastingsRegenerate pydoc topics for 3.4.5rc1.
2016-06-12 Martin PanterIssue #16484: Fix pydoc link and test on Windows, by...
2016-06-12 Larry HastingsAdded tag v3.5.2rc1 for changeset 68feec6488b2
2016-06-12 Larry HastingsUpdated header for README for 3.5.2rc1. v3.5.2rc1
2016-06-12 Larry HastingsRelease bump for 3.5.2rc1.
2016-06-12 Larry HastingsRegenerated pydoc topics for 3.5.2rc1.
2016-06-12 Martin PanterIssue #24136: Document generalized unpacking, PEP 448
2016-06-12 Łukasz LangaIssue #14209: pkgutil.iter_zipimport_modules ignores...
2016-06-11 Łukasz LangaIssue #27194: superfluous truncate calls in tarfile...
2016-06-11 Benjamin Petersonmerge 3.4 (#26556)
2016-06-11 Benjamin Petersonupgrade expt to 2.1.1 (closes #26556)
2016-06-11 Benjamin Petersonmerge 3.4
2016-06-11 Benjamin Petersonraise an error when STARTTLS fails
2016-06-11 Berker PeksagFix typo and silence a Sphinx warning in Doc/glossary.rst
2016-06-11 Berker PeksagSilence 'make suspicious' warnings
2016-06-11 Berker PeksagIssue #21386: Implement missing IPv4Address.is_global...
2016-06-11 Terry Jan ReedyIssue #22558: Add remaining doc links to source code...
2016-06-11 Yury SelivanovIssue #22970: asyncio: Fix inconsistency cancelling...
2016-06-11 Yury SelivanovIssue #27223: aio: Fix _read_ready and _write_ready...
2016-06-11 Terry Jan ReedyIssue #5124: NEWS entries.
2016-06-11 Terry Jan ReedyIssue #5124: Paste with selection should always replace.
2016-06-10 Berker PeksagIssue #20900: distutils register command now decodes...
2016-06-10 doko@ubuntu.com- Issue #17500, and https://github.com/python/pythondot...
2016-06-10 Berker PeksagIssue #27280: Fix typo in IPv6Network documentation
2016-06-02 Tommy BeadleIssue #24617: Add comment for os.mkdir about mode quirks
2016-06-10 Martin PanterFix typo and move comment to appropriate condition
2016-06-10 Martin PanterIssue #8491: Add link to Gnu Readline configuration...
2016-06-02 Tommy Beadle[Issue 15476] Make "code object" its own entry in the...
2016-06-09 Yury SelivanovIssue #27243: Fix __aiter__ protocol
2016-06-09 Serhiy StorchakaIssue #26305: Argument Clinic now escapes braces. No...
2016-06-08 Barry WarsawFix a comment.
2016-06-08 Barry WarsawIssue #27066: Fixed SystemError if a custom opener...
2016-06-08 Guido van RossumOmnibus news entry for updates to typing.py.
2016-06-08 Guido van RossumSync typing.py with upstream.
2016-06-08 Yury Selivanovasyncio: Remove line about asyncio.timeout() from the...
2016-06-08 Yury Selivanovasyncio: Remove asyncio.timeout() context manager.
next