Showing content from https://mail.python.org/pipermail/python-dev/2015-June/subject.html below:
The Python-Dev June 2015 Archive by subject
June 2015 Archives by subject
Starting: Mon Jun 1 05:52:10 CEST 2015
Ending: Tue Jun 30 22:48:44 CEST 2015
Messages: 209
- [Python-Dev] 2.7 is here until 2020, please don't call it a waste. Armin Rigo
- [Python-Dev] 2.7 is here until 2020, please don't call it a waste. M.-A. Lemburg
- [Python-Dev] 2.7 is here until 2020, please don't call it a waste. Paul Sokolovsky
- [Python-Dev] 2.7 is here until 2020, please don't call it a waste. Maciej Fijalkowski
- [Python-Dev] 2.7 is here until 2020, please don't call it a waste. Brett Cannon
- [Python-Dev] 2.7 is here until 2020, please don't call it a waste. M.-A. Lemburg
- [Python-Dev] 2.7 is here until 2020, please don't call it a waste. Maciej Fijalkowski
- [Python-Dev] 2.7 is here until 2020, please don't call it a waste. R. David Murray
- [Python-Dev] 2.7 is here until 2020, please don't call it a waste. Maciej Fijalkowski
- [Python-Dev] 2.7 is here until 2020, please don't call it a waste. Tetsuya Morimoto
- [Python-Dev] [Python-checkins] peps: We have a 3.6 release PEP. Yury Selivanov
- [Python-Dev] [Python-checkins] peps: We have a 3.6 release PEP. Ned Deily
- [Python-Dev] [python-committers] Ned Deily is release manager for Python 3.6 Larry Hastings
- [Python-Dev] [RELEASED] Python 3.5.0b2 is now available Larry Hastings
- [Python-Dev] [RELEASED] Python 3.5.0b2 is now available Nick Coghlan
- [Python-Dev] About Python Developer Testsuites Arsalan Javeed (Student)
- [Python-Dev] About Python Developer Testsuites Wes Turner
- [Python-Dev] About Python Developer Testsuites Wes Turner
- [Python-Dev] Adding c-api async protocol support Arc Riley
- [Python-Dev] Adding c-api async protocol support Stefan Behnel
- [Python-Dev] Adding c-api async protocol support Arc Riley
- [Python-Dev] Adding c-api async protocol support Yury Selivanov
- [Python-Dev] Adding c-api async protocol support Victor Stinner
- [Python-Dev] Adding c-api async protocol support Andrew Svetlov
- [Python-Dev] Adding c-api async protocol support Victor Stinner
- [Python-Dev] Adding c-api async protocol support Ludovic Gasc
- [Python-Dev] async __setitem__ Martin Teichmann
- [Python-Dev] async __setitem__ Nick Coghlan
- [Python-Dev] async __setitem__ Yury Selivanov
- [Python-Dev] async __setitem__ Greg Ewing
- [Python-Dev] async __setitem__ Guido van Rossum
- [Python-Dev] Avoiding reference leaks in heap types with custom tp_dealloc Petr Viktorin
- [Python-Dev] Avoiding reference leaks in heap types with custom tp_dealloc Antoine Pitrou
- [Python-Dev] Avoiding reference leaks in heap types with custom tp_dealloc Petr Viktorin
- [Python-Dev] Avoiding reference leaks in heap types with custom tp_dealloc Antoine Pitrou
- [Python-Dev] Avoiding reference leaks in heap types with custom tp_dealloc Benjamin Peterson
- [Python-Dev] Avoiding reference leaks in heap types with custom tp_dealloc Antoine Pitrou
- [Python-Dev] Avoiding reference leaks in heap types with custom tp_dealloc Petr Viktorin
- [Python-Dev] Avoiding reference leaks in heap types with custom tp_dealloc Antoine Pitrou
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Zachary Ware
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Nick Coghlan
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Steve Dower
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Chris Barker - NOAA Federal
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Zachary Ware
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Zachary Ware
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Nick Coghlan
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Zachary Ware
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Tim Golden
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Christian Tismer
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Zachary Ware
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 M.-A. Lemburg
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Zachary Ware
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Steve Dower
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 M.-A. Lemburg
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Zachary Ware
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Zachary Ware
- [Python-Dev] Backporting the 3.5+ Windows build project files to 2.7 Steve Dower
- [Python-Dev] Can someone configure the buildbots to build the 3.5 branch? Larry Hastings
- [Python-Dev] Capturing PyRun_String stdout Chris Moller
- [Python-Dev] Capturing PyRun_String stdout Amaury Forgeot d'Arc
- [Python-Dev] Checklist for changing Python's grammar Chris Angelico
- [Python-Dev] Checklist for changing Python's grammar Brett Cannon
- [Python-Dev] Checklist for changing Python's grammar Chris Angelico
- [Python-Dev] cpython (2.7): Issue #24357: Change host in socket.getaddrinfo example to one that Serhiy Storchaka
- [Python-Dev] cpython (2.7): Issue #24357: Change host in socket.getaddrinfo example to one that Ned Deily
- [Python-Dev] cpython (3.4): #23891: add a section to the Tutorial describing virtual environments and pip Antoine Pitrou
- [Python-Dev] cpython (3.4): #23891: add a section to the Tutorial describing virtual environments and pip A.M. Kuchling
- [Python-Dev] cpython (merge 3.4 -> default): null merge with 3.4 Ned Deily
- [Python-Dev] cpython (merge 3.4 -> default): null merge with 3.4 Senthil Kumaran
- [Python-Dev] cpython: Minor refactoring. Move reference count logic into function that adds entry. Serhiy Storchaka
- [Python-Dev] CRLF problems in repo Rustom Mody
- [Python-Dev] CRLF problems in repo Stephen J. Turnbull
- [Python-Dev] CRLF problems in repo Rustom Mody
- [Python-Dev] CRLF problems in repo Stephen J. Turnbull
- [Python-Dev] Fix or remove XMLParser.doctype() Serhiy Storchaka
- [Python-Dev] Fwd: zipimport Rose Ames
- [Python-Dev] Fwd: zipimport Brett Cannon
- [Python-Dev] Fwd: zipimport Eric V. Smith
- [Python-Dev] Fwd: zipimport Rose Ames
- [Python-Dev] Getting ready for Python 3.5 Barry Warsaw
- [Python-Dev] How do people like the early 3.5 branch? Larry Hastings
- [Python-Dev] How do people like the early 3.5 branch? Robert Collins
- [Python-Dev] How do people like the early 3.5 branch? Tal Einat
- [Python-Dev] How do people like the early 3.5 branch? Serhiy Storchaka
- [Python-Dev] How do people like the early 3.5 branch? Nick Coghlan
- [Python-Dev] Importance of "async" keyword Sven R. Kunze
- [Python-Dev] Importance of "async" keyword Yury Selivanov
- [Python-Dev] Importance of "async" keyword Sven R. Kunze
- [Python-Dev] Importance of "async" keyword Steven D'Aprano
- [Python-Dev] Importance of "async" keyword Sven R. Kunze
- [Python-Dev] Importance of "async" keyword Andrew Svetlov
- [Python-Dev] Importance of "async" keyword Greg Ewing
- [Python-Dev] Importance of "async" keyword Steven D'Aprano
- [Python-Dev] Importance of "async" keyword Nick Coghlan
- [Python-Dev] Importance of "async" keyword Nick Coghlan
- [Python-Dev] Importance of "async" keyword Sven R. Kunze
- [Python-Dev] Importance of "async" keyword Ethan Furman
- [Python-Dev] Importance of "async" keyword Chris Angelico
- [Python-Dev] Importance of "async" keyword Paul Sokolovsky
- [Python-Dev] Importance of "async" keyword Chris Angelico
- [Python-Dev] Importance of "async" keyword Steve Dower
- [Python-Dev] Importance of "async" keyword Yury Selivanov
- [Python-Dev] Importance of "async" keyword R. David Murray
- [Python-Dev] Importance of "async" keyword Chris Angelico
- [Python-Dev] Importance of "async" keyword Nick Coghlan
- [Python-Dev] Importance of "async" keyword Nick Coghlan
- [Python-Dev] Importance of "async" keyword Ethan Furman
- [Python-Dev] Importance of "async" keyword Ron Adam
- [Python-Dev] Importance of "async" keyword Yury Selivanov
- [Python-Dev] Importance of "async" keyword Steve Dower
- [Python-Dev] Importance of "async" keyword Nick Coghlan
- [Python-Dev] Importance of "async" keyword Jim J. Jewett
- [Python-Dev] Importance of "async" keyword Sven R. Kunze
- [Python-Dev] Is it a Python bug that the main thread of a process created in a daemon thread is a daemon itself? Elizabeth Shashkova
- [Python-Dev] Is it a Python bug that the main thread of a process created in a daemon thread is a daemon itself? Skip Montanaro
- [Python-Dev] Is it a Python bug that the main thread of a process created in a daemon thread is a daemon itself? Antoine Pitrou
- [Python-Dev] Mingw help Steve Dower
- [Python-Dev] Mingw help anatoly techtonik
- [Python-Dev] Not getting mail from the issue tracker Robert Collins
- [Python-Dev] Not getting mail from the issue tracker Benjamin Peterson
- [Python-Dev] Obtaining stack-frames from co-routine objects Yury Selivanov
- [Python-Dev] Obtaining stack-frames from co-routine objects Ben Leslie
- [Python-Dev] Obtaining stack-frames from co-routine objects Guido van Rossum
- [Python-Dev] Obtaining stack-frames from co-routine objects Nick Coghlan
- [Python-Dev] Obtaining stack-frames from co-routine objects Guido van Rossum
- [Python-Dev] Obtaining stack-frames from co-routine objects Ben Leslie
- [Python-Dev] Obtaining stack-frames from co-routine objects Ben Leslie
- [Python-Dev] Obtaining stack-frames from co-routine objects jaivish kothari
- [Python-Dev] Obtaining stack-frames from co-routine objects Nick Coghlan
- [Python-Dev] Obtaining stack-frames from co-routine objects Guido van Rossum
- [Python-Dev] Obtaining stack-frames from co-routine objects MRAB
- [Python-Dev] Obtaining stack-frames from co-routine objects Greg Ewing
- [Python-Dev] Obtaining stack-frames from co-routine objects Ben Leslie
- [Python-Dev] Obtaining stack-frames from co-routine objects Nick Coghlan
- [Python-Dev] Obtaining stack-frames from co-routine objects Nick Coghlan
- [Python-Dev] Obtaining stack-frames from co-routine objects Guido van Rossum
- [Python-Dev] Obtaining stack-frames from co-routine objects Ben Leslie
- [Python-Dev] Obtaining stack-frames from co-routine objects Nick Coghlan
- [Python-Dev] Obtaining stack-frames from co-routine objects Mark Lawrence
- [Python-Dev] PEP 0420: Extent of implementation? Specifically Python 2? triccare triccare
- [Python-Dev] PEP 0420: Extent of implementation? Specifically Python 2? Eric V. Smith
- [Python-Dev] PEP 0420: Extent of implementation? Specifically Python 2? Terry Reedy
- [Python-Dev] PEP 0420: Extent of implementation? Specifically Python 2? Ethan Furman
- [Python-Dev] PEP 490: Chain exceptions at C level Victor Stinner
- [Python-Dev] PEP 490: Chain exceptions at C level Stefan Behnel
- [Python-Dev] PEP 490: Chain exceptions at C level Nick Coghlan
- [Python-Dev] PEP 490: Chain exceptions at C level M.-A. Lemburg
- [Python-Dev] PEP 490: Chain exceptions at C level Yury Selivanov
- [Python-Dev] PEP 490: Chain exceptions at C level Antoine Pitrou
- [Python-Dev] PEP 490: Chain exceptions at C level Ethan Furman
- [Python-Dev] PEP 490: Chain exceptions at C level Nick Coghlan
- [Python-Dev] PEP 490: Chain exceptions at C level Victor Stinner
- [Python-Dev] Python 3 migration status update across some key subcommunities (was Re: 2.7 is here until 2020, please don't call it a waste.) Ludovic Gasc
- [Python-Dev] RM for 3.6? Barry Warsaw
- [Python-Dev] RM for 3.6? Stefan Behnel
- [Python-Dev] RM for 3.6? Benjamin Peterson
- [Python-Dev] RM for 3.6? Ned Deily
- [Python-Dev] RM for 3.6? Skip Montanaro
- [Python-Dev] RM for 3.6? Chris Angelico
- [Python-Dev] RM for 3.6? Mark Lawrence
- [Python-Dev] RM for 3.6? Serhiy Storchaka
- [Python-Dev] speed.python.org M.-A. Lemburg
- [Python-Dev] speed.python.org (was: 2.7 is here until 2020, please don't call it a waste.) M.-A. Lemburg
- [Python-Dev] speed.python.org (was: 2.7 is here until 2020, please don't call it a waste.) R. David Murray
- [Python-Dev] speed.python.org (was: 2.7 is here until 2020, please don't call it a waste.) Maciej Fijalkowski
- [Python-Dev] speed.python.org (was: 2.7 is here until 2020, please don't call it a waste.) Zachary Ware
- [Python-Dev] speed.python.org (was: 2.7 is here until 2020, please don't call it a waste.) Philip Jenvey
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] Tracker reviews look like spam R. David Murray
- [Python-Dev] Tracker reviews look like spam Gregory P. Smith
- [Python-Dev] Tracker reviews look like spam R. David Murray
- [Python-Dev] Unable to build regex module against Python 3.5 32-bit MRAB
- [Python-Dev] Unable to build regex module against Python 3.5 32-bit MRAB
- [Python-Dev] Unable to build regex module against Python 3.5 32-bit Mark Lawrence
- [Python-Dev] Unable to build regex module against Python 3.5 32-bit Paul Moore
- [Python-Dev] Unbound locals in class scopes Ivan Levkivskyi
- [Python-Dev] Unbound locals in class scopes Ron Adam
- [Python-Dev] Unbound locals in class scopes Ron Adam
- [Python-Dev] Unbound locals in class scopes Ivan Levkivskyi
- [Python-Dev] Unbound locals in class scopes Guido van Rossum
- [Python-Dev] Unbound locals in class scopes Ivan Levkivskyi
- [Python-Dev] Unbound locals in class scopes Nick Coghlan
- [Python-Dev] Unbound locals in class scopes Guido van Rossum
- [Python-Dev] Unbound locals in class scopes Nick Coghlan
- [Python-Dev] Unbound locals in class scopes Ivan Levkivskyi
- [Python-Dev] Unicode 8.0 and 3.5 Terry Reedy
- [Python-Dev] Unicode 8.0 and 3.5 Larry Hastings
- [Python-Dev] Unicode 8.0 and 3.5 MRAB
- [Python-Dev] Unicode 8.0 and 3.5 Steven D'Aprano
- [Python-Dev] Unicode 8.0 and 3.5 MRAB
- [Python-Dev] Unicode 8.0 and 3.5 Larry Hastings
- [Python-Dev] Unicode 8.0 and 3.5 Steven D'Aprano
- [Python-Dev] Unicode 8.0 and 3.5 Serhiy Storchaka
- [Python-Dev] Unicode 8.0 and 3.5 Jim J. Jewett
- [Python-Dev] Unicode 8.0 and 3.5 Benjamin Peterson
- [Python-Dev] Unicode 8.0 and 3.5 Terry Reedy
- [Python-Dev] Unicode 8.0 and 3.5 Serhiy Storchaka
- [Python-Dev] What were the complaints of binary code programmers that not accept Assembly? françai s
- [Python-Dev] What were the complaints of binary code programmers that not accept Assembly? Steven D'Aprano
- [Python-Dev] Windows new 3.5 installer: Command line uninstall Paul Moore
- [Python-Dev] Windows new 3.5 installer: Command line uninstall Steve Dower
- [Python-Dev] Windows new 3.5 installer: Command line uninstall Paul Moore
- [Python-Dev] zipimport Antoine Pitrou
- [Python-Dev] zipimport Brett Cannon
- [Python-Dev] zipimport Rose Ames
- [Python-Dev] zipimport Nick Coghlan
Last message date: Tue Jun 30 22:48:44 CEST 2015
Archived on: Tue Jun 30 22:48:52 CEST 2015
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