Showing content from http://mail.python.org/pipermail/python-checkins/2014-April/thread.html below:
The Python-checkins April 2014 Archive by thread
April 2014 Archives by thread
Starting: Tue Apr 1 01:08:54 CEST 2014
Ending: Wed Apr 30 23:30:12 CEST 2014
Messages: 526
- [Python-checkins] cpython (3.4): Get rid of deprecated IOError in the doc andrew.svetlov
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4: Get rid of deprecated IOError in the doc andrew.svetlov
- [Python-checkins] cpython (3.4): #16716: remove deprecation warning andrew.svetlov
- [Python-checkins] cpython (merge 3.4 -> default): #16716: remove deprecation warning andrew.svetlov
- [Python-checkins] Daily reference leaks (1c6c2ec8916a): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython: inspect: Remove references to Python-3000 yury.selivanov
- [Python-checkins] cpython (2.7): Issue #15067: Remove reference to a rejected PEP. zach.ware
- [Python-checkins] cpython (3.4): Issue #15067: Port 2.7 sqlite3 docs to 3.4 zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #15067: Merge port of 2.7 sqlite3 docs. zach.ware
- [Python-checkins] cpython (3.4): simplify check, since now there are only new-style classes benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 benjamin.peterson
- [Python-checkins] cpython (3.4): fix typo benjamin.peterson
- [Python-checkins] cpython (3.2): remove directory mode check from makedirs (closes #21082) benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 (#21082) benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 (#21082) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21082) benjamin.peterson
- [Python-checkins] cpython (3.4): update version changed benjamin.peterson
- [Python-checkins] cpython (2.6): Added tag v2.6.7 for changeset a39a30ac7f2e benjamin.peterson
- [Python-checkins] cpython (2.7): Issue 21125: minor wording tweak. raymond.hettinger
- [Python-checkins] cpython (3.4): Issue 21125: minor documentation tweak. raymond.hettinger
- [Python-checkins] cpython (merge 3.4 -> default): merge raymond.hettinger
- [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide Cron Daemon
- [Python-checkins] cpython (3.4): Documentation nit. List the traditional keyword-only argument first and the raymond.hettinger
- [Python-checkins] Daily reference leaks (42433f4fa6d5): sum=4 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #18652: Add an itertools recipe for first_true() raymond.hettinger
- [Python-checkins] cpython (3.4): make test name consistent with the rest of the file benjamin.peterson
- [Python-checkins] cpython (3.4): bail in unicode error's __str__ methods if the objects are not properly benjamin.peterson
- [Python-checkins] cpython (2.7): bail in unicode error's __str__ methods if the objects are not properly benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21134) benjamin.peterson
- [Python-checkins] cpython (3.4): make sure to test UnicodeEncodeError, too benjamin.peterson
- [Python-checkins] cpython (2.7): make sure to test UnicodeEncodeError, too benjamin.peterson
- [Python-checkins] Daily reference leaks (c9cb931b20f4): sum=8 solipsis at pitrou.net
- [Python-checkins] peps: PEP 467: descope dramatically based on Guido's feedback nick.coghlan
- [Python-checkins] cpython (3.4): Issue #20375: Clarify ET's parsing of comments and processing instructions. eli.bendersky
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20375: Clarify ET's parsing of comments and processing instructions. eli.bendersky
- [Python-checkins] cpython (3.4): remove unused argument (closes #21135) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21135) benjamin.peterson
- [Python-checkins] cpython (2.7): properly close files in test_zipfile (#20887) benjamin.peterson
- [Python-checkins] cpython (3.4): Issue 21143: Fix typo in docs for max(). raymond.hettinger
- [Python-checkins] Daily reference leaks (d9337fe963cc): sum=0 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #21149: Improved thread-safety in logging cleanup during interpreter vinay.sajip
- [Python-checkins] cpython (3.4): Issue #21149: Improved thread-safety in logging cleanup during interpreter vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #21149: Improved thread-safety in logging cleanup during interpreter vinay.sajip
- [Python-checkins] cpython: Issue #19505: The items, keys, and values views of OrderedDict now support serhiy.storchaka
- [Python-checkins] cpython: Issue #20636: Improved the repr of Tkinter widgets. serhiy.storchaka
- [Python-checkins] cpython: fix #21076: turn signal module constants into enums giampaolo.rodola
- [Python-checkins] cpython (3.2): fix versionchanged version benjamin.peterson
- [Python-checkins] cpython (merge 3.2 -> 3.3): merge 3.2 benjamin.peterson
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge 3.3 benjamin.peterson
- [Python-checkins] cpython (2.7): note that the hash of an arbitrary object is only derived from its address benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets brett.cannon
- [Python-checkins] cpython (merge 3.4 -> default): merge of fix for issue #20942 brett.cannon
- [Python-checkins] cpython (merge default -> default): merge along w/ fix for issue #2107 (commit c9239171e429) brett.cannon
- [Python-checkins] cpython: Issue #21076: the C signal module has been renamed to _signal victor.stinner
- [Python-checkins] cpython: Finish up signal -> _signal change brett.cannon
- [Python-checkins] cpython: Issue #21076: sigpending() is not available on Windows victor.stinner
- [Python-checkins] cpython: update Misc/NEWS giampaolo.rodola
- [Python-checkins] cpython: Issue #17621: Introduce importlib.util.LazyLoader. brett.cannon
- [Python-checkins] cpython (2.7): make temporary read-only files writable, so rmtree can remove them (#21128) benjamin.peterson
- [Python-checkins] cpython (2.7): properly explicitly close file (#21128) benjamin.peterson
- [Python-checkins] cpython (2.7): explicitly close file object (#21128) benjamin.peterson
- [Python-checkins] cpython (3.4): make temporary read-only files writable, so rmtree can remove them (#21128) benjamin.peterson
- [Python-checkins] cpython (2.7): use with statement benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21128) benjamin.peterson
- [Python-checkins] cpython: Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format victor.stinner
- [Python-checkins] cpython: Issue #21118: Use _PyUnicodeWriter API in str.translate() to simplify and victor.stinner
- [Python-checkins] cpython (3.4): Issue #21118: Fix _PyUnicodeTranslateError_Create(), add missing format victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): Null merge with Python 3.4 victor.stinner
- [Python-checkins] Daily reference leaks (087cdbf49e80): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #21136: Avoid unnecessary normalization in Fractions resulting from power mark.dickinson
- [Python-checkins] cpython: Issue #21118: Remove unused variable victor.stinner
- [Python-checkins] cpython: Issue #21118: Add more unit tests on str.translate() victor.stinner
- [Python-checkins] cpython: Issue #21118: Optimize str.translate() for ASCII => ASCII translation victor.stinner
- [Python-checkins] cpython: Issue #21118: Add unit test for invalid character replacement (code point victor.stinner
- [Python-checkins] cpython: Issue #21118: Optimize also str.translate() for ASCII => ASCII deletion victor.stinner
- [Python-checkins] cpython: Issue #21118: str.translate() now raises a ValueError, not a TypeError, if the victor.stinner
- [Python-checkins] Daily reference leaks (e56c71c6b45e): sum=20 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): minor docfix (reported at docs at python.org) trace.py argument is --count not senthil.kumaran
- [Python-checkins] cpython (3.3): minor docfix (reported at docs at python.org) trace.py argument is --count not senthil.kumaran
- [Python-checkins] cpython (merge 3.3 -> 3.4): merge from 3.3 senthil.kumaran
- [Python-checkins] cpython (merge 3.4 -> default): merge from 3.4 senthil.kumaran
- [Python-checkins] peps: Update to PEP 465 -- propose to keep @ at the same level as *. guido.van.rossum
- [Python-checkins] peps: Add PEP 468. eric.snow
- [Python-checkins] Daily reference leaks (b466fd273625): sum=24 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): asyncio: Document Task.cancel() properly. victor.stinner
- [Python-checkins] cpython (3.4): Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if victor.stinner
- [Python-checkins] cpython (merge 3.4 -> default): (Merge 3.4) Issue #21155: asyncio.EventLoop.create_unix_server() now raises a victor.stinner
- [Python-checkins] peps: Accept PEP 465. guido.van.rossum
- [Python-checkins] cpython (2.7): fix verb (closes #21174) benjamin.peterson
- [Python-checkins] cpython (3.4): fix verb (closes #21174) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21174) benjamin.peterson
- [Python-checkins] cpython: fix reference leaks in the translate fast path (closes #21175) benjamin.peterson
- [Python-checkins] cpython: Issue #21059: Temporary measure to make the Windows buildbots useful again. zach.ware
- [Python-checkins] Daily reference leaks (fa6debebfe8b): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #21118: PyLong_AS_LONG() result type is long victor.stinner
- [Python-checkins] cpython (3.4): the name of the slot of nb_multiply not nb_mul benjamin.peterson
- [Python-checkins] cpython (2.7): the name of the slot of nb_multiply not nb_mul benjamin.peterson
- [Python-checkins] cpython (3.4): PySequence_Fast generally returns a list not a tuple (closes #16395) benjamin.peterson
- [Python-checkins] cpython (2.7): PySequence_Fast generally returns a list not a tuple (closes #16395) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#16395) benjamin.peterson
- [Python-checkins] cpython (2.7): PySequence_Fast generally returns a list (#16305) benjamin.peterson
- [Python-checkins] cpython (2.7): use imperative benjamin.peterson
- [Python-checkins] cpython (3.4): use imperative benjamin.peterson
- [Python-checkins] cpython (3.4): inspect.signautre: Fix functools.partial support. Issue #21117 yury.selivanov
- [Python-checkins] cpython: inspect.signautre: Fix functools.partial support. Issue #21117 yury.selivanov
- [Python-checkins] cpython: inspect: Make Signature and Parameter hashable. Issue #20334. yury.selivanov
- [Python-checkins] cpython (3.4): docs: Document __objclass__. Closes #19281. yury.selivanov
- [Python-checkins] cpython: docs: Document __objclass__. Closes #19281. yury.selivanov
- [Python-checkins] cpython (3.4): docs: Better wording for __objclass__ docs. Issue #19281 yury.selivanov
- [Python-checkins] cpython: docs: Better wording for __objclass__ docs. Issue #19281 yury.selivanov
- [Python-checkins] cpython (3.4): Issue #20644: OS X installer build support for documentation build changes ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20644: merge from 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #21097: Update Makefile with changed install locations of test ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21097: merge from 3.4 ned.deily
- [Python-checkins] Daily reference leaks (7d004ad09bf5): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #21179: Fix description of 'round' function for numbers.Real. mark.dickinson
- [Python-checkins] cpython (2.7): issue #21190: Fix the docs README link senthil.kumaran
- [Python-checkins] cpython (3.4): issue #21190: Fix the broken docs download link senthil.kumaran
- [Python-checkins] cpython (2.7): make sure fdopen always closes the fd in error cases (closes #21191) benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #20644: Keep build-installer.py in sync across active versions. ned.deily
- [Python-checkins] cpython (2.7): Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. ned.deily
- [Python-checkins] cpython (3.4): Issue #20644: Keep build-installer.py in sync across active versions. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20644: merge with 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1. ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21187: merge with 3.4 ned.deily
- [Python-checkins] cpython: Add algorithmic notes for nsmallest() and nlargest(). raymond.hettinger
- [Python-checkins] cpython: PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) benjamin.peterson
- [Python-checkins] peps: pep 465 implemented benjamin.peterson
- [Python-checkins] cpython (3.4): add matrix multiplication operator support to 2to3 benjamin.peterson
- [Python-checkins] cpython (2.7): add matrix multiplication operator support to 2to3 benjamin.peterson
- [Python-checkins] cpython: teach unparse about matrix multiplication benjamin.peterson
- [Python-checkins] cpython (3.4): teach 2to3 about 'yield from' benjamin.peterson
- [Python-checkins] cpython (2.7): teach 2to3 about 'yield from' benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #21172: isinstance check relaxed from dict to collections.Mapping. vinay.sajip
- [Python-checkins] cpython (3.4): Issue #21172: isinstance check relaxed from dict to collections.Mapping. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #21172: Merged fix from 3.4. vinay.sajip
- [Python-checkins] cpython: Update comment for the comparison table to use measured results rather than raymond.hettinger
- [Python-checkins] Daily reference leaks (b402e5e06f85): sum=3 solipsis at pitrou.net
- [Python-checkins] devguide: Add Steven d'Aprano to the log brett.cannon
- [Python-checkins] cpython: Issue #20539: Improve math.factorial error messages and types for large inputs. mark.dickinson
- [Python-checkins] Daily reference leaks (273e17260d25): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #21170: Removed invalid parameter names from unittest doc. terry.reedy
- [Python-checkins] cpython (3.4): Issue #21170: Removed invalid parameter names from unittest doc. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4 terry.reedy
- [Python-checkins] cpython: Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than mark.dickinson
- [Python-checkins] cpython: test the change of #21193 correctly benjamin.peterson
- [Python-checkins] Daily reference leaks (a8f3ca72f703): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Remove references to the obsolete Mac Carbon modules in the GUI ned.deily
- [Python-checkins] cpython (3.4): Remove references to the obsolete Mac Carbon modules in the GUI ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Remove references to the obsolete Mac Carbon modules in the GUI ned.deily
- [Python-checkins] Daily reference leaks (84bc6998f760): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #21171: Fixed undocumented filter API of the rot13 codec. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21171: Fixed undocumented filter API of the rot13 codec. serhiy.storchaka
- [Python-checkins] peps: Extend Python 2.7 life till 2020. guido.van.rossum
- [Python-checkins] cpython (3.4): Issue #20635: Added tests for Tk geometry managers. serhiy.storchaka
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20635: Added tests for Tk geometry managers. serhiy.storchaka
- [Python-checkins] peps: Add reference. barry.warsaw
- [Python-checkins] cpython: correct sphinx mark up for cmdline options (closes #21210) benjamin.peterson
- [Python-checkins] cpython (3.4): #21169: fix getpass to use replace error handler on UnicodeEncodeError. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Mierge #21169: fix getpass to use replace error handler on UnicodeEncodeError. r.david.murray
- [Python-checkins] cpython (2.7): in scan_once, prevent the reading of arbitrary memory when passed a negative benjamin.peterson
- [Python-checkins] cpython (3.1): in scan_once, prevent the reading of arbitrary memory when passed a negative benjamin.peterson
- [Python-checkins] cpython (3.2): in scan_once, prevent the reading of arbitrary memory when passed a negative benjamin.peterson
- [Python-checkins] peps: specific 2.7.7 dates benjamin.peterson
- [Python-checkins] cpython (3.4): fix sending tuples to custom generator objects with yield from (closes #21209) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21209) benjamin.peterson
- [Python-checkins] Daily reference leaks (399bf1638911): sum=11 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Fix text about int() with octal numbers. Closes #21212. eric.smith
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4: Fix text about int() with octal numbers. Closes #21212. eric.smith
- [Python-checkins] cpython (3.4): Fix faq example with division. eric.smith
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4: Fix faq example with division. eric.smith
- [Python-checkins] cpython (3.4): #21169: add comment and doc update for getpass change. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #21169: add comment and doc update for getpass change. r.david.murray
- [Python-checkins] cpython (3.4): Issue #20624: Exception docs wording tweak - clarify that it's okay to inherit mark.dickinson
- [Python-checkins] cpython (merge 3.4 -> default): Issue #20624: Merge exception docs tweak from 3.4 branch. mark.dickinson
- [Python-checkins] cpython (2.7): Issue #12546: Allow \x00 as a fill character for builtin type __format__ eric.smith
- [Python-checkins] cpython (3.4): Issue 20968. unittest.mock.MagicMock now supports division michael.foord
- [Python-checkins] cpython (merge default -> default): Merge michael.foord
- [Python-checkins] cpython (merge 3.4 -> 3.4): Merge michael.foord
- [Python-checkins] cpython (2.7): Issue #20624: Merge exception docs tweak from 3.4 branch. mark.dickinson
- [Python-checkins] cpython (3.1): disallow a negative idx parameter benjamin.peterson
- [Python-checkins] cpython (3.2): disallow a negative idx parameter benjamin.peterson
- [Python-checkins] cpython (2.7): disallow a negative idx parameter benjamin.peterson
- [Python-checkins] cpython (3.4): Issue #12546: Allow \x00 as a fill character for builtin type __format__ eric.smith
- [Python-checkins] cpython (merge 3.4 -> default): Closes issue #12546: Allow \x00 as a fill character for builtin type __format__ eric.smith
- [Python-checkins] cpython (3.1): fix poor spelling benjamin.peterson
- [Python-checkins] cpython (3.2): fix poor spelling benjamin.peterson
- [Python-checkins] cpython (2.7): do not generate pipe names in the temporary dir benjamin.peterson
- [Python-checkins] cpython: Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber. eric.smith
- [Python-checkins] cpython (3.4): Issue #7776: Fix ``Host:'' header and reconnection when using senthil.kumaran
- [Python-checkins] cpython (3.4): do not generate pipe names in the temporary dir benjamin.peterson
- [Python-checkins] cpython (3.4): #18518: mention that including a return statement changes/breaks the behaviour andrew.kuchling
- [Python-checkins] cpython: #11983: update comment to describe which fields are used and why. andrew.kuchling
- [Python-checkins] cpython (3.4): Fix the NEWS Entry item. (Thanks Stéphane Wirtel) senthil.kumaran
- [Python-checkins] cpython (3.4): #15104: improve the discussion of __main__. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #15104: improve the discussion of __main__. r.david.murray
- [Python-checkins] cpython: #10481: describe universal_newlines' effect on communicate()/check_output() andrew.kuchling
- [Python-checkins] cpython (3.4): Issue 17826. Setting an iterable side_effect on a mock created by michael.foord
- [Python-checkins] cpython (2.7): Closes #20956: 2.7 tokenize does not produce named tuples. Patch by Sam Kimbrel. terry.reedy
- [Python-checkins] cpython: Closes issue 17660. You no longer need to explicitly pass create=True when michael.foord
- [Python-checkins] cpython (3.4): Add conditional code for android's lack of definition of SYS_getdent64. gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Add conditional code for android's lack of definition of SYS_getdent64. gregory.p.smith
- [Python-checkins] cpython (merge default -> default): merge heads gregory.p.smith
- [Python-checkins] cpython (3.4): Issue #13598: Add auto-numbering of replacement fields to string.Formatter. eric.smith
- [Python-checkins] cpython (3.4): Issue #13598: Added acknowledgements to Misc/NEWS. eric.smith
- [Python-checkins] cpython (3.4): Convert urllib.request parse_proxy doctests to unittests. senthil.kumaran
- [Python-checkins] cpython (merge 3.4 -> 3.4): merge heads senthil.kumaran
- [Python-checkins] cpython (merge 3.4 -> default): merge heads senthil.kumaran
- [Python-checkins] cpython (2.7): temporary change to get better debugging from windows bots benjamin.peterson
- [Python-checkins] devguide: Add note about Kushal Das' privs brett.cannon
- [Python-checkins] cpython (3.4): #17498: Defer SMTPServerDisconnected errors until the next command. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge #17498: Defer SMTPServerDisconnected errors until the next command. r.david.murray
- [Python-checkins] cpython (3.4): #15104: add backtick code markup. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #15104: add backtick code markup. r.david.murray
- [Python-checkins] cpython (2.7): Backed out changeset 81abb121dc65 benjamin.peterson
- [Python-checkins] cpython (2.7): when an exception is raised in fdopen, never close the fd (changing on my mind benjamin.peterson
- [Python-checkins] cpython (2.7): add missing NULL check benjamin.peterson
- [Python-checkins] cpython: #15916: if there are no docstrings, make empty suite, not an error. r.david.murray
- [Python-checkins] devguide: #21215: update debian/ubuntu build-dep instructions. r.david.murray
- [Python-checkins] cpython (3.4): Invoke test_urllibnet tests using unittest.main function senthil.kumaran
- [Python-checkins] cpython (3.4): asyncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 yury.selivanov
- [Python-checkins] cpython (3.4): misc.news: Remove whitespace yury.selivanov
- [Python-checkins] cpython: syncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1 yury.selivanov
- [Python-checkins] cpython: misc.news: Remove trailing whitespace yury.selivanov
- [Python-checkins] devguide: bump copyright year benjamin.peterson
- [Python-checkins] cpython (3.4): Closed issue #8931: Make alternate formatting for 'c' raise an exception. Patch eric.smith
- [Python-checkins] Daily reference leaks (57fb5441a4aa): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. vinay.sajip
- [Python-checkins] cpython (3.4): Reverted 16efa8d27e4c after discussion with Eric. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #21197: Add lib64 -> lib symlink in venvs on 64-bit non-OS X POSIX. vinay.sajip
- [Python-checkins] cpython: Closes #21203: Updated fileConfig and dictConfig to remove inconsistencies. vinay.sajip
- [Python-checkins] cpython (2.7): Some cleanup of the subprocess docs in 2.7. Adds a reference to the gregory.p.smith
- [Python-checkins] cpython (2.7): whitespace chaps my hide gregory.p.smith
- [Python-checkins] cpython (3.4): asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctly yury.selivanov
- [Python-checkins] cpython: asyncio.tasks: Make sure CoroWrapper.send proxies one argument correctly yury.selivanov
- [Python-checkins] cpython: Closes Issue 17861: Autogenerate Include/opcode.h from opcode.py. kushal.das
- [Python-checkins] cpython (3.4): - Issue #21223: Pass test_site/test_startup_imports when some of the extensions matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 branch. matthias.klose
- [Python-checkins] cpython (3.4): Closes Issue 21222. kushal.das
- [Python-checkins] cpython (2.7): #15840: make docs consistent by saying operations on closed files raise andrew.kuchling
- [Python-checkins] cpython (3.4): Run test_urllib2_localnet tests using unittest.main(). senthil.kumaran
- [Python-checkins] cpython: Skip test_enums in the absence of threading. stefan.krah
- [Python-checkins] cpython (merge default -> default): Merge. stefan.krah
- [Python-checkins] cpython (2.7): #1704474: mark refleak test as specific to CPython andrew.kuchling
- [Python-checkins] cpython (3.4): Closes issue 21239. unittest.mock.patch.stopall() did not work michael.foord
- [Python-checkins] cpython (2.7): Issue #21245: updated documentation on exception() method and function. vinay.sajip
- [Python-checkins] cpython (3.4): Issue #21245: updated documentation on exception() method and function. vinay.sajip
- [Python-checkins] cpython (merge 3.4 -> default): Closes #21245: merged update from 3.4. vinay.sajip
- [Python-checkins] cpython (3.4): #20874: update tutorial wording: sophisticated line editing is now standard. r.david.murray
- [Python-checkins] cpython (3.4): #20874: reflow paragraph. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge #20874 fix. r.david.murray
- [Python-checkins] cpython (3.4): #15840: make docs consistent by saying operations on closed files raise andrew.kuchling
- [Python-checkins] cpython (3.4): #1704474: mark refleak test as specific to CPython andrew.kuchling
- [Python-checkins] cpython: #20103: Rewrite description of itertools.accumulate(). andrew.kuchling
- [Python-checkins] cpython: Close issue #8931: Make alternate formatting for 'c' raise an exception. Patch eric.smith
- [Python-checkins] cpython (2.7): Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. terry.reedy
- [Python-checkins] cpython (3.4): Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. terry.reedy
- [Python-checkins] cpython (2.7): #18566: Whitespace terry.reedy
- [Python-checkins] cpython (3.4): #18566: Whitespace terry.reedy
- [Python-checkins] Daily reference leaks (e50417fc4b51): sum=-1 solipsis at pitrou.net
- [Python-checkins] cpython: #6490: Expand documentation for os.popen(). andrew.kuchling
- [Python-checkins] cpython (3.4): Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Try to fix buildbot failures on old OpenSSLs (< 1.0.0) - followup to issue antoine.pitrou
- [Python-checkins] cpython: Issue #20896: ssl.get_server_certificate() now uses PROTOCOL_SSLv23, not antoine.pitrou
- [Python-checkins] cpython (3.4): Address issue 18229 - Explain http.server.BaseHTTPRequestHandler's .headers senthil.kumaran
- [Python-checkins] cpython: Closes Issue 21238: New keyword argument `unsafe` to Mock. kushal.das
- [Python-checkins] cpython: Closes Issue 21262: New method assert_not_called for Mock. kushal.das
- [Python-checkins] cpython (3.4): use the called property of the run_pip mock rather than an assertion method benjamin.peterson
- [Python-checkins] cpython (3.4): remove superfluous and useless line benjamin.peterson
- [Python-checkins] cpython: Removes unused varargs and varkwargs from assert_not_called(). kushal.das
- [Python-checkins] peps: PEP 466: make proposal even more specific nick.coghlan
- [Python-checkins] cpython: Fix Tools/scripts/generate_opcode_h.py from issue #17861 to work correctly thomas.wouters
- [Python-checkins] cpython (3.4): #18628: clarify index entry for source file encoding declaration. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #18628: clarify index entry for source file encoding declaration. r.david.murray
- [Python-checkins] cpython (2.7): #18628: clarify index entry for source file encoding declaration. r.david.murray
- [Python-checkins] cpython (3.4): Correct the URL in the http.client example. Noted by Evens Fortuné. Closes senthil.kumaran
- [Python-checkins] cpython (3.4): Clarify BROWSER envar behavior in webbrowser.py. Noted by David Turner. Closes senthil.kumaran
- [Python-checkins] cpython: support setting fpu precision on m68k (closes #20904) benjamin.peterson
- [Python-checkins] Daily reference leaks (2b187c9e3e92): sum=7 solipsis at pitrou.net
- [Python-checkins] cpython: Use ssl.create_default_context in Lib/test/ssl_servers.py antoine.pitrou
- [Python-checkins] cpython: Add a --ciphers option to Lib/test/ssl_servers.py antoine.pitrou
- [Python-checkins] peps: Fix typo. eric.smith
- [Python-checkins] cpython (3.4): - Issue #15234: For BerkelyDB and Sqlite, only add the found library and matthias.klose
- [Python-checkins] cpython: - fix merge conflict matthias.klose
- [Python-checkins] cpython (3.4): Fixes for KFreeBSD and the Hurd: matthias.klose
- [Python-checkins] cpython (merge 3.4 -> default): - Merge 3.4 matthias.klose
- [Python-checkins] cpython (2.7): - Issue #21285: Refactor and fix curses configure check to always search matthias.klose
- [Python-checkins] cpython (3.4): - Issue #21285: Refactor and fix curses configure check to always search matthias.klose
- [Python-checkins] cpython (3.4): fix ref count annotations on sphinx >= 1.2.1 (closes #21286) benjamin.peterson
- [Python-checkins] cpython (3.4): correct len signature in docstring (closes #21294) benjamin.peterson
- [Python-checkins] Daily reference leaks (1122b85c5f7a): sum=-1 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Fix a typo in the signature for object.__ge__ zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Merge typo fix from 3.4 zach.ware
- [Python-checkins] cpython (3.4): Fix a typo in the docstring of nb_index. zach.ware
- [Python-checkins] cpython: Fix typo in test method name. mark.dickinson
- [Python-checkins] cpython: asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). guido.van.rossum
- [Python-checkins] cpython (3.4): asyncio: Add gi_{frame,running,code} properties to CoroWrapper (upstream #163). guido.van.rossum
- [Python-checkins] cpython (3.4): NEWS for latest asyncio commit. guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Merge news item from 3.4 guido.van.rossum
- [Python-checkins] cpython: fix the description of bytes tests philip.jenvey
- [Python-checkins] cpython: Issue #21068: The ssl.PROTOCOL* constants are now enum members. antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21289: Fix documentation building on Windows using Doc/make.bat. zach.ware
- [Python-checkins] cpython (3.4): Issue #21232: Replace .splitlines arg '1' with 'keepends=True'. terry.reedy
- [Python-checkins] cpython (merge 3.4 -> default): Merge with 3.4. Closes #21232. terry.reedy
- [Python-checkins] peps: Guido has accepted PEP 466 nick.coghlan
- [Python-checkins] peps: The folks at the Twisted sprint made a good case :) nick.coghlan
- [Python-checkins] peps: PEP 469 wording tweaks nick.coghlan
- [Python-checkins] devguide: Update issue tracker section with revised "stage" and "resolution" names. ned.deily
- [Python-checkins] cpython (3.4): Issue #21200: Return None from pkgutil.get_loader() when __spec__ is missing. eric.snow
- [Python-checkins] cpython (merge 3.4 -> default): Merge from 3.4. eric.snow
- [Python-checkins] Daily reference leaks (c82dcad83438): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): #9364: Improve the text printed by help(pydoc) and help(help). r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #9364: Improve the text printed by help(pydoc) and help(help). r.david.murray
- [Python-checkins] peps: Add missing parenthesis (noticed by Jurko Gospodnetić). ezio.melotti
- [Python-checkins] cpython: Issue #7221: remove redundant tests in test_asyncore. Patch by Jessica antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #21311: Avoid exception in _osx_support with non-standard compiler ned.deily
- [Python-checkins] cpython (3.4): Issue #21311: Avoid exception in _osx_support with non-standard compiler ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21311: merge with 3.4 ned.deily
- [Python-checkins] cpython (3.4): Issue #11571: Ensure that the turtle window becomes the topmost window ned.deily
- [Python-checkins] cpython (merge 3.4 -> default): Issue #11571: merge with 3.4 ned.deily
- [Python-checkins] cpython: Issue #10291: Cleanup turtledemo to use docstrings for help. ned.deily
- [Python-checkins] cpython (3.4): #12220: improve minidom error when URI contains spaces. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #12220: improve minidom error when URI contains spaces. r.david.murray
- [Python-checkins] Daily reference leaks (2a4401109672): sum=-1 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser) senthil.kumaran
- [Python-checkins] cpython (3.4): NEWS entry for #15002 senthil.kumaran
- [Python-checkins] peps: PEP 465: updated & withdrawn based on feedback nick.coghlan
- [Python-checkins] Daily reference leaks (8c8315bac6a8): sum=-1 solipsis at pitrou.net
- [Python-checkins] peps: PEP 469: also cover reverse migrations from 3 -> 2/3 nick.coghlan
- [Python-checkins] cpython (2.7): Issue 21284: Idle: make test_formatparagraph pass even when a user changes the terry.reedy
- [Python-checkins] cpython (3.4): Issue 21284: Idle: make test_formatparagraph pass even when a user changes the terry.reedy
- [Python-checkins] cpython (2.7): Issue #21138: Change default reformat paragraph width to PEP 8's 72. terry.reedy
- [Python-checkins] cpython (3.4): Issue #21138: Change default reformat paragraph width to PEP 8's 72. terry.reedy
- [Python-checkins] Daily reference leaks (8c8315bac6a8): sum=1 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #21303, #20565: Updated the version of Tcl/Tk used on Windows zach.ware
- [Python-checkins] cpython (3.4): Issue #21127: Path objects can now be instantiated from str subclass instances antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21127: Path objects can now be instantiated from str subclass instances antoine.pitrou
- [Python-checkins] cpython (2.7): fix off-by-one error (closes #21330) benjamin.peterson
- [Python-checkins] cpython (3.4): fix off-by-one error (closes #21330) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21330) benjamin.peterson
- [Python-checkins] Daily reference leaks (aad6d6b819ed): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): subprocess's Popen.wait() is now thread safe so that multiple threads gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): subprocess's Popen.wait() is now thread safe so that multiple threads gregory.p.smith
- [Python-checkins] cpython: Add implementation notes raymond.hettinger
- [Python-checkins] cpython (3.4): Prevent Sphinx error on whatsnew/changelog zach.ware
- [Python-checkins] cpython (3.4): fix the test on windows which has different return codes from killed gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): fix the test on windows which has different return codes from killed gregory.p.smith
- [Python-checkins] cpython: "Escape" a character in the middle of "warning" zach.ware
- [Python-checkins] cpython (3.4): "Escape" a character in the middle of "warning" zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Null merge zach.ware
- [Python-checkins] cpython: Fix compiler warning on Windows zach.ware
- [Python-checkins] cpython: Issue #9765: Adjust where Tools/msi/msi.py looks for Tcl/Tk license terms. zach.ware
- [Python-checkins] Daily reference leaks (4ff37fbcd4e8): sum=-1 solipsis at pitrou.net
- [Python-checkins] cpython: update os.sendfile() doc signaling that cross-platform apps should not use giampaolo.rodola
- [Python-checkins] cpython (2.7): Issue #21346: Fix typos in test_itertools. Patch by Brian Kearns. zach.ware
- [Python-checkins] cpython (3.4): Issue #21346: Fix typo, make message consistent in test_itertools. zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #21346: Merge with 3.4 zach.ware
- [Python-checkins] hooks: committed/rejected is now called resolved benjamin.peterson
- [Python-checkins] cpython: Issue8297: module attribute lookup failures now include module name in error ethan.furman
- [Python-checkins] cpython: do not override errors from descriptors on modules benjamin.peterson
- [Python-checkins] cpython: sprinkle some _PyId goodness around moduleobject.c benjamin.peterson
- [Python-checkins] Daily reference leaks (c8d8a6cc5586): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (2.7): Issue #20434 Correct error handlin of _PyString_Resize and _PyBytes_Resize kristjan.jonsson
- [Python-checkins] cpython (3.4): #21225: copy docstrings from base classes andrew.kuchling
- [Python-checkins] Daily reference leaks (9fc4a1ebe652): sum=3 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21207: Detect when the os.urandom cached fd has been closed or replaced, antoine.pitrou
- [Python-checkins] cpython (2.7): Issue21349 Passing a memoryview to _winreg.SetValueEx now correctly raises a tim.golden
- [Python-checkins] cpython (2.7): Add NEWS entry for issue21349 tim.golden
- [Python-checkins] cpython (3.4): shallow defaults to 'True' not '1' (closes #21355) benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#21355) benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #18944: backport typo fix terry.reedy
- [Python-checkins] cpython (2.7): Issue #17145: Document array.array buffer interface limitations. stefan.krah
- [Python-checkins] cpython (3.4): make operations on closed dumb databases raise a consistent exception (closes benjamin.peterson
- [Python-checkins] cpython (merge 3.4 -> default): merge 3.4 (#19385) benjamin.peterson
- [Python-checkins] cpython (3.4): #18243: Remove obsolete cautionary note from email mktime_tz docs. r.david.murray
- [Python-checkins] cpython (merge 3.4 -> default): Merge: #18243: Remove obsolete cautionary note from email mktime_tz docs. r.david.murray
- [Python-checkins] cpython (2.7): #18243: Remove obsolete cautionary note from email mktime_tz docs. r.david.murray
- [Python-checkins] Daily reference leaks (462470859e57): sum=7 solipsis at pitrou.net
- [Python-checkins] devguide: say how to run one test (closes #21361) benjamin.peterson
- [Python-checkins] cpython (2.7): Issue #9291 Do not attempt to re-encode mimetype data read from registry in tim.golden
- [Python-checkins] cpython (2.7): Issue #9291 Add ACKS & NEWS tim.golden
- [Python-checkins] cpython: Issue #18314 os.unlink will now remove junction points on Windows. Patch by Kim tim.golden
- [Python-checkins] cpython: Issue #18314 Add NEWS item. tim.golden
- [Python-checkins] peps: Additional clarifications based on discussion amongst the PEP authors. barry.warsaw
- [Python-checkins] cpython: Backed out changeset: 17df50df62c7 tim.golden
- [Python-checkins] cpython: Backed out changeset: 4b97092aa4bd tim.golden
- [Python-checkins] peps: Wording. barry.warsaw
- [Python-checkins] cpython (3.4): asyncio: Be careful accessing instance variables in __del__ (closes #21340). guido.van.rossum
- [Python-checkins] cpython (3.4): asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 -> default: asyncio: Be careful accessing instance variables in guido.van.rossum
- [Python-checkins] cpython (merge 3.4 -> default): Merge 3.4 -> default: asyncio: Add __weakref__ slots to Handle and CoroWrapper. guido.van.rossum
- [Python-checkins] peps: Nice simplification from Nick. barry.warsaw
- [Python-checkins] Daily reference leaks (e159cb0d955b): sum=-1 solipsis at pitrou.net
- [Python-checkins] cpython (3.4): Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #13204: Calling sys.flags.__new__ would crash the interpreter, now it antoine.pitrou
- [Python-checkins] cpython: Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string antoine.pitrou
- [Python-checkins] cpython: Issue #21312: Update the thread_foobar.h template file to include newer antoine.pitrou
- [Python-checkins] cpython: Issue #17861: Allow generate_opcode_h to run with a system Python 2.5. ned.deily
- [Python-checkins] cpython (2.7): #21225: copy docstrings from base classes antoine.pitrou
- [Python-checkins] cpython: Issue #20355: -W command line options now have higher priority than the antoine.pitrou
- [Python-checkins] cpython: Remove a workaround for fixed issue #20355. antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #9815: assertRaises now tries to clear references to local variables in antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #9815: assertRaises now tries to clear references to local variables in antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury antoine.pitrou
- [Python-checkins] cpython: Issue #18727: improve test coverage of the csv module by testing for antoine.pitrou
- [Python-checkins] cpython: fix isuse #13248: remove previously deprecated asyncore.dispatcher __getattr__ giampaolo.rodola
- [Python-checkins] cpython (2.7): Closes #21026: Augment site doc based on experiments. Patch by Carol Willing. terry.reedy
- [Python-checkins] cpython (3.4): Issue #21026: Augment site doc based on experiments. Patch by Carol Willing. terry.reedy
- [Python-checkins] cpython (2.7): Closes 21048: Index 'as' in import and with statements. terry.reedy
- [Python-checkins] cpython (3.4): Closes 21048: Index 'as' in import and with statements. terry.reedy
- [Python-checkins] cpython (2.7): Closes #21055: Index (augmented) assignment symbols. terry.reedy
- [Python-checkins] cpython (3.4): Issue #21055: Index (augmented) assignment symbols. terry.reedy
- [Python-checkins] Daily reference leaks (3b203f000256): sum=20 solipsis at pitrou.net
- [Python-checkins] cpython: Issue #20951: SSLSocket.send() now raises either SSLWantReadError or antoine.pitrou
- [Python-checkins] cpython: Add porting note for issue #20951. antoine.pitrou
- [Python-checkins] cpython: Issue #21057: TextIOWrapper now allows the underlying binary stream's read() or antoine.pitrou
- [Python-checkins] cpython: Fix failure in test_poplib after issue #20951. antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #21321: itertools.islice() now releases the reference to the source antoine.pitrou
- [Python-checkins] cpython (merge 3.4 -> default): Issue #21321: itertools.islice() now releases the reference to the source antoine.pitrou
- [Python-checkins] cpython (2.7): Issue #21321: itertools.islice() now releases the reference to the source antoine.pitrou
- [Python-checkins] cpython (3.4): Issue #17386: List the 'htmlview' target in the Doc/Makefile help output. zach.ware
- [Python-checkins] cpython (3.4): Issue #17386: Update Doc/README.txt to list all targets zach.ware
- [Python-checkins] cpython (3.4): Issue #17386: Expand Doc/make.bat to be much more similar to Doc/Makefile zach.ware
- [Python-checkins] cpython (merge 3.4 -> default): Closes #17386: Merge with 3.4 zach.ware
- [Python-checkins] cpython (2.7): Issue #19630 Emphasise that the file parameter to marshal.dump must be a real tim.golden
- [Python-checkins] cpython (3.4): Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris jesus.cea
- [Python-checkins] cpython (merge 3.4 -> default): MERGE: Closes issue #21316: mark test_devpoll to be meaningfull only for Solaris jesus.cea
- [Python-checkins] cpython: Issue #21374: Fix pickling of DecimalTuple. stefan.krah
- [Python-checkins] cpython (3.4): Issue #21374: Fix pickling of DecimalTuple. stefan.krah
- [Python-checkins] cpython (merge 3.4 -> default): Null merge. stefan.krah
- [Python-checkins] cpython (3.3): Document the subprocess Popen.args attribute (issue21353) gregory.p.smith
- [Python-checkins] cpython (merge 3.3 -> 3.4): Document the subprocess Popen.args attribute (issue21353) gregory.p.smith
- [Python-checkins] cpython (merge 3.4 -> default): Document the subprocess Popen.args attribute (issue21353) gregory.p.smith
- [Python-checkins] Daily reference leaks (0b2e199ad088): sum=3 solipsis at pitrou.net
- [Python-checkins] devguide: add link to compiling documentation (closes #21395) benjamin.peterson
- [Python-checkins] cpython: setup.py: report modules which built but import failed (closes #21282) benjamin.peterson
- [Python-checkins] cpython: Issue #10650: Remove the non-standard 'watchexp' parameter from the stefan.krah
- [Python-checkins] cpython: Issue #19962: The Windows build process now creates "python.bat" zach.ware
- [Python-checkins] cpython: Unite 'Build' sections of Misc/NEWS zach.ware
Last message date: Wed Apr 30 23:30:12 CEST 2014
Archived on: Wed Apr 30 23:30:13 CEST 2014
This archive was generated by Pipermail 0.09 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4