June 2016 Archives by thread
Starting: Wed Jun 1 15:31:47 EDT 2016
Ending: Thu Jun 30 03:41:53 EDT 2016
Messages: 662
- [Python-Dev] Adding NewType() to PEP 484
rndblnch
- [Python-Dev] Start of the Python Language Summit coverage at LWN
Jake Edge
- [Python-Dev] Summary of Python tracker Issues
Python tracker
- [Python-Dev] frame evaluation API PEP
Brett Cannon
- [Python-Dev] I broke the 3.5 branch, apparently
R. David Murray
- [Python-Dev] C99
Benjamin Peterson
- [Python-Dev] Improving the bytecode
Serhiy Storchaka
- [Python-Dev] cpython: replace custom validation logic in the parse module with a simple DFA validator
Christian Heimes
- [Python-Dev] PEP 492: __aiter__ should return async iterator directly instead of awaitable
Yury Selivanov
- [Python-Dev] Proper way to specify that a method is not defined for a type
Ethan Furman
- [Python-Dev] PEP: Ordered Class Definition Namespace
Eric Snow
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Ethan Furman
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Barry Warsaw
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Paul Sokolovsky
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Brett Cannon
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Barry Warsaw
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Koos Zevenhoven
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Nick Coghlan
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Serhiy Storchaka
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Nick Coghlan
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Paul Sokolovsky
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Koos Zevenhoven
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Martin Panter
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Serhiy Storchaka
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Stephen J. Turnbull
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Victor Stinner
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Serhiy Storchaka
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Paul Sokolovsky
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Serhiy Storchaka
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Paul Sokolovsky
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Serhiy Storchaka
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Paul Sokolovsky
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Franklin? Lee
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Steven D'Aprano
- [Python-Dev] PEP 467: Minor API improvements to bytes, bytearray, and memoryview
Barry Warsaw
- [Python-Dev] PEP 520: Ordered Class Definition Namespace
Eric Snow
- [Python-Dev] Smoothing the transition from Python 2 to 3
Neil Schemenauer
- [Python-Dev] Round 2 of the Python Language Summit coverage at LWN
Jake Edge
- [Python-Dev] BDFL ruling request: should we block forever waiting for high-quality random bits?
Larry Hastings
- [Python-Dev] PEP 468
zreed at fastmail.com
- [Python-Dev] Stop using timeit, use perf.timeit!
Victor Stinner
- [Python-Dev] Cutoff time for patches for upcoming releases
Terry Reedy
- [Python-Dev] Reminder: 3.6.0a2 snapshot 2016-06-13 12:00 UTC
Ned Deily
- [Python-Dev] Current Python 3.2 status?
Chi Hsuan Yen
- [Python-Dev] PEP 520: Ordered Class Definition Namespace (round 3)
Eric Snow
- [Python-Dev] New hash algorithms: SHA3, SHAKE, BLAKE2, truncated SHA512
Christian Heimes
- [Python-Dev] [RELEASED] Python 3.4.5rc1 and Python 3.5.2rc1 are now available
Larry Hastings
- [Python-Dev] [RELEASE] Python 2.7.12 release candidate 1
Benjamin Peterson
- [Python-Dev] Python 3.6.0a2 is now available
Ned Deily
- [Python-Dev] mod_python compilation error in VS 2008 for py2.7.1
asimkon
- [Python-Dev] [Python-checkins] cpython (3.5): Fix os.urandom() using getrandom() on Linux
Steven D'Aprano
- [Python-Dev] Why does base64 return bytes?
Steven D'Aprano
- [Python-Dev] ValuesView abc: why doesn't it (officially) inherit from Iterable?
Alan Franzoni
- [Python-Dev] Bug in the DELETE statement in sqlite3 module
ninostephen mathew
- [Python-Dev] proposed os.fspath() change
Ethan Furman
- [Python-Dev] Final round of the Python Language Summit coverage at LWN
Jake Edge
- [Python-Dev] PEP 487: Simpler customization of class creation
Martin Teichmann
- [Python-Dev] Discussion overload
Kevin Ollivier
- [Python-Dev] Compact dict implementations (was: PEP 468
INADA Naoki
- [Python-Dev] JUMP_ABSOLUTE in nested if statements
Obiesie ike-nwosu
- [Python-Dev] Review of PEP 520: Ordered Class Definition Namespace
Guido van Rossum
- [Python-Dev] New security-sig mailling list
Ethan Furman
- [Python-Dev] Problem
Sandranel
- [Python-Dev] PEP 520: Preserving Class Attribute Definition Order (round 4)
Eric Snow
- [Python-Dev] Compact ordered dict is not ordered for split table. (was: PEP XXX: Compact ordered dict
INADA Naoki
- [Python-Dev] When to use EOFError?
Serhiy Storchaka
- [Python-Dev] Why are class dictionaries not accessible?
Random832
- [Python-Dev] Idea: more compact, interned string key only dict for namespace.
INADA Naoki
- [Python-Dev] Here's what's going into 3.5.2 final and 3.4.5 final
Larry Hastings
- [Python-Dev] unittest.TestResult lacks API to separate subtests
Ilya Kazakevich
- [Python-Dev] PEP 520: Preserving Class Attribute Definition Order (round 5)
Eric Snow
- [Python-Dev] [RELEASED] Python 3.4.5 and Python 3.5.2 are now available
Larry Hastings
- [Python-Dev] [RELEASE] Python 2.7.12
Benjamin Peterson
- [Python-Dev] Request for CPython 3.5.3 release
Yury Selivanov
- [Python-Dev] PEP 495 implementation
Alexander Belopolsky
- [Python-Dev] AutoNumber Enum
Ethan Furman
- [Python-Dev] Issue 27417: Call CoInitializeEx on startup
Steve Dower
Last message date:
Thu Jun 30 03:41:53 EDT 2016
Archived on: Thu Jun 30 03:42:03 EDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).