Showing content from https://mail.python.org/pipermail/python-dev/2012-January/thread.html below:
The Python-Dev January 2012 Archive by thread
January 2012 Archives by thread
Starting: Sun Jan 1 00:56:00 CET 2012
Ending: Tue Jan 31 23:58:48 CET 2012
Messages: 880
- [Python-Dev] Hash collision security issue (now public) Guido van Rossum
- [Python-Dev] Hash collision security issue (now public) martin at v.loewis.de
- [Python-Dev] Hash collision security issue (now public) Christian Heimes
- [Python-Dev] Hash collision security issue (now public) Jim Jewett
- [Python-Dev] Hash collision security issue (now public) Jim Jewett
- [Python-Dev] Hash collision security issue (now public) Jim Jewett
- [Python-Dev] http://mail.python.org/pipermail/python-dev/2011-December/115172.html Jim Jewett
- [Python-Dev] PEP 7 clarification request: braces Nick Coghlan
- [Python-Dev] That depends on what the meaning of "is" is (was Re: http://mail.python.org/pipermail/python-dev/2011-December/115172.html) PJ Eby
- [Python-Dev] Hash collision security issue (now public) Stephen J. Turnbull
- [Python-Dev] cpython: fix some possible refleaks from PyUnicode_READY error conditions Antoine Pitrou
- [Python-Dev] RNG in the core Christian Heimes
- [Python-Dev] Hash collision security issue (now public) Bill Janssen
- [Python-Dev] Proposed PEP on concurrent programming support Mike Meyer
- [Python-Dev] cpython: Add a new PyUnicode_Fill() function Antoine Pitrou
- [Python-Dev] Proposed PEP on concurrent programming support Jim Jewett
- [Python-Dev] Compiling 2.7.2 on OS/2 Paul Smedley
- [Python-Dev] Testing the tests by modifying the ordering of dict items. Mark Shannon
- [Python-Dev] usefulness of Python version of threading.RLock Charles-François Natali
- [Python-Dev] What's required to keep OS/2 support in Python 3.3 Paul Smedley
- [Python-Dev] [Python-checkins] cpython (2.7): Issue #12042: a queue is only used to retrive results; preliminary patch by Sandro Tosi
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] Hash collision security issue (now public) Jim Jewett
- [Python-Dev] "Sort attacks" (was Re: Hash collision security issue (now public)) Tim Peters
- [Python-Dev] Hash collision security issue (now public) Stefan Behnel
- [Python-Dev] [Python-checkins] cpython: Issue #9993: When the source and destination are on different filesystems, Nick Coghlan
- [Python-Dev] Python as a Metro-style App "Martin v. Löwis"
- [Python-Dev] A question about the subprocess implementation Vinay Sajip
- [Python-Dev] [Python-checkins] cpython: Issue #9993: When the source and destination are on different filesystems, Nick Coghlan
- [Python-Dev] Hash collision security issue (now public) Jim Jewett
- [Python-Dev] [Python-checkins] cpython: Backed out changeset 36f2e236c601: For some reason, rewinddir() doesn't work as Nick Coghlan
- [Python-Dev] py3benchmark not working Christian Heimes
- [Python-Dev] descriptor as instance attribute Jon Wells
- [Python-Dev] Python C API: Problem sending tuple to a method of a python Class pasparis at noos.fr
- [Python-Dev] devguide: Backporting is obsolete. Add details that I had to learn. Antoine Pitrou
- [Python-Dev] svn.python.org certificate expired Charles-François Natali
- [Python-Dev] [Python-checkins] cpython: Issue #12760: Add a create mode to open(). Patch by David Townshend. Nick Coghlan
- [Python-Dev] AUTO: Jon K Peck is out of the office (returning 01/12/2012) Jon K Peck
- [Python-Dev] [Python-checkins] cpython (2.7): Fix stock symbol for Microsoft Victor Stinner
- [Python-Dev] Sphinx version for Python 2.x docs Sandro Tosi
- [Python-Dev] os.walk() with followlinks=False Nick Coghlan
- [Python-Dev] shutil.copy() and hard links Christian Heimes
- [Python-Dev] Status of the fix for the hash collision vulnerability Victor Stinner
- [Python-Dev] PEP 380 ("yield from") is now Final Nick Coghlan
- [Python-Dev] cpython: Implement PEP 380 - 'yield from' (closes #11682) Georg Brandl
- [Python-Dev] Backwards incompatible sys.stdout.write() behavior in Python 3 (Was: [Python-ideas] Pythonic buffering in Py3 print()) anatoly techtonik
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] [Python-checkins] cpython: add test, which was missing from d64ac9ab4cd0 Nick Coghlan
- [Python-Dev] cpython: Implement PEP 380 - 'yield from' (closes #11682) Nick Coghlan
- [Python-Dev] 2.7 now uses Sphinx 1.0 Sandro Tosi
- [Python-Dev] "Documenting Python" is moving to devguide Sandro Tosi
- [Python-Dev] Dinsdale is no more Łukasz Langa
- [Python-Dev] Python-Dev Digest, Vol 102, Issue 35 python
- [Python-Dev] [Python-checkins] peps: Bring the Python 3.3 feature list up to date. Brett Cannon
- [Python-Dev] Script(s) for building Python on Windows Jason R. Coombs
- [Python-Dev] [Python-checkins] cpython: add str.casefold() (closes #13752) Éric Araujo
- [Python-Dev] [Python-checkins] cpython: provide a common method to check for RETR_DATA validity, first checking the Éric Araujo
- [Python-Dev] PEP 407: New release cycle and introducing long-term support versions Antoine Pitrou
- [Python-Dev] Switching to Visual Studio 2010 "Martin v. Löwis"
- [Python-Dev] Hashing proposal: change only string-only dicts "Martin v. Löwis"
- [Python-Dev] [Python-checkins] cpython: Refactored logging rotating handlers for improved flexibility. Éric Araujo
- [Python-Dev] [Python-checkins] Daily reference leaks (12de1ad1cee8): sum=6024 Nick Coghlan
- [Python-Dev] Writable __doc__ Ethan Furman
- [Python-Dev] [Python-checkins] cpython (2.7): Issue #13605: add documentation for nargs=argparse.REMAINDER Nadeem Vawda
- [Python-Dev] [Python-checkins] cpython (2.7): Issue #13605: add documentation for nargs=argparse.REMAINDER Sandro Tosi
- [Python-Dev] python build failed on mac Vijay N. Majagaonkar
- [Python-Dev] Counting collisions for the win Victor Stinner
- [Python-Dev] [Python-checkins] cpython (3.1): Closes #13807: Now checks for sys.stderr being there before writing to it. Meador Inge
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] exception chaining Ethan Furman
- [Python-Dev] negative ref count on windows debug version Dr.-Ing. Ingo D. Rullhusen
- [Python-Dev] cpython (3.2): Avoid the compiler warning about the unused return value. Antoine Pitrou
- [Python-Dev] cpython (3.2): Fixes issue #8052: The posix subprocess module's close_fds behavior was Antoine Pitrou
- [Python-Dev] [Python-checkins] cpython (3.2): Fixes issue #8052: The posix subprocess module's close_fds behavior was Benjamin Peterson
- [Python-Dev] Sprinting at PyCon US Brett Cannon
- [Python-Dev] devguide: Use -j0 to maximimze parallel execution. Georg Brandl
- [Python-Dev] Packaging and setuptools compatibility Alexis Métaireau
- [Python-Dev] Status of Mac buildbots Nadeem Vawda
- [Python-Dev] Counting collisions w/ no need for a fatal exception Gregory P. Smith
- [Python-Dev] io module types Matt Joiner
- [Python-Dev] distutils 'depends' management Matteo Bertini
- [Python-Dev] [Python-ideas] Coroutines and PEP 380 Mark Shannon
- [Python-Dev] PEP for allowing 'raise NewException from None' Ethan Furman
- [Python-Dev] [issue13703] Hash collision security issue Glenn Linderman
- [Python-Dev] PEP 408 -- Standard library __preview__ package Eli Bendersky
- [Python-Dev] Summary of Python tracker Issues Python tracker
- [Python-Dev] Hashing proposal: 64-bit hash Serhiy Storchaka
- [Python-Dev] plugging the hash attack Benjamin Peterson
- [Python-Dev] Python 3 optimizations, continued, continued again... stefan brunthaler
- [Python-Dev] Python 3 optimizations, continued, continued again... Benjamin Peterson
- [Python-Dev] Python 3 optimizations, continued, continued again... Mark Shannon
- [Python-Dev] Python 3 optimizations, continued, continued again... stefan brunthaler
- [Python-Dev] Python 3 optimizations, continued, continued again... Antoine Pitrou
- [Python-Dev] Python 3 optimizations, continued, continued again... stefan brunthaler
- [Python-Dev] Python 3 optimizations, continued, continued again... Stefan Behnel
- [Python-Dev] Python 3 optimizations, continued, continued again... stefan brunthaler
- [Python-Dev] Python 3 optimizations, continued, continued again... Georg Brandl
- [Python-Dev] Python 3 optimizations, continued, continued again... stefan brunthaler
- [Python-Dev] Python 3 optimizations, continued, continued again... Georg Brandl
- [Python-Dev] Python 3 optimizations, continued, continued again... stefan brunthaler
- [Python-Dev] Python 3 benchmarks Maciej Fijalkowski
- [Python-Dev] threading.Semaphore()'s counter can become negative for non-ints T.B.
- [Python-Dev] A new dictionary implementation Mark Shannon
- [Python-Dev] #include "Python.h" Andrea Crotti
- [Python-Dev] Switching to Visual Studio 2010 "Martin v. Löwis"
- [Python-Dev] A new dictionary implementation Mark Shannon
- [Python-Dev] Release cycle question Ivano
- [Python-Dev] [Python-checkins] cpython: Issue #8828: Add new function os.replace(), for cross-platform renaming with Brett Cannon
- [Python-Dev] PEP 3144 ipaddr module (was Re: PEP 408 -- Standard library __preview__ package) Nick Coghlan
- [Python-Dev] Store timestamps as decimal.Decimal objects Victor Stinner
- [Python-Dev] cdecimal (Was: Store timestamps as decimal.Decimal objects) Paul Moore
Last message date: Tue Jan 31 23:58:48 CET 2012
Archived on: Wed Feb 1 21:42:18 CET 2012
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