Showing content from https://mail.python.org/pipermail/python-dev/2014-January/thread.html below:
The Python-Dev January 2014 Archive by thread
January 2014 Archives by thread
Starting: Wed Jan 1 23:17:21 CET 2014
Ending: Fri Jan 31 18:07:48 CET 2014
Messages: 1343
- [Python-Dev] Buildbot - "slave lost" "Martin v. Löwis"
- [Python-Dev] Thanks for python! Daniel Benamy
- [Python-Dev] 2.x vs 3.x survey results Dan Stromberg
- [Python-Dev] cpython: threading.RLock._acquire_restore() now raises a TypeError instead of a Serhiy Storchaka
- [Python-Dev] [Python-checkins] cpython: add unicode_char() in unicodeobject.c to factorize code Zachary Ware
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] Subclasses vs. special methods Serhiy Storchaka
- [Python-Dev] Bug? http.client assumes iso-8859-1 encoding of HTTP headers Hugo G. Fierro
- [Python-Dev] [Python-checkins] cpython: Issue #19976: Argument Clinic METH_NOARGS functions now always Stefan Krah
- [Python-Dev] Proposed: The Great Argument Clinic Conversion Derby Larry Hastings
- [Python-Dev] [RELEASE] libmpdec-2.4.0 (suitable for compiling _decimal) Stefan Krah
- [Python-Dev] [RELEASED] Python 3.4.0b2 Larry Hastings
- [Python-Dev] Python 2.7 root buildbot showing errors Chris Angelico
- [Python-Dev] The desired behaviour for resolve() when the path doesn't exist Vajrasky Kok
- [Python-Dev] RFC: PEP 460: Add bytes % args and bytes.format(args) to Python 3.5 Victor Stinner
- [Python-Dev] [Python-checkins] cpython: whatsnew: XMLPullParser, plus some doc updates. Nick Coghlan
- [Python-Dev] General Q&A regarding Python 3, adoption etc. Nick Coghlan
- [Python-Dev] Changing Clinic's output Antoine Pitrou
- [Python-Dev] The Great Argument Clinic Conversion Derby is now open! Larry Hastings
- [Python-Dev] [Python-checkins] peps: PEP 460: add .format_map() Eric V. Smith
- [Python-Dev] Important background for PEP 460: Py 2/3 text model differences Nick Coghlan
- [Python-Dev] PEP 460: allowing %d and %f and mojibake Victor Stinner
- [Python-Dev] test.support.check_warnings Ethan Furman
- [Python-Dev] byteformat() proposal: please critique Terry Reedy
- [Python-Dev] cpython (3.3): Update Sphinx toolchain. Georg Brandl
- [Python-Dev] [Python-checkins] cpython (3.3): Issue #19092 - Raise a correct exception when cgi.FieldStorage is given an Nick Coghlan
- [Python-Dev] Common subset of python 2 and python 3 Nachshon David Armon
- [Python-Dev] Trying to focus the whole bytes/str formatting discussion Brett Cannon
- [Python-Dev] Python advanced debug support (update frame code) Fabio Zadrozny
- [Python-Dev] PEP 460 reboot Guido van Rossum
- [Python-Dev] PEP460 thoughts from a Mercurial dev Augie Fackler
- [Python-Dev] Test failures when running as root Chris Angelico
- [Python-Dev] magic method __bytes__ Ethan Furman
- [Python-Dev] cpython (merge 2.7 -> 3.1): complain when nbytes > buflen to fix possible buffer overflow (closes #20246) Ned Deily
- [Python-Dev] [Python-checkins] peps: Fill in PEP number (461). Brett Cannon
- [Python-Dev] PEP 461 - Adding % and {} formatting to bytes Ethan Furman
- [Python-Dev] Binding problem Rob Ward
- [Python-Dev] Argument Clinic Derby update Larry Hastings
- [Python-Dev] Signature of function with default value uncapturable in Python and C Vajrasky Kok
- [Python-Dev] AC Derby and accepting None for optional positional arguments Ryan Smith-Roberts
- [Python-Dev] cpython: asyncio: Fix CoroWrapper (fix my previous commit) Antoine Pitrou
- [Python-Dev] python code in argument clinic annotations Yury Selivanov
- [Python-Dev] Closing the Clinic output format debate (at least for now) Larry Hastings
- [Python-Dev] Migration from Python 2.7 and bytes formatting Neil Schemenauer
- [Python-Dev] PEP 461 Final? Ethan Furman
- [Python-Dev] .clinic.c vs .c.clinic Serhiy Storchaka
- [Python-Dev] Using argument clinic to replace timemodule.c:parse_time_t_args() Nikolaus Rath
- [Python-Dev] signature.object, argument clinic and grouped parameters Yury Selivanov
- [Python-Dev] Argument Clinic: Bug? self converters are not preserved when cloning functions Tal Einat
- [Python-Dev] Formatting of positional-only parameters in signatures Yury Selivanov
- [Python-Dev] Enable Hostname and Certificate Chain Validation Donald Stufft
- [Python-Dev] Wrong keyword parameter name in regex pattern methods Serhiy Storchaka
- [Python-Dev] Python 3 marketing document? Dan Stromberg
- [Python-Dev] Argument Clinic: what to do with builtins with non-standard signatures? Larry Hastings
- [Python-Dev] lambda (x, y): Ram Rachum
- [Python-Dev] str.rreplace Ram Rachum
- [Python-Dev] Quick poll: should help() show bound arguments? Larry Hastings
- [Python-Dev] [Python-checkins] Cron <docs at dinsdale> /home/docs/build-devguide Benjamin Peterson
- [Python-Dev] New policies for the Derby -- please read! Larry Hastings
- [Python-Dev] Deprecation policy Ezio Melotti
- [Python-Dev] version numbers mismatched in google search results. Vincent Davis
- [Python-Dev] cpython: Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum Antoine Pitrou
- [Python-Dev] cpython: Issue #20133: The audioop module now uses Argument Clinic. Christian Heimes
- [Python-Dev] cpython: Issue 19944: Fix importlib.find_spec() so it imports parents as needed. Antoine Pitrou
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Vajrasky Kok
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Serhiy Storchaka
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Nick Coghlan
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Alexander Belopolsky
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Mark Lawrence
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Larry Hastings
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Steven D'Aprano
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Larry Hastings
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Vajrasky Kok
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Larry Hastings
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Vajrasky Kok
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Larry Hastings
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Steven D'Aprano
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Ethan Furman
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Larry Hastings
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Ethan Furman
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Mark Lawrence
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Alexander Belopolsky
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Nick Coghlan
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Alexander Belopolsky
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Vajrasky Kok
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Alexander Belopolsky
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Larry Hastings
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Antoine Pitrou
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Larry Hastings
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Antoine Pitrou
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Georg Brandl
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Steven D'Aprano
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Vajrasky Kok
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Alexander Belopolsky
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Terry Reedy
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Antoine Pitrou
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Vajrasky Kok
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Antoine Pitrou
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Nick Coghlan
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Vajrasky Kok
- [Python-Dev] Negative times behaviour in itertools.repeat for Python maintenance releases (2.7, 3.3 and maybe 3.4) Armin Rigo
- [Python-Dev] The Argument Clinic Derby is drawing to a close Larry Hastings
- [Python-Dev] [RELEASED] Python 3.4.0b3 Larry Hastings
- [Python-Dev] [Python-checkins] peps: Incorporate PEP 462 feedback Nick Coghlan
- [Python-Dev] [RELEASED] Python 3.3.4 release candidate 1 Georg Brandl
- [Python-Dev] News from asyncio Victor Stinner
- [Python-Dev] Python 3.4, marshal dumps slower (version 3 protocol) Wolfgang
- [Python-Dev] Add PyType_GetSlot "Martin v. Löwis"
- [Python-Dev] Need help designing subprocess API for Tulip Guido van Rossum
- [Python-Dev] Add Py_REPLACE and Py_XREPLACE macros Serhiy Storchaka
- [Python-Dev] weird docstring generated by argument clinic Stefan Behnel
Last message date: Fri Jan 31 18:07:48 CET 2014
Archived on: Fri Jan 31 18:07:50 CET 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