]> granicus.if.org Git - python/shortlog
python
2016-05-18 Guido van RossumFix #27014 -- infinite recursion using typing.py.
2016-05-18 Serhiy StorchakaIssue #27036: Fixed formatting references to "bytes...
2016-05-18 Serhiy StorchakaFixed test_sizeof for deque.
2016-05-18 Senthil Kumaranissue27045 - Use backslash in windows path to script...
2016-05-18 Terry Jan ReedyIssue #21939: Test IDLE percolator. Original patch...
2016-05-18 Ned DeilyIssue #27049: fix doc typo
2016-05-17 Terry Jan ReedyIssue #21676: test IDLE replace dialog. Original patch...
2016-05-17 Terry Jan ReedyIssue #18410: add missing parent argument.
2016-05-17 Terry Jan ReedyIssue #18410: Test IDLE's search dialog; original patch...
2016-05-17 Steve DowerFixes unnecessary rebuild when building Windows release...
2016-05-17 Benjamin Petersonclass definitions only get argument lists (closes ...
2016-05-17 Benjamin PetersonBacked out changeset 71ff2235bb4c (closes #27042)
2016-05-17 Benjamin Petersonregen importlib bytecode
2016-05-17 Benjamin Petersonfix possible refleak in MAKE_FUNCTION (closes #26991)
2016-05-17 Terry Jan ReedyIssue #21703: Add test for undo delegator. Patch most...
2016-05-17 Terry Jan ReedyIssue #27044: stop test_idle from leaking by deleting...
2016-05-16 Yury Selivanovasyncio/streams: Fix code style; delete LimitOverrunErr...
2016-05-16 Yury Selivanovdocs: Update asyncio docs & whatsnew
2016-05-16 Yury SelivanovIssue #27041: asyncio: Add loop.create_future method
2016-05-16 Yury SelivanovIssue #27040: Add loop.get_exception_handler method
2016-05-16 Serhiy StorchakaIssue #27039: Fixed bytearray.remove() for values great...
2016-05-16 Steve DowerFixes magic numbers for 3.6.
2016-05-16 Steve DowerIssue #26073: Updates magic number comment in _bootstra...
2016-05-16 Martin PanterIssue #17214: Percent-encode non-ASCII bytes in redirec...
2016-05-16 Martin PanterIssue #14132: Fix redirect handling when target is...
2016-05-16 Serhiy StorchakaIssue #26995: Added tests for "f", "d", "D", "S", ...
2016-05-16 Serhiy StorchakaBackported tests for issue #18531.
2016-05-16 Terry Jan ReedyIssue 18910: Edit idle_test/README.txt to add 'requires...
2016-05-16 Robert CollinsIssue #26807: mock_open 'files' no longer error on...
2016-05-16 Terry Jan ReedyIssue #23977: Tweak IDLE Delegator and its test.
2016-05-15 Terry Jan ReedyIssue #25747: remove undependable and possibly useless...
2016-05-15 Terry Jan ReedyIssue #20640: Add https: to url prefixes so test passes...
2016-05-15 Terry Jan ReedyIssue #20640: Add tests for idlelib.configHelpSourceEdit.
2016-05-15 Senthil Kumaranissue27018 - Fix the documentation of select.epoll...
2016-05-15 Martin PanterIssue #25533: Update documentation regarding the frozen...
2016-05-14 Martin PanterRemove outdated PEP 291 compatibility requirement comment
2016-05-13 Yury Selivanovasyncio/tests: Ensure a gc_collect for __del__ testing
2016-05-13 Yury Selivanovasyncio: Fix unix pipe transport 'repr' methods
2016-05-13 Yury Selivanovasyncio: Break reference cycle in StreamReaderProtocol...
2016-05-13 Yury Selivanovasyncio: ease the cert failed regex
2016-05-13 Yury SelivanovIssue #26848: Fix asyncio/subprocess.communicate()...
2016-05-13 Serhiy StorchakaRestored test_interleaved. After issue #8886 it was...
2016-05-13 Senthil KumaranIssue #26892: Honor debuglevel flag in urllib.request...
2016-05-13 Martin PanterIssue #22274: Redirect stderr=STDOUT when stdout not...
2016-05-13 Benjamin Petersonfix indentation of comments in cellobject.c (closes...
2016-05-12 Serhiy StorchakaMake bytes and bytearray subclass tests compatible...
2016-05-12 Serhiy StorchakaIssue #23640: int.from_bytes() no longer bypasses const...
2016-05-11 Serhiy StorchakaRemoved duplicated NEWS entity for issue #26881.
2016-05-11 Serhiy StorchakaIssue #26881: Restored the name of scan_opcodes_25().
2016-05-11 Steven D'ApranoNEWS message for issue #26977.
2016-05-11 Steven D'ApranoIssue 26977, remove unneeded line in pvariance (duplica...
2016-05-10 Serhiy StorchakaIssue #23921: Standardized documentation whitespace...
2016-05-10 Benjamin Petersonimprove PyFunction_New docs (closes #26986)
2016-05-09 Zachary WareIssue #26987: Correct implementation to match comment
2016-05-08 Serhiy StorchakaIssue #25745: Fixed leaking a userptr in curses panel...
2016-05-08 Serhiy StorchakaIssue #26881: The modulefinder module now supports...
2016-05-08 Serhiy StorchakaIssue #26156: Make expressions grammar description...
2016-05-08 Serhiy StorchakaIssue #23815: Fixed crashes related to directly created...
2016-05-08 Martin PanterCorrections for a/an in code comments and documentation
2016-05-08 Martin PanterFix typos in comments, documentation and test method...
2016-05-08 Martin PanterIssue #26512: Clarify Integral; tidy up table of roundi...
2016-05-07 Berker PeksagFix self.fail() call in test_data_header
2016-05-07 Berker PeksagReplace example.com with pythontest.net in test_urllibnet
2016-05-07 Serhiy StorchakaIssue #17765: weakref.ref() no longer silently ignores...
2016-05-07 Serhiy StorchakaIssue #26736: Used HTTPS for external links in the...
2016-05-07 Serhiy StorchakaIssue #26889: Fixed hyperlinks formatting.
2016-05-07 Serhiy StorchakaIssue #26889: Tweaked xmlrpc.client documentation.
2016-05-06 Terry Jan ReedyIssue 26912: fix broken imports in test_email package.
2016-05-06 Terry Jan ReedyIssue 26911: fix import (other problems remain).
2016-05-04 Berker PeksagIssue #26957: Remove duplicate 'the' from datetime...
2016-05-04 Serhiy StorchakaIssue #26811: gc.get_objects() no longer contains a...
2016-05-04 Jason R. CoombsIssue #20120: Use RawConfigParser for .pypirc parsing...
2016-05-04 Serhiy StorchakaIssue #26873: xmlrpc now raises ResponseError on unsupp...
2016-05-03 Serhiy StorchakaIssue #24950: Fixed expanduser tests when the users...
2016-05-02 Terry Jan ReedyClarify IDLE-console differences with respect to the...
2016-05-02 Donald StufftUpgrade ensurepip bundled setuptools to 20.10.1
2016-05-02 Donald StufftUpgrade ensurepip bundled setuptools to 20.10.1
2016-05-02 Berker PeksagIssue #18916: Update thread module docstrings
2016-05-01 Serhiy StorchakaRegenerate Argument Clinic code for issue #26874.
2016-05-01 Ethan Furmanissue26893: use mro() to examine class heirarchy
2016-05-01 Serhiy StorchakaIssue #26711: Fixed the comparison of plistlib.Data...
2016-05-01 Serhiy StorchakaFixed declarations of _Py_DumpTraceback() and _Py_DumpT...
2016-05-01 Berker PeksagIssue #26898: Fix typo in math.isclose() docstring
2016-05-01 Berker PeksagIssue #23960: Cleanup args and kwargs on error in PyErr...
2016-05-01 Meador IngeIssue #24114: Fix an uninitialized variable in `ctypes...
2016-04-30 Martin PanterIssue #26864: Fix case insensitivity and suffix compari...
2016-04-29 Berker PeksagIssue #25551: Test condition behavior instead of its...
2016-04-29 Berker PeksagIssue #26322: Document typing.Set, patch by Joseph...
2016-04-29 Serhiy StorchakaIssue #26822: Decreased an overhead of using _PyArg_NoK...
2016-04-28 Zachary WareIssue #26875: Fix mmap example
2016-04-28 Zachary WareIssue #26874: Simplify the divmod docstring
2016-04-28 Zachary WareIssue #26874: Fix divmod docstring
2016-04-27 Serhiy Storchakafileinput.hook_encoded() uses builtin open(), not codec...
2016-04-26 Martin PanterIssue #20598: Replace trivial split() calls with lists...
2016-04-26 Raymond HettingerIssue #24715: Improve sort stability example
2016-04-26 Serhiy StorchakaIssue #26634: recursive_repr() now sets __qualname__...
2016-04-25 Senthil KumaranIssue #26804: urllib.request will prefer lower_case...
2016-04-25 Zachary WareFileExistsError is raised by mkdir when dir exists
2016-04-25 Berker PeksagIssue #23662: Document default value of RFC 2109 attributes
2016-04-25 Serhiy StorchakaIssue #26837: assertSequenceEqual() now correctly outpu...
next