Showing content from https://mail.python.org/pipermail/python-dev/2013-June/thread.html below:
The Python-Dev June 2013 Archive by thread
June 2013 Archives by thread
Starting: Sat Jun 1 00:37:13 CEST 2013
Ending: Sun Jun 30 02:22:44 CEST 2013
Messages: 476
- [Python-Dev] [Python-checkins] cpython: Add a reset_name argument to importlib.util.module_to_load in order to Brett Cannon
- [Python-Dev] New FreeBSD 10.0-CURRENT buildbot Kubilay Kocak
- [Python-Dev] Problem building Python 2.7.5 with separate sysroot martin at v.loewis.de
- [Python-Dev] PEP 442: Safe object finalization Benjamin Peterson
- [Python-Dev] Validating SSL By Default (aka Including a Cert Bundle in CPython) Donald Stufft
- [Python-Dev] Let's get rid of unbound methods 探晴
- [Python-Dev] Putting the Mac Build in the Apple App Store Raymond Hettinger
- [Python-Dev] [engineering.redhat.com #216557] [Fwd: Validating SSL By Default (aka Including a Cert Bundle in CPython)] Red Hat Security Response Team
- [Python-Dev] Do you consider Python a 4GL? Why (not)? Carlos Nepomuceno
- [Python-Dev] PEP 443 Accepted Guido van Rossum
- [Python-Dev] PyPI upload error MRAB
- [Python-Dev] [Python-checkins] cpython: Add reference implementation for PEP 443 Brett Cannon
- [Python-Dev] PEP 442 accepted Benjamin Peterson
- [Python-Dev] Compiling Python with Python Jussi Pakkanen
- [Python-Dev] HAVE_FSTAT? Hossein
- [Python-Dev] ssl improvements and testing question Christian Heimes
- [Python-Dev] [Python-checkins] cpython: Issue #17931: Resolve confusion on Windows between pids and process handles. Brett Cannon
- [Python-Dev] html documentation and table-of-contents Ethan Furman
- [Python-Dev] doctest and pickle Ethan Furman
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] Obsoleted RFCs Serhiy Storchaka
- [Python-Dev] Unicode minus sign in numeric conversions Łukasz Langa
- [Python-Dev] Ordering keyword dicts Alexander Belopolsky
- [Python-Dev] Python 3 metaclasses, doctest, and unittest Ethan Furman
- [Python-Dev] new Plan 9 (and family) port of v2.7.5 Jeff Sickel
- [Python-Dev] Doubly linked lists in Python core? Skip Montanaro
- [Python-Dev] Enhancement of Python memory allocators Victor Stinner
- [Python-Dev] [Python-checkins] cpython: Move test___all__ over to unittest.main() and use ModuleNotFoundError Brett Cannon
- [Python-Dev] cpython: fixd refleak Antoine Pitrou
- [Python-Dev] Allow calling PyMem_Malloc() without the GIL held in Python 3.4 Victor Stinner
- [Python-Dev] cpython (2.7): Fix comment blocks. Adjust blocksize to a power-of-two for better divmod Antoine Pitrou
- [Python-Dev] python symbolizition Pynix Wang
- [Python-Dev] cpython: Move test_pep352 over to unittest.main() Serhiy Storchaka
- [Python-Dev] eval and triple quoted strings Walter Dörwald
- [Python-Dev] Clean way in python to test for None, empty, scalar, and list/ndarray? A prayer to the gods of Python Martin Schultz
- [Python-Dev] Clean way in python to test for None, empty, scalar, and list/ndarray? A prayer to the gods of Python Brett Cannon
- [Python-Dev] Clean way in python to test for None, empty, scalar, and list/ndarray? A prayer to the gods of Python R. David Murray
- [Python-Dev] Clean way in python to test for None, empty, scalar, and list/ndarray? A prayer to the gods of Python Robert Kern
- [Python-Dev] Clean way in python to test for None, empty, scalar, and list/ndarray? A prayer to the gods of Python Tres Seaver
- [Python-Dev] Clean way in python to test for None, empty, scalar, and list/ndarray? A prayer to the gods of Python Donald Stufft
- [Python-Dev] Clean way in python to test for None, empty, scalar, and list/ndarray? A prayer to the gods of Python Tres Seaver
- [Python-Dev] Clean way in python to test for None, empty, scalar, and list/ndarray? A prayer to the gods of Python Terry Reedy
- [Python-Dev] Clean way in python to test for None, empty, scalar, and list/ndarray? A prayer to the gods of Python Tres Seaver
- [Python-Dev] Clean way in python to test for None, empty, scalar, and list/ndarray? A prayer to the gods of Python Terry Reedy
- [Python-Dev] Clean way in python to test for None, empty, scalar, and list/ndarray? A prayer to the gods of Python Oscar Benjamin
- [Python-Dev] [Python-checkins] cpython: Closes issue 17947. Adds PEP-0435 (Enum, IntEnum) to the stdlib. Brett Cannon
- [Python-Dev] cpython: Issue #3329: Add new APIs to customize memory allocators Antoine Pitrou
- [Python-Dev] backported Enum Ethan Furman
- [Python-Dev] Backports galore Łukasz Langa
- [Python-Dev] Problem with pydoc script in PEP 405 venvs Vinay Sajip
- [Python-Dev] Writing Extensions for Python 3 in Windows Aditya Avinash
- [Python-Dev] [Python-checkins] cpython (3.3): ctypes: AIX needs an explicit #include <alloca.h> to get alloca() Jeremy Kloth
- [Python-Dev] RFC: PEP 445: Add new APIs to customize Python memory allocators Victor Stinner
- [Python-Dev] pyparallel and new memory API discussions... Trent Nelson
- [Python-Dev] PEP 445: Add new APIs to customize Python memory allocators (second round) Victor Stinner
- [Python-Dev] stat module in C -- what to do with stat.py? Christian Heimes
- [Python-Dev] [Python-checkins] cpython (3.3): Add -b and -X options to python man page. Brett Cannon
- [Python-Dev] How about we extend C3 to support ABCs? Łukasz Langa
- [Python-Dev] [python 2.7] a question about exporting a new method to socket object Ani Sinha
- [Python-Dev] PEP 409 and the stdlib Hrvoje Niksic
- [Python-Dev] PEP 445 delegate Antoine Pitrou
- [Python-Dev] A type of out-of-range exception for %c Serhiy Storchaka
- [Python-Dev] [Python-checkins] cpython (2.7): Issue #18277: Document quirks of multiprocessing queue. A.M. Kuchling
- [Python-Dev] [Python-checkins] cpython: Issue #9566: Fix a compiler warning in tupleiter_setstate() on Windows x64 Jeremy Kloth
- [Python-Dev] [Python-checkins] cpython: Issue #9566: recv(), recvfrom(), send(), sendall() and sendto() methods Jeremy Kloth
- [Python-Dev] [Python-checkins] cpython: Issue #18081: Workaround "./python -m test_idle test_logging" failure Brett Cannon
- [Python-Dev] Relative path in co_filename for zipped modules Vitaly Murashev
- [Python-Dev] End of the mystery "@README.txt Mercurial bug" Victor Stinner
- [Python-Dev] [Python-checkins] peps: Reject PEP 315. R. David Murray
- [Python-Dev] PyArg_ParseTupe(): parse unsigned integer and check for overflow Victor Stinner
- [Python-Dev] Reminder: an oft-forgotten rule about docstring formatting (PEP 257) Guido van Rossum
- [Python-Dev] Classes with ordered namespaces Eric Snow
- [Python-Dev] add new lambda syntax Pynix Wang
- [Python-Dev] winsound.c fix to support python3 Tamir Friedman
- [Python-Dev] [Python-checkins] cpython: Fix memory leak in pyexpat PyUnknownEncodingHandler R. David Murray
- [Python-Dev] Issue 4199: combining assignment with global & nonlocal A.M. Kuchling
Last message date: Sun Jun 30 02:22:44 CEST 2013
Archived on: Sun Jun 30 02:22:46 CEST 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