]> granicus.if.org Git - python/shortlog
python
2016-05-28 Martin PanterIssue #20699: Merge io bytes-like fixes from 3.5
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 Eric SnowIssue #27138: Fix the doc comment for FileFinder.find_s...
2016-05-27 Martin PanterIssue #5784: Merge zlib from 3.5
2016-05-27 Martin PanterIssue #5784: wbits=0 apparently added in zlib v1.2.3.5
2016-05-27 Martin PanterIssue #5784: Merge zlib from 3.5
2016-05-27 Martin PanterIssue #5784: Expand documentation and tests for zlib...
2016-05-27 Benjamin Petersonmerge 3.5
2016-05-27 Benjamin Petersonstop talking about svn
2016-05-27 Benjamin Petersonmerge 3.5
2016-05-27 Benjamin Petersonremove cruft from Schwarzian transform section
2016-05-27 Benjamin Petersonmerge 3.5
2016-05-27 Benjamin Peterson"Numeric Python" -> "NumPy"
2016-05-26 Steve DowerIssue #27114: Fix SSLContext._load_windows_store_certs...
2016-05-26 Steve DowerIssue #27114: Fix SSLContext._load_windows_store_certs...
2016-05-26 Guido van RossumComment/docstring tweaks for typing.py. (Merge 3.5...
2016-05-26 Guido van RossumComment/docstring tweaks for typing.py.
2016-05-26 Victor StinnerMerge 3.5 (test_warnings)
2016-05-26 Victor Stinnertest_warnings: catch stderr and check warning
2016-05-26 Martin PanterIssue #18383: Merge warnings fix from 3.5
2016-05-26 Martin PanterIssue #18383: Avoid adding duplicate filters when warni...
2016-05-26 Martin PanterIssue #27076: More doc and comment spelling fixes for...
2016-05-26 Martin PanterIssue #27076: Merge spelling from 3.5
2016-05-26 Martin PanterIssue #27076: Doc, comment and tests spelling fixes
2016-05-25 Steve DowerCloses #23026: Documentation improvements and code...
2016-05-25 Serhiy StorchakaFixed the use of _Py_IS_ALIGNED (issue #27097).
2016-05-25 Serhiy StorchakaIssue #27097: Python interpreter is now about 7% faster...
2016-05-25 Serhiy StorchakaIssue #27118: Clean up Py_XINCREF/Py_XDECREF in typeobj...
2016-05-24 Guido van RossumAdded Type[C] implementation to typing.py. (Merge 3...
2016-05-24 Guido van RossumAdded Type[C] implementation to typing.py.
2016-05-24 Steve DowerIssue #23026: winreg.QueryValueEx() now return an integ...
2016-05-24 Serhiy StorchakaIssue #26647: Python interpreter now uses 16-bit wordco...
2016-05-24 Benjamin Petersonmerge 3.5 (#27093)
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-23 Serhiy StorchakaIssue #26927: Fixed test_mmap on platforms with 32...
2016-05-22 Terry Jan ReedyMerge with 3.5
2016-05-22 Terry Jan ReedyIssue #26673: Protect IDLE from Linux fonts with report...
2016-05-22 Stefan KrahIssue #26857: The gethostbyaddr_r() workaround is no...
2016-05-22 Serhiy StorchakaFixed an error in previous commit.
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 Serhiy StorchakaTemporary skip curses tests on non-tty (issue #27067).
2016-05-22 Paul MooreIssue #27064: The py.exe launcher now defaults to Python 3.
2016-05-22 Martin PanterExtra NEWS formatting fix for 3.6
2016-05-22 Martin PanterMerge NEWS formatting from 3.5
2016-05-22 Martin PanterFix minor inconsistencies with Issue #N references...
2016-05-21 Yury SelivanovMerge 3.5 (asyncio)
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 Serhiy StorchakaIssue #27067: Improved curses tests.
2016-05-21 Berker PeksagIssue #27075: Link to StreamReader and StreamWriter...
2016-05-21 Berker PeksagIssue #27075: Link to StreamReader and StreamWriter...
2016-05-20 Yury SelivanovMerge 3.5 (asyncio)
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 #27063: Some unittest loader tests were silently...
2016-05-20 Serhiy StorchakaIssue #26168: Fixed possible refleaks in failing Py_Bui...
2016-05-20 Serhiy StorchakaIssue #26168: Fixed possible refleaks in failing Py_Bui...
2016-05-20 Victor StinnerIssue #27056: Fix _Unpickler_Read() to avoid integer...
2016-05-20 Yury SelivanovMerge 3.5 (asyncio)
2016-05-20 Yury Selivanovasyncio: Fix an SSL warning in StreamReaderProtocol...
2016-05-20 Victor Stinnerregrtest: display test result (passed, failed, ...)
2016-05-20 Victor Stinnerregrtest doesn't ignore -j1 anymore
2016-05-20 Victor StinnerMerge 3.5 (issue #26741)
2016-05-20 Victor Stinnerasyncio: fix ResourceWarning related to subprocesses
2016-05-20 Victor Stinnersubprocess now emits a ResourceWarning warning
2016-05-20 Victor StinnerIssue #26741: POSIX implementation of subprocess.Popen...
2016-05-20 Victor StinnerUse "with popen:" in test_subprocess
2016-05-20 Victor StinnerOptimize pickle.load() and pickle.loads()
2016-05-20 Victor StinnerCleanup import.c
2016-05-19 Guido van RossumBack out pathlib.Path.path attr. (Merge 3.5->3.6)
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 Steve DowerIssue #27053: Updates make_zip.py to correctly generate...
2016-05-19 Victor StinnerMerge 3.5 (issue #27057)
2016-05-19 Victor StinnerFix os.set_inheritable() on Android
2016-05-18 Steve DowerMerge launcher change from 3.5
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 Guido van RossumFix #27014 -- infinite recursion using typing.py.
2016-05-18 Serhiy StorchakaIssue #27036: Fixed formatting references to "bytes...
2016-05-18 Serhiy StorchakaIssue #27036: Fixed formatting references to "bytes...
2016-05-18 Serhiy StorchakaFixed test_sizeof for deque.
2016-05-18 Serhiy StorchakaFixed test_sizeof for deque.
2016-05-18 Martin PanterIssue #23275: Don’t think this made it into alpha 1
2016-05-18 Berker PeksagIssue #23275: Allow () = iterable assignment syntax
2016-05-18 Senthil Kumaranmerge from 3.5
2016-05-18 Senthil Kumaranissue27045 - Use backslash in windows path to script...
2016-05-18 Terry Jan ReedyMerge with 3.5
2016-05-18 Terry Jan ReedyIssue #21939: Test IDLE percolator. Original patch...
2016-05-18 Ned DeilyIssue #27049: fix doc typo
2016-05-18 Ned DeilyIssue #27049: fix doc typo
2016-05-17 Terry Jan ReedyMerge with 3.5
2016-05-17 Terry Jan ReedyIssue #21676: test IDLE replace dialog. Original patch...
2016-05-17 doko@ubuntu.com - make some internal symbols static
2016-05-17 Terry Jan ReedyMerge with 3.5
2016-05-17 Terry Jan ReedyIssue #18410: add missing parent argument.
next