]> granicus.if.org Git - python/shortlog
python
2016-06-03 Serhiy StorchakaMerge heads
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_string_merged.py back to...
2016-06-03 Serhiy StorchakaIssue #27185: Merge test_pep292.py into test_string_mer...
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_pep292.py to test_string_merg...
2016-06-03 Serhiy StorchakaIssue #27185: Rename test_string.py to test_string_merg...
2016-06-03 Gregory P.... Document that CalledProcessError.returncode is the...
2016-06-03 R David Murray#26829: Clarify that namespace is copied to a new __dic...
2016-06-02 R David Murray#27185: move test_pep292 into test_string.
2016-06-02 Berker PeksagIssue #16192: Fix copy and paste mistake noticed by...
2016-06-02 Yury Selivanovasyncio: Fix getaddrinfo to accept service names (for...
2016-06-02 Yury Selivanovasyncio: Support host=b'' for getaddrinfo
2016-06-02 Berker PeksagIssue #21776: distutils.upload now correctly handles...
2016-06-02 R David Murray#20973: add total ordering tests for ipaddress
2016-06-02 Benjamin Petersonremove (hilarious) defaults for various constants getpa...
2016-06-02 R David Murray#13784: fix xml.sax.reader getColumn/LineNumber docs.
2016-06-02 Berker PeksagIssue #16192: Clarify when c_int is an alias to c_long...
2016-06-02 Benjamin Petersonnote that Py_VISIT handles NULL (closes #27183)
2016-06-02 Berker PeksagIssue #23116: Improve ask_ok() example in the Python...
2016-06-02 Martin PanterIssue #27171: Fix typos in documentation, comments...
2016-06-02 Berker PeksagIssue #12243: Remove redundant availability notes from...
2016-06-01 Berker PeksagFix link in programming FAQ.
2016-06-01 Berker PeksagIssue #27174: Update IPython URL in tutorial
2016-06-01 Berker PeksagFix typo in Python tutorial
2016-06-01 Martin PanterIssue #25570: Add example of customizing User-Agent...
2016-06-01 Zachary WareFix typo
2016-05-30 Martin PanterIssue #27125: Remove duplicated words from documentatio...
2016-05-30 Terry Jan ReedyAdd items to MISC/NEWS and idlelib/NEWS.txt.
2016-05-30 Senthil Kumaranissue27043 - Explain the inspect.cleandoc behavior...
2016-05-29 Martin PanterIssue #27125: Fix various errors like “will [be] inherited”
2016-05-29 Terry Jan ReedyIssue #27117: Make ColorDelegator htest and turtledemo...
2016-05-29 Martin PanterIssue #27124: Fix documentation of exception raised...
2016-05-28 Benjamin Petersonmerge heads
2016-05-28 Benjamin Petersonbackout 3c9512d8ac0d
2016-05-28 Gregory P.... Fix issue27146 - add stdio.h include to posixmodule...
2016-05-28 Eric SnowIssue #27147: Mention PEP 420 in the importlib docs.
2016-05-28 Serhiy StorchakaIssue #27138: Regenerate Python/importlib_external.h.
2016-05-28 Raymond HettingerIssue 25926: Clarify that the pure python equivalents...
2016-05-28 Martin PanterIssue #26553: Capitalization of HTTP, HTTPS, FTP, and URL
2016-05-28 Martin PanterIssue #20699: Document that “io” methods accept bytes...
2016-05-27 Eric SnowIssue #27138: Fix the doc comment for FileFinder.find_s...
2016-05-27 Martin PanterIssue #5784: wbits=0 apparently added in zlib v1.2.3.5
2016-05-27 Martin PanterIssue #5784: Expand documentation and tests for zlib...
2016-05-27 Benjamin Petersonstop talking about svn
2016-05-27 Benjamin Petersonremove cruft from Schwarzian transform section
2016-05-27 Benjamin Peterson"Numeric Python" -> "NumPy"
2016-05-26 Steve DowerIssue #27114: Fix SSLContext._load_windows_store_certs...
2016-05-26 Guido van RossumComment/docstring tweaks for typing.py.
2016-05-26 Victor Stinnertest_warnings: catch stderr and check warning
2016-05-26 Martin PanterIssue #18383: Avoid adding duplicate filters when warni...
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.
next