Showing content from https://mail.python.org/pipermail/python-dev/2013-February/thread.html below:
The Python-Dev February 2013 Archive by thread
February 2013 Archives by thread
Starting: Fri Feb 1 00:50:01 CET 2013
Ending: Thu Feb 28 23:23:03 CET 2013
Messages: 699
- [Python-Dev] cpython (2.7): - Issue #17086: Backport the patches from the 3.3 branch to cross-build Antoine Pitrou
- [Python-Dev] Release or not release the GIL Victor Stinner
- [Python-Dev] importlib.find_loader Nick Coghlan
- [Python-Dev] [Python-checkins] cpython (2.7): #16128: clarify that instances of user-defined classes compare equal with Nick Coghlan
- [Python-Dev] cpython (merge 3.3 -> default): #16128: merge with 3.3. Antoine Pitrou
- [Python-Dev] issue17097:baseManager serve_client() not check EINTR when recv request Royce Lv
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] BDFL delegation for PEP 426 (PyPI metadata 1.3) Nick Coghlan
- [Python-Dev] 2.7.4 Serhiy Storchaka
- [Python-Dev] [Python-checkins] cpython (3.3): Issue #17098: Be more stringent of setting __loader__ on early imported Brett Cannon
- [Python-Dev] Interested in GSoC 2013 Jainit Purohit
- [Python-Dev] update on 2.7.4 Benjamin Peterson
- [Python-Dev] importlib hooray! Thomas Heller
- [Python-Dev] PyCon Tickets Almost Sold Out Brian Curtin
- [Python-Dev] Moderating the severity of the distutils freeze Nick Coghlan
- [Python-Dev] PEP-0431 update 4 Lennart Regebro
- [Python-Dev] PyConTW is calling for proposals! LittleQ
- [Python-Dev] help with knowledge on how to find which release a fix will land in Chris Withers
- [Python-Dev] Why does Signature.from_function() have to check the type of its argument? Stefan Behnel
- [Python-Dev] why do we allow this syntax? Chris Withers
- [Python-Dev] os.path.join failure mode Thomas Scrace
- [Python-Dev] Force to use Py_CLEAR and Py_VISIT in example for Python extending Andrew Svetlov
- [Python-Dev] checking what atexit handlers are registered in Python 3 Chris Withers
- [Python-Dev] Submitting PEP 422 (Simple class initialization hook) for pronouncement Nick Coghlan
- [Python-Dev] [Python-checkins] cpython (3.3): Reject float as uid or gid. Eric V. Smith
- [Python-Dev] _not_found attribute on ImportError Chris Withers
- [Python-Dev] Question regarding: Lib/_markupbase.py Developer Developer
- [Python-Dev] My CLA anatoly techtonik
- [Python-Dev] [Python-checkins] Daily reference leaks (b53b029895df): sum=2 Eli Bendersky
- [Python-Dev] what is a dict_keys and where can I import it from? Chris Withers
- [Python-Dev] Usage of += on strings in loops in stdlib Maciej Fijalkowski
- [Python-Dev] efficient string concatenation (yep, from 2004) Christian Tismer
- [Python-Dev] Marking GC details as CPython-only Maciej Fijalkowski
- [Python-Dev] build from source on mac uses clang, python.org binary uses gcc Chris Withers
- [Python-Dev] Status of the PEP 433? Victor Stinner
- [Python-Dev] A new webpage promoting Compiler technology for CPython Travis Oliphant
- [Python-Dev] PYTHONSTARTUP and -i Draic Kin
- [Python-Dev] Proposing "Argument Clinic", a new way of specifying arguments to builtins for CPython Stefan Behnel
- [Python-Dev] Submitting PEP 425 (compatibility tags) Daniel Holth
- [Python-Dev] PEP 427: wheel Daniel Holth
- [Python-Dev] Point of building without threads? Stefan Krah
- [Python-Dev] cpython: Issue #15022: Add pickle and comparison support to types.SimpleNamespace. Antoine Pitrou
- [Python-Dev] Cut/Copy/Paste items in IDLE right click context menu Todd Rovito
- [Python-Dev] in a pickle: method lookup irregularities Eric Snow
- [Python-Dev] Fwd: PEP 426 is now the draft spec for distribution metadata 2.0 Nick Coghlan
- [Python-Dev] Rationale for different signatures of tuple.__new__ and namedtuple.__new__ John Reid
- [Python-Dev] cpython (2.7): Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). Antoine Pitrou
- [Python-Dev] XML DoS vulnerabilities and exploits in Python Christian Heimes
- [Python-Dev] Python 2.7 buffer and memoryview documentation (issue# 17145) Demian Brecht
- [Python-Dev] Built with VS2012 Express for desktop rahul garg
- [Python-Dev] The last Python 2.6 security release Barry Warsaw
- [Python-Dev] [Python-checkins] cpython (3.3): Rebuild importlib.h after the changes introduced in 0f65bf6063ca. Eric Snow
- [Python-Dev] Postponing acceptance of PEP 426 Nick Coghlan
- [Python-Dev] xml.sax and xml.dom fetch DTDs by default (was XML DoS vulnerabilities and exploits in Python) Paul Boddie
- [Python-Dev] Can't upload to PyPI MRAB
- [Python-Dev] [Python-checkins] peps: PEP 426: replace implied 'version starts with' with new ~= operator Ezio Melotti
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Stefan Krah
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Antoine Pitrou
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as R. David Murray
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Eli Bendersky
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as R. David Murray
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Antoine Pitrou
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Eli Bendersky
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Eric Snow
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Terry Reedy
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as R. David Murray
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Barry Warsaw
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Mark Janssen
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Barry Warsaw
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Barry Warsaw
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Eli Bendersky
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Skip Montanaro
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Barry Warsaw
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as R. David Murray
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Barry Warsaw
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Antoine Pitrou
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as MRAB
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Barry Warsaw
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Barry Warsaw
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Barry Warsaw
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Tim Delaney
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Barry Warsaw
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Glyph
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Eli Bendersky
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Glyph
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Antoine Pitrou
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Terry Reedy
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Tim Delaney
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Greg Ewing
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Greg Ewing
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Terry Reedy
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Greg Ewing
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Greg Ewing
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Stephen J. Turnbull
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Stephen J. Turnbull
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Antoine Pitrou
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Stephen J. Turnbull
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Antoine Pitrou
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Fred Drake
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Anders J. Munch
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Eric Snow
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Stephen J. Turnbull
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Greg Ewing
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Stephen J. Turnbull
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Antoine Pitrou
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Skip Montanaro
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Antoine Pitrou
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Eli Bendersky
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as R. David Murray
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Antoine Pitrou
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Antoine Pitrou
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Terry Reedy
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Nick Coghlan
- [Python-Dev] [Python-checkins] peps: Pre-alpha draft for PEP 435 (enum). The name is not important at the moment, as Ethan Furman
- [Python-Dev] request._parse Demian Brecht
- [Python-Dev] Python 2.7.4 and 3.2.4 Perica Zivkovic
- [Python-Dev] [Python-checkins] peps: PEP-0427: clarify some implementation details. Nick Coghlan
- [Python-Dev] Bug scipy v.11 library in python2.7 Om Damani (ओम दम्माणी)
- [Python-Dev] [Python-checkins] peps: Add PEP 445: The Argument Clinic DSL Barry Warsaw
- [Python-Dev] Announcing PEP 436: The Argument Clinic DSL Larry Hastings
- [Python-Dev] cffi in stdlib Maciej Fijalkowski
- [Python-Dev] PLY in stdlib (was cffi in stdlib) David Beazley
- [Python-Dev] Python Language Summit at PyCon: Agenda Michael Foord
- [Python-Dev] High volumes and off topic discussions Maciej Fijalkowski
- [Python-Dev] New mailing list: Python-legal-sig Jesse Noller
- [Python-Dev] Merging Jython code into standard Lib [was Re: Python Language Summit at PyCon: Agenda] Chris Jerdonek
Last message date: Thu Feb 28 23:23:03 CET 2013
Archived on: Thu Feb 28 23:23:06 CET 2013
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