]> granicus.if.org Git - python/shortlog
python
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 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.
2016-06-08 Yury Selivanovasyncio: Update whatsnew/3.5.2
2016-06-08 Yury SelivanovIssue #27136: Update asyncio docs
2016-06-08 Yury SelivanovIssue #27136: Fix DNS static resolution; don't use...
2016-06-08 Martin PanterIssue #23275: Backport target list assignment documenta...
2016-06-08 Berker PeksagIssue #21593: Clarify that re.search() returns the...
2016-06-08 Martin PanterIssue #25738: Don’t send message body for 205 Reset...
2016-06-08 Martin PanterIssue #21313: Tolerate truncated buildinfo in sys.version
2016-06-07 Vinay SajipFixed #27251: corrected string/bytes handling in creden...
2016-06-07 Terry Jan ReedyItems for NEWS and idlelib/NEWS.txt.
2016-06-07 Victor Stinneros.urandom() doesn't block on Linux anymore
2016-06-07 Martin PanterIssue #27229: Comment in middle of shell command fails...
2016-06-07 Martin PanterIssue #27229: Fix in-tree cross-build rule, by Xavier...
2016-06-06 Ned DeilyIssue #26014: Update 3.x packaging documentation:
2016-06-05 Martin PanterIssue #27164: Allow decompressing raw Deflate streams...
2016-06-05 Serhiy StorchakaIssue #27225: Fixed a reference leak in type_new when...
2016-06-05 Serhiy StorchakaIssue #21916: Added more tests for the turtle module.
2016-06-05 Martin PanterIssue #24291: Avoid WSGIRequestHandler doing partial...
2016-06-05 Senthil Kumaranissue27202 - Fix the mistake in changesets 70af472451cb...
2016-06-05 Berker PeksagIssue #17888: Add a note about contributing to Python...
2016-06-05 Senthil Kumaranissue27202 - Exclude 2.x release notes from python3...
2016-06-05 Senthil KumaranIssue27203 - Fix doctests Doc/faq/programming.rst.
2016-06-05 Gregory P.... Move the BrokenPipeError tests to the POSIXProcessTestC...
2016-06-05 Ned DeilyIssue #26930: Update OS X 32-bit-only installer builds...
2016-06-04 doko@ubuntu.com- Issue #26884: Fix linking extension modules for cross...
2016-06-04 Serhiy StorchakaMerge heads
2016-06-04 Serhiy StorchakaIssue #21916: Added tests for the turtle module.
2016-06-04 Terry Jan ReedyIssue #24759: Add 'private' notice for idlelib.idle_test.
2016-06-04 Terry Jan ReedyRevise and synchronize idle_test.test_configdialog.
2016-06-04 Zachary WareIssue #26809: Add __all__ to string module. Patch...
2016-06-04 Gregory P.... issue26372 - use os.devnull instead of /dev/null
2016-06-04 Serhiy StorchakaIssue #20041: Fixed TypeError when frame.f_trace is...
2016-06-04 Kushal DasIssue #19234: Documents socket.fileno() returns -1...
2016-06-04 Ned DeilyIssue 27216: Fix typo (noticed by Alex Chan).
2016-06-04 Martin PanterClarify deprecation of ElementTree.XMLParser(html=...
2016-06-04 Terry Jan ReedyIDLE test README: 'gui' to 'GUI', except in "'gui'...
2016-06-04 Benjamin Petersonmerge heads
2016-06-04 Benjamin Petersonfix indentation of comment
2016-06-04 Martin PanterFix typos in code comment and documentation
2016-06-04 Terry Jan ReedyIssue #27196: Stop 'application destroyed' warnings...
2016-06-04 Terry Jan ReedyIssue 20567: Revise idle_test/README.txt and some tests...
2016-06-04 Gregory P.... Fixes Issue #26373: subprocess.Popen.communicate now...
2016-06-03 R David Murray#16484: Fix pydoc doc links to modules whose names...
2016-06-03 Ned Deilyfinal step in backout of bad default->3.5 merge d085b4f...
2016-06-03 Ned Deilyfirst step in backout of bad default->3.5 merge d085b4f...
2016-06-03 R David MurrayMerge: #22797: clarify when URLErrors are raised by...
2016-06-03 R David Murray#22797: clarify when URLErrors are raised by urlopen.
2016-06-03 Serhiy StorchakaNull merge
2016-06-03 Serhiy StorchakaMerge heads
next