]> granicus.if.org Git - python/shortlog
python
2016-05-26 Martin PanterIssue #27076: Doc, comment and tests spelling fixes
2016-05-24 Guido van RossumAdded Type[C] implementation to typing.py.
2016-05-24 Benjamin Petersonfix indentation and add curlies (closes #27093)
2016-05-23 Serhiy StorchakaIssue #26927: Fixed test_mmap on platforms with 32...
2016-05-22 Terry Jan ReedyIssue #26673: Protect IDLE from Linux fonts with report...
2016-05-22 Serhiy StorchakaFixed an error in previous commit.
2016-05-22 Serhiy StorchakaTemporary skip curses tests on non-tty (issue #27067).
2016-05-22 Martin PanterFix minor inconsistencies with Issue #N references...
2016-05-21 Yury Selivanovasyncio: Fix BytesWarning (use typed=True in lru_cache...
2016-05-21 Serhiy StorchakaIssue #27067: Improved curses tests.
2016-05-21 Berker PeksagIssue #27075: Link to StreamReader and StreamWriter...
2016-05-20 Yury Selivanovasyncio: Fix getaddrinfo to accept None/str/bytes for...
2016-05-20 Serhiy StorchakaIssue #27063: Some unittest loader tests were silently...
2016-05-20 Serhiy StorchakaIssue #26168: Fixed possible refleaks in failing Py_Bui...
2016-05-20 Yury Selivanovasyncio: Fix an SSL warning in StreamReaderProtocol...
2016-05-20 Victor Stinnerasyncio: fix ResourceWarning related to subprocesses
2016-05-19 Guido van RossumBack out pathlib.Path.path attr. (Merge 3.4->3.5)
2016-05-19 Guido van RossumBack out 7e9605697dfc, 2e3c31ab586a, 759b2cecc289.
2016-05-19 Steve DowerIssue #27053: Updates make_zip.py to correctly generate...
2016-05-19 Victor StinnerFix os.set_inheritable() on Android
2016-05-18 Steve DowerRemoves versioning from py.exe launcher installer and...
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.
next