Showing content from https://mail.python.org/pipermail/python-dev/2006-June/thread.html below:
The Python-Dev June 2006 Archive by thread
June 2006 Archives by thread
Starting: Thu Jun 1 00:19:54 CEST 2006
Ending: Fri Jun 30 22:54:13 CEST 2006
Messages: 1361
- [Python-Dev] Segmentation fault of Python if build on Solaris 9 or10 with Sun Studio 11 Tim Peters
- [Python-Dev] Possible bug in complexobject.c (still in Python 2.5) Travis E. Oliphant
- [Python-Dev] Possible bug in complexobject.c (still in Python 2.5) Travis E. Oliphant
- [Python-Dev] Let's stop eating exceptions in dict lookup Tim Peters
- [Python-Dev] Search for empty substrings (was Re: Let's stop eating exceptions in dict lookup) Tim Peters
- [Python-Dev] [Python-checkins] r46300 - in python/trunk: Lib/socket.py Lib/test/test_socket.py Lib/test/test_struct.py Modules/_struct.c Modules/arraymodule.c Modules/socketmodule.c Martin Blais
- [Python-Dev] test_struct failure on 64 bit platforms Neal Norwitz
- [Python-Dev] string inconsistency Neal Norwitz
- [Python-Dev] feature request: inspect.isgenerator Michele Simionato
- [Python-Dev] S/390 buildbot URLs problematic Georg Brandl
- [Python-Dev] feature request: inspect.isgenerator Michael Chermside
- [Python-Dev] Python Benchmarks Fredrik Lundh
- [Python-Dev] SF patch #1473257: "Add a gi_code attr to generators" Phillip J. Eby
- [Python-Dev] Removing Mac OS 9 cruft Neal Norwitz
- [Python-Dev] test_unicode failure on MIPS Neal Norwitz
- [Python-Dev] valgrind report Neal Norwitz
- [Python-Dev] Python Benchmarks Michael Chermside
- [Python-Dev] test_ctypes failures on ppc64 debian Thomas Heller
- [Python-Dev] wsgiref documentation Doug Fort
- [Python-Dev] Some more comments re new uriparse module, patch 1462525 John J Lee
- [Python-Dev] Python Benchmarks john.m.camara at comcast.net
- [Python-Dev] ssize_t question: longs in header files Neal Norwitz
- [Python-Dev] Unhashable objects and __contains__() Collin Winter
- [Python-Dev] Request for patch review Georg Brandl
- [Python-Dev] [Python-checkins] r46603 - python/trunk/Lib/test/test_struct.py Thomas Wouters
- [Python-Dev] Mac/wastemodule build failing skip at pobox.com
- [Python-Dev] patch #1454481 vs buildbot Andrew MacIntyre
- [Python-Dev] Request for trackers to evaluate as SF replacement for Python development Brett Cannon
- [Python-Dev] Seeking Core Developers for Vancouver Python Workshop Paul Prescod
- [Python-Dev] Stdlib Logging questions (PEP 337 SoC) Jim Jewett
- [Python-Dev] Stdlib Logging questions (PEP 337 SoC) Phillip J. Eby
- [Python-Dev] Let's stop eating exceptions in dict lookup Steve Holden
- [Python-Dev] [Python-checkins] Python Regression Test Failures refleak (1) Tim Peters
- [Python-Dev] Stdlib Logging questions (PEP 337 SoC) Jim Jewett
- [Python-Dev] Include/structmember.h, Py_ssize_t Thomas Heller
- [Python-Dev] ssize_t: ints in header files Jim Jewett
- [Python-Dev] DC Python sprint on July 29th A.M. Kuchling
- [Python-Dev] Stdlib Logging questions (PEP 337 SoC) Jim Jewett
- [Python-Dev] How to fix the buffer object's broken char buffer support Brett Cannon
- [Python-Dev] wsgiref doc draft; reviews/patches wanted Phillip J. Eby
- [Python-Dev] 'fast locals' in Python 2.5 Thomas Wouters
- [Python-Dev] How to fix the buffer object's broken char buffersupport Kristján V. Jónsson
- [Python-Dev] [Python-checkins] Python Regression Test Failuresrefleak (1) Kristján V. Jónsson
- [Python-Dev] Is implicit underscore assignment buggy? Raymond Hettinger
- [Python-Dev] Is implicit underscore assignment buggy? Raymond Hettinger
- [Python-Dev] Is "t#" argument format meant to be char buffer, or just read-only? Brett Cannon
- [Python-Dev] Symbol page for Language Reference Manual Index Terry Reedy
- [Python-Dev] zlib module doesn't build - inflateCopy() not found Chris AtLee
- [Python-Dev] Subversion repository question - back up to older versions skip at pobox.com
- [Python-Dev] tarfile and unicode filenames in windows Facundo Batista
- [Python-Dev] [Python-checkins] buildbot warnings in hppa Ubuntu dapper trunk Tim Peters
- [Python-Dev] beta1 coming real soon Neal Norwitz
- [Python-Dev] 2.5 issues need resolving in a few days Neal Norwitz
- [Python-Dev] UUID module Ka-Ping Yee
- [Python-Dev] beta1 coming real soon H.Yamamoto
- [Python-Dev] beta1 coming real soon Kristján V. Jónsson
- [Python-Dev] Pre-PEP: Allow Empty Subscript List Without Parentheses Noam Raphael
- [Python-Dev] FYI: wsgiref is now checked in Phillip J. Eby
- [Python-Dev] Pre-PEP: Allow Empty Subscript List Without Parentheses Guido van Rossum
- [Python-Dev] -Wi working for anyone else? Brett Cannon
- [Python-Dev] Inject some tracing ... Martin Blais
- [Python-Dev] Switch statement Thomas Lee
- [Python-Dev] Segmentation fault in collections.defaultdict Kevin Jacobs <jacobs at bioinformed.com>
- [Python-Dev] a note in random.shuffle.__doc__ ... Alex Martelli
- [Python-Dev] Add pure python PNG writer module to stdlib? Johann C. Rocholl
- [Python-Dev] crash in dict on gc collect Neal Norwitz
- [Python-Dev] sgmllib Comments Sam Ruby
- [Python-Dev] Bug: xml.dom.pulldom never gives you END_DOCUMENT events with an Expat parser Thomas Broyer
- [Python-Dev] Import semantics Fabio Zadrozny
- [Python-Dev] subprocess.Popen(.... stdout=IGNORE, ...) Martin Blais
- [Python-Dev] Should hex() yield 'L' suffix for long numbers? Ka-Ping Yee
- [Python-Dev] Please stop changing wsgiref on the trunk Phillip J. Eby
- [Python-Dev] UUID module Ka-Ping Yee
- [Python-Dev] file() Kristján V. Jónsson
- [Python-Dev] External Package Maintenance Edward C. Jones
- [Python-Dev] "can't unpack IEEE 754 special value on non-IEEE platform" Fredrik Lundh
- [Python-Dev] Source control tools Thomas Wouters
- [Python-Dev] socket._socketobject.close() doesn't really close sockets Bruce Christensen
- [Python-Dev] rewording PEP 360 Brett Cannon
- [Python-Dev] Switch statement Thomas Lee
- [Python-Dev] DRAFT: python-dev summary for 2006-04-16 to 2006-04-30 Steven Bethard
- [Python-Dev] [Python-checkins] r46795 - in python/trunk: Doc/lib/libstdtypes.tex Lib/test/string_tests.py Misc/NEWS Objects/stringobject.c Objects/unicodeobject.c Tim Peters
- [Python-Dev] xrange vs. int.__getslice__ Vladimir 'Yu' Stepanov
- [Python-Dev] request for review: patch 1446489 (zip64 extensions in zipfile) Ronald Oussoren
- [Python-Dev] DRAFT: python-dev summary for 2006-05-01 to 2006-05-15 Steven Bethard
- [Python-Dev] pychecker warnings in Lib/encodings Neal Norwitz
- [Python-Dev] Moving PEP 343 to Final Nick Coghlan
- [Python-Dev] Documentation enhancement: "MS free compiler"? Cameron Laird
- [Python-Dev] Updating packages from external ? M.-A. Lemburg
- [Python-Dev] Python sprint at Google Aug. 21-24 Jeremy Hylton
- [Python-Dev] Improve error msgs? Georg Brandl
- [Python-Dev] Long options support Georg Brandl
- [Python-Dev] High Level Virtual Machine Neal Becker
- [Python-Dev] sqlite3 test errors - was : Re: [Python-checkins] r46936 - in python/trunk: Lib/sqlite3/test/regression.py Lib/sqlite3/test/types.py Lib/sqlite3/test/userfunctions.py Modules/_sqlite/connection.c Modules/_sqlite/cursor.c Modules/_sqlite/module.c Modules/_sqlite/module.h Gerhard Häring
- [Python-Dev] [Python-checkins] sqlite3 test errors - was : Re: r46936 - in python/trunk: Lib/sqlite3/test/regression.py Lib/sqlite3/test/types.py Lib/sqlite3/test/userfunctions.py Modules/_sqlite/connection.c Modules/_sqlite/cursor.c Modules/_sqlite/module.c Brett Cannon
- [Python-Dev] Misleading error message from PyObject_GenericSetAttr Alexander Belopolsky
- [Python-Dev] [Python-checkins] sqlite3 test errors - was : Re: r46936 - in python/trunk: Lib/sqlite3/test/regression.py Lib/sqlite3/test/types.py Lib/sqlite3/test/userfunctions.py Modules/_sqlite/connection.c Modules/_sqlite/cursor.c Modules/_sql Tim Peters
- [Python-Dev] Last-minute curses patch Walter Dörwald
- [Python-Dev] Code coverage reporting. Titus Brown
- [Python-Dev] DRAFT: python-dev summary for 2006-05-16 to 2006-05-31 Steven Bethard
- [Python-Dev] About dynamic module loading dsign
- [Python-Dev] Keeping interned strings in a set Alexander Belopolsky
- [Python-Dev] Numerical robustness, IEEE etc. Nick Maclaren
- [Python-Dev] Bug in stringobject? Georg Brandl
- [Python-Dev] unicode imports Kristján V. Jónsson
- [Python-Dev] FishEye on Python CVS Repository Peter Moore
- [Python-Dev] Python 2.4 extensions require VC 7.1? Bill Janssen
- [Python-Dev] Fwd: subprocess.Popen(.... stdout=IGNORE, ...) Peter Astrand
- [Python-Dev] An obscene computed goto bytecode hack for "switch" :) Phillip J. Eby
- [Python-Dev] setobject code Alexander Belopolsky
- [Python-Dev] Last-minute curses patch Walter Dörwald
- [Python-Dev] Python 2.4 extensions require VC 7.1? Kristján V. Jónsson
- [Python-Dev] uuid backward compatibility George Yoshida
- [Python-Dev] PEP 338 vs PEP 328 - a limitation of the -m switch Nick Coghlan
- [Python-Dev] When to branch release25-maint? Anthony Baxter
- [Python-Dev] current 2.5 issues Neal Norwitz
- [Python-Dev] TRUNK FREEZE IMMINENT FOR 2.5 BETA 1 - 00:00 UTC, 20-JUNE-2006 Anthony Baxter
- [Python-Dev] Numerical robustness, IEEE etc. Nick Maclaren
- [Python-Dev] Python 2.4 extensions require VC 7.1? Kristján V. Jónsson
- [Python-Dev] Python 2.4 extensions require VC 7.1? Kristján V. Jónsson
- [Python-Dev] unicode imports Kristján V. Jónsson
- [Python-Dev] unicode imports Kristján V. Jónsson
- [Python-Dev] unicode imports Kristján V. Jónsson
- [Python-Dev] PyString_FromFormat Kristján V. Jónsson
- [Python-Dev] unicode imports Kristján V. Jónsson
- [Python-Dev] os.getmtime now returns a float? Gregory P. Smith
- [Python-Dev] Switch statement Delaney, Timothy (Tim)
- [Python-Dev] XP build failing Brett Cannon
- [Python-Dev] ETree: xml vs xmlcore Aahz
- [Python-Dev] Numerical robustness, IEEE etc. Michael Hudson
- [Python-Dev] Numerical robustness, IEEE etc. Nick Maclaren
- [Python-Dev] Numerical robustness, IEEE etc. Michael Hudson
- [Python-Dev] Numerical robustness, IEEE etc. Nick Coghlan
- [Python-Dev] Numerical robustness, IEEE etc. Nick Maclaren
- [Python-Dev] Numerical robustness, IEEE etc. Facundo Batista
- [Python-Dev] Numerical robustness, IEEE etc. Aahz
- [Python-Dev] Numerical robustness, IEEE etc. Neal Norwitz
- [Python-Dev] Numerical robustness, IEEE etc. Kevin Jacobs <jacobs at bioinformed.com>
- [Python-Dev] Numerical robustness, IEEE etc. Nick Maclaren
- [Python-Dev] Numerical robustness, IEEE etc. Kevin Jacobs <jacobs at bioinformed.com>
- [Python-Dev] Numerical robustness, IEEE etc. Nick Maclaren
- [Python-Dev] Numerical robustness, IEEE etc. Tim Peters
- [Python-Dev] Numerical robustness, IEEE etc. Nick Maclaren
- [Python-Dev] Numerical robustness, IEEE etc. Michael Hudson
- [Python-Dev] Numerical robustness, IEEE etc. Nick Maclaren
- [Python-Dev] Numerical robustness, IEEE etc. Fredrik Lundh
- [Python-Dev] Numerical robustness, IEEE etc. Nick Coghlan
- [Python-Dev] Numerical robustness, IEEE etc. Terry Reedy
- [Python-Dev] Numerical robustness, IEEE etc. Nick Maclaren
- [Python-Dev] Numerical robustness, IEEE etc. Tim Peters
- [Python-Dev] Numerical robustness, IEEE etc. Nick Maclaren
- [Python-Dev] Dropping __init__.py requirement for subpackages Clark C. Evans
- [Python-Dev] Numerical robustness, IEEE etc. Nick Coghlan
- [Python-Dev] test_ctypes failure on Mac OS X/PowerPC 10.3.9 (Panther) Trent Mick
- [Python-Dev] Python 2.4 extensions require VC 7.1? Kristján V. Jónsson
- [Python-Dev] Small sqlite3 test suite fix (Python 2.5b1 candidate) Gerhard Häring
- [Python-Dev] RELEASED Python 2.5 (beta 1) Anthony Baxter
- [Python-Dev] TRUNK is UNFROZEN, but in FEATURE FREEZE Anthony Baxter
- [Python-Dev] PyRange_New() alternative? Ralf W. Grosse-Kunstleve
- [Python-Dev] doc for new restricted execution design for Python Brett Cannon
- [Python-Dev] ImportWarning flood Ralf W. Grosse-Kunstleve
- [Python-Dev] Allow assignments in 'global' statements? Talin
- [Python-Dev] Weekly Python Patch/Bug Summary Kurt B. Kaiser
- [Python-Dev] Things to remember when adding *packages* to stdlib Neal Norwitz
- [Python-Dev] Switch statement Roger Miller
- [Python-Dev] Numerical robustness, IEEE etc. Nick Maclaren
- [Python-Dev] Moving the ctypes repository to python.org Thomas Heller
- [Python-Dev] Numerical robustness, IEEE etc. Jim Jewett
- [Python-Dev] Switch statement Edward C. Jones
- [Python-Dev] Switch statement Jim Jewett
- [Python-Dev] Switch statement Jim Jewett
- [Python-Dev] PyObject_CallFunction and 'N' format char Gustavo Carneiro
- [Python-Dev] Alternatives to switch? Talin
- [Python-Dev] pypy-0.9.0: stackless, new extension compiler Michael Hudson
- [Python-Dev] basearray Karol Langner
- [Python-Dev] Temporary Constantification Eric Sumner
- [Python-Dev] 2.5b1 Windows install Aahz
- [Python-Dev] enhancements for uuid module Michael Amrhein
- [Python-Dev] pypy-0.9.0: stackless, new extension compiler Carl Friedrich Bolz
- [Python-Dev] PEP 3103: A Switch/Case Statement Guido van Rossum
- [Python-Dev] Switch statement Jim Jewett
- [Python-Dev] Python-Dev Digest, Vol 35, Issue 143 J. Jeffrey Close
- [Python-Dev] Problems building Python on OSX 10.4.6? J. Jeffrey Close
- [Python-Dev] ImportWarning flood Delaney, Timothy (Tim)
- [Python-Dev] Semantic of isinstance Martin Maly
- [Python-Dev] Semantic of isinstance Phillip J. Eby
- [Python-Dev] PEP 328 and PEP 338, redux Nick Coghlan
- [Python-Dev] doc for new restricted execution design for Python Jim Jewett
- [Python-Dev] Is Lib/test/crashers/recursive_call.py really a crasher? Brett Cannon
- [Python-Dev] School IIb? Jim Jewett
- [Python-Dev] Proposal to eliminate PySet_Fini Alexander Belopolsky
- [Python-Dev] Do we need a bug triage day? A.M. Kuchling
- [Python-Dev] Switch statement - handling errors Jim Jewett
- [Python-Dev] Split switch statement Eric Sumner
- [Python-Dev] xturtle.py a replacement for turtle.py(!?) Gregor Lingl
- [Python-Dev] xturtle.py - a replacement for turtle.py Gregor Lingl
- [Python-Dev] Oh-why that?? Please ignore one of the two Gregor Lingl
- [Python-Dev] [Python-checkins] r47142 - in python/trunk: Doc/lib/librunpy.tex Lib/runpy.py Lib/test/test_runpy.py Anthony Baxter
- [Python-Dev] once [was: Simple Switch statementZ] Jim Jewett
- [Python-Dev] doc for new restricted execution design for Python Brett Cannon
- [Python-Dev] RFC: trunk checkins between now and 2.5 final Anthony Baxter
- [Python-Dev] doc for new restricted execution design for Python Brett Cannon
- [Python-Dev] xturtle.py python at rcn.com
- [Python-Dev] bug #1513646 Yi Ding
- [Python-Dev] xturtle.py Jim Jewett
- [Python-Dev] doc for new restricted execution design for Python Mark Hammond
- [Python-Dev] msvccompiler.py: some remarks Jeroen Ruigrok van der Werven
- [Python-Dev] Joke: Rush Limbaugh (a joke in and of himself) Scott David Daniels
- [Python-Dev] PyGIL_ and --without-threads Thomas Heller
- [Python-Dev] document @property? Georg Brandl
- [Python-Dev] For sandboxing: alternative to crippling file() Brett Cannon
- [Python-Dev] PEP 328 and PEP 338, redux Jim Jewett
- [Python-Dev] Pickle implementation questions Bruce Christensen
- [Python-Dev] 2.5 and beyond Neal Norwitz
- [Python-Dev] Proposal to eliminate PySet_Fini Kristján V. Jónsson
- [Python-Dev] Cleanup of test harness for Python Frank Wierzbicki
- [Python-Dev] sys.settrace() in Python 2.3 vs. 2.4 Josiah Carlson
- [Python-Dev] how long to wait for expat to incorporate a fix to prevent a crasher? Brett Cannon
- [Python-Dev] LOAD_CONST POP_TOP Georg Brandl
- [Python-Dev] Python memory model (low level) Nick Maclaren
- [Python-Dev] Python memory model (low level) Nick Maclaren
- [Python-Dev] Empty Subscript PEP on Wiki - keep or toss? skip at pobox.com
Last message date: Fri Jun 30 22:54:13 CEST 2006
Archived on: Mon Jul 3 05:47:13 CEST 2006
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