Showing content from https://mail.python.org/pipermail/python-dev/2017-November/thread.html below:
The Python-Dev November 2017 Archive by thread
November 2017 Archives by thread
Starting: Wed Nov 1 05:07:26 EDT 2017
Ending: Thu Nov 30 23:54:39 EST 2017
Messages: 942
- [Python-Dev] Official port of Python on EDK2 Thiebaud Weksteen
- [Python-Dev] [edk2] Official port of Python on EDK2 Christian Heimes
- [Python-Dev] Review for bpo-30140: fix binop dispatch for subclasses Stephan Hoyer
- [Python-Dev] Reminder: 12 weeks to 3.7 feature code cutoff Ned Deily
- [Python-Dev] PEP 563: Postponed Evaluation of Annotations Lukasz Langa
- [Python-Dev] PEP 511 (code transformers) rejected Lukasz Langa
- [Python-Dev] PEP 530 Lukasz Langa
- [Python-Dev] Migrate python-dev to Mailman 3? Lukasz Langa
- [Python-Dev] PEP 564: Add new time functions with nanosecond resolution Victor Stinner
- [Python-Dev] Interesting what version of python should I start with Bob Woolsey
- [Python-Dev] Reorganizing re and curses related code Serhiy Storchaka
- [Python-Dev] Remove typing from the stdlib Victor Stinner
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] Guarantee ordered dict literals in v3.7? Stefan Krah
- [Python-Dev] Proposal: go back to enabling DeprecationWarning by default Nick Coghlan
- [Python-Dev] 3.5.4 doesn't appear in changelog Antoine Pitrou
- [Python-Dev] Allow annotations using basic types in the stdlib? Victor Stinner
- [Python-Dev] Partial support of a platform Victor Stinner
- [Python-Dev] The current dict is not an "OrderedDict" Stefan Krah
- [Python-Dev] Reminder: PEP 479's __future__ about to become the default behavior Lukasz Langa
- [Python-Dev] Clarifying Cygwin support in CPython Erik Bray
- [Python-Dev] OrderedDict(kwargs) optimization? Wes Turner
- [Python-Dev] Add Py_SETREF and Py_XSETREF to the stable C API Serhiy Storchaka
- [Python-Dev] PEP 484: difference between tuple and () Jean-Patrick Francoia
- [Python-Dev] Python 3.6.3 venv FAILURE Larry Chen
- [Python-Dev] Analog of PEP 448 for dicts (unpacking in assignment with dict rhs) Ben Usman
- [Python-Dev] PEP 565: Show DeprecationWarning in __main__ Nick Coghlan
- [Python-Dev] PEP 561 rework Ethan Smith
- [Python-Dev] Disallow ambiguous syntax f(x for x in [1],) Serhiy Storchaka
- [Python-Dev] Add a developer mode to Python: -X dev command line option Victor Stinner
- [Python-Dev] Python possible vulnerabilities in concurrency Stephen Michell
- [Python-Dev] PEP 549 vs. PEP 562 Guido van Rossum
- [Python-Dev] PEP 560 Ivan Levkivskyi
- [Python-Dev] PEP 562 Ivan Levkivskyi
- [Python-Dev] PEP 560: bases classes / confusion Jim J. Jewett
- [Python-Dev] module customization Ethan Furman
- [Python-Dev] [python-committers] IPv6 issues on *.python.org Ned Deily
- [Python-Dev] unittest isolation and warnings Christian Tismer
- [Python-Dev] Clarify the compatibility policy of lib2to3. Dong-hee Na
- [Python-Dev] Python initialization and embedded Python Victor Stinner
- [Python-Dev] Make the stable API-ABI usable Victor Stinner
- [Python-Dev] Show DeprecationWarning in debug mode? Victor Stinner
- [Python-Dev] Comments on PEP 563 (Postponed Evaluation of Annotations) Mark Shannon
- [Python-Dev] Comments on PEP 560 (Core support for typing module and generic types) Mark Shannon
- [Python-Dev] Comment on PEP 562 (Module __getattr__ and __dir__) Mark Shannon
- [Python-Dev] __future__ imports and breaking code (was: PEP 563: Postponed Evaluation of Annotations) Koos Zevenhoven
- [Python-Dev] PEP 563: Postponed Evaluation of Annotations (Draft 3) Lukasz Langa
- [Python-Dev] Script bootstrapping executables on Windows Thomas Mansencal
- [Python-Dev] Tricky way of of creating a generator via a comprehension expression Serhiy Storchaka
- [Python-Dev] PEP 559 - built-in noop() Victor Stinner
- [Python-Dev] PEP 565: show DeprecationWarning in __main__ (round 2) Nick Coghlan
- [Python-Dev] Allow tuple unpacking in return and yield statements David Cuthbert
- [Python-Dev] Second post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Second post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Second post: PEP 557, Data Classes Carl Meyer
- [Python-Dev] Second post: PEP 557, Data Classes Brett Cannon
- [Python-Dev] Second post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Second post: PEP 557, Data Classes Nick Coghlan
- [Python-Dev] Second post: PEP 557, Data Classes Greg Ewing
- [Python-Dev] Second post: PEP 557, Data Classes Nick Coghlan
- [Python-Dev] Second post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Second post: PEP 557, Data Classes Guido van Rossum
- [Python-Dev] Second post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Second post: PEP 557, Data Classes Nick Coghlan
- [Python-Dev] Second post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Second post: PEP 557, Data Classes Guido van Rossum
- [Python-Dev] Second post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Second post: PEP 557, Data Classes Guido van Rossum
- [Python-Dev] Second post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Second post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Second post: PEP 557, Data Classes Nick Coghlan
- [Python-Dev] Second post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Second post: PEP 557, Data Classes Guido van Rossum
- [Python-Dev] Second post: PEP 557, Data Classes Greg Ewing
- [Python-Dev] Second post: PEP 557, Data Classes Sebastian Rittau
- [Python-Dev] Using async/await in place of yield expression David Mertz
- [Python-Dev] generator vs iterator etc. (was: How assignment should work with generators?) Koos Zevenhoven
- [Python-Dev] Can Python guarantee the order of keyword-only parameters? Larry Hastings
- [Python-Dev] 3.7.0a3 cutoff extended a week to 12-04 Ned Deily
- [Python-Dev] iso8601 parsing Mike Miller
- [Python-Dev] Regular expressions: splitting on zero-width patterns Serhiy Storchaka
- [Python-Dev] What's the status of PEP 505: None-aware operators? Lukasz Langa
- [Python-Dev] Removing files from the repository Serhiy Storchaka
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Guido van Rossum
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Carl Meyer
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Guido van Rossum
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Antoine Pitrou
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Wes Turner
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Wes Turner
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Wes Turner
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Antoine Pitrou
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Brett Cannon
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Serhiy Storchaka
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Carl Meyer
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Lukasz Langa
- [Python-Dev] Third and hopefully final post: PEP 557, Data Classes Eric V. Smith
- [Python-Dev] PEPs: ``.. code:: python`` or ``::`` (syntax highlighting) Wes Turner
- [Python-Dev] Py_DECREF(m) on PyInit_xxx() failure? Victor Stinner
Last message date: Thu Nov 30 23:54:39 EST 2017
Archived on: Thu Nov 30 23:55:04 EST 2017
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