comp.lang.python
By Date
4716 messages sorted by: [ author ] [ thread ] [ subject ]
Starting: 02/28/05
Ending: 03/30/05
- Re: redundant imports Peter Hansen (03/30/05)
- Re: redundant imports Tim Jarman (03/30/05)
- Suggesting methods with similar names bearophileHUGS_at_lycos.com (03/30/05)
- RE: Need Help: Server to pass py objects-THANKS Sells, Fred (03/30/05)
- Re: Weakrefs to classes that derive from str Peter Hansen (03/30/05)
- ANN: pyMinGW support for Python 2.4.1 (final) is available A.B., Khalid (03/30/05)
- Re: problem with tkinter max(01)* (03/30/05)
- redundant imports max(01)* (03/30/05)
- Re: author index for Python Cookbook 2? Fuzzyman (03/30/05)
- Re: Optimisation Hints (dict processing and strings) Kent Johnson (03/30/05)
- Re: PyQt on Python 2.4 Phil Thompson (03/30/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Fuzzyman (03/30/05)
- Re: oddness in string.find(sub,somestring) MyHaz (03/30/05)
- Re: oddness in string.find(sub,somestring) Max M (03/30/05)
- Re: oddness in string.find(sub,somestring) Max M (03/30/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Kent Johnson (03/30/05)
- Re: oddness in string.find(sub,somestring) Diez B. Roggisch (03/30/05)
- Re: oddness in string.find(sub,somestring) Fredrik Lundh (03/30/05)
- oddness in string.find(sub,somestring) MyHaz (03/30/05)
- PyQt on Python 2.4 Franz Steinhäusler (03/30/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Ville Vainio (03/30/05)
- twistedSnmp and hexadecimal values ... Francesco Ciocchetti (03/30/05)
- Re: problem with tkinter max(01)* (03/30/05)
- RELEASED Python 2.4.1 (final) Anthony Baxter (03/30/05)
- Re: Optimisation Hints (dict processing and strings) Daniel Dittmar (03/30/05)
- Re: problem with tkinter max(01)* (03/30/05)
- Re: distutils: package data Serge Orlov (03/30/05)
- Re: BF interpreter in Python Will McGugan (03/30/05)
- Re: Weakrefs to classes that derive from str Steven Bethard (03/30/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Steven Bethard (03/30/05)
- Re: Queue.Queue-like class without the busy-wait Paul Rubin (03/30/05)
- Re: Problem in designing a global directory in python Serge Orlov (03/30/05)
- Re: How to build pyogg/pyvorbis for Python 2.3 with MinGW Marek Kubica (03/30/05)
- Re: distutils: package data Qiangning Hong (03/30/05)
- Re: Things you shouldn't do Richie Hindle (03/30/05)
- Re: Queue.Queue-like class without the busy-wait Antoon Pardon (03/30/05)
- Re: Little Q: how to print a variable's name, not its value? Duncan Booth (03/30/05)
- Re: Things you shouldn't do Eric Brunel (03/30/05)
- Re: Optimisation Hints (dict processing and strings) Bengt Richter (03/30/05)
- Re: problem with tkinter Eric Brunel (03/30/05)
- Re: Newbie Shell Editor Question Tim Roberts (03/30/05)
- Re: Optimisation Hints (dict processing and strings) MyHaz (03/30/05)
- Re: File Uploads Tim Roberts (03/30/05)
- Re: IMAP4.search by message-id ? Sean Dodsworth (03/30/05)
- Re: Secure scripts variables Paul Rubin (03/30/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Fuzzyman (03/30/05)
- Re: newbie - threading martijn_at_gamecreators.nl (03/30/05)
- IMAP4.search by message-id ? at (03/30/05)
- Re: reading from a txt file MyHaz (03/30/05)
- Re: newbie - threading MyHaz (03/30/05)
- Re: Optimisation Hints (dict processing and strings) OPQ (03/30/05)
- newbie - threading martijn_at_gamecreators.nl (03/30/05)
- Re: Weakrefs to classes that derive from str Ron Garret (03/30/05)
- Re: IMAP4.search by message-id ? Max M (03/30/05)
- Re: Queue.Queue-like class without the busy-wait Paul Rubin (03/30/05)
- Re: Things you shouldn't do Andrew Dalke (03/30/05)
- Re: [maintenance doc updates] Do Re Mi chel La Si Do (03/30/05)
- Re: Why tuple with one item is no tuple Antoon Pardon (03/30/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Ville Vainio (03/30/05)
- Re: Trouble with RC2 Do Re Mi chel La Si Do (03/30/05)
- Re: Grouping code by indentation - feature or ******? Tim Roberts (03/30/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Steven Bethard (03/30/05)
- Re: instance vs class attributes James Stroud (03/30/05)
- Re: BF interpreter in Python Do Re Mi chel La Si Do (03/30/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Terry Reedy (03/30/05)
- Re: Grouping code by indentation - feature or ******? Myles Strous (03/30/05)
- Re: Grouping code by indentation - feature or ******? Myles Strous (03/30/05)
- Re: urllib.urlretireve problem gene.tani_at_gmail.com (03/30/05)
- Re: instance vs class attributes runsun pan (03/30/05)
- Re: Weakrefs to classes that derive from str Steven Bethard (03/30/05)
- math - need divisors algorithm Philp Smith (03/30/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Steven Bethard (03/30/05)
- RE: mod_python Delaney, Timothy C (Timothy) (03/30/05)
- Re: Things you shouldn't do Paul McGuire (03/30/05)
- Re: how do you use a closure in a class Paul McGuire (03/30/05)
- Re: instance vs class attributes Brian van den Broek (03/30/05)
- Re: Python interpreter error: unsupported operand type(s) for -: 'tuple' and 'int' George Yoshida (03/30/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionaryaccumulator methods) George Sakkis (03/30/05)
- Things you shouldn't do Steve (03/30/05)
- Re: Python for a 10-14 years old? Joal Heagney (03/30/05)
- Re: Python for a 10-14 years old? Greg Ewing (03/30/05)
- reading from a txt file jrlen balane (03/30/05)
- Re: Python for a 10-14 years old? Joal Heagney (03/30/05)
- Re: Python for a 10-14 years old? Joal Heagney (03/30/05)
- Re: Python for a 10-14 years old? Greg Ewing (03/30/05)
- Re: automatically mapping builtins (WAS: itertools to iter transition) Michael Spencer (03/30/05)
- Re: why and when we should do it? Terry Reedy (03/30/05)
- Re: numbering variables Steve (03/30/05)
- Re: How to use "__new__"? Terry Reedy (03/30/05)
- Re: How to use "__new__"? Heiko Wundram (03/30/05)
- Re: how do you use a closure in a class Terry Reedy (03/30/05)
- Re: Problem in designing a global directory in python Terry Reedy (03/30/05)
- Re: How to use "__new__"? Heiko Wundram (03/30/05)
- Re: checksum works in unix but not win32 os Peter Hansen (03/30/05)
- Re: distance, angle restraint Terry Reedy (03/30/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Terry Reedy (03/30/05)
- Re: Overriding methods in classes you don't control Amaury Forgeot d'Arc (03/30/05)
- Weakrefs to classes that derive from str Ron Garret (03/30/05)
- Re: why and when we should do it? Swaroop C H (03/30/05)
- Re: checksum works in unix but not win32 os Trent Mick (03/30/05)
- Weekly Python Patch/Bug Summary Kurt B. Kaiser (03/30/05)
- distutils: package data Qiangning Hong (03/30/05)
- Re: Overriding methods in classes you don't control Amaury Forgeot d'Arc (03/30/05)
- Re: convert user input to Decimal objects using eval()? Terry Reedy (03/30/05)
- Re: Grouping code by indentation - feature or ******? Terry Reedy (03/30/05)
- checksum works in unix but not win32 os GujuBoy (03/30/05)
- Re: Please help for Python programming yy0127_at_gmail.com (03/30/05)
- Re: instance vs class attributes James Stroud (03/30/05)
- Re: Python interpreter error: unsupported operand type(s) for -: 'tuple' and 'int' Rakesh (03/30/05)
- Python interpreter error: unsupported operand type(s) for -: 'tuple' and 'int' Rakesh (03/30/05)
- why and when we should do it? Su Wei (03/30/05)
- Re: instance vs class attributes James Stroud (03/30/05)
- Re: How to execute a cmd line program without invoking console window? Bengt Richter (03/30/05)
- Re: urllib.urlretireve problem Larry Bates (03/30/05)
- Re: How to use "__new__"? could ildg (03/30/05)
- Re: Finding attributes in a list Bengt Richter (03/30/05)
- Re: How to use "__new__"? Steven Bethard (03/30/05)
- Dr. Dobb's Python-URL! - weekly Python news and links (Mar 30) Cameron Laird (03/30/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Cameron Laird (03/30/05)
- Re: how do you use a closure in a class Cameron Laird (03/30/05)
- Re: Python & LEGO Mindstorm control... Cameron Laird (03/30/05)
- Re: good design & method calls Cameron Laird (03/30/05)
- How to use "__new__"? could ildg (03/30/05)
- instance vs class attributes Sarir Khamsi (03/30/05)
- RE: Python & LEGO Mindstorm control... Tony Meyer (03/30/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Bengt Richter (03/30/05)
- Re: Problem in designing a global directory in python '_at_'.join([..join(['fred','dixon']),..join(['gmail','com'])]) (03/30/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Jack Diederich (03/30/05)
- Re: How do I get better at Python programming? alex23 (03/30/05)
- Re: How to execute a cmd line program without invoking console window? raver2046 (03/30/05)
- automatically mapping builtins (WAS: itertools to iter transition) Steven Bethard (03/30/05)
- Re: Grouping code by indentation - feature or ******? Diez B. Roggisch (03/29/05)
- Re: How to execute a cmd line program without invoking console window? rbt (03/29/05)
- Re: Python & LEGO Mindstorm control... D H (03/29/05)
- How to execute a cmd line program without invoking console window? Tian (03/29/05)
- Re: Optimisation Hints (dict processing and strings) John Machin (03/29/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) George Sakkis (03/29/05)
- Re: Which is easier? Translating from C++ or from Java... Peter Herndon (03/29/05)
- Python & LEGO Mindstorm control... Venkat B (03/29/05)
- Re: how do you use a closure in a class Paul McGuire (03/29/05)
- Re: Need Help: Server to pass py objects Ken Godee (03/29/05)
- Re: Little Q: how to print a variable's name, not its value? Ron_Adam (03/29/05)
- Re: problem with tkinter Pierre Quentel (03/29/05)
- Re: pyopenGL: glutInit : TypeError: not a list Rakesh (03/29/05)
- pyopenGL: glutInit : TypeError: not a list Rakesh (03/29/05)
- Re: Need Help: Server to pass py objects M.E.Farmer (03/29/05)
- how do you use a closure in a class erinhouston_at_gmail.com (03/29/05)
- Re: PyParsing module or HTMLParser Paul McGuire (03/29/05)
- Re: Little Q: how to print a variable's name, not its value? Bill Mill (03/29/05)
- Re: cgi and multipart/form-data? Chris Curvey (03/29/05)
- Re: Which is easier? Translating from C++ or from Java... Patrick Useldinger (03/29/05)
- RE: Optimisation Hints (dict processing and strings) Peter Hansen (03/29/05)
- Re: Calling __init__ with multiple inheritance jfj (03/29/05)
- Re: Problem in designing a global directory in python Tian (03/29/05)
- Re: Which is easier? Translating from C++ or from Java... Bill Mill (03/29/05)
- Re: Who Knows of a Good Computational Physics Textbook? James Stroud (03/29/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Michael Spencer (03/29/05)
- Re: Connecting to a SQL Server Jarek Zgoda (03/29/05)
- Re: Problem in designing a global directory in python Bruno Desthuilliers (03/29/05)
- Re: Little Q: how to print a variable's name, not its value? Ron_Adam (03/29/05)
- Need Help: Server to pass py objects Sells, Fred (03/29/05)
- cgi and multipart/form-data? Chris Curvey (03/29/05)
- Re: truncating a file from the top down rbt (03/29/05)
- Re: Which is easier? Translating from C++ or from Java... cjl (03/29/05)
- Re: Problem in designing a global directory in python Tian (03/29/05)
- Re: xml marshal of general (but non Python standard) class QMartin_v=2E_L=F6wis=22?= (03/29/05)
- Re: code for Computer Language Shootout igouy_at_yahoo.com (03/29/05)
- Re: Little Q: how to print a variable's name, not its value? Bill Mill (03/29/05)
- Re: modes for AES encryption? Chris Curvey (03/29/05)
- Re: good design & method calls Ron_Adam (03/29/05)
- Re: truncating a file from the top down Mike Rovner (03/29/05)
- Re: Finding attributes in a list Steven Bethard (03/29/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Steven Bethard (03/29/05)
- Re: [Newbie] How do I get better at Python programming? Tim Jarman (03/29/05)
- Re: Problem in designing a global directory in python F. Petitjean (03/29/05)
- Automatic response to your mail (Error) Webmaster (03/29/05)
- Re: Get document as normal text and not as binary data Markus Franz (03/29/05)
- Re: Get document as normal text and not as binary data Markus Franz (03/29/05)
- Re: Little Q: how to print a variable's name, not its value? Cameron Laird (03/29/05)
- Re: Distributing closed source modules Dave Brueck (03/29/05)
- Problem in designing a global directory in python Tian (03/29/05)
- Wanted: New Python Success Stories Stephan Deibel (03/29/05)
- problem with tkinter max(01)* (03/29/05)
- Re: truncating a file from the top down Fredrik Lundh (03/29/05)
- Re: xml marshal of general (but non Python standard) class syd (03/29/05)
- Re: Finding attributes in a list infidel (03/29/05)
- Python performance tips page moved to wiki Skip Montanaro (03/29/05)
- Re: newbie question shama.bell_at_gmail.com (03/29/05)
- Re: Max files in unix folder from PIL process Kane (03/29/05)
- Re: serial module NEWBE HELP! Peter Hansen (03/29/05)
- Re: [Catalog-sig] Table of Python Packages, updated Ian Bicking (03/29/05)
- Re: Numarray newbie question ChinStrap (03/29/05)
- Re: truncating a file from the top down Mike Rovner (03/29/05)
- Re: Numarray newbie question Robert Kern (03/29/05)
- truncating a file from the top down rbt (03/29/05)
- Re: Numarray newbie question ChinStrap (03/29/05)
- Re: Little Q: how to print a variable's name, not its value? Bill Mill (03/29/05)
- Re: Optimisation Hints (dict processing and strings) Aaron Bingham (03/29/05)
- Re: Table of Python Packages, updated Skip Montanaro (03/29/05)
- Re: Table of Python Packages, updated Seo Sanghyeon (03/29/05)
- Re: Which is easier? Translating from C++ or from Java... Patrick Useldinger (03/29/05)
- Re: good design & method calls Charles Hartman (03/29/05)
- serial module NEWBE HELP! Ron (03/29/05)
- Re: Retrieve Icons Associated To An Extension? Will McGugan (03/29/05)
- Re: passing keyword args as a parameter max(01)* (03/29/05)
- Re: tkinter destroy() max(01)* (03/29/05)
- Re: hiding a frame in tkinter Fredrik Lundh (03/29/05)
- Re: Table of Python Packages, updated Skip Montanaro (03/29/05)
- Retrieve Icons Associated To An Extension? andrea.gavana_at_agip.it (03/29/05)
- Re: good design & method calls Peter Hansen (03/29/05)
- Table of Python Packages, updated Seo Sanghyeon (03/29/05)
- Re: Optimisation Hints (dict processing and strings) Daniel Dittmar (03/29/05)
- Re: Secure scripts variables Serge Orlov (03/29/05)
- Re: Optimisation Hints (dict processing and strings) Peter Hansen (03/29/05)
- Optimisation Hints (dict processing and strings) OPQ (03/29/05)
- Re: Little Q: how to print a variable's name, not its value? Ron_Adam (03/29/05)
- Re: convert user input to Decimal objects using eval()? Julian Hernandez Gomez (03/29/05)
- good design & method calls Charles Hartman (03/29/05)
- Re: Max files in unix folder from PIL process Ivan Van Laningham (03/29/05)
- mod_python onur2029 (03/29/05)
- Re: Why tuple with one item is no tuple Ville Vainio (03/29/05)
- Re: passing keyword args as a parameter Fredrik Lundh (03/29/05)
- Re: Why tuple with one item is no tuple Ville Vainio (03/29/05)
- Re: [Newbie] How do I get better at Python programming? Larry Bates (03/29/05)
- Re: Grouping code by indentation - feature or ******? Roy Smith (03/29/05)
- Re: Trouble with RC2 Anthony Baxter (03/29/05)
- BF interpreter in Python Will McGugan (03/29/05)
- Re: Which is easier? Translating from C++ or from Java... Roy Smith (03/29/05)
- Finding attributes in a list Ben (03/29/05)
- Secure scripts variables Florian Lindner (03/29/05)
- Re: Queue.Queue-like class without the busy-wait Antoon Pardon (03/29/05)
- MAC changing ias0nas_at_lycos.com (03/29/05)
- Re: Dumb*ss newbie Q Captain Dondo (03/29/05)
- Re: tkinter destroy() Eric Brunel (03/29/05)
- Re: Queue.Queue-like class without the busy-wait Paul Rubin (03/29/05)
- Re: Queue.Queue-like class without the busy-wait Antoon Pardon (03/29/05)
- Re: Calling __init__ with multiple inheritance Axel Straschil (03/29/05)
- Actor pattern in GUI M Ali (03/29/05)
- Re: Queue.Queue-like class without the busy-wait Antoon Pardon (03/29/05)
- Re: Queue.Queue-like class without the busy-wait Paul Rubin (03/29/05)
- tksnack and socket to real time sampling and playing sound didifouke_at_yahoo.com (03/29/05)
- Re: Why tuple with one item is no tuple Antoon Pardon (03/29/05)
- Re: Little Q: how to print a variable's name, not its value? Christos (03/29/05)
- Re: Queue.Queue-like class without the busy-wait Antoon Pardon (03/29/05)
- tkinter destroy() max(01)* (03/29/05)
- passing keyword args as a parameter max(01)* (03/29/05)
- Re: help with getting selection from wxChoice with out after it has changed Peter Otten (03/29/05)
- Re: Connecting to a SQL Server ttmi (03/29/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Ville Vainio (03/29/05)
- Re: help with getting selection from wxChoice with out after it has changed Gerrit Holl (03/29/05)
- Re: author index for Python Cookbook 2? Premshree Pillai (03/29/05)
- Re: author index for Python Cookbook 2? Fuzzyman (03/29/05)
- Re: "static" variables in functions (was: Version Number Comparison Function) Bengt Richter (03/29/05)
- Re: a program to delete duplicate files alanwo_at_gmail.com (03/29/05)
- Re: How to ensure Maximize button shows in Linux/Unix (Tkinter) Eric Brunel (03/29/05)
- Re: Calling __init__ with multiple inheritance Peter Otten (03/29/05)
- Re: "static" variables in functions (was: Version Number Comparison Function) El Pitonero (03/29/05)
- Re: Python for a 10-14 years old? Duncan Booth (03/29/05)
- Re: Looking for Stephen Turner, maintainer of informixdb Michael Husmann (03/29/05)
- Re: Distributing closed source modules Fuzzyman (03/29/05)
- Re: Grouping code by indentation - feature or ******? Antoon Pardon (03/29/05)
- Re: Which is easier? Translating from C++ or from Java... alainpoint_at_yahoo.fr (03/29/05)
- Re: Grouping code by indentation - feature or ******? Antoon Pardon (03/29/05)
- Re: hiding a frame in tkinter faramarz yari (03/29/05)
- Re: Grouping code by indentation - feature or ******? Antoon Pardon (03/29/05)
- Re: Calling __init__ with multiple inheritance Steven Bethard (03/29/05)
- Re: Little Q: how to print a variable's name, not its value? Dan Bishop (03/29/05)
- Re: Numarray newbie question Robert Kern (03/29/05)
- Re: author index for Python Cookbook 2? Cappy2112 (03/29/05)
- How to build pyogg/pyvorbis for Python 2.3 with MinGW news.siol.net (03/29/05)
- Re: Little Q: how to print a variable's name, not its value? Brian van den Broek (03/29/05)
- Re: Save passwords in scripts Serge Orlov (03/29/05)
- Numarray newbie question ChinStrap (03/29/05)
- Re: collaborative text editor Andrew Dalke (03/29/05)
- Re: 133+ Tutorials and counting... stewart.midwinter_at_gmail.com (03/29/05)
- Newbiw - PypenGL and OpenGLContext Steve T (03/29/05)
- Little Q: how to print a variable's name, not its value? stewart.midwinter_at_gmail.com (03/29/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? stewart.midwinter_at_gmail.com (03/29/05)
- Re: Calling __init__ with multiple inheritance Axel Straschil (03/29/05)
- Re: [Newbie] How do I get better at Python programming? Paul Rubin (03/29/05)
- Re: [Newbie] How do I get better at Python programming? Steve Holden (03/29/05)
- Re: Max files in unix folder from PIL process Rowdy (03/29/05)
- Re: [Newbie] How do I get better at Python programming? James Stroud (03/29/05)
- Re: [Newbie] How do I get better at Python programming? Brian van den Broek (03/29/05)
- [Newbie] How do I get better at Python programming? Anon (03/29/05)
- Re: Calling __init__ with multiple inheritance jfj (03/29/05)
- Re: collaborative text editor Ed Leafe (03/29/05)
- Re: Win32 or Unix check in python Erik Max Francis (03/29/05)
- collaborative text editor Bryan (03/29/05)
- Win32 or Unix check in python GujuBoy (03/29/05)
- Re: Python for a 10-14 years old? Joal Heagney (03/29/05)
- Re: Max files in unix folder from PIL process QMartin_v=2E_L=F6wis=22?= (03/29/05)
- Re: Calling __init__ with multiple inheritance jfj (03/29/05)
- Re: Max files in unix folder from PIL process Andrew Dalke (03/29/05)
- Re: File Uploads Doug Helm (03/29/05)
- Crash in thread on program termination Eric Ries (03/29/05)
- Re: Overriding methods in classes you don't control Alex VanderWoude (03/29/05)
- Re: Module function can't see globals after import. Ron_Adam (03/29/05)
- Re: Python Cookbook, 2'nd. Edition is published Cameron Laird (03/29/05)
- Re: Which is easier? Translating from C++ or from Java... Roy Smith (03/29/05)
- Re: Max files in unix folder from PIL process David Pratt (03/29/05)
- Re: hiding a frame in tkinter Harlin Seritt (03/29/05)
- Re: good IIS 6.0(win2k3) python CGI web ext. setup instructions Harlin Seritt (03/29/05)
- Re: Which is easier? Translating from C++ or from Java... Stefan Seefeld (03/29/05)
- Re: author index for Python Cookbook 2? Cappy2112 (03/29/05)
- Re: The Greatest News Ever! Lonnie Princehouse (03/29/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) David Eppstein (03/29/05)
- Re: Python Cookbook 2nd Ed Terry Reedy (03/29/05)
- good IIS 6.0(win2k3) python CGI web ext. setup instructions mark (03/29/05)
- Re: breaking up is hard to do bbands (03/29/05)
- Re: breaking up is hard to do bbands (03/29/05)
- Re: doing "checksum" in python Sean Blakey (03/29/05)
- RE: __getslice__ passed INT_MAX rather than sys.maxint for missingendpoint? Delaney, Timothy C (Timothy) (03/29/05)
- Re: newbie question Sean Blakey (03/29/05)
- Re: Max files in unix folder from PIL process Kane (03/29/05)
- doing "checksum" in python GujuBoy (03/29/05)
- RE: The Running Time of += on Char Strings ? Delaney, Timothy C (Timothy) (03/29/05)
- newbie question shama.bell_at_gmail.com (03/29/05)
- author index for Python Cookbook 2? Andrew Dalke (03/29/05)
- Status of Python implementation for PalmOS? Wolfgang Keller (03/29/05)
- Re: Python Cookbook, 2'nd. Edition is published Trent Mick (03/29/05)
- Re: doing "checksum" in python Irmen de Jong (03/29/05)
- Re: Which is easier? Translating from C++ or from Java... Kent Johnson (03/29/05)
- Looking for Stephen Turner, maintainer of informixdb Carsten Haese (03/29/05)
- Re: how to apply "mvc" pattern to gui-design in python Gustavo Rahal (03/29/05)
- Re: newbie question: how to get the class instance given a moduleobject? Kent Johnson (03/28/05)
- Re: DBAPI Paramstyle Andy Dustman (03/28/05)
- Re: Python Cookbook, 2'nd. Edition is published Larry Bates (03/28/05)
- using distutils.command.config John Hunter (03/28/05)
- Max files in unix folder from PIL process David Pratt (03/28/05)
- Re: Which is easier? Translating from C++ or from Java... woodsman_at_gmail.com (03/28/05)
- Re: PyParsing module or HTMLParser EuGeNe (03/28/05)
- Re: convert user input to Decimal objects using eval()? Swaroop C H (03/28/05)
- Re: Which is easier? Translating from C++ or from Java... Patrick Useldinger (03/28/05)
- Which is easier? Translating from C++ or from Java... cjl (03/28/05)
- Re: Python Cookbook 2nd Ed Skip Montanaro (03/28/05)
- Re: Save passwords in scripts Florian Lindner (03/28/05)
- Re: PyParsing module or HTMLParser Bill Mill (03/28/05)
- Re: Python Cookbook, 2'nd. Edition is published rdsteph_at_mac.com (03/28/05)
- PyParsing module or HTMLParser Lad (03/28/05)
- Re: Calling __init__ with multiple inheritance Peter Otten (03/28/05)
- tkinter and textvariable option max(01)* (03/28/05)
- Re: Save passwords in scripts Paul Rubin (03/28/05)
- Re: Get document as normal text and not as binary data Kent Johnson (03/28/05)
- Trouble with RC2 Do Re Mi chel La Si Do (03/28/05)
- Re: String Splitter Brain Teaser Doug Schwarz (03/28/05)
- Re: Python for a 10-14 years old? Lee Harr (03/28/05)
- Re: String Splitter Brain Teaser Doug Schwarz (03/28/05)
- Re: String Splitter Brain Teaser Bill Mill (03/28/05)
- Re: String Splitter Brain Teaser Steven Bethard (03/28/05)
- Re: String Splitter Brain Teaser Michael Spencer (03/28/05)
- Re: Get document as normal text and not as binary data Diez B. Roggisch (03/28/05)
- Re: Get document as normal text and not as binary data Diez B. Roggisch (03/28/05)
- Re: Pre-PEP: Dictionary accumulator methods Michael Spencer (03/28/05)
- Re: Grouping code by indentation - feature or ******? Javier Bezos (03/28/05)
- Re: itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Jack Diederich (03/28/05)
- looped if's stop working lotmr (03/28/05)
- Re: Calling __init__ with multiple inheritance Michael Spencer (03/28/05)
- Re: Calling __init__ with multiple inheritance Peter Otten (03/28/05)
- Re: Module function can't see globals after import. Christos (03/28/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Scott Robinson (03/28/05)
- Re: String Splitter Brain Teaser Bill Mill (03/28/05)
- itertools to iter transition (WAS: Pre-PEP: Dictionary accumulator methods) Steven Bethard (03/28/05)
- Module function can't see globals after import. Ron_Adam (03/28/05)
- Re: String Splitter Brain Teaser Michael Spencer (03/28/05)
- convert user input to Decimal objects using eval()? Julian Hernandez Gomez (03/28/05)
- Re: Exception Handling QMartin_v=2E_L=F6wis=22?= (03/28/05)
- Exception Handling ias0nas_at_lycos.com (03/28/05)
- Re: Python for a 10-14 years old? Fred Pacquier (03/28/05)
- Re: How do I get the current value of "errno" Fredrik Lundh (03/28/05)
- Re: html tags and python Hansan (03/28/05)
- Re: Python Cookbook, 2'nd. Edition is published Larry Bates (03/28/05)
- Re: Cooperative methods, was Re: Calling __init__ with multiple inheritance phil_nospam_schmidt_at_yahoo.com (03/28/05)
- How do I get the current value of "errno" Steve Juranich (03/28/05)
- Re: Pre-PEP: Dictionary accumulator methods Jack Diederich (03/28/05)
- Re: Get document as normal text and not as binary data Markus Franz (03/28/05)
- Cooperative methods, was Re: Calling __init__ with multiple inheritance Peter Otten (03/28/05)
- Re: list-comprehension and map question (simple) Robert Kern (03/28/05)
- Re: numbering variables Ron_Adam (03/28/05)
- Re: Overriding methods in classes you don't control runsun pan (03/28/05)
- Re: Newbie Printing Question Larry Bates (03/28/05)
- Re: list-comprehension and map question (simple) runsun pan (03/28/05)
- Re: Python docs [was: function with a state] Mark McIntyre (03/28/05)
- Re: passing input to running loop Swaroop C H (03/28/05)
- Re: Dumb*ss newbie Q Larry Bates (03/28/05)
- Re: String Splitter Brain Teaser Bill Mill (03/28/05)
- Re: Calling __init__ with multiple inheritance phil_nospam_schmidt_at_yahoo.com (03/28/05)
- Re: html tags and python Swaroop C H (03/28/05)
- Re: Access denied calling FireEvent in Python calfdog_at_yahoo.com (03/28/05)
- Re: how to apply "mvc" pattern to gui-design in python Swaroop C H (03/28/05)
- Python Cookbook 2nd Ed Will McGugan (03/28/05)
- Re: "static" variables in functions (was: Version Number Comparison Function) Christos (03/28/05)
- Re: Calling __init__ with multiple inheritance Peter Otten (03/28/05)
- Re: numbering variables remi (03/28/05)
- Re: numbering variables remi (03/28/05)
- Re: Connecting to a SQL Server Jarek Zgoda (03/28/05)
- Re: Python for a 10-14 years old? Christos (03/28/05)
- Re: numbering variables Fredrik Lundh (03/28/05)
- Re: numbering variables Fredrik Lundh (03/28/05)
- Calling __init__ with multiple inheritance Axel Straschil (03/28/05)
- Re: numbering variables remi (03/28/05)
- Re: numbering variables remi (03/28/05)
- Re: numbering variables Patrick Useldinger (03/28/05)
- Re: String Splitter Brain Teaser bearophileHUGS_at_lycos.com (03/28/05)
- Re: File Uploads -- Windows Server QMartin_v=2E_L=F6wis=22?= (03/28/05)
- Re: numbering variables Fredrik Lundh (03/28/05)
- Re: Python docs [was: function with a state] Xah Lee (03/28/05)
- numbering variables remi (03/28/05)
- Re: Overriding methods in classes you don't control andybak_at_gmail.com (03/28/05)
- Re: how to apply "mvc" pattern to gui-design in python andybak_at_gmail.com (03/28/05)
- Re: Overriding methods in classes you don't control runsun pan (03/28/05)
- Re: Newbie Shell Editor Question runsun pan (03/28/05)
- Re: how to add a string to the beginning of a large binary file? Fredrik Lundh (03/28/05)
- Re: hiding a frame in tkinter Fredrik Lundh (03/28/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Dave Cook (03/28/05)
- Re: String Splitter Brain Teaser runsun pan (03/28/05)
- Connecting to a SQL Server ttmi (03/28/05)
- how to apply "mvc" pattern to gui-design in python Su Wei (03/28/05)
- hiding a frame in tkinter faramarz yari (03/28/05)
- Re: how to add a string to the beginning of a large binary file? could ildg (03/28/05)
- Re: html tags and python Hansan (03/28/05)
- Re: how to add a string to the beginning of a large binary file? Patrick Useldinger (03/28/05)
- Re: Newbie Shell Editor Question Harlin Seritt (03/28/05)
- Re: save configuration information in a global class Steven Bethard (03/28/05)
- Re: How to get TabError? Fredrik Lundh (03/28/05)
- Re: save configuration information in a global class Steven Bethard (03/28/05)
- Re: newbie question: how to get the class instance given a module object? Steven Bethard (03/28/05)
- newbie question: how to get the class instance given a module object? Tian (03/28/05)
- Re: How to organize source code and "import"s??? Steven Bethard (03/28/05)
- Re: how to add a string to the beginning of a large binary file? James Stroud (03/28/05)
- Re: File Uploads and-google_at_doxdesk.com (03/28/05)
- Re: Overriding methods in classes you don't control John Roth (03/28/05)
- Re: How to organize source code and "import"s??? John Roth (03/28/05)
- Re: Overriding methods in classes you don't control Steven Bethard (03/28/05)
- Re: Overriding methods in classes you don't control Jp Calderone (03/28/05)
- Re: Python List Issue Nick L (03/28/05)
- Re: sorting matrixes Xah Lee (03/28/05)
- Re: String Splitter Brain Teaser Mike Rovner (03/28/05)
- How to organize source code and "import"s??? Tian (03/28/05)
- Overriding methods in classes you don't control Alex VanderWoude (03/28/05)
- how to add a string to the beginning of a large binary file? could ildg (03/28/05)
- File Uploads -- Windows Server Doug Helm (03/28/05)
- Newbie Printing Question Richard Lyons (03/28/05)
- Re: Specifying __slots__ in a dynamically generated type Steven Bethard (03/28/05)
- Use informative subject lines! (was Re: Dumb*ss newbie Q) beliavsky_at_aol.com (03/28/05)
- Re: String Splitter Brain Teaser Ron_Adam (03/28/05)
- Re: String Splitter Brain Teaser Michael Spencer (03/28/05)
- Re: Specifying __slots__ in a dynamically generated type Ron Garret (03/28/05)
- passing input to running loop stealthwang_at_gmail.com (03/28/05)
- Re: Specifying __slots__ in a dynamically generated type Ron Garret (03/28/05)
- Re: String Splitter Brain Teaser James Stroud (03/28/05)
- Re: Dumb*ss newbie Q Captain Dondo (03/28/05)
- 133+ Tutorials and counting... rdsteph_at_mac.com (03/28/05)
- Python Cookbook, 2'nd. Edition is published rdsteph_at_mac.com (03/28/05)
- Re: String Splitter Brain Teaser Brian van den Broek (03/28/05)
- Re: Dumb*ss newbie Q Jp Calderone (03/28/05)
- Dumb*ss newbie Q Captain Dondo (03/28/05)
- Re: String Splitter Brain Teaser Michael Spencer (03/28/05)
- Re: How to get rid of FutureWarning: hex/oct constants... Bengt Richter (03/28/05)
- Re: String Splitter Brain Teaser Brian van den Broek (03/28/05)
- Re: Specifying __slots__ in a dynamically generated type Leif K-Brooks (03/28/05)
- Re: File Uploads dimitri pater (03/28/05)
- Re: Specifying __slots__ in a dynamically generated type François Pinard (03/28/05)
- Re: File Uploads Doug Helm (03/28/05)
- Re: String Splitter Brain Teaser Jp Calderone (03/28/05)
- Re: String Splitter Brain Teaser Doug Schwarz (03/28/05)
- Re: String Splitter Brain Teaser Paul McGuire (03/28/05)
- Re: putting the output of a print statement into a string Jon Perez (03/28/05)
- putting the output of a print statement into a string Jon Perez (03/28/05)
- String Splitter Brain Teaser James Stroud (03/28/05)
- Re: putting the output of a print statement into a string Marc 'BlackJack' Rintsch (03/28/05)
- Re: File Uploads dimitri pater (03/27/05)
- Re: Specifying __slots__ in a dynamically generated type Steven Bethard (03/27/05)
- ANN: Brazil organises its first PyConDayBrasil Rodrigo Dias Arruda Senra (03/27/05)
- Re: Specifying __slots__ in a dynamically generated type Diez B. Roggisch (03/27/05)
- Re: Grouping code by indentation - feature or ******? Scott David Daniels (03/27/05)
- Re: Python for a 10-14 years old? Lee Harr (03/27/05)
- Specifying __slots__ in a dynamically generated type Ron Garret (03/27/05)
- Re: Pre-PEP: Dictionary accumulator methods Steven Bethard (03/27/05)
- Re: Pre-PEP: Dictionary accumulator methods Steven Bethard (03/27/05)
- Re: Cross platform distribution of standalone executable '_at_'.join([..join(['fred','dixon']),..join(['gmail','com'])]) (03/27/05)
- Re: list-comprehension and map question (simple) Charles Hartman (03/27/05)
- Re: Python List Issue Ron_Adam (03/27/05)
- help with getting selection from wxChoice with out after it has changed '_at_'.join([..join(['fred','dixon']),..join(['gmail','com'])]) (03/27/05)
- Re: mysteriously nonfunctioning script - very simple Sean McIlroy (03/27/05)
- Re: list-comprehension and map question (simple) Brian van den Broek (03/27/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Do Re Mi chel La Si Do (03/27/05)
- Re: list-comprehension and map question (simple) Brian van den Broek (03/27/05)
- Re: Python List Issue Nick L (03/27/05)
- Re: Grouping code by indentation - feature or ******? Patrik Andreasen (03/27/05)
- Re: Cross platform distribution of standalone executable Serge Orlov (03/27/05)
- Re: list-comprehension and map question (simple) Charles Hartman (03/27/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Andrew Dalke (03/27/05)
- Re: Convert the contents of a string into name of variable Bruno Desthuilliers (03/27/05)
- Re: Python for a 10-14 years old? Arthur (03/27/05)
- Re: list-comprehension and map question (simple) Brian van den Broek (03/27/05)
- Re: list.count() with no arguments QMartin_v=2E_L=F6wis=22?= (03/27/05)
- Newbie Shell Editor Question Kash (03/27/05)
- Re: Grouping code by indentation - feature or ******? Javier Bezos (03/27/05)
- Cross platform distribution of standalone executable Mahesh (03/27/05)
- Panel problems ebbyfish_at_gmail.com (03/27/05)
- File Uploads Doug Helm (03/27/05)
- Re: How to get TabError? Mr. Magoo (03/27/05)
- Re: How to get TabError? Mr. Magoo (03/27/05)
- Re: list-comprehension and map question (simple) Reinhold Birkenfeld (03/27/05)
- Re: Grouping code by indentation - feature or ******? Terry Reedy (03/27/05)
- Re: list-comprehension and map question (simple) Charles Hartman (03/27/05)
- Re: Grouping code by indentation - feature or ******? Reinhold Birkenfeld (03/27/05)
- Re: Grouping code by indentation - feature or ******? Reinhold Birkenfeld (03/27/05)
- Re: Python slogan, was Re: Grouping code by indentation - feature or ******? Reinhold Birkenfeld (03/27/05)
- Re: [Tkinter] LONG POST ALERT: Setting application icon on Linux Tim Jarman (03/27/05)
- Re: Turn of globals in a function? Ron_Adam (03/27/05)
- Re: How to get TabError? Fredrik Lundh (03/27/05)
- Re: How to get TabError? Jeff Epler (03/27/05)
- Re: [Tkinter] LONG POST ALERT: Setting application icon on Linux Jeff Epler (03/27/05)
- How to get TabError? Mr. Magoo (03/27/05)
- Re: Grouping code by indentation - feature or ******? Javier Bezos (03/27/05)
- list.count() with no arguments Johan Hahn (03/27/05)
- Re: list-comprehension and map question (simple) Nicolas Qvrard?= (03/27/05)
- Re: Python for a 10-14 years old? Aahz (03/27/05)
- Re: Python for a 10-14 years old? Aahz (03/27/05)
- Re: character-filtering and Word (& company) Cameron Laird (03/27/05)
- Re: Get document as normal text and not as binary data Fredrik Lundh (03/27/05)
- [Tkinter] LONG POST ALERT: Setting application icon on Linux Tim Jarman (03/27/05)
- Re: Get document as normal text and not as binary data Diez B. Roggisch (03/27/05)
- Get document as normal text and not as binary data Markus Franz (03/27/05)
- Re: __getslice__ passed INT_MAX rather than sys.maxint for missing endpoint? QMartin_v=2E_L=F6wis=22?= (03/27/05)
- Re: winapi32.GetFileVersionInfo() - problem QMartin_v=2E_L=F6wis=22?= (03/27/05)
- Re: How to get rid of FutureWarning: hex/oct constants... QMartin_v=2E_L=F6wis=22?= (03/27/05)
- Re: xml marshal of general (but non Python standard) class QMartin_v=2E_L=F6wis=22?= (03/27/05)
- Re: UTF Questions QMartin_v=2E_L=F6wis=22?= (03/27/05)
- Re: how can I put a 1Gb file in a zipfile?? QMartin_v=2E_L=F6wis=22?= (03/27/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Maurice LING (03/27/05)
- Re: Python List Issue Robert Kern (03/27/05)
- Python List Issue Nick L (03/27/05)
- Re: Grouping code by indentation - feature or ******? Giovanni Bajo (03/27/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Jarek Zgoda (03/27/05)
- What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Tom (03/27/05)
- Re: What's the best GUI toolkit in Python,Tkinter,wxPython,QT,GTK? Wilk (03/27/05)
- Re: regular expression Paul McGuire (03/27/05)
- Re: Grouping code by indentation - feature or ******? Jacob Lee (03/27/05)
- Re: Suggesting a new feature - "Inverse Generators" Oren Tirosh (03/27/05)
- Re: Turn of globals in a function? Oren Tirosh (03/27/05)
- Re: Python slogan, was Re: Grouping code by indentation - feature or ******? Peter Otten (03/27/05)
- Re: Turn off globals in a function? Ron_Adam (03/27/05)
- Re: ossaudiodev full duplex rjm_at_si.rr.com (03/27/05)
- Re: Python slogan, was Re: Grouping code by indentation - feature or ******? Kent Johnson (03/27/05)
- Re: html tags and python Jeremy Bowers (03/27/05)
- Re: Turn of globals in a function? Ron_Adam (03/27/05)
- Re: Python for a 10-14 years old? Joal Heagney (03/27/05)
- Re: html tags and python EP (03/27/05)
- Re: Why tuple with one item is no tuple Joal Heagney (03/27/05)
- Re: Suggesting a new feature - "Inverse Generators" -- tangential topic phil_nospam_schmidt_at_yahoo.com (03/27/05)
- Re: character-filtering and Word (& company) John Machin (03/27/05)
- Re: ossaudiodev full duplex Marc 'BlackJack' Rintsch (03/27/05)
- Re: Once again a unicode question Nicolas Evrard (03/27/05)
- Re: Grouping code by indentation - feature or ******? James Stroud (03/27/05)
- Re: The Greatest News Ever! James Stroud (03/27/05)
- Re: Dr. Dobb's Python-URL! - weekly Python news and links (Mar 24) Cameron Laird (03/27/05)
- Re: character-filtering and Word (& company) Mike Meyer (03/27/05)
- Re: wxPython Install Cousin Stanley (03/27/05)
- Re: Grouping code by indentation - feature or ******? Mike Meyer (03/26/05)
- Re: Once again a unicode question Serge Orlov (03/26/05)
- Once again a unicode question Nicolas Evrard (03/26/05)
- Re: The Greatest News Ever! Erik de Castro Lopo (03/26/05)
- Re: Embedding Python Heiko Wundram (03/26/05)
- Re: Turn of globals in a function? Bengt Richter (03/26/05)
- Re: Embedding Python Heiko Wundram (03/26/05)
- Re: mysteriously nonfunctioning script - very simple Heiko Wundram (03/26/05)
- Re: Embedding Python Mark Tolonen (03/26/05)
- wxPython Install James Stroud (03/26/05)
- Re: Turn of globals in a function? Michael Spencer (03/26/05)
- Re: Embedding Python Reinhold Birkenfeld (03/26/05)
- urllib.urlretireve problem Ritesh Raj Sarraf (03/26/05)
- Turn of globals in a function? Ron_Adam (03/26/05)
- Re: Embedding Python Mark Tolonen (03/26/05)
- Re: mysteriously nonfunctioning script - very simple Michael Spencer (03/26/05)
- Re: Example Code - Named Pipes (Python 2.4 + ctypes on Windows) Paul Du Bois (03/26/05)
- Re: mysteriously nonfunctioning script - very simple Peter Otten (03/26/05)
- Re: Python slogan, was Re: Grouping code by indentation - feature or ******? Peter Otten (03/26/05)
- Re: mysteriously nonfunctioning script - very simple Diez B. Roggisch (03/26/05)
- Re: Embedding Python Diez B. Roggisch (03/26/05)
- Re: mysteriously nonfunctioning script - very simple Sean McIlroy (03/26/05)
- Re: Embedding Python Mark Tolonen (03/26/05)
- Re: Archives and magic bytes andrea crotti (03/26/05)
- Re: Example Code - Named Pipes (Python 2.4 + ctypes on Windows) Thomas Heller (03/26/05)
- Re: Example Code - Named Pipes (Python 2.4 + ctypes on Windows) Thomas Heller (03/26/05)
- py_compile vs. IndentationError Mr. Magoo (03/26/05)
- Re: Grouping code by indentation - feature or ******? Ron_Adam (03/26/05)
- Re: Example Code - Named Pipes (Python 2.4 + ctypes on Windows) Harald Massa (03/26/05)
- Re: html tags and python gene.tani_at_gmail.com (03/26/05)
- Re: Embedding Python Diez B. Roggisch (03/26/05)
- Re: Embedding Python Markus Franz (03/26/05)
- Re: The Greatest News Ever! R.Meijer (03/26/05)
- Re: How to ensure Maximize button shows in Linux/Unix (Tkinter) Diez B. Roggisch (03/26/05)
- Re: Why is a JIT compiler faster than a byte-compiler Alexey Shamrin (03/26/05)
- Re: How to ensure Maximize button shows in Linux/Unix (Tkinter) Harlin Seritt (03/26/05)
- Re: How to ensure Maximize button shows in Linux/Unix (Tkinter) Diez B. Roggisch (03/26/05)
- Re: Suggesting a new feature - "Inverse Generators" Jordan Rastrick (03/26/05)
- How to ensure Maximize button shows in Linux/Unix (Tkinter) Harlin Seritt (03/26/05)
- Re: Example Code - Named Pipes (Python 2.4 + ctypes on Windows) Srijit Kumar Bhadra (03/26/05)
- Re: Grouping code by indentation - feature or ******? Tim Tyler (03/26/05)
- Re: html tags and python Hansan (03/26/05)
- Re: Grouping code by indentation - feature or ******? Tim Tyler (03/26/05)
- ossaudiodev full duplex rjm_at_si.rr.com (03/26/05)
- Re: Bug in threading.Thread.join() ? Peter Hansen (03/26/05)
- Re: DBAPI Paramstyle Scott David Daniels (03/26/05)
- Re: Embedding Python Diez B. Roggisch (03/26/05)
- Re: Suggesting a new feature - "Inverse Generators" Andrew Koenig (03/26/05)
- Re: [perl-python] limericks Roy Smith (03/26/05)
- Re: Anonymus functions revisited : tuple actions Reinhold Birkenfeld (03/26/05)
- Re: float default formatting Bernard Delmée (03/26/05)
- Re: Python slogan, was Re: Grouping code by indentation - feature or ******? Skip Montanaro (03/26/05)
- Re: Bug in threading.Thread.join() ? Peter Hansen (03/26/05)
- Re: Python slogan, was Re: Grouping code by indentation - feature or ******? Kent Johnson (03/26/05)
- Re: mysteriously nonfunctioning script - very simple Peter Hansen (03/26/05)
- Re: regular expression Peter Hansen (03/26/05)
- Re: html tags and python gene.tani_at_gmail.com (03/26/05)
- Re: Suggest more finesse, please. I/O and sequences. Peter Hansen (03/26/05)
- Embedding Python Markus Franz (03/26/05)
- Re: html tags and python Patrik Andreasen (03/26/05)
- Re: Grouping code by indentation - feature or ******? Jeremy Bowers (03/26/05)
- Re: mysteriously nonfunctioning script - very simple Piet van Oostrum (03/26/05)
- Re: html tags and python Hansan (03/26/05)
- Python slogan, was Re: Grouping code by indentation - feature or ******? Peter Otten (03/26/05)
- Re: Why is a JIT compiler faster than a byte-compiler Torsten Bronger (03/26/05)
- Re: tree data structure runsun pan (03/26/05)
- Re: DBAPI Paramstyle woodsplitter_at_rocketmail.com (03/26/05)
- Re: Suggest more finesse, please. I/O and sequences. Qertoip (03/26/05)
- Re: html tags and python Tim Roberts (03/26/05)
- Re: Grouping code by indentation - feature or ******? Tim Roberts (03/26/05)
- Re: Grouping code by indentation - feature or ******? Javier Bezos (03/26/05)
- Re: float default formatting Tim Roberts (03/26/05)
- Re: ANN: Twisted version 2.0 Tim Roberts (03/26/05)
- Re: DBAPI Paramstyle Tim Roberts (03/26/05)
- __getslice__ passed INT_MAX rather than sys.maxint for missing endpoint? Dave Huang (03/26/05)
- Re: Suggesting a new feature - "Inverse Generators" Peter Otten (03/26/05)
- Re: mod_python, user missing KasiKuula (03/26/05)
- Re: regular expression Bengt Richter (03/26/05)
- Re: tree data structure Satchidanand Haridas (03/26/05)
- Re: tree data structure Dan Bishop (03/26/05)
- Re: Suggesting a new feature - "Inverse Generators" Jordan Rastrick (03/26/05)
- mysteriously nonfunctioning script - very simple Sean McIlroy (03/26/05)
- Re: Grouping code by indentation - feature or ******? Paul McGuire (03/26/05)
- Re: Cpickle module... not in Lib installs Marcus Lowland (03/26/05)
- ANN: pyparsing-1.3 released Paul McGuire (03/26/05)
- Re: tree data structure Mike Rovner (03/26/05)
- Re: Grouping code by indentation - feature or ******? Jeremy Bowers (03/26/05)
- Re: Bug in threading.Thread.join() ? Tim Peters (03/26/05)
- tree data structure vivek khurana (03/26/05)
- Re: Grouping code by indentation - feature or ******? casevh_at_comcast.net (03/26/05)
- Re: str vs dict API size (was 'Re: left padding zeroes on a string...') Bengt Richter (03/26/05)
- Re: regular expression Peter Hansen (03/26/05)
- Re: Python for a 10-14 years old? Joal Heagney (03/26/05)
- Re: regular expression Bengt Richter (03/26/05)
- Re: str vs dict API size (was 'Re: left padding zeroes on a string...') Ron_Adam (03/26/05)
- Re: html tags and python Dan Bishop (03/26/05)
- Re: Anonymus functions revisited Ron_Adam (03/26/05)
- Re: [perl-python] limericks Andras Malatinszky (03/26/05)
- Re: Anonymus functions revisited : tuple actions Ron_Adam (03/26/05)
- Re: Cpickle module... not in Lib installs John Machin (03/26/05)
- Re: Suggest more finesse, please. I/O and sequences. Peter Hansen (03/26/05)
- regular expression aaron (03/26/05)
- Re: Suggest more finesse, please. I/O and sequences. Qertoip (03/26/05)
- Re: Cpickle module... not in Lib installs Tim Jarman (03/26/05)
- Re: Python 2.4 | 7.3 The for statement Bengt Richter (03/26/05)
- Re: Cpickle module... not in Lib installs Marcus Lowland (03/26/05)
- Re: Cpickle module... not in Lib installs Marc 'BlackJack' Rintsch (03/26/05)
- Re: html tags and python Hansan (03/26/05)
- Re: breaking up is hard to do Cameron Laird (03/26/05)
- Cpickle module... not in Lib installs Marcus Lowland (03/26/05)
- Re: str vs dict API size (was 'Re: left padding zeroes on a string...') Robert Kern (03/26/05)
- Re: html tags and python Kane (03/26/05)
- Re: Python 2.4 | 7.3 The for statement brainsucker (03/26/05)
- Re: str vs dict API size (was 'Re: left padding zeroes on a string...') George Sakkis (03/26/05)
- Re: Suggest more finesse, please. I/O and sequences. Scott David Daniels (03/26/05)
- Re: str vs dict API size (was 'Re: left padding zeroes on a string...') Larry Bates (03/26/05)
- str vs dict API size (was 'Re: left padding zeroes on a string...') George Sakkis (03/26/05)
- Re: character-filtering and Word (& company) Tim Churches (03/25/05)
- character-filtering and Word (& company) Charles Hartman (03/25/05)
- Re: mod_python, user missing grahamd_at_dscpl.com.au (03/25/05)
- Re: left padding zeroes on a string... Kent Johnson (03/25/05)
- Re: Python 2.4 | 7.3 The for statement brainsucker (03/25/05)
- Re: breaking up is hard to do Charles Hartman (03/25/05)
- Re: Python 2.4 | 7.3 The for statement brainsucker (03/25/05)
- Re: left padding zeroes on a string... John Machin (03/25/05)
- Re: left padding zeroes on a string... M.E.Farmer (03/25/05)
- Re: breaking up is hard to do David M. Cooke (03/25/05)
- Re: breaking up is hard to do Kent Johnson (03/25/05)
- Re: breaking up is hard to do Kent Johnson (03/25/05)
- Re: left padding zeroes on a string... George Sakkis (03/25/05)
- Re: left padding zeroes on a string... Peter Hansen (03/25/05)
- Re: breaking up is hard to do Larry Bates (03/25/05)
- Re: mod_python, user missing grahamd_at_dscpl.com.au (03/25/05)
- html tags and python Hansan (03/25/05)
- left padding zeroes on a string... cjl (03/25/05)
- Re: Suggest more finesse, please. I/O and sequences. Larry Bates (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Bengt Richter (03/25/05)
- Re: Anonymus functions revisited George Sakkis (03/25/05)
- Re: Suggest more finesse, please. I/O and sequences. Qertoip (03/25/05)
- Re: Grouping code by indentation - feature or ******? Larry Bates (03/25/05)
- Re: breaking up is hard to do bbands (03/25/05)
- Re: Beginner Question - Very Easy I'm Sure... Todd_Calhoun (03/25/05)
- Re: Python for a 10-14 years old? cfbolz (03/25/05)
- Re: Python docs [was: function with a state] Keith Thompson (03/25/05)
- Re: Queue.Queue-like class without the busy-wait Paul Rubin (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Scott David Daniels (03/25/05)
- Re: breaking up is hard to do Bill Mill (03/25/05)
- Re: Suggest more finesse, please. I/O and sequences. Scott David Daniels (03/25/05)
- breaking up is hard to do bbands (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Michael Spencer (03/25/05)
- Re: Example Code - Named Pipes (Python 2.4 + ctypes on Windows) Paul L. Du Bois (03/25/05)
- Re: Grouping code by indentation - feature or ******? Bill Mill (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Bengt Richter (03/25/05)
- Re: Grouping code by indentation - feature or ******? Robert Kern (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Scott David Daniels (03/25/05)
- Re: Grouping code by indentation - feature or ******? James Stroud (03/25/05)
- Re: Version Number Comparison Function Bengt Richter (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Serge Orlov (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Terry Reedy (03/25/05)
- Re: Grouping code by indentation - feature or ******? Terry Reedy (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Michael Spencer (03/25/05)
- Re: Grouping code by indentation - feature or ******? Terry Reedy (03/25/05)
- Re: Python 2.4 | 7.3 The for statement Ron_Adam (03/25/05)
- Suggest more finesse, please. I/O and sequences. Qertoip (03/25/05)
- mod_python, user missing KasiKuula (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Diez B. Roggisch (03/25/05)
- Re: Version Number Comparison Function Steve M (03/25/05)
- Re: Anonymus functions revisited Ron_Adam (03/25/05)
- Re: Anonymus functions revisited : tuple actions Reinhold Birkenfeld (03/25/05)
- Re: Version Number Comparison Function Robert Kern (03/25/05)
- Re: Python 2.4 | 7.3 The for statement Facundo Batista (03/25/05)
- Re: Minidom output of XML escaped characters Derek Basch (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Jordan Rastrick (03/25/05)
- Re: Grouping code by indentation - feature or ******? Rocco Moretti (03/25/05)
- Re: Python docs [was: function with a state] Ulrich Hobelmann (03/25/05)
- Re: Version Number Comparison Function Keith (03/25/05)
- Re: Version Number Comparison Function Robert Kern (03/25/05)
- Re: Version Number Comparison Function Mark Rowe (03/25/05)
- Re: Anonymus functions revisited : tuple actions Ron_Adam (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Jordan Rastrick (03/25/05)
- Re: Distributing closed source modules Dave Brueck (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Michael Spencer (03/25/05)
- Re: Grouping code by indentation - feature or ******? Ivan Van Laningham (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Jordan Rastrick (03/25/05)
- Re: Version Number Comparison Function Dan Sommers (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Tim Hochberg (03/25/05)
- Re: Version Number Comparison Function Keith (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Andrew Koenig (03/25/05)
- Re: Grouping code by indentation - feature or ******? Larry Bates (03/25/05)
- Re: Suggesting a new feature - "Inverse Generators" Jordan Rastrick (03/25/05)
- Suggesting a new feature - "Inverse Generators" Jordan Rastrick (03/25/05)
- Re: Version Number Comparison Function Fredrik Lundh (03/25/05)
- Re: Version Number Comparison Function Bill Mill (03/25/05)
- Re: Version Number Comparison Function Christos (03/25/05)
- Version Number Comparison Function Keith (03/25/05)
- Re: Grouping code by indentation - feature or ******? Diez B. Roggisch (03/25/05)
- Re: Grouping code by indentation - feature or ******? Antoon Pardon (03/25/05)
- Re: [newbie] smtplib.login()? Gerhard Häring (03/25/05)
- Re: Grouping code by indentation - feature or ******? Diez B. Roggisch (03/25/05)
- [perl-python] limericks Xah Lee (03/25/05)
- Re: Grouping code by indentation - feature or ******? projecktzero (03/25/05)
- Re: Grouping code by indentation - feature or ******? Antoon Pardon (03/25/05)
- Re: Grouping code by indentation - feature or ******? Antoon Pardon (03/25/05)
- Re: Grouping code by indentation - feature or ******? Carl Banks (03/25/05)
- Re: Interface selection Serge Orlov (03/25/05)
- Re: Interface selection Diez B. Roggisch (03/25/05)
- Re: Python for a 10-14 years old? Lucas Raab (03/25/05)
- Re: Grouping code by indentation - feature or ******? Kent Johnson (03/25/05)
- Re: DBAPI Paramstyle Bob Parnes (03/25/05)
- Example Code - Named Pipes (Python 2.4 + ctypes on Windows) Srijit Kumar Bhadra (03/25/05)
- Re: Grouping code by indentation - feature or ******? John Roth (03/25/05)
- Re: Interface selection ias0nas_at_lycos.com (03/25/05)
- Re: SimpleRPCServer Skip Montanaro (03/25/05)
- Re: Interface selection Diez B. Roggisch (03/25/05)
- Re: How to move insert to position in Text widget (Tkinter) Harlin Seritt (03/25/05)
- Re: Grouping code by indentation - feature or ******? Antoon Pardon (03/25/05)
- Re: Grouping code by indentation - feature or ******? Skip Montanaro (03/25/05)
- Interface selection ias0nas_at_lycos.com (03/25/05)
- Re: How to move insert to position in Text widget (Tkinter) Fredrik Lundh (03/25/05)
- Re: modern kjbuckets anywhere? Robin Becker (03/25/05)
- Re: Archives and magic bytes Jim (03/25/05)
- modern kjbuckets anywhere? Robin Becker (03/25/05)
- Re: winapi32.GetFileVersionInfo() - problem Heiko Wundram (03/25/05)
- How to move insert to position in Text widget (Tkinter) Harlin Seritt (03/25/05)
- Re: Queue.Queue-like class without the busy-wait Antoon Pardon (03/25/05)
- gnuplot -reverse Cousin Stanley (03/25/05)
- Re: [newbie] smtplib.login()? PA (03/25/05)
- SimpleRPCServer Esben Pedersen (03/25/05)
- Re: Queue.Queue-like class without the busy-wait Paul Rubin (03/25/05)
- Re: Queue.Queue-like class without the busy-wait Antoon Pardon (03/25/05)
- Re: Anonymus functions revisited Duncan Booth (03/25/05)
- Re: Queue.Queue-like class without the busy-wait Paul Rubin (03/25/05)
- [newbie] smtplib.login()? PA (03/25/05)
- Re: An Abridged Python Tutorial bruno modulix (03/25/05)
- Re: embedded python example: PyString_FromString doesnt work? David Harris (03/25/05)
- Re: Python docs [was: function with a state] axel_at_white-eagle.invalid.uk (03/25/05)
- POST data with 401 authentication using urllib(2) Pieter Edelman (03/25/05)
- Re: embedded python example: PyString_FromString doesnt work? Brano Zarnovican (03/25/05)
- Re: Queue.Queue-like class without the busy-wait Antoon Pardon (03/25/05)
- Re: Distributing closed source modules Fuzzyman (03/25/05)
- Re: Queue.Queue-like class without the busy-wait Paul Rubin (03/25/05)
- Re: Grouping code by indentation - feature or ******? Peter Otten (03/25/05)
- Re: Anonymus functions revisited : tuple actions George Sakkis (03/25/05)
- Re: Queue.Queue-like class without the busy-wait Antoon Pardon (03/25/05)
- Grouping code by indentation - feature or ******? Tim Tyler (03/25/05)
- Re: embedded python example: PyString_FromString doesnt work? Denis S. Otkidach (03/25/05)
- Re: Python for a 10-14 years old? Paul Rubin (03/25/05)
- Re: Python for a 10-14 years old? Jules Dubois (03/25/05)
- Re: Python docs [was: function with a state] Xah Lee (03/25/05)
- Re: Minidom output of XML escaped characters Fredrik Lundh (03/25/05)
- Re: Anonymus functions revisited : tuple actions Kay Schluehr (03/25/05)
- Re: Python docs [was: function with a state] Xah Lee (03/25/05)
- Re: wxPython: accessing wxFrame methods in __del__ fails Alex VanderWoude (03/25/05)
- Re: Python docs [was: function with a state] CBFalconer (03/25/05)
- Re: Queue.Queue-like class without the busy-wait Paul L. Du Bois (03/25/05)
- Re: How to get rid of FutureWarning: hex/oct constants... Bengt Richter (03/25/05)
- Re: Python for a 10-14 years old? Paul Rubin (03/25/05)
- pygdchart 0.6.1 for Windows Python 2.4 available? fanbanlo (03/25/05)
- Re: Python 2.4 | 7.3 The for statement brainsucker (03/25/05)
- Re: Python docs [was: function with a state] Leif K-Brooks (03/25/05)
- Re: win32api.GetFileVersionInfo - error L. Shestov (03/25/05)
- winapi32.GetFileVersionInfo() - problem L. Shestov (03/25/05)
- Re: How to get rid of FutureWarning: hex/oct constants... Bengt Richter (03/25/05)
- Re: Python for a 10-14 years old? Ville Vainio (03/25/05)
- Re: Python docs [was: function with a state] Erik Max Francis (03/25/05)
- Re: Twisted version 2.0 Christopher Armstrong (03/25/05)
- mime to text in python? Dan Stromberg (03/25/05)
- Minidom output of XML escaped characters Derek Basch (03/25/05)
- Re: win32api.GetFileVersionInfo - error Peter Hansen (03/25/05)
- Re: newbie help Robert Kern (03/25/05)
- Re: Python for a 10-14 years old? Leif B. Kristensen (03/25/05)
- win32api.GetFileVersionInfo - error xytho33 (03/25/05)
- Re: win32api .GetFileVersionInfo() Peter Hansen (03/25/05)
- Re: An Abridged Python Tutorial Bengt Richter (03/25/05)
- Re: Python-list Digest, Vol 18, Issue 391 Peter Hansen (03/25/05)
- Re: newbie help ashtonn_at_gmail.com (03/25/05)
- win32api .GetFileVersionInfo() xytho33 (03/25/05)
- Re: Queue.Queue-like class without the busy-wait Peter Hansen (03/25/05)
- Re: How to get rid of FutureWarning: hex/oct constants... Peter Hansen (03/25/05)
- Re: Python for a 10-14 years old? Bengt Richter (03/25/05)
- Re: How to get rid of FutureWarning: hex/oct constants... Grant Edwards (03/25/05)
- Re: How to get rid of FutureWarning: hex/oct constants... Terry Reedy (03/25/05)
- Re: Python docs [was: function with a state] Terry Reedy (03/25/05)
- Re: Twisted version 2.0 Do Re Mi chel La Si Do (03/25/05)
- Re: Python docs [was: function with a state] John Bokma (03/25/05)
- Re: DLL version number xytho33 (03/25/05)
- Re: Twisted version 2.0 Terry Reedy (03/25/05)
- Re: Python-list Digest, Vol 18, Issue 391 Charles Hartman (03/25/05)
- Re: Anonymus functions revisited : tuple actions Ron_Adam (03/25/05)
- Re: Python docs [was: function with a state] Michael Spencer (03/25/05)
- Queue.Queue-like class without the busy-wait Paul L. Du Bois (03/25/05)
- Re: Python docs [was: function with a state] Paul L. Du Bois (03/25/05)
- Re: Python docs [was: function with a state] Martin Ambuhl (03/25/05)
- Re: Python docs [was: function with a state] John Bokma (03/25/05)
- How to get rid of FutureWarning: hex/oct constants... Grant Edwards (03/25/05)
- Re: newbie help Marc 'BlackJack' Rintsch (03/25/05)
- Re: escape single and double quotes Kent Johnson (03/25/05)
- Re: Python docs [was: function with a state] Xah Lee (03/25/05)
- Re: newbie help Kent Johnson (03/24/05)
- Re: Using python to extend a python app David M. Cooke (03/24/05)
- Re: cross platform use of set locale Facundo Batista (03/24/05)
- float default formatting Bernard Delmée (03/24/05)
- Re: Anonymus functions revisited : tuple actions Ron (03/24/05)
- Memoization/Caching of Instance Methods Mark E. Fenner (03/24/05)
- Re: Data types Tim Jarman (03/24/05)
- Re: An Abridged Python Tutorial Paul McGuire (03/24/05)
- Re: Convert the contents of a string into name of variable elbertlev_at_gmail.com (03/24/05)
- Re: Convert the contents of a string into name of variable 3KWA (03/24/05)
- Re: Beginner Question - Very Easy I'm Sure... Brian van den Broek (03/24/05)
- Re: newbie help ashtonn_at_gmail.com (03/24/05)
- Re: newbie help ashtonn_at_gmail.com (03/24/05)
- Re: Python for a 10-14 years old? R.Meijer (03/24/05)
- Re: Beginner Question - Very Easy I'm Sure... Jaime Wyant (03/24/05)
- Beginner Question - Very Easy I'm Sure... Todd_Calhoun (03/24/05)
- Re: embedded python example: PyString_FromString doesnt work? David Harris (03/24/05)
- Re: Distributing closed source modules Dave Brueck (03/24/05)
- Distributing closed source modules Jiri Barton (03/24/05)
- Black Magic - Currying using __get__ Michael Spencer (03/24/05)
- Re: escape single and double quotes Leif B. Kristensen (03/24/05)
- Re: Python for a 10-14 years old? Jot (03/24/05)
- modes for AES encryption? Chris Curvey (03/24/05)
- Re: Data types Bill Mill (03/24/05)
- Re: Data types vahmad70_at_yahoo.com (03/24/05)
- Re: Suggestions for a Java programmer Kent Johnson (03/24/05)
- Re: escape single and double quotes Marc 'BlackJack' Rintsch (03/24/05)
- Re: Data types Lonnie Princehouse (03/24/05)
- Re: Python for a 10-14 years old? Michael Spencer (03/24/05)
- Re: Getting the word to conventional programmers Cameron Laird (03/24/05)
- Re: string join() method Kent Johnson (03/24/05)
- Data types waqar (03/24/05)
- Re: MMA - Musical MIDI Accompaniment, Beta 0.12 danielle_at_davout.org (03/24/05)
- Re: Python for a 10-14 years old? Scott David Daniels (03/24/05)
- Re: escape single and double quotes Scott David Daniels (03/24/05)
- Re: Anonymus functions revisited Ron (03/24/05)
- Bug in threading.Thread.join() ? Peter Hansen (03/24/05)
- Re: An Abridged Python Tutorial George Sakkis (03/24/05)
- Re: possible bug? Peter Hansen (03/24/05)
- Re: Python limericks (was Re: Text-to-speech) smitty_one_each (03/24/05)
- Re: Anonymus functions revisited : tuple actions George Sakkis (03/24/05)
- Re: Why is a JIT compiler faster than a byte-compiler RickMuller (03/24/05)
- Re: Why is a JIT compiler faster than a byte-compiler dodoo (03/24/05)
- Re: Convert the contents of a string into name of variable Erwan VITIERE (03/24/05)
- ANN: Twisted version 2.0 Christopher Armstrong (03/24/05)
- An Abridged Python Tutorial Michael Spencer (03/24/05)
- Re: possible bug? Earl Eiland (03/24/05)
- Re: Win 32 - VB, Ruby, Perl VS Python with fireEvent calfdog_at_yahoo.com (03/24/05)
- Re: escape single and double quotes Leif B. Kristensen (03/24/05)
- Re: Suggestions for a Java programmer Jeremy Bowers (03/24/05)
- Why is a JIT compiler faster than a byte-compiler RickMuller (03/24/05)
- Re: string join() method Damjan (03/24/05)
- Re: Archives and magic bytes andrea (03/24/05)
- Re: IronPython 0.7 released! Benjamin Niemann (03/24/05)
- Re: escape single and double quotes Damjan (03/24/05)
- Re: Python for a 10-14 years old? El Pitonero (03/24/05)
- Re: Getting the word to conventional programmers beliavsky_at_aol.com (03/24/05)
- Re: Save passwords in scripts beaststwo_at_yahoo.com (03/24/05)
- Re: escape single and double quotes Jiri Barton (03/24/05)
- Re: execfile() on file subclass or string Brano Zarnovican (03/24/05)
- escape single and double quotes Leif B. Kristensen (03/24/05)
- Re: exec src in {}, {} strangeness Brano Zarnovican (03/24/05)
- Re: Pattern matching from a text document F. Petitjean (03/24/05)
- Re: embedded python example: PyString_FromString doesnt work? Brano Zarnovican (03/24/05)
- Re: Python for a 10-14 years old? Simon Brunning (03/24/05)
- Re: Convert the contents of a string into name of variable Fredrik Lundh (03/24/05)
- Re: need help with nullmailer-inject in python cgi script to send attachements ? tvmaly_at_gmail.com (03/24/05)
- Re: Pattern matching from a text document Ben (03/24/05)
- Convert the contents of a string into name of variable Erwan VITIERE (03/24/05)
- Re: need help with nullmailer-inject in python cgi script to send attachements ? Denis S. Otkidach (03/24/05)
- Re: Suggestions for a Java programmer Ray (03/24/05)
- Re: Python for a 10-14 years old? nsm.nikhil_at_gmail.com (03/24/05)
- Re: DBAPI Paramstyle Fredrik Lundh (03/24/05)
- Re: Suggestions for a Java programmer Ray (03/24/05)
- Re: Suggestions for a Java programmer Ray (03/24/05)
- leave Jaco Smuts (03/24/05)
- Re: unittest help Scott David Daniels (03/24/05)
- Re: looking for programmer beliavsky_at_aol.com (03/24/05)
- Re: Simple account program Kent Johnson (03/24/05)
- DBAPI Paramstyle Bob Parnes (03/24/05)
- Re: execfile() on file subclass or string Fredrik Lundh (03/24/05)
- Re: Python for a 10-14 years old? Fred Pacquier (03/24/05)
- Re: Python for a 10-14 years old? moma (03/24/05)
- Re: Python for a 10-14 years old? Jim (03/24/05)
- Re: Pattern matching from a text document Larry Bates (03/24/05)
- English to a bit of code bearophileHUGS_at_lycos.com (03/24/05)
- need help with nullmailer-inject in python cgi script to send attachements ? tvmaly_at_gmail.com (03/24/05)
- Re: Python for a 10-14 years old? Reinout van Schouwen (03/24/05)
- Re: scrollbar dependencies Marion (03/24/05)
- Re: Python for a 10-14 years old? Christos (03/24/05)
- Re: Python for a 10-14 years old? Ville Vainio (03/24/05)
- Re: execfile() on file subclass or string Do Re Mi chel La Si Do (03/24/05)
- Re: Python for a 10-14 years old? Christos (03/24/05)
- Re: looking for programmer Fuzzyman (03/24/05)
- Re: scrollbar dependencies Eric Brunel (03/24/05)
- Re: The Running Time of += on Char Strings ? MyHaz (03/24/05)
- Re: Python for a 10-14 years old? MyHaz (03/24/05)
- Re: scrollbar dependencies Marion (03/24/05)
- Re: unittest help Duncan Booth (03/24/05)
- Re: unittest help André Malo (03/24/05)
- Re: The Running Time of += on Char Strings ? Stefan Behnel (03/24/05)
- unittest help Qiangning Hong (03/24/05)
- Re: Suggestions for a Java programmer Ville Vainio (03/24/05)
- Re: Python for a 10-14 years old? Michele Simionato (03/24/05)
- Re: Suggestions for a Java programmer bruno modulix (03/24/05)
- Re: The Running Time of += on Char Strings ? Daniel Dittmar (03/24/05)
- Re: IronPython 0.7 released! Josef Meile (03/24/05)
- Re: Anonymus functions revisited : tuple actions Kay Schluehr (03/24/05)
- Re: Suggestions for a Java programmer Christos (03/24/05)
- Re: Please help for Python programming bruno modulix (03/24/05)
- The Running Time of += on Char Strings ? Edg Bamyasi (03/24/05)
- Re: Anonymus functions revisited Duncan Booth (03/24/05)
- Re: Anonymus functions revisited bruno modulix (03/24/05)
- execfile() on file subclass or string Brano Zarnovican (03/24/05)
- Re: Simple account program Igorati (03/24/05)
- Re: looking for programmer MyHaz (03/24/05)
- Re: Python for a 10-14 years old? MyHaz (03/24/05)
- Re: IronPython 0.7 released! Robin Becker (03/24/05)
- Suggestions for a Java programmer Ray (03/24/05)
- Re: IronPython 0.7 released! Robert Kern (03/24/05)
- Re: IronPython 0.7 released! Robin Becker (03/24/05)
- Re: IronPython 0.7 released! Robin Becker (03/24/05)
- Re: Sending hex number as is Antoon Pardon (03/24/05)
- Re: IronPython 0.7 released! Thomas Heller (03/24/05)
- Re: Snakelets via SSL Roland Heiber (03/24/05)
- Re: Changing the value of a for loop index on the fly Tim Roberts (03/24/05)
- Heap class for heapq module Stefan Behnel (03/24/05)
- Re: possible bug? Tim Roberts (03/24/05)
- JS3550 PYTHON DEVELOPER Contract Antwerp 4 months initial bob gmx (03/24/05)
- RE: inter threading info Tertius Cronje (03/24/05)
- Re: IronPython 0.7 released! Ville Vainio (03/24/05)
- Re: wxPython: accessing wxFrame methods in __del__ fails Stephen Thorne (03/24/05)
- wxPython: accessing wxFrame methods in __del__ fails Alex VanderWoude (03/24/05)
- Dr. Dobb's Python-URL! - weekly Python news and links (Mar 24) Cameron Laird (03/24/05)
- Re: Win 32 - VB, Ruby, Perl VS Python with fireEvent Roger Upole (03/24/05)
- Dr. Dobb's Python-URL! - weekly Python news and links (Mar 24) Cameron Laird (03/24/05)
- Re: Python for a 10-14 years old? Marcin Mika (03/24/05)
- Re: Python for a 10-14 years old? Stephen Thorne (03/24/05)
- Re: Python for a 10-14 years old? Paul Rubin (03/24/05)
- Re: Python for a 10-14 years old? Lucas Raab (03/24/05)
- Python for a 10-14 years old? tnozh_at_yahoo.com (03/24/05)
- Re: Changing the value of a for loop index on the fly Gabriel F. Alcober (03/24/05)
- Re: newbie help Stephen Thorne (03/24/05)
- Re: Changing the value of a for loop index on the fly Ron (03/24/05)
- Re: Changing the value of a for loop index on the fly Ron (03/24/05)
- Re: Archives and magic bytes Chris Rebert (cybercobra) (03/24/05)
- Re: Changing the value of a for loop index on the fly Bengt Richter (03/24/05)
- Temp dir creation marco (03/24/05)
- Re: Please help for Python programming yy0127_at_gmail.com (03/24/05)
- Using python to extend a python app dataangel (03/24/05)
- Re: .pth files? Skip Montanaro (03/24/05)
- Re: Changing the value of a for loop index on the fly Bengt Richter (03/24/05)
- Re: recursive method not reaching base case possibilitybox (03/24/05)
- Re: recursive method not reaching base case Robert Kern (03/24/05)
- Re: newbie help andrea (03/24/05)
- recursive method not reaching base case possibilitybox (03/24/05)
- Re: Archives and magic bytes Maxim Krikun (03/24/05)
- Win 32 - VB, Ruby, Perl VS Python with fireEvent calfdog_at_yahoo.com (03/24/05)
- Archives and magic bytes andrea (03/24/05)
- Re: Read from the last line of a file? Bengt Richter (03/24/05)
- Re: intrusive posts François Pinard (03/24/05)
- Re: intrusive posts Tim Churches (03/24/05)
- Re: problems with  character John Machin (03/24/05)
- Re: Getting the word to conventional programmers Cameron Laird (03/24/05)
- Re: string join() method Benjamin Niemann (03/24/05)
- Re: IronPython 0.7 released! Luis M. Gonzalez (03/24/05)
- Re: Submission for Python Limmerick Contest Cappy2112 (03/24/05)
- intrusive posts Charles Hartman (03/24/05)
- Re: newbie help Lonnie Princehouse (03/24/05)
- ANN: SPE 0.7.3.a Python IDE with wxGlade, Blender and PyChecker support s_t_a_n_i_at_gmx.net (03/24/05)
- Re: newbie help ashtonn_at_gmail.com (03/24/05)
- Re: IronPython 0.7 released! Robin Becker (03/24/05)
- Re: Anonymus functions revisited : tuple actions Ron (03/24/05)
- string join() method Derek Basch (03/24/05)
- Re: newbie help Lonnie Princehouse (03/24/05)
- Re: IronPython 0.7 released! Benjamin Niemann (03/24/05)
- embedded python example: PyString_FromString doesnt work? David Harris (03/24/05)
- Re: Getting the word to conventional programmers sigzero_at_gmail.com (03/24/05)
- Re: Getting the word to conventional programmers Cameron Laird (03/24/05)
- looking for programmer Peter Tyler (03/24/05)
- Re: IronPython 0.7 released! Robin Becker (03/24/05)
- Re: Changing the value of a for loop index on the fly Gabriel F. Alcober (03/24/05)
- Re: newbie help Marc 'BlackJack' Rintsch (03/23/05)
- Re: typo in the library reference? Bengt Richter (03/23/05)
- Re: Anonymus functions revisited Ron (03/23/05)
- Re: sorting a dictionary? Bengt Richter (03/23/05)
- Re: newbie help Marc 'BlackJack' Rintsch (03/23/05)
- Re: newbie help ashokbellur_at_gmail.com (03/23/05)
- Changing the value of a for loop index on the fly Gabriel F. Alcober (03/23/05)
- Re: Re: problems with  character Marc 'BlackJack' Rintsch (03/23/05)
- Re: problems with  character jdonnell (03/23/05)
- Re: IronPython 0.7 released! Ville Vainio (03/23/05)
- Re: IronPython 0.7 released! Do Re Mi chel La Si Do (03/23/05)
- Re: IronPython 0.7 released! James (03/23/05)
- Re: Changing the value of a for loop index on the fly Mitja (03/23/05)
- newbie help ashtonn_at_gmail.com (03/23/05)
- Re: Changing the value of a for loop index on the fly Lonnie Princehouse (03/23/05)
- Re: cross platform use of set locale Timothy Smith (03/23/05)
- Re: Getting the word to conventional programmers sigzero_at_gmail.com (03/23/05)
- Use of descriptor __get__: what defines an object as being a class? John Perks and Sarah Mount (03/23/05)
- Re: typo in the library reference? nicke (03/23/05)
- Re: Getting the word to conventional programmers sigzero_at_gmail.com (03/23/05)
- RE: Help me to sort. Delaney, Timothy C (Timothy) (03/23/05)
- Re: Windows, Python and low level networking fraca7 (03/23/05)
- Re: Lowest hassle Python web server? Gerhard Häring (03/23/05)
- Re: Pattern matching from a text document infidel (03/23/05)
- Re: Submission for Python Limmerick Contest Cappy2112 (03/23/05)
- Re: Pattern matching from a text document George Sakkis (03/23/05)
- python equivalent to the perl IDENT module malachi (03/23/05)
- Re: os.stat access and modify time same on WinXP rbt (03/23/05)
- xml marshal of general (but non Python standard) class syd (03/23/05)
- Re: Anonymus functions revisited George Sakkis (03/23/05)
- IronPython 0.7 released! James (03/23/05)
- Re: Snakelets via SSL Irmen de Jong (03/23/05)
- Re: Anonymus functions revisited Julian Smith (03/23/05)
- Re: setattr inside a module Jeremy Bowers (03/23/05)
- Re: Windows, Python and low level networking Martin Franklin (03/23/05)
- Re: problems with  character jdonnell (03/23/05)
- Re: Windows, Python and low level networking Peter Hansen (03/23/05)
- Re: os.stat access and modify time same on WinXP Peter Hansen (03/23/05)
- Re: Windows, Python and low level networking Jaime Wyant (03/23/05)
- Re: Windows, Python and low level networking Martin Franklin (03/23/05)
- Re: typo in the library reference? Terry Reedy (03/23/05)
- Pattern matching from a text document Ben (03/23/05)
- Re: Python to c++ conversion problem Jerry Coffin (03/23/05)
- Windows, Python and low level networking ias0nas_at_lycos.com (03/23/05)
- Re: wanted: visual report templating system Thomas Guettler (03/23/05)
- Re: PyGTK Button Size Question Thomas Guettler (03/23/05)
- Re: xmlrpc with Python and large datases writeson (03/23/05)
- Re: simultaneous copy to multiple media Christos (03/23/05)
- Snakelets via SSL Roland Heiber (03/23/05)
- os.stat access and modify time same on WinXP rbt (03/23/05)
- Re: Getting the word to conventional programmers beliavsky_at_aol.com (03/23/05)
- Re: getting data with proper encoding to the finish Bob Kline (03/23/05)
- Re: Lowest hassle Python web server? Larry Bates (03/23/05)
- Re: Python to C++ conversion substituting vectors for lists in a recursive function Peter Otten (03/23/05)
- Re: Anonymus functions revisited Duncan Booth (03/23/05)
- Re: inter threading info Daniel Dittmar (03/23/05)
- Re: cross platform use of set locale Damjan (03/23/05)
- Re: Anonymus functions revisited Kay Schluehr (03/23/05)
- Re: Anonymus functions revisited Ron (03/23/05)
- inter threading info Tertius Cronje (03/23/05)
- [Python-Announce] cfgparse v01_01 released Dan Gass (03/23/05)
- Re: MinGW building with Python 2.4 mrstephengross (03/23/05)
- Re: cross platform use of set locale Scott David Daniels (03/23/05)
- Re: Anonymus functions revisited Ron (03/23/05)
- Re: I'm just an idiot when it comes logging olsongt_at_verizon.net (03/23/05)
- Re: Read from the last line of a file? Scott David Daniels (03/23/05)
- Re: typo in the library reference? Scott David Daniels (03/23/05)
- Re: Getting the word to conventional programmers Christopher Nelson (03/23/05)
- How to pickling VT_DATE values? jkn (03/23/05)
- Re: cross platform use of set locale Serge Orlov (03/23/05)
- Re: setattr inside a module Diez B. Roggisch (03/23/05)
- Re: Submission for Python Limmerick Contest Tim Jarman (03/23/05)
- Re: Anonymus functions revisited Antoon Pardon (03/23/05)
- Re: Python limericks (was Re: Text-to-speech) Richie Hindle (03/23/05)
- Re: setattr inside a module Kay Schluehr (03/23/05)
- Re: How to use subprocess Thomas Bellman (03/23/05)
- Re: Anonymus functions revisited Kay Schluehr (03/23/05)
- Re: Python to C++ conversion substituting vectors for lists in a recursive function MyHaz (03/23/05)
- Re: Python to c++ conversion problem Ivan Vecerina (03/23/05)
- Re: scrollbar dependencies Marion (03/23/05)
- Python to C++ conversion substituting vectors for lists in a recursive function lugal (03/23/05)
- Re: Python-list Digest, Vol 18, Issue 366 Vidyasagar (03/23/05)
- Re: Anonymus functions revisited Diez B. Roggisch (03/23/05)
- PyGTK Button Size Question Harlin Seritt (03/23/05)
- Re: setattr inside a module Denis S. Otkidach (03/23/05)
- Re: Python to c++ conversion problem Ahmed MOHAMED ALI (03/23/05)
- Re: cross platform use of set locale Timothy Smith (03/23/05)
- Re: Regular Expressions Roel Schroeven (03/23/05)
- Re: setattr inside a module kramb64 (03/23/05)
- setattr inside a module kramb64 (03/23/05)
- Re: cross platform use of set locale Serge Orlov (03/23/05)
- Python to c++ conversion problem Akdes Serin (03/23/05)
- Re: Anonymus functions revisited Duncan Booth (03/23/05)
- Re: Anonymus functions revisited : tuple actions bruno modulix (03/23/05)
- Re: Anonymus functions revisited bruno modulix (03/23/05)
- Re: missing? dictionary methods Antoon Pardon (03/23/05)
- Re: Anonymus functions revisited bruno modulix (03/23/05)
- Re: Anonymus functions revisited bruno modulix (03/23/05)
- Re: Please help for Python programming bruno modulix (03/23/05)
- Re: Getting the word to conventional programmers jfj (03/23/05)
- Re: I'm just an idiot when it comes logging Vinay Sajip (03/23/05)
- Re: Please help for Python programming yy0127_at_gmail.com (03/23/05)
- Re: Regular Expressions MyHaz (03/23/05)
- Re: Anonymus functions revisited Antoon Pardon (03/23/05)
- Re: Regular Expressions: large amount of or's Daniel Yoo (03/23/05)
- Re: MinGW building with Python 2.4 David Fraser (03/23/05)
- Re: Python limericks (was Re: Text-to-speech) David Fraser (03/23/05)
- Embeding Py: failed to instantiate a class Brano Zarnovican (03/23/05)
- Re: How to use subprocess Michele Simionato (03/23/05)
- Re: typo in the library reference? nicke (03/23/05)
- Re: typo in the library reference? nicke (03/23/05)
- Re: How to use subprocess Fredrik Lundh (03/23/05)
- Re: multi-threaded list update Mike Rovner (03/23/05)
- Re: Getting the word to conventional programmers Roose (03/23/05)
- {VIRUS?} Returned mail: see transcript for details mojo_at_image.dk (03/23/05)
- Re: Building Time Based Bins Michael Spencer (03/23/05)
- Re: .pth files? Bengt Richter (03/23/05)
- Re: Python limericks (was Re: Text-to-speech) Bengt Richter (03/23/05)
- Re: XML/RPC server with SSL in Python news_at_trevp.net (03/23/05)
- Anonymus functions revisited : tuple actions Kay Schluehr (03/23/05)
- Re: Python 2.4 | 7.3 The for statement brainsucker (03/23/05)
- Re: Building Time Based Bins MCD (03/23/05)
- Re: multi-threaded list update Peter Hansen (03/23/05)
- Re: Python limericks (was Re: Text-to-speech) Peter Hansen (03/23/05)
- Re: typo in the library reference? Peter Hansen (03/23/05)
- Re: Re: problems with  character Bengt Richter (03/23/05)
- Re: .pth files? Peter Hansen (03/23/05)
- Re: Anonymus functions revisited elbertlev_at_gmail.com (03/23/05)
- Re: Please help for Python programming M.E.Farmer (03/23/05)
- Re: Getting the word to conventional programmers Peter Hansen (03/23/05)
- Re: Python-list Digest, Vol 18, Issue 349 Srinivasan K (03/23/05)
- Re: Read from the last line of a file? Mike Rovner (03/23/05)
- Re: Anonymus functions revisited Ron (03/23/05)
- Read from the last line of a file? Anthony Liu (03/23/05)
- multi-threaded list update Mike Rovner (03/23/05)
- ebXML and Python paco_at_aztecdreams.com (03/23/05)
- Re: Passing arguments to python from URL David M. Cooke (03/23/05)
- Re: comparison puzzle? bug? Mike Rovner (03/23/05)
- Re: Anonymus functions revisited Ron (03/23/05)
- Re: problems with  character John Roth (03/23/05)
- Re: how to use structured markup tools Uche Ogbuji (03/23/05)
- Passing arguments to python from URL Casey Bralla (03/23/05)
- Re: Simple XML-to-Python conversion Uche Ogbuji (03/23/05)
- Re: Simple XML-to-Python conversion Uche Ogbuji (03/23/05)
- Regular Expressions Ron (03/23/05)
- Re: SAX parsing problem Uche Ogbuji (03/23/05)
- Re: Python limericks (was Re: Text-to-speech) Michael Spencer (03/23/05)
- Re: SAX: Help on processing qualified attribute values Uche Ogbuji (03/23/05)
- Re: cross platform use of set locale Marc 'BlackJack' Rintsch (03/23/05)
- Re: comparison puzzle? bug? Stephen Thorne (03/23/05)
- Re: simultaneous copy to multiple media Christos (03/23/05)
- Re: Why tuple with one item is no tuple Christos (03/23/05)
- Re: Pre-PEP: Dictionary accumulator methods Christos (03/23/05)
- Re: cross platform use of set locale Timothy Smith (03/23/05)
- comparison puzzle? bug? Charles Hixson (03/23/05)
- Re: problems with  character Marc 'BlackJack' Rintsch (03/23/05)
- Re: cross platform use of set locale Marc 'BlackJack' Rintsch (03/23/05)
- Re: (noob alert) why doesn't this work? Stephen Thorne (03/23/05)
- Re: (noob alert) why doesn't this work? Bengt Richter (03/23/05)
- Re: Python RegExp D H (03/23/05)
- Re: Python RegExp David Chipping (03/23/05)
- Re: C pointers/Python Stephen Thorne (03/23/05)
- Re: Python RegExp Jeff Epler (03/23/05)
- cross platform use of set locale Timothy Smith (03/23/05)
- Re: Python RegExp Fredrik Lundh (03/23/05)
- Re: Anonymus functions revisited George Sakkis (03/23/05)
- Re: C type buffer copy Paul Rubin (03/22/05)
- Re: Pre-PEP: Dictionary accumulator methods bearophileHUGS_at_lycos.com (03/22/05)
- Re: C type buffer copy Neil Hodgson (03/22/05)
- Re: Anonymus functions revisited Ron (03/22/05)
- Re: Lowest hassle Python web server? kanzen (03/22/05)
- Re: problems with  character Do Re Mi chel La Si Do (03/22/05)
- Python RegExp davidchipping_at_gmail.com (03/22/05)
- Re: problems with  character Do Re Mi chel La Si Do (03/22/05)
- Re: typo in the library reference? Scott David Daniels (03/22/05)
- Re: generating audio signals nicke (03/22/05)
- Re: Anonymus functions revisited Ron (03/22/05)
- Re: beeping portably nicke (03/22/05)
- Re: problems with  character Claudio Grondi (03/22/05)
- Re: possible bug? Jeff Epler (03/22/05)
- Re: problems with  character Claudio Grondi (03/22/05)
- Re: possible bug? Earl Eiland (03/22/05)
- typo in the library reference? nicke (03/22/05)
- Re: getting text from WinXP console Mark T. (03/22/05)
- wanted: visual report templating system robin (03/22/05)
- Httplib request method knguyen_at_megisto.com (03/22/05)
- Re: Anonymus functions revisited Bruno Desthuilliers (03/22/05)
- MinGW building with Python 2.4 mrstephengross (03/22/05)
- Re: possible bug? Jeff Epler (03/22/05)
- Re: Submission for Python Limmerick Contest Raseliarison nirinA (03/22/05)
- Re: Anonymus functions revisited Bruno Desthuilliers (03/22/05)
- Re: Anonymus functions revisited Bruno Desthuilliers (03/22/05)
- Re: Submission for Python Limmerick Contest Raseliarison nirinA (03/22/05)
- Re: problems with Q_character?= deelan (03/22/05)
- How to use subprocess Nicolas Fleury (03/22/05)
- Re: XML/RPC server with SSL in Python Paul Rubin (03/22/05)
- Re: Confirm: compiled re(gexps) are thread safe? Johan Ovlinger (03/22/05)
- Re: possible bug? Earl Eiland (03/22/05)
- Re: C pointers/Python Lonnie Princehouse (03/22/05)
- Re: Python becoming less Lisp-like Terry Reedy (03/22/05)
- Re: UTF Questions Serge Orlov (03/22/05)
- Re: Getting the word to conventional programmers Terry Reedy (03/22/05)
- problems with  character jdonnell (03/22/05)
- Re: .pth files? Ben Beuchler (03/22/05)
- Re: Please help for Python programming Terry Reedy (03/22/05)
- Re: possible bug? Jeff Epler (03/22/05)
- XML/RPC server with SSL in Python Gerson Kurz (03/22/05)
- Re: C type buffer copy Ivan Van Laningham (03/22/05)
- Re: The Running Time of += Skip Montanaro (03/22/05)
- Re: possible bug? Earl Eiland (03/22/05)
- FW: FW: Python help group Leeds, Mark (03/22/05)
- Re: Wikipedia - conversion of in SQL database stored data to HTML Claudio Grondi (03/22/05)
- Re: Confirm: compiled re(gexps) are thread safe? Fredrik Lundh (03/22/05)
- Re: Confirm: compiled re(gexps) are thread safe? Skip Montanaro (03/22/05)
- Re: .pth files? Skip Montanaro (03/22/05)
- Re: Building Time Based Bins MCD (03/22/05)
- Re: Anonymus functions revisited Claudio Grondi (03/22/05)
- Re: FW: Python help group Swaroop C H (03/22/05)
- urllib versus IIS Shane Hathaway (03/22/05)
- Re: [perl-python] sorting matrixes Christos (03/22/05)
- Re: Submission for Python Limmerick Contest Swaroop C H (03/22/05)
- Re: getting text from WinXP console Cappy2112 (03/22/05)
- Re: Anonymus functions revisited bruno modulix (03/22/05)
- C type buffer copy joe_at_gmail.com (03/22/05)
- .pth files? insyte_at_gmail.com (03/22/05)
- The Running Time of += MyHaz (03/22/05)
- Re: (noob alert) why doesn't this work? Scott David Daniels (03/22/05)
- Re: Anonymus functions revisited Ron (03/22/05)
- [perl-python] sorting matrixes Xah Lee (03/22/05)
- Re: pyopengl and py2exe woodsman_at_gmail.com (03/22/05)
- Re: Submission for Python Limmerick Contest Roy Smith (03/22/05)
- Re: Anonymus functions revisited Diez B. Roggisch (03/22/05)
- Re: possible bug? Jeff Epler (03/22/05)
- Re: missing? dictionary methods Bengt Richter (03/22/05)
- Submission for Python Limmerick Contest haraldarminmassa_at_gmail.com (03/22/05)
- Re: Anonymus functions revisited bruno modulix (03/22/05)
- Re: Anonymus functions revisited bruno modulix (03/22/05)
- Re: compiled open source Windows lisp (was Re: Python becoming less Lisp-like) TLOlczyk (03/22/05)
- Re: Anonymus functions revisited Claudio Grondi (03/22/05)
- Re: Python 2.4 | 7.3 The for statement Facundo Batista (03/22/05)
- Re: Python 2.4 | 7.3 The for statement he.dicho.que.no.quiero.spam_at_gmail.com (03/22/05)
- possible bug? Earl Eiland (03/22/05)
- Re: Anonymus functions revisited bruno modulix (03/22/05)
- Re: regarding ignore case sensitive of a string using regular expressions Maarten Sneep (03/22/05)
- Re: Anonymus functions revisited Diez B. Roggisch (03/22/05)
- regarding ignore case sensitive of a string using regular expressions Mosas (03/22/05)
- Re: Doubt regarding exec function Diez B. Roggisch (03/22/05)
- Re: Anonymus functions revisited Ron (03/22/05)
- Re: Please help for Python programming M.E.Farmer (03/22/05)
- Doubt regarding exec function Mosas (03/22/05)
- Re: xmlrpc with Python and large datases Fredrik Lundh (03/22/05)
- Re: Python becoming less Lisp-like Antoon Pardon (03/22/05)
- Re: (noob alert) why doesn't this work? Bouke Woudstra (03/22/05)
- Re: Pre-PEP: Dictionary accumulator methods Steve Holden (03/22/05)
- Re: xmlrpc with Python and large datases Steve Holden (03/22/05)
- Re: Anonymus functions revisited Antoon Pardon (03/22/05)
- Re: Python becoming less Lisp-like Steve Holden (03/22/05)
- Re: Getting the word to conventional programmers Jeff Schwab (03/22/05)
- Re: Getting the word to conventional programmers Peter Maas (03/22/05)
- Re: Anonymus functions revisited Claudio Grondi (03/22/05)
- Re: Getting the word to conventional programmers Peter Hansen (03/22/05)
- Re: Python becoming less Lisp-like Antoon Pardon (03/22/05)
- Re: Using default a empty dictionary as a default value Peter Hansen (03/22/05)
- Re: Anonymus functions revisited Claudio Grondi (03/22/05)
- [ANN] Dabo 0.3.2 Released Ed Leafe (03/22/05)
- Getting the word to conventional programmers Cameron Laird (03/22/05)
- Re: Constructor class problem Joal Heagney (03/22/05)
- Re: (noob alert) why doesn't this work? Diez B. Roggisch (03/22/05)
- Re: (noob alert) why doesn't this work? Simon Brunning (03/22/05)
- (noob alert) why doesn't this work? Bouke Woudstra (03/22/05)
- Re: Using default a empty dictionary as a default value SER.RI-TIC-Alexis Roda (03/22/05)
- Re: Using default a empty dictionary as a default value Diez B. Roggisch (03/22/05)
- Using default a empty dictionary as a default value C Gillespie (03/22/05)
- Re: Anonymus functions revisited bruno modulix (03/22/05)
- Re: Anonymus functions revisited bruno modulix (03/22/05)
- Re: Begniner Question bruno modulix (03/22/05)
- Re: Anonymus functions revisited Antoon Pardon (03/22/05)
- Re: Please help for Python programming bruno modulix (03/22/05)
- Re: Anonymus functions revisited Claudio Grondi (03/22/05)
- Re: UTF Questions Fuzzyman (03/22/05)
- Re: Begniner Question Robert Kern (03/22/05)
- Re: Begniner Question Mikael Olofsson (03/22/05)
- Re: missing? dictionary methods Antoon Pardon (03/22/05)
- Embeding Py: failed to instantiate a class Brano Zarnovican (03/22/05)
- RE: Begniner Question Vishnu (03/22/05)
- Re: Save passwords in scripts Serge Orlov (03/22/05)
- Begniner Question Glen (03/22/05)
- Re: Simple account program Chris Rebert (cybercobra) (03/22/05)
- Anonymus functions revisited Kay Schluehr (03/22/05)
- Anonymus functions revisited Kay Schluehr (03/22/05)
- Re: For loop extended syntax Kay Schluehr (03/22/05)
- Re: Building Time Based Bins Michael Spencer (03/22/05)
- Re: C pointers/Python Marcin Mika (03/22/05)
- Re: sorting a dictionary? Scott David Daniels (03/22/05)
- Re: sorting a dictionary? George Sakkis (03/22/05)
- Re: Pre-PEP: Dictionary accumulator methods Roose (03/22/05)
- Re: Python limericks (was Re: Text-to-speech) Bengt Richter (03/22/05)
- Re: getting text from WinXP console Chris Maloof (03/22/05)
- Re: C pointers/Python joe_at_gmail.com (03/22/05)
- Re: Simple account program Greg Ewing (03/22/05)
- Re: C pointers/Python Marcin Mika (03/22/05)
- Re: C pointers/Python Stephen Thorne (03/22/05)
- RE: sorting a dictionary? Tony Meyer (03/22/05)
- Re: Python scope is too complicated Greg Ewing (03/22/05)
- Re: sorting a dictionary? Anthony Liu (03/22/05)
- Re: inline comparison Steve Holden (03/22/05)
- Re: sorting a dictionary? Scott David Daniels (03/22/05)
- Re: inline comparison sam (03/22/05)
- Re: For loop extended syntax Ron (03/22/05)
- Re: Building Time Based Bins MCD (03/22/05)
- Re: missing? dictionary methods Greg Ewing (03/22/05)
- Re: sorting a dictionary? M.E.Farmer (03/22/05)
- Re: For loop extended syntax Greg Ewing (03/22/05)
- RE: sorting a dictionary? Tony Meyer (03/22/05)
- sorting a dictionary? Anthony Liu (03/22/05)
- Re: Pre-PEP: Dictionary accumulator methods Greg Ewing (03/22/05)
- Re: getting text from WinXP console Jeff Shannon (03/22/05)
- Re: For loop extended syntax Terry Reedy (03/22/05)
- Re: missing? dictionary methods Chris Rebert (cybercobra) (03/22/05)
- Re: exec src in {}, {} strangeness Greg Ewing (03/22/05)
- Re: Please help for Python programming yy0127_at_gmail.com (03/22/05)
- Re: C pointers/Python integer (03/22/05)
- Re: simultaneous copy to multiple media Bengt Richter (03/22/05)
- Re: Simple account program Igorati (03/22/05)
- Re: C pointers/Python Stephen Thorne (03/22/05)
- fun programming competition integer (03/22/05)
- Re: generating audio signals Bengt Richter (03/22/05)
- Re: Building Time Based Bins Michael Spencer (03/22/05)
- Re: Save passwords in scripts Florian Lindner (03/22/05)
- Re: Save passwords in scripts Florian Lindner (03/22/05)
- Re: getting text from WinXP console Ron (03/22/05)
- Re: getting text from WinXP console Peter Hansen (03/22/05)
- Re: Set literals George Sakkis (03/22/05)
- Re: Text-to-speech Peter Hansen (03/22/05)
- Re: Building Time Based Bins MCD (03/22/05)
- Re: Python limericks (was Re: Text-to-speech) Peter Hansen (03/22/05)
- Re: Set literals George Sakkis (03/22/05)
- Re: Set literals simon_at_arrowtheory.com (03/22/05)
- C pointers/Python joe_at_gmail.com (03/22/05)
- Re: Pre-PEP: Dictionary accumulator methods Evan Simpson (03/22/05)
- RE: Set literals Delaney, Timothy C (Timothy) (03/22/05)
- Re: Set literals George Sakkis (03/21/05)
- Set literals George Sakkis (03/21/05)
- Re: Wikipedia - conversion of in SQL database stored data to HTML Claudio Grondi (03/21/05)
- Re: Python scope is too complicated jfj (03/21/05)
- Python 2.4 | 7.3 The for statement brainsucker (03/21/05)
- Re: PyGTK and pyexe Tom Cocagne (03/21/05)
- Re: PyGTK and pyexe Viktor (03/21/05)
- Re: Sending hex number as is Terry Reedy (03/21/05)
- Re: Text-to-speech Bill Mill (03/21/05)
- Re: For loop extended syntax Jeff Shannon (03/21/05)
- Re: Pre-PEP: Dictionary accumulator methods George Sakkis (03/21/05)
- Re: For loop extended syntax George Sakkis (03/21/05)
- Re: Sending hex number as is Grant Edwards (03/21/05)
- Re: Text-to-speech Paul McGuire (03/21/05)
- Re: wxPython vs. pyQt stewart.midwinter_at_gmail.com (03/21/05)
- PIGIP Meeting tonight -- Python Interest Group In Princeton drjonfox_at_gmail.com (03/21/05)
- Re: Sending hex number as is Irmen de Jong (03/21/05)
- Sending hex number as is knguyen_at_megisto.com (03/21/05)
- Re: xmlrpc with Python and large datases writeson (03/21/05)
- Re: Python scope is too complicated Terry Reedy (03/21/05)
- Re: getting text from WinXP console Jeff Shannon (03/21/05)
- Python 2.4 (Windows) Binaries of SciPy Srijit Kumar Bhadra (03/21/05)
- Re: Python limericks (was Re: Text-to-speech) Paul Rubin (03/21/05)
- Re: Please help for Python programming Terry Reedy (03/21/05)
- Re: Save passwords in scripts Paul Rubin (03/21/05)
- Re: missing? dictionary methods Terry Reedy (03/21/05)
- Re: generating audio signals Cappy2112 (03/21/05)
- Re: spaces in re.compile() rbt (03/21/05)
- Re: getting text from WinXP console Cappy2112 (03/21/05)
- Re: getting text from WinXP console Cappy2112 (03/21/05)
- Re: Save passwords in scripts Esben Pedersen (03/21/05)
- Re: Getting directory size P_at_draigBrady.com (03/21/05)
- Re: [ann] fdups 0.15 P_at_draigBrady.com (03/21/05)
- Re: Wikipedia - conversion of in SQL database stored data to HTML Leif K-Brooks (03/21/05)
- Re: exec src in {}, {} strangeness Stefan Seefeld (03/21/05)
- Re: exec src in {}, {} strangeness Bernhard Herzog (03/21/05)
- Re: Getting directory size Graham Fawcett (03/21/05)
- Re: getting text from WinXP console Lucas Raab (03/21/05)
- Re: remove strings from source qwweeeit (03/21/05)
- Wikipedia - conversion of in SQL database stored data to HTML Claudio Grondi (03/21/05)
- Re: Save passwords in scripts Florian Lindner (03/21/05)
- Re: Python becoming less Lisp-like Jeff Shannon (03/21/05)
- Re: Python limericks (was Re: Text-to-speech) Scott David Daniels (03/21/05)
- Re: Text-to-speech Brian van den Broek (03/21/05)
- pyopengl and py2exe Kirill Kuvaldin (03/21/05)
- Re: exec src in {}, {} strangeness Stefan Seefeld (03/21/05)
- Re: simultaneous copy to multiple media Jacek Trzmiel (03/21/05)
- Re: Save passwords in scripts Peter Hansen (03/21/05)
- Re: exec src in {}, {} strangeness Peter Hansen (03/21/05)
- Re: Software for Poets (Was: Re: Text-to-speech) Francis Girard (03/21/05)
- Re: spaces in re.compile() Jeff Epler (03/21/05)
- Re: Please help for Python programming bruno modulix (03/21/05)
- Re: exec src in {}, {} strangeness Stefan Seefeld (03/21/05)
- Re: spaces in re.compile() rbt (03/21/05)
- Re: spaces in re.compile() AndrewN (03/21/05)
- Re: Pre-PEP: Dictionary accumulator methods Michele Simionato (03/21/05)
- python-dev Summary for 2005-03-01 through 2005-03-15 Brett C. (03/21/05)
- spaces in re.compile() rbt (03/21/05)
- Save passwords in scripts Florian Lindner (03/21/05)
- Re: UTF Questions Serge Orlov (03/21/05)
- Re: IconvCodec, UTF-32 & P4 ? News M Claveau /Hamster-P (03/21/05)
- Re: Pre-PEP: Dictionary accumulator methods AndrewN (03/21/05)
- Re: missing? dictionary methods Ron (03/21/05)
- Re: Getting directory size Peter Hansen (03/21/05)
- Re: IconvCodec, UTF-32 & P4 ? Serge Orlov (03/21/05)
- Re: PyPI errors? A.M. Kuchling (03/21/05)
- Re: how can I put a 1Gb file in a zipfile?? RM (03/21/05)
- Re: For loop extended syntax Ron (03/21/05)
- Re: missing? dictionary methods Antoon Pardon (03/21/05)
- webGobbler update gg20050321.10.sebsauvage_at_spamgourmet.com (03/21/05)
- Re: FAQ 1.7.3 : How can I have modules that mutually import each other david.tolpin_at_gmail.com (03/21/05)
- Re: missing? dictionary methods Robert Kern (03/21/05)
- Re: xmlrpc with Python and large datases Duncan Booth (03/21/05)
- Re: Constructor class problem Diez B. Roggisch (03/21/05)
- Re: getting text from WinXP console Jeff Schwab (03/21/05)
- xmlrpc with Python and large datases writeson (03/21/05)
- Re: Lowest hassle Python web server? Neil Benn (03/21/05)
- Re: getting text from WinXP console Lucas Raab (03/21/05)
- Constructor class problem Wolfgang (03/21/05)
- Re: Text-to-speech Martin Franklin (03/21/05)
- Re: Text-to-speech Charles Hartman (03/21/05)
- Re: Question about string.printable and non-printable characters Sibylle Koczian (03/21/05)
- Re: missing? dictionary methods Antoon Pardon (03/21/05)
- UTF Questions Fuzzyman (03/21/05)
- Re: How to create an object instance from a string?? Do Re Mi chel La Si Do (03/21/05)
- Re: missing? dictionary methods Robert Kern (03/21/05)
- Re: IconvCodec, UTF-32 & P4 ? Do Re Mi chel La Si Do (03/21/05)
- Re: Pre-PEP: Dictionary accumulator methods haraldarminmassa_at_gmail.com (03/21/05)
- Re: beeping portably Diez B. Roggisch (03/21/05)
- Re: beeping portably Bengt Richter (03/21/05)
- Re: Please help for Python programming Diez B. Roggisch (03/21/05)
- Re: IconvCodec, UTF-32 & P4 ? Serge Orlov (03/21/05)
- Re: simultaneous copy to multiple media Claudio Grondi (03/21/05)
- Re: HTML editor component? Fuzzyman (03/21/05)
- Re: generating audio signals Bengt Richter (03/21/05)
- Re: how can I put a 1Gb file in a zipfile?? Bengt Richter (03/21/05)
- Please help for Python programming yy0127_at_gmail.com (03/21/05)
- Re: missing? dictionary methods George Sakkis (03/21/05)
- Re: Python becoming less Lisp-like Antoon Pardon (03/21/05)
- Re: Text-to-speech Miki Tebeka (03/21/05)
- missing? dictionary methods Antoon Pardon (03/21/05)
- Re: Text-to-speech Paul McGuire (03/21/05)
- Re: Python becoming less Lisp-like Antoon Pardon (03/21/05)
- IconvCodec, UTF-32 & P4 ? Do Re Mi chel La Si Do (03/21/05)
- Python limericks (was Re: Text-to-speech) Brian van den Broek (03/21/05)
- Re: exec src in {}, {} strangeness Do Re Mi chel La Si Do (03/21/05)
- Re: (",) Do You Want To Know For Sure You Are Going To Heaven? Chris Rebert (cybercobra) (03/21/05)
- Re: Event Handeling Between Two wxPanles in A wxNotebook F. GEIGER (03/21/05)
- Re: For loop extended syntax Kay Schluehr (03/21/05)
- Re: printing anomaly Greg Ewing (03/21/05)
- Re: Pre-PEP: Dictionary accumulator methods Ron (03/21/05)
- Re: How to create stuffit files on Linux? Greg Ewing (03/21/05)
- exec src in {}, {} strangeness Stefan Seefeld (03/21/05)
- RE: IORCC Crossword and Wordfind Puzzles iorcc_at_yahoo.com (03/21/05)
- Python limericks (was Re: Text-to-speech) Tim Churches (03/21/05)
- PyPI errors? Daniel Yoo (03/21/05)
- Re: Overloaded Constructors?!? Paul McGuire (03/21/05)
- Re: Import mechanism to support multiple Python versions Greg Ewing (03/21/05)
- Re: Lowest hassle Python web server? Gerhard Häring (03/21/05)
- Re: printing anomaly Erik Max Francis (03/21/05)
- RE: printing anomaly Delaney, Timothy C (Timothy) (03/21/05)
- printing anomaly Paul Rubin (03/21/05)
- Re: Overloaded Constructors?!? Shalabh Chaturvedi (03/21/05)
- Re: FAQ 1.7.3 : How can I have modules that mutually import each other John Roth (03/21/05)
- Re: simultaneous copy to multiple media Diez B. Roggisch (03/21/05)
- Re:[perl-python] a program to delete duplicate files Xah Lee (03/21/05)
- Re: HTML editor component? Lars Heuer (03/21/05)
- Re: Overloaded Constructors?!? Michael Spencer (03/21/05)
- Re: simultaneous copy to multiple media Heiko Wundram (03/21/05)
- Sybase module 0.37pre2 released Dave Cole (03/21/05)
- Re: Lowest hassle Python web server? Adonis (03/21/05)
- Re: Pre-PEP: Dictionary accumulator methods David Eppstein (03/21/05)
- Re: Shell re-direction Jeff Epler (03/21/05)
- Re: How to create an object instance from a string?? Max M (03/20/05)
- Re: HTML editor component? skol (03/20/05)
- Shell re-direction Mike Gould (03/20/05)
- Re: simultaneous copy to multiple media Jacek Trzmiel (03/20/05)
- Re: For loop extended syntax Heiko Wundram (03/20/05)
- Re: Python scope is too complicated jfj (03/20/05)
- Re: HTML editor component? Lars Heuer (03/20/05)
- Overloaded Constructors?!? andrea_gavana_at_tin.it (03/20/05)
- I'm just an idiot when it comes logging olsongt_at_verizon.net (03/20/05)
- Re: Lowest hassle Python web server? Peter Hansen (03/20/05)
- Re: getting text from WinXP console Peter Hansen (03/20/05)
- Re: simultaneous copy to multiple media Claudio Grondi (03/20/05)
- Re: For loop extended syntax George Sakkis (03/20/05)
- Re: Overloaded Constructors?!? Kent Johnson (03/20/05)
- HTML editor component? skol (03/20/05)
- Re: simultaneous copy to multiple media Diez B. Roggisch (03/20/05)
- Re: Building Time Based Bins alessandro -oggei- ogier (03/20/05)
- Re: Software for Poets (Was: Re: Text-to-speech) Paul Rubin (03/20/05)
- Re: Python scope is too complicated Ivan Van Laningham (03/20/05)
- Lowest hassle Python web server? kanzen (03/20/05)
- Re: Software for Poets (Was: Re: Text-to-speech) Charles Hartman (03/20/05)
- Re: getting text from WinXP console Chris Rebert (cybercobra) (03/20/05)
- Re: RotatingFileHandler and logging config file Vinay Sajip (03/20/05)
- Re: Python scope is too complicated Dan Bishop (03/20/05)
- Re: Text-to-speech Charles Hartman (03/20/05)
- Limerick (was: Re: Text-to-speech) Jeremy Bowers (03/20/05)
- Re: Text-to-speech jamesthiele.usenet_at_gmail.com (03/20/05)
- Re: For loop extended syntax George Sakkis (03/20/05)
- Re: Text-to-speech Steve Holden (03/20/05)
- Re: simultaneous copy to multiple media Heiko Wundram (03/20/05)
- Software for Poets (Was: Re: Text-to-speech) Francis Girard (03/20/05)
- Re: For loop extended syntax Heiko Wundram (03/20/05)
- Re: simultaneous copy to multiple media Rolf Zwart (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Aahz (03/20/05)
- Re: simultaneous copy to multiple media Claudio Grondi (03/20/05)
- Re: Changing the Keyboard output Jeremy Bowers (03/20/05)
- Re: how can I put a 1Gb file in a zipfile?? Jeff Epler (03/20/05)
- Re: Building Time Based Bins MCD (03/20/05)
- Re: How to pass parameter when importing a module? Bo Peng (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Mike Rovner (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Francis Girard (03/20/05)
- Re: wxPython vs. pyQt Andrew E (03/20/05)
- Re: For loop extended syntax George Sakkis (03/20/05)
- Re: How to pass parameter when importing a module? Serge Orlov (03/20/05)
- getting text from WinXP console Chris Maloof (03/20/05)
- Re: how can I put a 1Gb file in a zipfile?? bennie (03/20/05)
- Re: For loop extended syntax George Sakkis (03/20/05)
- Changing the Keyboard output Abdul Hafiz al-Muslim (03/20/05)
- Re: For loop extended syntax Matteo Dell'Amico (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Alexander Schmolck (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods - typing & initialising Matteo Dell'Amico (03/20/05)
- Re: Building Time Based Bins MCD (03/20/05)
- Re: For loop extended syntax Kay Schluehr (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Roose (03/20/05)
- For loop extended syntax George Sakkis (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Colin J. Williams (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods - typing & initialising Kay Schluehr (03/20/05)
- Re: How to pass parameter when importing a module? André Roberge (03/20/05)
- Re: [perl-python] a program to delete duplicate files Claudio Grondi (03/20/05)
- beeping portably Jim (03/20/05)
- Re: simultaneous copy to multiple media Grant Edwards (03/20/05)
- Re: ANN: 2005 International Obfuscated Ruby Code Contest (IORCC) Gerrit Holl (03/20/05)
- Re: How to pass parameter when importing a module? Swaroop C H (03/20/05)
- Re: [OT] Re: Hi Guys. First Time Poster Gerrit Holl (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Duncan Booth (03/20/05)
- Re: Variable Variable Mike Gould (03/20/05)
- Re: Variable Variable Mike Gould (03/20/05)
- Re: Variable Variable MikeyG (03/20/05)
- How to pass parameter when importing a module? Bo Peng (03/20/05)
- Re: simultaneous copy to multiple media Claudio Grondi (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods BJörn Lindqvist (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Magnus Lie Hetland (03/20/05)
- [OT] Re: Hi Guys. First Time Poster Jeff Schwab (03/20/05)
- Re: inline comparison Diez B. Roggisch (03/20/05)
- Re: inline comparison sam (03/20/05)
- Re: Simple account program Igorati (03/20/05)
- Re: what is \s+ and \S+ means in re.compile? Ed Leafe (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods - typing & initialising Matteo Dell'Amico (03/20/05)
- what is \s+ and \S+ means in re.compile? sam (03/20/05)
- [ann] fdups 0.15 Patrick Useldinger (03/20/05)
- Re: raise takes a long time Christos (03/20/05)
- Re: PyZeroConf Question A.M. Kuchling (03/20/05)
- Re: 2.4 crashes when try to exit app and mulitple threads active Peter Hansen (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Peter Hansen (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Jeremy Bowers (03/20/05)
- Overloaded Constructors?!? andrea_gavana_at_tin.it (03/20/05)
- Re: importing two modules with the same name Francisco Borges (03/20/05)
- Re: 2.4 crashes when try to exit app and mulitple threads active Maxwell Hammer (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Max (03/20/05)
- Re: Python scope is too complicated Christos (03/20/05)
- Python scope is too complicated Max (03/20/05)
- simultaneous copy to multiple media Claudio Grondi (03/20/05)
- Re: Variable Variable Diez B. Roggisch (03/20/05)
- Re: Variable Variable Kay Schluehr (03/20/05)
- Re: simultaneous copy to multiple media Jacek Trzmiel (03/20/05)
- Re: survey of modules to be added to stdlib Alia Khouri (03/20/05)
- Re: simultaneous copy to multiple media Swaroop C H (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods - typing & initialising Kay Schluehr (03/20/05)
- Re: how can I put a 1Gb file in a zipfile?? Christos (03/20/05)
- Re: generating audio signals Alia Khouri (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Roose (03/20/05)
- Re: How two modules call functions defined in each other? Reinhold Birkenfeld (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Reinhold Birkenfeld (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Reinhold Birkenfeld (03/20/05)
- generating audio signals nicke (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Reinhold Birkenfeld (03/20/05)
- Re: How two modules call functions defined in each other? Christos (03/20/05)
- Re: wxPython vs. pyQt Duncan Booth (03/20/05)
- Re: sound processing - avarage amplitude? Christos (03/20/05)
- Re: wxPython vs. pyQt Andrew E (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Matteo Dell'Amico (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Duncan Booth (03/20/05)
- how can I put a 1Gb file in a zipfile?? Bennie (03/20/05)
- Re: Configure this group in email client kiran (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Paul Rubin (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Mike Rovner (03/20/05)
- Re: 1 + 2 = 3 Do Re Mi chel La Si Do (03/20/05)
- Re: How to create an object instance from a string?? Do Re Mi chel La Si Do (03/20/05)
- Re: Text-to-speech Tim Churches (03/20/05)
- Re: beeping portably John J. Lee (03/20/05)
- Re: wxPython vs. pyQt John J. Lee (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Kay Schluehr (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods George Sakkis (03/20/05)
- Re: inline comparison Tim Roberts (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Ron (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods George Sakkis (03/20/05)
- Re: Working with Huge Text Files cwazir_at_yahoo.com (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Michele Simionato (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Michael Spencer (03/20/05)
- Re: Text-to-speech Robert Kern (03/20/05)
- Re: Building Time Based Bins John Machin (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Kay Schluehr (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods George Sakkis (03/20/05)
- Re: Building Time Based Bins Michael Spencer (03/20/05)
- Text-to-speech Charles Hartman (03/20/05)
- Re: inline comparison Peter Hansen (03/20/05)
- Re: 2.4 crashes when try to exit app and mulitple threads active Peter Hansen (03/20/05)
- Re: How to create an object instance from a string?? Peter Hansen (03/20/05)
- Simple sizer question skol (03/20/05)
- Re: Working with Huge Text Files John Machin (03/20/05)
- inline comparison sam (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Beni Cherniavsky (03/20/05)
- Building Time Based Bins MCD (03/20/05)
- Re: Working with Huge Text Files cwazir_at_yahoo.com (03/20/05)
- How two modules call functions defined in each other? Tian (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods John Machin (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Alexander Schmolck (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods George Sakkis (03/20/05)
- how to refresh grid on a notebook? dimitri pater (03/20/05)
- 2.4 crashes when try to exit app and mulitple threads active Maxwell Hammer (03/20/05)
- Re: PyGTK and pyexe Tom Cocagne (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Michael Spencer (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods George Sakkis (03/20/05)
- Re: Simple XML-to-Python conversion gaudetteje_at_gmail.com (03/20/05)
- Re: importing two modules with the same name El Pitonero (03/20/05)
- ANN: Snakelets 1.38 (simple-to-use web app server with dynamic pages) Irmen de Jong (03/20/05)
- Re: Pre-PEP: Dictionary accumulator methods Ron (03/20/05)
- Re: How to create an object instance from a string?? Do Re Mi chel La Si Do (03/20/05)
- Re: [python-sybase] Sybase module 0.37pre1 released Skip Montanaro (03/19/05)
- Re: importing two modules with the same name El Pitonero (03/19/05)
- Re: How to create an object instance from a string?? Tian (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods David Eppstein (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods David Eppstein (03/19/05)
- Re: How to create an object instance from a string?? Peter Hansen (03/19/05)
- Re: Event Handeling Between Two wxPanles in A wxNotebook MyHaz (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods John Machin (03/19/05)
- Re: How to create an object instance from a string?? Ksenia Marasanova (03/19/05)
- Re: FAQ 1.7.3 : How can I have modules that mutually import each other John Machin (03/19/05)
- Re: How to create an object instance from a string?? Patrick Useldinger (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Paul Rubin (03/19/05)
- How to create an object instance from a string?? Tian (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Reinhold Birkenfeld (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Bengt Richter (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods John Machin (03/19/05)
- Re: Obfuscated Python: fun with shadowing builtins Bruno Desthuilliers (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Paul Rubin (03/19/05)
- Re: importing two modules with the same name Tim Jarman (03/19/05)
- Re: Variable Variable Bruno Desthuilliers (03/19/05)
- Re: FAQ 1.7.3 : How can I have modules that mutually import each other Reinhold Birkenfeld (03/19/05)
- FAQ 1.7.3 : How can I have modules that mutually import each other MackS (03/19/05)
- Re: list of unique non-subset sets Dirk Thierbach (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Kay Schluehr (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Dan Sommers (03/19/05)
- Re: importing two modules with the same name Mike Meyer (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods El Pitonero (03/19/05)
- importing two modules with the same name Francisco Borges (03/19/05)
- Re: how to use structured markup tools Sean McIlroy (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods George Sakkis (03/19/05)
- Re: Is Python like VB? Ivan Voras (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods El Pitonero (03/19/05)
- Re: any() and all() Was: Pre-PEP: Dictionary accumulator methods Roose (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods George Sakkis (03/19/05)
- Re: subprocess 'wait' method causes .py program to hang. Jeff Epler (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Brian van den Broek (03/19/05)
- Re: Working with Huge Text Files Lorn Davies (03/19/05)
- Re: RotatingFileHandler and logging config file Peter Hansen (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Do Re Mi chel La Si Do (03/19/05)
- Re: Checking if port is in use. Peter Hansen (03/19/05)
- Re: Shared Memory Example (Python, ctypes, VC++) Do Re Mi chel La Si Do (03/19/05)
- Re: determine os language Diez B. Roggisch (03/19/05)
- Re: wxPython vs. pyQt Hans-Peter Jansen (03/19/05)
- Re: Checking if port is in use. Grant Edwards (03/19/05)
- subprocess 'wait' method causes .py program to hang. Earl Eiland (03/19/05)
- Re: RotatingFileHandler and logging config file Rob Cranfill (03/19/05)
- Re: RotatingFileHandler and logging config file Rob Cranfill (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Aahz (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods El Pitonero (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Aahz (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Paul McGuire (03/19/05)
- Re: Simple XML-to-Python conversion gaudetteje_at_gmail.com (03/19/05)
- Re: Checking if port is in use. elbertlev_at_hotmail.com (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods El Pitonero (03/19/05)
- Re: Checking if port is in use. Alex Polite (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Ivan Van Laningham (03/19/05)
- Re: Add Properties to Instances? Martin Miller (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Denis S. Otkidach (03/19/05)
- Re: determine os language Bryan (03/19/05)
- program hangs when external process crashes Earl Eiland (03/19/05)
- sound processing - avarage amplitude? Niklas Paro (03/19/05)
- Re: Build an Email Server with Sockets and MIME Peter Hansen (03/19/05)
- Re: Checking if port is in use. Peter Hansen (03/19/05)
- determine os language Bryan (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Peter Hansen (03/19/05)
- Build an Email Server with Sockets and MIME fernandestb_at_gmail.com (03/19/05)
- Checking if port is in use. Alex Polite (03/19/05)
- Re: [question] Event Handeling Between Two wxPanles in A wxNotebook F. GEIGER (03/19/05)
- Shared Memory Example (Python, ctypes, VC++) Srijit Kumar Bhadra (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Reinhold Birkenfeld (03/19/05)
- Re: Splitting with Regular Expressions qwweeeit (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Peter Hansen (03/19/05)
- Re: PyGTK and pyexe Viktor (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Ivan Van Laningham (03/19/05)
- Re: Simple XML-to-Python conversion Ivan Voras (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Jeff Epler (03/19/05)
- Re: fastest postgresql module Gerhard Häring (03/19/05)
- Re: Is Python like VB? Ivan Voras (03/19/05)
- Re: Is Python like VB? Ivan Voras (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Dan Sommers (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Pierre Barbier de Reuille (03/19/05)
- Re: How to I restart an interactive session? Diez B. Roggisch (03/19/05)
- Re: Simple XML-to-Python conversion Diez B. Roggisch (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Kent Johnson (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Carl Banks (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Kent Johnson (03/19/05)
- Re: Variable Variable Cameron Laird (03/19/05)
- Re: create/access dynamic growth list Kent Johnson (03/19/05)
- Re: Event Handeling Between Two wxPanles in A wxNotebook support.services.complaints_at_gmail.com (03/19/05)
- Re: pickle: No module named on. HELP! fanbanlo (03/19/05)
- Re: Simple XML-to-Python conversion Kent Johnson (03/19/05)
- pickle: No module named on. HELP! fanbanlo (03/19/05)
- Re: how to use structured markup tools Fredrik Lundh (03/19/05)
- Re: Variable Variable Kay Schluehr (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods El Pitonero (03/19/05)
- Re: wxPython vs. pyQt Jarek Zgoda (03/19/05)
- Re: Database connection caching lbolognini_at_gmail.com (03/19/05)
- Re: Variable Variable Premshree Pillai (03/19/05)
- Re: Variable Variable Leif K-Brooks (03/19/05)
- [question] Event Handeling Between Two wxPanles in A wxNotebook support.services.complaints_at_gmail.com (03/19/05)
- Re: setDocumentLocator in validating parser (xmlproc) Cees Wesseling (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Peter Otten (03/19/05)
- Re: How to create stuffit files on Linux? Leif K-Brooks (03/19/05)
- Variable Variable Tanteauguri (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Roose (03/19/05)
- Re: HELP:UnboundLocalError: local variable '_nntp' referenced before assignment Peter Moscatt (03/19/05)
- how to use structured markup tools Sean McIlroy (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Roose (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Paul Rubin (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Michele Simionato (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Roose (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Reinhold Birkenfeld (03/19/05)
- Re: Simple account program Chris Rebert (cybercobra) (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Paul Rubin (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Michael Spencer (03/19/05)
- Re: list of unique non-subset sets Bengt Richter (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Paul Rubin (03/19/05)
- Re: wxPython vs. pyQt Swaroop C H (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Michele Simionato (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Bengt Richter (03/19/05)
- Re: survey of modules to be added to stdlib Swaroop C H (03/19/05)
- Re: wxPython vs. pyQt Mike P. (03/19/05)
- Re: Simple XML-to-Python conversion Swaroop C H (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Brian van den Broek (03/19/05)
- Re: Simple XML-to-Python conversion gaudetteje_at_gmail.com (03/19/05)
- Sybase module 0.37pre1 released Dave Cole (03/19/05)
- Weekly Python Patch/Bug Summary Kurt B. Kaiser (03/19/05)
- Re: create/access dynamic growth list sam (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Jeff Epler (03/19/05)
- Re: list of unique non-subset sets les_ander_at_yahoo.com (03/19/05)
- ElementTree Tidy HTML Tree Builder and comments Björn Lindström (03/19/05)
- Re: survey of modules to be added to stdlib Ron (03/19/05)
- Re: survey of modules to be added to stdlib Paul Rubin (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Bengt Richter (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Roose (03/19/05)
- Re: Working with Huge Text Files Al Christians (03/19/05)
- Virus in your Mail to empire.support root at smtp (03/19/05)
- Re: Working with Huge Text Files Al Christians (03/19/05)
- Re: Working with Huge Text Files cwazir_at_yahoo.com (03/19/05)
- Re: Working with Huge Text Files mensanator_at_aol.com (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Jeff Shannon (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Mike Rovner (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Aahz (03/19/05)
- Re: Working with Huge Text Files Michael Hoffman (03/19/05)
- Re: survey of modules to be added to stdlib Neil Hodgson (03/19/05)
- Re: Pre-PEP: Dictionary accumulator methods Ivan Van Laningham (03/19/05)
- Re: list of unique non-subset sets Bengt Richter (03/19/05)
- Python tutorial for LinuxQuestions.org? beliavsky_at_aol.com (03/19/05)
- Re: Working with Huge Text Files mensanator_at_aol.com (03/19/05)
- Re: PyGTK and pyexe Tom Cocagne (03/19/05)
- Working with Huge Text Files Lorn Davies (03/19/05)
- PyGTK and pyexe Viktor (03/19/05)
- Re: list of unique non-subset sets les_ander_at_yahoo.com (03/19/05)
- ANN: 2005 International Obfuscated Ruby Code Contest (IORCC) iorcc_at_yahoo.com (03/19/05)
- Re: setDocumentLocator in validating parser (xmlproc) James Kew (03/19/05)
- Re: survey of modules to be added to stdlib QMartin_v=2E_L=F6wis=22?= (03/18/05)
- survey of modules to be added to stdlib Alia Khouri (03/18/05)
- program hangs when external process crashes Earl Eiland (03/18/05)
- Re: Step by step: Compiling extensions with MS Visual C++ Toolkit 2003 - msvccompiler-patch.txt (0/1) magoldfish_at_yahoo.com (03/18/05)
- Re: How to I restart an interactive session? Mike Meyer (03/18/05)
- Re: wxPython vs. pyQt RM (03/18/05)
- Re: Simple account program M.E.Farmer (03/18/05)
- Re: list of unique non-subset sets Bengt Richter (03/18/05)
- Re: How to I restart an interactive session? markscottwright (03/18/05)
- Re: Is Python like VB? Jeff Shannon (03/18/05)
- Re: Is Python like VB? scattered (03/18/05)
- Dr. Dobb's Python-URL! - weekly Python news and links (Mar 18) Cameron Laird (03/18/05)
- Re: Is Python like VB? Tom Willis (03/18/05)
- Re: Is Python like VB? Tom Willis (03/18/05)
- setDocumentLocator in validating parser (xmlproc) Cees Wesseling (03/18/05)
- Re: COM connection point Aaron Brady (03/18/05)
- Re: Is Python like VB? Steve Horsley (03/18/05)
- Re: Splitting with Regular Expressions Fredrik Lundh (03/18/05)
- Dr. Dobb's Python-URL! - weekly Python news and links (Mar 18) Cameron Laird (03/18/05)
- Re: Simple XML-to-Python conversion Fredrik Lundh (03/18/05)
- Re: Import mechanism to support multiple Python versions Serge Orlov (03/18/05)
- Re: Python becoming less Lisp-like Bengt Richter (03/18/05)
- Re: How to I restart an interactive session? Diez B. Roggisch (03/18/05)
- Re: Windows question from Mac guy Charles Hartman (03/18/05)
- Re: Database connection caching Istvan Albert (03/18/05)
- Re: Import mechanism to support multiple Python versions Nicolas Fleury (03/18/05)
- Re: xmlproc maintainer? QMartin_v=2E_L=F6wis=22?= (03/18/05)
- Re: Simple XML-to-Python conversion gaudetteje_at_gmail.com (03/18/05)
- How to I restart an interactive session? markscottwright (03/18/05)
- Re: how to handle repetitive regexp match checks Jeff Shannon (03/18/05)
- Re: adding a path module to stdlib Michael Hoffman (03/18/05)
- OSX / Python 2.3 error"truncated or malformed object ..." Ian A. York (03/18/05)
- PyGTK Popup menu? dataangel (03/18/05)
- [ANNOUNCE] Twenty-third release of PythonCAD now available Art Haas (03/18/05)
- Re: Import mechanism to support multiple Python versions Thomas Heller (03/18/05)
- Re: Windows question from Mac guy Thomas Heller (03/18/05)
- Re: Simple account program Igorati (03/18/05)
- Re: Python becoming less Lisp-like Jeff Shannon (03/18/05)
- Re: Is Python like VB? Tom Willis (03/18/05)
- Re: MySQL problem Kent Johnson (03/18/05)
- Windows question from Mac guy Charles Hartman (03/18/05)
- Import mechanism to support multiple Python versions Nicolas Fleury (03/18/05)
- Re: Database connection caching Simon Brunning (03/18/05)
- Re: Database connection caching Skip Montanaro (03/18/05)
- Re: PyGoogle featured on Google Code Skip Montanaro (03/18/05)
- Re: Is Python like VB? Swaroop C H (03/18/05)
- Re: syntax incorrect with regex Fredrik Lundh (03/18/05)
- Re: MySQL problem wes weston (03/18/05)
- Re: Database connection caching Swaroop C H (03/18/05)
- A Q. on pop(). spencer (03/18/05)
- Re: syntax incorrect with regex Swaroop C H (03/18/05)
- wxPython and loading multiple panels (code included) flupke (03/18/05)
- Re: Is Python like VB? James (03/18/05)
- Re: Why tuple with one item is no tuple Steven Bethard (03/18/05)
- Re: Proposal for adding Shallow Threads and a Main Loop to Python Rhamphoryncus (03/18/05)
- Re: fastest postgresql module Frank Miles (03/18/05)
- Re: GIL release Pierre Barbier de Reuille (03/18/05)
- Re: how to handle repetitive regexp match checks Paul McGuire (03/18/05)
- Re: Is Python like VB? scattered (03/18/05)
- Re: syntax incorrect with regex Christos (03/18/05)
- Re: create/access dynamic growth list Larry Bates (03/18/05)
- Re: Is Python like VB? Jim Smith (03/18/05)
- Re: list of unique non-subset sets bearophileHUGS_at_lycos.com (03/18/05)
- Re: syntax incorrect with regex Diez B. Roggisch (03/18/05)
- Re: How to create datetime object from DbiDate (win32.odbc)? Frank Millman (03/18/05)
- Re: Splitting with Regular Expressions qwweeeit (03/18/05)
- syntax incorrect with regex sam (03/18/05)
- Re: Simple account program Peter Maas (03/18/05)
- Re: how to handle repetitive regexp match checks Jonathan Giddy (03/18/05)
- Re: how to handle repetitive regexp match checks GiddyJP (03/18/05)
- Database connection caching lbolognini_at_gmail.com (03/18/05)
- Re: Python becoming less Lisp-like Antoon Pardon (03/18/05)
- adding a path module to stdlib Alia Khouri (03/18/05)
- Re: Why tuple with one item is no tuple Antoon Pardon (03/18/05)
- Re: GIL release Armin Steinhoff (03/18/05)
- RE: COM connection point Stefan Schukat (03/18/05)
- Re: sgmlop: malformed charrefs? Magnus Lie Hetland (03/18/05)
- raise takes a long time Robin Becker (03/18/05)
- GIL release Alastair Basden (03/18/05)
- Re: please help on installation process Simon Brunning (03/18/05)
- Re: html escape sequences Will McGugan (03/18/05)
- Re: Why tuple with one item is no tuple Daniel Dittmar (03/18/05)
- Re: html escape sequences Leif K-Brooks (03/18/05)
- Re: RotatingFileHandler and logging config file news.sydney.pipenetworks.com (03/18/05)
- Re: HELP:UnboundLocalError: local variable '_nntp' referenced before assignment Diez B. Roggisch (03/18/05)
- HELP:UnboundLocalError: local variable '_nntp' referenced before assignment Peter Moscatt (03/18/05)
- html escape sequences Will McGugan (03/18/05)
- [Job] London based Python / Zope web developer positions Dr Jack Kreindler (03/18/05)
- Re: Why tuple with one item is no tuple Antoon Pardon (03/18/05)
- Re: Proposal for adding Shallow Threads and a Main Loop to Python Diez B. Roggisch (03/18/05)
- Re: Why tuple with one item is no tuple Antoon Pardon (03/18/05)
- Re: how to handle repetitive regexp match checks Duncan Booth (03/18/05)
- xmlproc maintainer? Alban Hertroys (03/18/05)
- Re: (Tkinter) Adding delay to PopUpMsg Eric Brunel (03/18/05)
- Re: fastest postgresql module Josef Meile (03/18/05)
- Re: PyGoogle featured on Google Code Michael Hoffman (03/18/05)
- Re: Is Python like VB? Joe (03/18/05)
- Re: Interface support? Ville Vainio (03/18/05)
- Re: Why tuple with one item is no tuple Kay Schluehr (03/18/05)
- (Tkinter) Adding delay to PopUpMsg Harlin Seritt (03/18/05)
- Teiei kiri listi Linux-ee ootab moderaatori otsust. linux-ee-bounces_at_lists.eenet.ee (03/18/05)
- Re: how to handle repetitive regexp match checks David M. Cooke (03/18/05)
- Re: OS X and Tkinter scott (03/18/05)
- Re: Interface support? Michael Spencer (03/18/05)
- Re: newbie:unique problem Heiko Wundram (03/18/05)
- Re: Python becoming less Lisp-like Kay Schluehr (03/18/05)
- RELEASED Python 2.4.1, release candidate 2 Anthony Baxter (03/18/05)
- Re: Interface support? Michele Simionato (03/18/05)
- Re: metaclass error Michele Simionato (03/18/05)
- Re: generic text read function Michael Spencer (03/18/05)
- Re: Interface support? Steve (03/18/05)
- Re: Is Python like VB? Tim Roberts (03/18/05)
- Re: Interface support? Michele Simionato (03/18/05)
- Re: sgmlop: malformed charrefs? Fredrik Lundh (03/18/05)
- Re: fastest postgresql module casevh_at_comcast.net (03/18/05)
- Re: PyGoogle featured on Google Code EP (03/18/05)
- create/access dynamic growth list sam (03/18/05)
- how to handle repetitive regexp match checks Matt Wette (03/18/05)
- Re: generic text read function John Hunter (03/18/05)
- Re: I can do it in sed... Bengt Richter (03/18/05)
- generic text read function les_ander_at_yahoo.com (03/18/05)
- Interface support? Steve (03/18/05)
- Re: Good use for Jython peter_at_clgorg (03/18/05)
- PyGoogle featured on Google Code beliavsky_at_aol.com (03/18/05)
- Re: list of unique non-subset sets bearophileHUGS_at_lycos.com (03/18/05)
- Re: fastest postgresql module Gerhard Haering (03/18/05)
- Re: Writing C readable bitfield structs? John Machin (03/18/05)
- Re: Proposal for adding Shallow Threads and a Main Loop to Python Rhamphoryncus (03/18/05)
- Re: fastest postgresql module Timothy Smith (03/18/05)
- Re: fastest postgresql module Leif B. Kristensen (03/18/05)
- Re: I can do it in sed... Kotlin Sam (03/18/05)
- Re: fastest postgresql module Timothy Smith (03/18/05)
- Re: Proposal for adding Shallow Threads and a Main Loop to Python Gary D. Duzan (03/18/05)
- Re: Is Python like VB? Luis M. Gonzalez (03/18/05)
- Re: fastest postgresql module Leif B. Kristensen (03/17/05)
- PyZeroConf Question djw (03/17/05)
- fastest postgresql module Timothy Smith (03/17/05)
- Re: newbie:unique problem Brian van den Broek (03/17/05)
- Re: Simple account program wes weston (03/17/05)
- Re: Simple XML-to-Python conversion news.sydney.pipenetworks.com (03/17/05)
- Proposal for adding Shallow Threads and a Main Loop to Python Rhamphoryncus (03/17/05)
- Re: list of unique non-subset sets Peter Otten (03/17/05)
- Re: Simple account program Ron (03/17/05)
- Re: sgmlop: malformed charrefs? QMartin_v=2E_L=F6wis=22?= (03/17/05)
- Re: sgmlop: malformed charrefs? QMartin_v=2E_L=F6wis=22?= (03/17/05)
- Re: Simple account program Ron (03/17/05)
- Re: newbie:unique problem Heiko Wundram (03/17/05)
- Re: list of unique non-subset sets Steven Bethard (03/17/05)
- Re: Listbox fill=BOTH expand=YES (Tkinter) Raseliarison nirinA (03/17/05)
- Re: Simple account program M.E.Farmer (03/17/05)
- Re: Writing C readable bitfield structs? phark52_at_yahoo.com (03/17/05)
- Re: How to create datetime object from DbiDate (win32.odbc)? Larry Bates (03/17/05)
- Re: list of unique non-subset sets Kent Johnson (03/17/05)
- Re: metaclass error asteele_at_berkeley.edu (03/17/05)
- Re: newbie:unique problem Brian van den Broek (03/17/05)
- metaclass error Aaron Steele (03/17/05)
- Re: metaclass error F. Petitjean (03/17/05)
- metaclass error asteele_at_berkeley.edu (03/17/05)
- Re: list of unique non-subset sets Steven Bethard (03/17/05)
- Re: Is Python like VB? Marek Kubica (03/17/05)
- list of unique non-subset sets les_ander_at_yahoo.com (03/17/05)
- Re: Getting current variable name Ron (03/17/05)
- Re: wxPython vs. pyQt Simon John (03/17/05)
- Re: Is Python like VB? Cappy2112 (03/17/05)
- Re: Memory mapped File (Python win32 extensions) Thomas Heller (03/17/05)
- RE: How to create datetime object from DbiDate (win32.odbc)? Robert Brewer (03/17/05)
- Re: Getting current variable name Lonnie Princehouse (03/17/05)
- Re: sgmlop: malformed charrefs? Magnus Lie Hetland (03/17/05)
- Memory mapped File (Python win32 extensions) Srijit Kumar Bhadra (03/17/05)
- Re: Getting current variable name Jeff Shannon (03/17/05)
- Simple account program Igorati (03/17/05)
- Re: A Q. on pop(). Duncan Booth (03/17/05)
- Re: sgmlop: malformed charrefs? Fredrik Lundh (03/17/05)
- Re: Obfuscated Python: fun with shadowing builtins fraca7 (03/17/05)
- Re: MySQL problem wes weston (03/17/05)
- REPOST: Re: Python becoming less Lisp-like Ville Vainio (03/17/05)
- REPOST: Re: Python becoming less Lisp-like Ville Vainio (03/17/05)
- MySQL problem Lad (03/17/05)
- Re: Is Python like VB? James (03/17/05)
- Re: super with only one argument Michele Simionato (03/17/05)
- Re: Obfuscated Python: fun with shadowing builtins Fuzzyman (03/17/05)
- Re: I can do it in sed... Kent Johnson (03/17/05)
- Re: Splitting with Regular Expressions Paul McGuire (03/17/05)
- Re: sgmlop: malformed charrefs? Magnus Lie Hetland (03/17/05)
- Re: ConfigParser Fuzzyman (03/17/05)
- Re: Splitting with Regular Expressions Fredrik Lundh (03/17/05)
- Re: Splitting with Regular Expressions Thomas Guettler (03/17/05)
- PyCon: Request for Video Cameras LD \ (03/17/05)
- Re: super with only one argument Greg Chapman (03/17/05)
- Re: GUI toolkit question Harry George (03/17/05)
- Re: Is Python like VB? D H (03/17/05)
- How to create datetime object from DbiDate (win32.odbc)? Frank Millman (03/17/05)
- Splitting with Regular Expressions qwweeeit (03/17/05)
- Re: wxPython vs. pyQt Ken Godee (03/17/05)
- Re: super with only one argument Greg Chapman (03/17/05)
- tkinter: call root.after from a thread? Benjamin Rutt (03/17/05)
- Re: wxPython vs. pyQt foobar_at_mailsnare.com (03/17/05)
- Importing package modules from C-extension Mark English (03/17/05)
- Re: Simple XML-to-Python conversion Premshree Pillai (03/17/05)
- minidom get Element value Scott F (03/17/05)
- Re: Python becoming less Lisp-like Thomas Bellman (03/17/05)
- Re: ConfigParser Serge Orlov (03/17/05)
- Re: Is Python like VB? Matthew (03/17/05)
- Re: ConfigParser Larry Bates (03/17/05)
- Re: Simple XML-to-Python conversion Fredrik Lundh (03/17/05)
- Re: Simple XML-to-Python conversion Thomas Guettler (03/17/05)
- ConfigParser Sergey (03/17/05)
- Re: Simple XML-to-Python conversion gaudetteje_at_gmail.com (03/17/05)
- Re: Simple XML-to-Python conversion Tim Jarman (03/17/05)
- Re: Simple XML-to-Python conversion gaudetteje_at_gmail.com (03/17/05)
- Re: Why tuple with one item is no tuple Diez B. Roggisch (03/17/05)
- Re: Simple XML-to-Python conversion Lutz Horn (03/17/05)
- Re: I can do it in sed... Christos (03/17/05)
- Re: sgmlop: malformed charrefs? Fredrik Lundh (03/17/05)
- Re: Python becoming less Lisp-like Antoon Pardon (03/17/05)
- Re: I can do it in sed... Ville Vainio (03/17/05)
- Re: I can do it in sed... Ville Vainio (03/17/05)
- sgmlop: malformed charrefs? Magnus Lie Hetland (03/17/05)
- Re: ElementTree, how to get the whole content of a tag Fredrik Lundh (03/17/05)
- Re: wxPython vs. pyQt tc (03/17/05)
- Re: Why tuple with one item is no tuple Antoon Pardon (03/17/05)
- Re: computing a weighted sum Christos (03/17/05)
- Re: Itertools wishlists Christos (03/17/05)
- Re: wxPython vs. pyQt Giovanni Bajo (03/17/05)
- Re: Listbox fill=BOTH expand=YES (Tkinter) Christos (03/17/05)
- RE: Static parameter count Tertius Cronje (03/17/05)
- Re: Is Python like VB? James (03/17/05)
- Re: Is Python like VB? Groleo Marius (03/17/05)
- Re: Static parameter count Ola Natvig (03/17/05)
- Static parameter count Tertius Cronje (03/17/05)
- Re: Is Python like VB? Gregor Horvath (03/17/05)
- Re: Python becoming less Lisp-like Peter Maas (03/17/05)
- Re: Python becoming less Lisp-like Paul Boddie (03/17/05)
- psyco install problem Buday Gergely (03/17/05)
- Re: Python becoming less Lisp-like Paul Boddie (03/17/05)
- Re: Is Python like VB? Joe (03/17/05)
- Re: Is Python like VB? James (03/17/05)
- Re: Python becoming less Lisp-like Ville Vainio (03/17/05)
- Re: Is Python like VB? James (03/17/05)
- Re: Is Python like VB? Ville Vainio (03/17/05)
- HELP: Bitmaps Using Tkinter ? Peter Moscatt (03/17/05)
- Re: Getting current variable name Ron (03/17/05)
- Re: Lisp-likeness Ville Vainio (03/17/05)
- Re: Is Python like VB? Harlin Seritt (03/17/05)
- Calling the C API from Python and Python program from same C API - bidirectional Praveen, Tayal (IE10) (03/17/05)
- Re: Is Python like VB? Cappy2112 (03/17/05)
- Re: wxPython vs. pyQt Simon John (03/17/05)
- Linking problems under irix6 with embedded Python2.4 Wolfgang (03/17/05)
- Re: Turning String into Numerical Equation Steven Bethard (03/17/05)
- ANNOUNCE: wxPython 2.5.4.1 Robin Dunn (03/17/05)
- Re: RotatingFileHandler and logging config file Bengt Richter (03/17/05)
- Is Python like VB? Mike Cox (03/17/05)
- Re: wxPython vs. pyQt Scott Frankel (03/17/05)
- wxPython vs. pyQt eholbroo_at_kaustinr.r.com (03/17/05)
- Re: RotatingFileHandler and logging config file Rob Cranfill (03/17/05)
- Re: RotatingFileHandler and logging config file Rob Cranfill (03/17/05)
- Re: How to create stuffit files on Linux? James Stroud (03/17/05)
- Re: How to create stuffit files on Linux? Noah (03/17/05)
- Re: Lisp-likeness michele.simionato_at_gmail.com (03/17/05)
- Re: Python becoming less Lisp-like news.sydney.pipenetworks.com (03/17/05)
- Re: ElementTree, how to get the whole content of a tag Damjan (03/17/05)
- Re: Lisp-likeness Greg Ewing (03/17/05)
- delny & qhull installed on Windows? Jochen Schmidt (03/17/05)
- Re: code for Computer Language Shootout Jacob Lee (03/17/05)
- Obfuscated Python: fun with shadowing builtins Michael Hoffman (03/17/05)
- Re: I can do it in sed... Damjan (03/17/05)
- Re: Why tuple with one item is no tuple James Stroud (03/17/05)
- Re: I can do it in sed... John Machin (03/17/05)
- Re: I can do it in sed... Terry Hancock (03/17/05)
- Re: Why tuple with one item is no tuple Robert Kern (03/17/05)
- Re: code for Computer Language Shootout bearophileHUGS_at_lycos.com (03/17/05)
- Re: Turning String into Numerical Equation Giovanni Bajo (03/17/05)
- Re: Why tuple with one item is no tuple James Stroud (03/17/05)
- I can do it in sed... Kotlin Sam (03/17/05)
- Re: computing a weighted sum John Machin (03/17/05)
- RE: code for Computer Language Shootout Delaney, Timothy C (Timothy) (03/17/05)
- Re: Why tuple with one item is no tuple Daniel Dittmar (03/17/05)
- why this error? spencer (03/16/05)
- COM connection point Oy Politics (03/16/05)
- Re: Python becoming less Lisp-like Mike Meyer (03/16/05)
- Re: ElementTree, how to get the whole content of a tag Fredrik Lundh (03/16/05)
- Re: When is a thread garbage collected? QMartin_v=2E_L=F6wis=22?= (03/16/05)
- Re: code for Computer Language Shootout Michael Spencer (03/16/05)
- Re: computing a weighted sum Fernando Perez (03/16/05)
- Simple XML-to-Python conversion gaudetteje_at_gmail.com (03/16/05)
- ElementTree, how to get the whole content of a tag Damjan (03/16/05)
- Re: Listbox fill=BOTH expand=YES (Tkinter) Raseliarison nirinA (03/16/05)
- Re: Good use for Jython Sean Blakey (03/16/05)
- Re: multiple import of a load of variables Jeff Shannon (03/16/05)
- Re: getting data with proper encoding to the finish John Machin (03/16/05)
- Re: importerror all 3rd party modules John Machin (03/16/05)
- Re: Python becoming less Lisp-like Jeff Shannon (03/16/05)
- Re: Writing C readable bitfield structs? phark52_at_yahoo.com (03/16/05)
- Re: code for Computer Language Shootout Steven Bethard (03/16/05)
- Re: Why tuple with one item is no tuple Jeremy Bowers (03/16/05)
- Re: Jython Phone Interview Advice George Jempty (03/16/05)
- Re: Python becoming less Lisp-like Jeremy Bowers (03/16/05)
- Re: __getitem__ method on (meta)classes Steven Bethard (03/16/05)
- Re: Good use for Jython Kent Johnson (03/16/05)
- replace from end of string? Brian van den Broek (03/16/05)
- Re: _conditionally_ returning to point where exception was raised? Skip Montanaro (03/16/05)
- Re: newbie : modifying a string in python Brian van den Broek (03/16/05)
- Re: Turning String into Numerical Equation Michael Spencer (03/16/05)
- Re: Writing C readable bitfield structs? Roy Smith (03/16/05)
- Re: Writing C readable bitfield structs? Cappy2112 (03/16/05)
- Re: _conditionally_ returning to point where exception was raised? Bengt Richter (03/16/05)
- When is a thread garbage collected? Kent Johnson (03/16/05)
- Re: _conditionally_ returning to point where exception was raised? infidel (03/16/05)
- Access denied calling FireEvent in Python calfdog_at_yahoo.com (03/16/05)
- Re: compiled open source Windows lisp (was Re: Python becoming less Lisp-like) Brandon J. Van Every (03/16/05)
- importerror all 3rd party modules nyiann (03/16/05)
- Re: Python becoming less Lisp-like Kay Schluehr (03/16/05)
- Re: [OT] Who Knows of a Good Computational Physics Textbook? Dan Sommers (03/16/05)
- Re: code for Computer Language Shootout Michael Spencer (03/16/05)
- Re: will it cause any problems to open a read-only file & not close it? Jeff Shannon (03/16/05)
- _conditionally_ returning to point where exception was raised? MackS (03/16/05)
- Re: Writing C readable bitfield structs? Larry Bates (03/16/05)
- Re: __getitem__ method on (meta)classes Ron Garret (03/16/05)
- Re: Mark attribute as read-only Steven Bethard (03/16/05)
- Re: Minidom empty script element bug Derek Basch (03/16/05)
- How to add a shapefile to an existing ArcMap 9.x project using Python? syed_saqib_ali_at_yahoo.com (03/16/05)
- [OT] Re: Python becoming less Lisp-like Brian van den Broek (03/16/05)
- Re: computing a weighted sum andreif_at_mail.dntis.ro (03/16/05)
- Mark attribute as read-only Florian Lindner (03/16/05)
- Re: Why tuple with one item is no tuple Diez B. Roggisch (03/16/05)
- Writing C readable bitfield structs? phark52_at_yahoo.com (03/16/05)
- Re: Why tuple with one item is no tuple Steven Bethard (03/16/05)
- Re: computing a weighted sum Steven Bethard (03/16/05)
- Re: Getting current variable name Steven Bethard (03/16/05)
- Re: Why tuple with one item is no tuple Daniel Dittmar (03/16/05)
- Re: computing a weighted sum Christos (03/16/05)
- Re: Turning String into Numerical Equation Steven Bethard (03/16/05)
- Re: computing a weighted sum andreif_at_mail.dntis.ro (03/16/05)
- Re: Good use for Jython Tom Willis (03/16/05)
- Re: Why tuple with one item is no tuple Diez B. Roggisch (03/16/05)
- Re: computing a weighted sum Duncan Booth (03/16/05)
- Re: computing a weighted sum Will McGugan (03/16/05)
- Re: Getting current variable name Daniel Dittmar (03/16/05)
- computing a weighted sum andreif_at_mail.dntis.ro (03/16/05)
- Re: Lisp-likeness Michele Simionato (03/16/05)
- Re: Why tuple with one item is no tuple Antoon Pardon (03/16/05)
- Getting current variable name pl (03/16/05)
- pyXPCOM with mozilla 1.7 + python 2.4 Ola Natvig (03/16/05)
- Re: why this error? Fredrik Lundh (03/16/05)
- Re: Downloading all files older than 3 hours from a ftp-server. Fredrik Lundh (03/16/05)
- Re: ElementTree/DTD question Fredrik Lundh (03/16/05)
- Re: Lisp-likeness Jacek Generowicz (03/16/05)
- Re: Why tuple with one item is no tuple Diez B. Roggisch (03/16/05)
- Re: Lisp-likeness Carl Banks (03/16/05)
- Re: Why tuple with one item is no tuple Antoon Pardon (03/16/05)
- Re: Lisp-likeness Carl Banks (03/16/05)
- Re: unicode converting Christos (03/16/05)
- Re: Lisp-likeness Marcin 'Qrczak' Kowalczyk (03/16/05)
- Re: Lisp-likeness Pascal Bourguignon (03/16/05)
- Re: unicode converting Serge Orlov (03/16/05)
- Re: Listbox fill=BOTH expand=YES (Tkinter) Christos (03/16/05)
- Re: About Databases... PA (03/16/05)
- Re: Lisp-likeness Michele Simionato (03/16/05)
- Re: unicode converting Maxim Kasimov (03/16/05)
- Re: About Databases... Leif B. Kristensen (03/16/05)
- Re: unicode converting Christos (03/16/05)
- Re: RotatingFileHandler and logging config file news.sydney.pipenetworks.com (03/16/05)
- Re: compiled open source Windows lisp (was Re: Python becoming less Lisp-like) Carl Shapiro (03/16/05)
- Re: getting data with proper encoding to the finish Serge Orlov (03/16/05)
- Re: [Pmw] reusing a graph after deleting a curve giacomo boffi (03/16/05)
- Re: multiple import of a load of variables Fuzzyman (03/16/05)
- Re: multiple import of a load of variables Torsten Bronger (03/16/05)
- Mod_python installation: apache Warning Andrea Fiore (03/16/05)
- Re: Python becoming less Lisp-like news.sydney.pipenetworks.com (03/16/05)
- Re: getting data with proper encoding to the finish Ksenia Marasanova (03/16/05)
- Re: unicode converting Serge Orlov (03/16/05)
- Re: code for Computer Language Shootout Raymond Hettinger (03/16/05)
- Re: Lisp-likeness Michele Simionato (03/16/05)
- Re: Turning String into Numerical Equation Giovanni Bajo (03/16/05)
- Re: Turning String into Numerical Equation Giovanni Bajo (03/16/05)
- Re: multiple import of a load of variables Fuzzyman (03/16/05)
- multiple import of a load of variables Torsten Bronger (03/16/05)
- Re: [perl-python] unicode study with unicodedata module Xah Lee (03/16/05)
- Re: unicode study with unicodedata module Xah Lee (03/16/05)
- Re: Accessing the contents of a 'cell' object from Python Duncan Booth (03/16/05)
- Re: Good use for Jython Michael Hoffman (03/16/05)
- Re: Lisp-likeness Fernando (03/16/05)
- Re: iterable terminology (for language lawyers) Michele Simionato (03/16/05)
- Re: iterable terminology (for language lawyers) Raymond Hettinger (03/16/05)
- Re: About Databases... Ola Natvig (03/16/05)
- Re: Python becoming less Lisp-like Torsten Bronger (03/16/05)
- Re: Lisp-likeness Peter Lewerin (03/16/05)
- Re: iterable terminology (for language lawyers) Leif K-Brooks (03/16/05)
- {SPAM} Remote debugging Gijs Korremans (03/16/05)
- Re: Python becoming less Lisp-like Paul Boddie (03/16/05)
- RE: Good use for Jython Tertius Cronje (03/16/05)
- Re: unicode converting Maxim Kasimov (03/16/05)
- Re: code for Computer Language Shootout F. Petitjean (03/16/05)
- Re: Itertools wishlists Christos (03/16/05)
- Re: __getitem__ method on (meta)classes Steven Bethard (03/16/05)
- Re: __getitem__ method on (meta)classes Steven Bethard (03/16/05)
- Re: SAX parsing problem gh (03/16/05)
- iterable terminology (for language lawyers) Michele Simionato (03/16/05)
- Super job openings for Python users with MNC in B'LORE with onsite opportunities nid2000kick (03/16/05)
- Re: Python becoming less Lisp-like Peter Maas (03/16/05)
- Re: Why tuple with one item is no tuple Tim Roberts (03/16/05)
- Good use for Jython Mike Wimpe (03/16/05)
- Re: win32 shell extension (virtual drive) Tim Roberts (03/16/05)
- Re: will it cause any problems to open a read-only file & not close it? Tim Roberts (03/16/05)
- Re: Why tuple with one item is no tuple Max M (03/16/05)
- Re: SAX parsing problem David M. Cooke (03/16/05)
- Re: code for Computer Language Shootout Michael Spencer (03/16/05)
- Re: Minidom empty script element bug QMartin_v=2E_L=F6wis=22?= (03/16/05)
- Re: __getitem__ method on (meta)classes Ron Garret (03/16/05)
- Re: code for Computer Language Shootout Steven Bethard (03/16/05)
- Re: error sending path to Win OS Tim Roberts (03/16/05)
- Re: code for Computer Language Shootout Jacob Lee (03/16/05)
- Re: is there a problem on this simple code Tim Roberts (03/16/05)
- Re: code for Computer Language Shootout Jacob Lee (03/16/05)
- Re: how to read a tab delimited file Steven Bethard (03/16/05)
- Re: how to read a tab delimited file jrlen balane (03/16/05)
- Re: code for Computer Language Shootout Steven Bethard (03/16/05)
- Re: code for Computer Language Shootout Robert Kern (03/16/05)
- Re: code for Computer Language Shootout Michael Spencer (03/16/05)
- Re: Python becoming less Lisp-like Mike C. Fletcher (03/16/05)
- Re: Python Debug logging Steven Bethard (03/16/05)
- Re: Turning String into Numerical Equation Steven Bethard (03/16/05)
- Re: code for Computer Language Shootout Robert Kern (03/16/05)
- code for Computer Language Shootout Jacob Lee (03/16/05)
- Re: Turning String into Numerical Equation Michael Spencer (03/16/05)
- Re: RotatingFileHandler and logging config file Peter Hansen (03/16/05)
- Re: how to read a tab delimited file Peter Hansen (03/16/05)
- SAX parsing problem anon (03/16/05)
- how to read a tab delimited file jrlen balane (03/16/05)
- Re: RotatingFileHandler and logging config file Rob Cranfill (03/16/05)
- Re: unicode converting Leif K-Brooks (03/16/05)
- Re: Python Debug logging news.sydney.pipenetworks.com (03/16/05)
- Re: Python Debug logging news.sydney.pipenetworks.com (03/16/05)
- Re: Python becoming less Lisp-like news.sydney.pipenetworks.com (03/16/05)
- Python Debug logging gf gf (03/16/05)
- Re: Dumping an instance Peter Hansen (03/16/05)
- Re: Dumping an instance Roy Smith (03/16/05)
- Dumping an instance gf gf (03/16/05)
- Re: Minidom empty script element bug Derek Basch (03/16/05)
- Re: Python becoming less Lisp-like news.sydney.pipenetworks.com (03/16/05)
- Re: How do I pass structures using a C extension? Yevgen Muntyan (03/16/05)
- Re: Python becoming less Lisp-like news.sydney.pipenetworks.com (03/16/05)
- Re: Turning String into Numerical Equation Giovanni Bajo (03/16/05)
- Re: Python becoming less Lisp-like Jeremy Bowers (03/16/05)
- Re: is there a problem on this simple code John Machin (03/16/05)
- Re: compiled open source Windows lisp Brandon J. Van Every (03/16/05)
- Re: Python becoming less Lisp-like Steven Bethard (03/16/05)
- Re: Jython Phone Interview Advice Jeremy Bowers (03/16/05)
- Re: Lisp-likeness Bengt Richter (03/16/05)
- Re: Lisp-likeness Carl Banks (03/16/05)
- Re: is there a problem on this simple code jrlen balane (03/16/05)
- Re: python reading excel thru ADO ? Chris Smith (03/16/05)
- Re: Python becoming less Lisp-like Jeff Shannon (03/16/05)
- Re: why this error? Gary Herron (03/16/05)
- Re: Accessing the contents of a 'cell' object from Python Jeff Epler (03/16/05)
- Re: Python becoming less Lisp-like Kent Johnson (03/16/05)
- Re: Python becoming less Lisp-like Jeff Shannon (03/16/05)
- Problem with _imaging.pyd in windows Vitor Peixeiro (03/16/05)
- Re: Python-list Digest, Vol 18, Issue 208 Roy Smith (03/16/05)
- Re: is there a problem on this simple code jrlen balane (03/16/05)
- Re: Lisp-likeness Steven E. Harris (03/16/05)
- Re: Python-list Digest, Vol 18, Issue 208 Jeff Shannon (03/16/05)
- Re: Accessing the contents of a 'cell' object from Python paul cannon (03/16/05)
- Re: Python-list Digest, Vol 18, Issue 208 QMartin_v=2E_L=F6wis=22?= (03/16/05)
- Re: distutils setup ignoring scripts Raseliarison nirinA (03/16/05)
- Re: How to create stuffit files on Linux? Simon Percivall (03/16/05)
- Re: Python becoming less Lisp-like Thomas Bellman (03/16/05)
- Re: Lisp-likeness Pascal Costanza (03/16/05)
- Re: Python becoming less Lisp-like Steven Bethard (03/16/05)
- Re: Python-list Digest, Vol 18, Issue 208 Steven Bethard (03/16/05)
- Re: Lisp-likeness Marcin 'Qrczak' Kowalczyk (03/16/05)
- Re: is there a problem on this simple code jrlen balane (03/16/05)
- Re: compiled open source Windows lisp (was Re: Python becoming less Lisp-like) David Golden (03/16/05)
- Re: Minidom empty script element bug QMartin_v=2E_L=F6wis=22?= (03/16/05)
- Re: why this error? Diez B. Roggisch (03/16/05)
- Re: why this error? F. Petitjean (03/16/05)
- Re: Can't seem to insert rows into a MySQL table Andy Dustman (03/16/05)
- RE: How to create stuffit files on Linux? bruce (03/15/05)
- Minidom empty script element bug Derek Basch (03/15/05)
- Re: GUI toolkit question gsteff (03/15/05)
- Re: urllib (and urllib2) read all data from page on open()? Mike Meyer (03/15/05)
- Re: Lisp-likeness Valentino Volonghi aka Dialtone (03/15/05)
- Re: Lisp-likeness Matthew D Swank (03/15/05)
- Re: readonly class attribute ? Bruno Desthuilliers (03/15/05)
- Re: compiled open source Windows lisp (was Re: Python becoming less Lisp-like) Fraca7 (03/15/05)
- Re: readonly class attribute ? Bruno Desthuilliers (03/15/05)
- Re: Lisp-likeness Thomas A. Russ (03/15/05)
- Re: Python becoming less Lisp-like Valentino Volonghi aka Dialtone (03/15/05)
- Accessing the contents of a 'cell' object from Python paul cannon (03/15/05)
- How to create stuffit files on Linux? Noah (03/15/05)
- Re: Python becoming less Lisp-like Bruno Desthuilliers (03/15/05)
- Re: Python becoming less Lisp-like Bruno Desthuilliers (03/15/05)
- ElementTree/DTD question Greg Wilson (03/15/05)
- Re: c.l.p.announce question Fraca7 (03/15/05)
- Re: compiled open source Windows lisp (was Re: Python becoming less Lisp-like) Christopher C. Stacy (03/15/05)
- GUI toolkit question eguy_at_devio.us (03/15/05)
- c.l.p.announce question Fraca7 (03/15/05)
- Re: Boo who? (was Re: newbie question) Charles Hixson (03/15/05)
- Re: Convert python to exe gene.tani_at_gmail.com (03/15/05)
- Re: Boo who? (was Re: newbie question) Charles Hixson (03/15/05)
- Re: compiled open source Windows lisp (was Re: Python becoming less Lisp-like) James Graves (03/15/05)
- Re: Convert python to exe RM (03/15/05)
- Re: compiled open source Windows lisp Edi Weitz (03/15/05)
- Re: Python CGI discussion Group Dmitry A.Lyakhovets (03/15/05)
- Re: RotatingFileHandler and logging config file Kent Johnson (03/15/05)
- Re: About Databases... Peter A. Schott (03/15/05)
- Re: readonly class attribute ? Bengt Richter (03/15/05)
- Universal newline mode with cgi oglycans_at_yahoo.com (03/15/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 QMartin_v=2E_L=F6wis=22?= (03/15/05)
- Re: readonly class attribute ? Simon Percivall (03/15/05)
- compiled open source Windows lisp (was Re: Python becoming less Lisp-like) Brandon J. Van Every (03/15/05)
- Re: distutils setup ignoring scripts jao_at_geophile.com (03/15/05)
- Re: __getitem__ method on (meta)classes Bengt Richter (03/15/05)
- Re: distutils setup ignoring scripts Raseliarison nirinA (03/15/05)
- Re: Python becoming less Lisp-like James Graves (03/15/05)
- Re: distutils setup ignoring scripts Raseliarison nirinA (03/15/05)
- Re: distutils setup ignoring scripts Raseliarison nirinA (03/15/05)
- Re: c.l.p.announce question Bill Mill (03/15/05)
- Re: c.l.p.announce question Bill Mill (03/15/05)
- Re: Why tuple with one item is no tuple Reinhold Birkenfeld (03/15/05)
- readonly class attribute ? bruno modulix (03/15/05)
- Re: Lisp-likeness Fred Gilham (03/15/05)
- Re: Jython Phone Interview Advice c d saunter (03/15/05)
- Re: Why tuple with one item is no tuple Bill Mill (03/15/05)
- Re: unicode converting Christos (03/15/05)
- Re: Why tuple with one item is no tuple James Stroud (03/15/05)
- Re: How do I pass structures using a C extension? timothy.williams_at_nvl.army.mil (03/15/05)
- Re: Python-list Digest, Vol 18, Issue 208 Reinhold Birkenfeld (03/15/05)
- Re: Why tuple with one item is no tuple Paddy (03/15/05)
- Re: urllib (and urllib2) read all data from page on open()? Bengt Richter (03/15/05)
- Re: __getitem__ method on (meta)classes Steven Bethard (03/15/05)
- Re: distutils setup ignoring scripts jao_at_geophile.com (03/15/05)
- Re: Lisp-likeness Fernando (03/15/05)
- Re: [perl-python] unicode study with unicodedata module Brian McCauley (03/15/05)
- Re: Python becoming less Lisp-like El Pitonero (03/15/05)
- Re: Why tuple with one item is no tuple Gregor Horvath (03/15/05)
- Re: How do I pass structures using a C extension? Jaime Wyant (03/15/05)
- Re: unicode converting Maxim Kasimov (03/15/05)
- Re: __getitem__ method on (meta)classes Ron Garret (03/15/05)
- Re: unicode converting Diez B. Roggisch (03/15/05)
- Re: __getitem__ method on (meta)classes Bengt Richter (03/15/05)
- Re: __getitem__ method on (meta)classes Ron Garret (03/15/05)
- Re: Convert python to exe gouqizi.lvcha_at_gmail.com (03/15/05)
- Re: distutils setup ignoring scripts Raseliarison nirinA (03/15/05)
- Re: __getitem__ method on (meta)classes Ron Garret (03/15/05)
- unicode converting Maxim Kasimov (03/15/05)
- Re: Why tuple with one item is no tuple Roy Smith (03/15/05)
- Re: Why tuple with one item is no tuple Bill Mill (03/15/05)
- Re: Why tuple with one item is no tuple deelan (03/15/05)
- Re: Jython Phone Interview Advice George Jempty (03/15/05)
- Re: Why tuple with one item is no tuple Fuzzyman (03/15/05)
- Why tuple with one item is no tuple Gregor Horvath (03/15/05)
- Re: Python becoming less Lisp-like Brandon J. Van Every (03/15/05)
- Re: Lisp-likeness Michael Hoffman (03/15/05)
- Re: Question about string.printable and non-printable characters Michael Hoffman (03/15/05)
- Re: Lisp-likeness Peter Lewerin (03/15/05)
- Re: Turning String into Numerical Equation Steven Bethard (03/15/05)
- Re: Jython Phone Interview Advice D H (03/15/05)
- (no subject) praveen tayal (03/15/05)
- Re: Turning String into Numerical Equation Steven Bethard (03/15/05)
- Re: Python becoming less Lisp-like James Graves (03/15/05)
- Question about string.printable and non-printable characters Daniel Alexandre (03/15/05)
- Re: Jython Phone Interview Advice George Jempty (03/15/05)
- Python CGI discussion Group Fuzzyman (03/15/05)
- Re: Python becoming less Lisp-like Steven Bethard (03/15/05)
- Re: How do I pass structures using a C extension? timothy.williams_at_nvl.army.mil (03/15/05)
- Re: Jython Phone Interview Advice Paul Watson (03/15/05)
- Re: Getting the process list on win98 Ron (03/15/05)
- Re: Tkinter wrappers for TkTreeCtrl and Tile Martin Franklin (03/15/05)
- Re: Lisp-likeness Albert Reiner (03/15/05)
- pygtk: edited signal and selected column _v_tiziano (03/15/05)
- Re: Tkinter wrappers for TkTreeCtrl and Tile Harlin Seritt (03/15/05)
- Re: Python becoming less Lisp-like Serge Orlov (03/15/05)
- Re: Tkinter wrappers for TkTreeCtrl and Tile Martin Franklin (03/15/05)
- Re: {SPAM} start a python application as a win NT service Frank Millman (03/15/05)
- possible solution for bsddb > get data results on the internet. martijn_at_gamecreators.nl (03/15/05)
- Re: Listbox fill=BOTH expand=YES (Tkinter) Raseliarison nirinA (03/15/05)
- Re: unicode study with unicodedata module Christos (03/15/05)
- Re: Tkinter wrappers for TkTreeCtrl and Tile Harlin Seritt (03/15/05)
- Truncated file without unbuffered mode Fuzzyman (03/15/05)
- Re: Getting the process list on win98 Roger Upole (03/15/05)
- Re: unicode study with unicodedata module Xah Lee (03/15/05)
- Re: Python becoming less Lisp-like Torsten Bronger (03/15/05)
- Re: Tkinter wrappers for TkTreeCtrl and Tile Martin Franklin (03/15/05)
- Re: Python becoming less Lisp-like Ville Vainio (03/15/05)
- Re: Python becoming less Lisp-like Ville Vainio (03/15/05)
- Re: Jython Phone Interview Advice Harlin Seritt (03/15/05)
- Re: Tkinter wrappers for TkTreeCtrl and Tile Harlin Seritt (03/15/05)
- Re: Lisp-likeness ole.rohne_at_cern.ch (03/15/05)
- Re: pre-PEP: Print Without Intervening Space Thomas Bellman (03/15/05)
- Re: Python becoming less Lisp-like Torsten Bronger (03/15/05)
- Re: win32 shell extension (virtual drive) Roger Upole (03/15/05)
- Re: Tkinter wrappers for TkTreeCtrl and Tile Martin Franklin (03/15/05)
- Re: simulated samba server tc (03/15/05)
- Re: simulated samba server Diez B. Roggisch (03/15/05)
- Re: Python becoming less Lisp-like Paul Boddie (03/15/05)
- Jython Phone Interview Advice George Jempty (03/15/05)
- Re: Python becoming less Lisp-like Martin Franklin (03/15/05)
- Re: Python becoming less Lisp-like Peter Maas (03/15/05)
- Re: simulated samba server tc (03/15/05)
- Re: simulated samba server tc (03/15/05)
- Re: Python becoming less Lisp-like Torsten Bronger (03/15/05)
- Re: simulated samba server Ola Natvig (03/15/05)
- Re: python version anachronism Christos (03/15/05)
- Re: simulated samba server Christos (03/15/05)
- Re: Downloading all files older than 3 hours from a ftp-server. Christos (03/15/05)
- Tkinter wrappers for TkTreeCtrl and Tile Harlin Seritt (03/15/05)
- Re: Python becoming less Lisp-like Serge Orlov (03/15/05)
- Re: pre-PEP: Print Without Intervening Space Antoon Pardon (03/15/05)
- Re: Python becoming less Lisp-like Tim Daneliuk (03/15/05)
- Re: python reading excel thru ADO ? tc (03/15/05)
- Re: python version anachronism Simon Brunning (03/15/05)
- Re: Tkinter Bitmap Newbie question klappnase (03/15/05)
- Re: is there a problem on this simple code John Machin (03/15/05)
- Re: python version anachronism Swaroop C H (03/15/05)
- [perl-python] unicode study with unicodedata module Xah Lee (03/15/05)
- simulated samba server tc (03/15/05)
- python version anachronism Xah Lee (03/15/05)
- Re: Can't seem to insert rows into a MySQL table Anthra Norell (03/15/05)
- raising an exception in one thread from an other. (PyThreadState_SetAsyncExc) Antoon Pardon (03/15/05)
- Re: Python becoming less Lisp-like Carl Banks (03/15/05)
- Re: Web framework Stephen Thorne (03/15/05)
- Re: is there a problem on this simple code jrlen balane (03/15/05)
- Re: Web framework Joe (03/15/05)
- Re: Python becoming less Lisp-like Nick Craig-Wood (03/15/05)
- Re: Bitmaps On Buttons ? Martin Franklin (03/15/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 Richie Hindle (03/15/05)
- Re: is there a problem on this simple code jrlen balane (03/15/05)
- Re: win32 shell extension (virtual drive) Fuzzyman (03/15/05)
- Bitmaps On Buttons ? PGMoscatt (03/15/05)
- Lisp-likeness Kay Schluehr (03/15/05)
- Re: Tkinter Bitmap Newbie question Eric Brunel (03/15/05)
- Downloading all files older than 3 hours from a ftp-server. Thomas W (03/15/05)
- Re: How can I load a module when I will only know the name 'on the fly' gene.tani_at_gmail.com (03/15/05)
- Re: urllib (and urllib2) read all data from page on open()? Fuzzyman (03/15/05)
- Re: variable arguments question Roel Schroeven (03/15/05)
- Re: variable arguments question Stephan Diehl (03/15/05)
- Re: Python becoming less Lisp-like Torsten Bronger (03/15/05)
- Re: variable arguments question Swaroop C H (03/15/05)
- variable arguments question vegetax (03/15/05)
- Re: __getitem__ method on (meta)classes Steven Bethard (03/15/05)
- Re: __getitem__ method on (meta)classes Ron Garret (03/15/05)
- Re: __getitem__ method on (meta)classes Bengt Richter (03/15/05)
- Re: __getitem__ method on (meta)classes Steven Bethard (03/15/05)
- Re: __getitem__ method on (meta)classes Ron Garret (03/15/05)
- Re: a program to delete duplicate files David Eppstein (03/15/05)
- Re: __getitem__ method on (meta)classes Ron Garret (03/15/05)
- Re: Turning String into Numerical Equation Michael Spencer (03/15/05)
- Re: How can I load a module when I will only know the name 'on the fly' renwei (03/15/05)
- Re: Web framework Benji York (03/15/05)
- RuntimeError: restricted attribute Steven Bethard (03/15/05)
- RotatingFileHandler and logging config file Rob Cranfill (03/15/05)
- Wing IDE 2.0.2 Released Stephan Deibel (03/15/05)
- Re: __getitem__ method on (meta)classes Michele Simionato (03/15/05)
- Re: super with only one argument Michele Simionato (03/15/05)
- Re: Python info Swaroop C H (03/15/05)
- Re: yum repository Swaroop C H (03/15/05)
- Re: __getitem__ method on (meta)classes Leif K-Brooks (03/15/05)
- Re: __getitem__ method on (meta)classes Bengt Richter (03/15/05)
- Re: decorating classes with metaclass Simon Percivall (03/15/05)
- distutils setup ignoring scripts Jack Orenstein (03/15/05)
- Re: Python info Simon Percivall (03/15/05)
- Re: __getitem__ method on (meta)classes Simon Percivall (03/15/05)
- Re: getting data with proper encoding to the finish John Machin (03/15/05)
- __getitem__ method on (meta)classes ron_at_flownet.com (03/15/05)
- Re: super with only one argument John Roth (03/15/05)
- Re: getting data with proper encoding to the finish Serge Orlov (03/15/05)
- Re: How can I load a module when I will only know the name 'on the fly' Jeff Shannon (03/15/05)
- Re: a program to delete duplicate files Jeff Shannon (03/15/05)
- Re: is there a problem on this simple code John Machin (03/15/05)
- How can I load a module when I will only know the name 'on the fly' Tobiah (03/15/05)
- Re: Python becoming less Lisp-like Valentino Volonghi aka Dialtone (03/15/05)
- Re: Python becoming less Lisp-like Bruno Desthuilliers (03/15/05)
- Re: urllib (and urllib2) read all data from page on open()? Jeff Shannon (03/15/05)
- Re: getting data with proper encoding to the finish John Machin (03/15/05)
- Re: will it cause any problems to open a read-only file & not close it? Jeff Shannon (03/15/05)
- Re: will it cause any problems to open a read-only file & not close it? Terry Reedy (03/15/05)
- Re: Turning String into Numerical Equation Giovanni Bajo (03/15/05)
- Re: wxNotebook on a wxPanel.. how? phark52_at_yahoo.com (03/15/05)
- Re: Python becoming less Lisp-like Ulrich Hobelmann (03/15/05)
- Re: Python-list Digest, Vol 18, Issue 208 Jeff Shannon (03/15/05)
- Python info Dave Zhu (03/15/05)
- Re: Web framework Carlos Ribeiro (03/15/05)
- Re: getting data with proper encoding to the finish John Machin (03/15/05)
- wxNotebook on a wxPanel.. how? phark52_at_yahoo.com (03/15/05)
- Re: some information Terry Reedy (03/15/05)
- Re: is there a problem on this simple code jrlen balane (03/15/05)
- Re: Tkinter Bitmap Newbie question Neil Hodgson (03/15/05)
- Re: Second argument to super(). Steven Bethard (03/15/05)
- Re: Building Python 2.4 with icc and processor-specific optimizations Michael Hoffman (03/15/05)
- Re: getting data with proper encoding to the finish Ksenia Marasanova (03/15/05)
- decorating classes with metaclass Bengt Richter (03/15/05)
- Re: Python becoming less Lisp-like news.sydney.pipenetworks.com (03/15/05)
- Re: Python becoming less Lisp-like Fernando (03/15/05)
- Re: Python-list Digest, Vol 18, Issue 208 Bengt Richter (03/15/05)
- Re: Python becoming less Lisp-like Steven Bethard (03/15/05)
- Re: Python becoming less Lisp-like Torsten Bronger (03/15/05)
- Re: Python-list Digest, Vol 18, Issue 208 Steven Bethard (03/15/05)
- Re: command line args Steven Bethard (03/14/05)
- Re: Can't seem to insert rows into a MySQL table Marc 'BlackJack' Rintsch (03/14/05)
- Re: Tkinter Bitmap Newbie question Wim Goffin (03/14/05)
- Re: Python becoming less Lisp-like Fernando (03/14/05)
- Re: Regular Expressions: large amount of or's Daniel Yoo (03/14/05)
- RE: Conversion to string: how do `s work? Delaney, Timothy C (Timothy) (03/14/05)
- Re: Add Properties to Instances? Bengt Richter (03/14/05)
- Re: Python-list Digest, Vol 18, Issue 208 Jeff Shannon (03/14/05)
- Re: is there a problem on this simple code John Machin (03/14/05)
- Re: OS X and Tkinter Piet van Oostrum (03/14/05)
- Re: Building Python 2.4 with icc and processor-specific optimizations QMartin_v=2E_L=F6wis=22?= (03/14/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 QMartin_v=2E_L=F6wis=22?= (03/14/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 QMartin_v=2E_L=F6wis=22?= (03/14/05)
- Re: Can't seem to insert rows into a MySQL table Anthra Norell (03/14/05)
- Re: urllib's functionality with urllib2 Monty (03/14/05)
- Re: PythonWin Larry Bates (03/14/05)
- Re: Web framework Lee Harr (03/14/05)
- Re: getting data with proper encoding to the finish John Machin (03/14/05)
- Re: OS X and Tkinter Robert Kern (03/14/05)
- Re: OS X and Tkinter Robert Kern (03/14/05)
- Re: How do I pass structures using a C extension? Thomas Heller (03/14/05)
- Re: urllib's functionality with urllib2 Monty (03/14/05)
- Re: Getting the process list on win98 Thomas Heller (03/14/05)
- Re: command line args Tim Daneliuk (03/14/05)
- Re: Add Properties to Instances? Martin Miller (03/14/05)
- Re: Conversion to string: how do `s work? Chris Lasher (03/14/05)
- command line args joe_at_gmail.com (03/14/05)
- Re: Listbox fill=BOTH expand=YES (Tkinter) Harlin Seritt (03/14/05)
- OS X and Tkinter Mike Tuller (03/14/05)
- Re: a program to delete duplicate files Bengt Richter (03/14/05)
- Re: is there a problem on this simple code jrlen balane (03/14/05)
- Re: Conversion to string: how do `s work? Michael Hoffman (03/14/05)
- Re: Determining the length of strings in a list Michael Spencer (03/14/05)
- Re: Beware complexity Ron (03/14/05)
- yum repository Donald L. Dietmeyer (03/14/05)
- Conversion to string: how do `s work? Chris Lasher (03/14/05)
- Re: (Newbie) Restricting inherited methods to operate on element from same subclass andy2O_at_hotmail.com (03/14/05)
- Re: Listbox fill=BOTH expand=YES (Tkinter) Harlin Seritt (03/14/05)
- Re: Itertools wishlists bearophileHUGS_at_lycos.com (03/14/05)
- Re: optparse alternative Michael Hoffman (03/14/05)
- Re: Listbox fill=BOTH expand=YES (Tkinter) Raseliarison nirinA (03/14/05)
- Re: A Font Dialog (Tkinter) Raseliarison nirinA (03/14/05)
- Re: urllib (and urllib2) read all data from page on open()? Bengt Richter (03/14/05)
- Re: Itertools wishlists Ville Vainio (03/14/05)
- Re: optparse alternative Henry Ludemann (03/14/05)
- Re: a program to delete duplicate files Patrick Useldinger (03/14/05)
- Re: a program to delete duplicate files Patrick Useldinger (03/14/05)
- py2app can't find boot_app.py Bob Swerdlow (03/14/05)
- Re: optparse alternative Henry Ludemann (03/14/05)
- Re: optparse alternative Henry Ludemann (03/14/05)
- Re: optparse alternative Michael Hoffman (03/14/05)
- Re: a program to delete duplicate files David Eppstein (03/14/05)
- Re: a program to delete duplicate files David Eppstein (03/14/05)
- Re: How do I pass structures using a C extension? timothy.williams_at_nvl.army.mil (03/14/05)
- win32 shell extension (virtual drive) Tiziano Bettio (03/14/05)
- Re: super with only one argument Michele Simionato (03/14/05)
- Re: Itertools wishlists Ville Vainio (03/14/05)
- Re: Itertools wishlists Steven Bethard (03/14/05)
- Re: python reading excel thru ADO ? Chris Curvey (03/14/05)
- Re: Wishlist item: itertools.flatten Michael Spencer (03/14/05)
- Getting the process list on win98 Ron (03/14/05)
- getting data with proper encoding to the finish Ksenia Marasanova (03/14/05)
- RE: Itertools wishlists Robert Brewer (03/14/05)
- [Fwd: RE: [PyCON-Organizers] volunteers] Steve Holden (03/14/05)
- super with only one argument Steven Bethard (03/14/05)
- Re: python reading excel thru ADO ? Simon Brunning (03/14/05)
- Re: Escaping filename in http response Fuzzyman (03/14/05)
- Re: how to delete the close button (the X on the right most corner of the window) on a window jrlen balane (03/14/05)
- Re: Escaping filename in http response Richard Brodie (03/14/05)
- Re: optparse alternative Steven Bethard (03/14/05)
- Re: Web framework Joe (03/14/05)
- python reading excel thru ADO ? Chris Curvey (03/14/05)
- Escaping filename in http response Fuzzyman (03/14/05)
- An array of a "list" of names. spencer (03/14/05)
- Re: Building Python 2.4 with icc and processor-specific optimizations Michael Hoffman (03/14/05)
- Re: optparse alternative Steven Bethard (03/14/05)
- Re: {SPAM} start a python application as a win NT service elbertlev_at_hotmail.com (03/14/05)
- Re: [OT] Who Knows of a Good Computational Physics Textbook? Scott David Daniels (03/14/05)
- Re: PEP 309 (Partial Function Application) Idea Chris Perkins (03/14/05)
- Re: Itertools wishlists Steven Bethard (03/14/05)
- Re: About Databases... Ruben Baumann (03/14/05)
- RE: urllib (and urllib2) read all data from page on open()? Alex Stapleton (03/14/05)
- RE: urllib (and urllib2) read all data from page on open()? Swaroop C H (03/14/05)
- Re: urllib (and urllib2) read all data from page on open()? Fuzzyman (03/14/05)
- RE: urllib (and urllib2) read all data from page on open()? Alex Stapleton (03/14/05)
- Re: Encodings and printing unicode Fuzzyman (03/14/05)
- Re: Encodings and printing unicode Kent Johnson (03/14/05)
- Re: How do I pass structures using a C extension? qui le bile (03/14/05)
- Re: {SPAM} start a python application as a win NT service lbolognini_at_gmail.com (03/14/05)
- Re: urllib (and urllib2) read all data from page on open()? Fuzzyman (03/14/05)
- Re: error sending path to Win OS Earl Eiland (03/14/05)
- Re: error sending path to Win OS Earl Eiland (03/14/05)
- Re: will it cause any problems to open a read-only file & not close it? Daniel Dittmar (03/14/05)
- Re: How do I pass structures using a C extension? Diez B. Roggisch (03/14/05)
- Re: How do I pass structures using a C extension? Jaime Wyant (03/14/05)
- Re: Apparently, I don't understand threading Jeff Epler (03/14/05)
- How do I pass structures using a C extension? timothy.williams_at_nvl.army.mil (03/14/05)
- {SPAM} start a python application as a win NT service Gijs Korremans (03/14/05)
- urllib (and urllib2) read all data from page on open()? Alex Stapleton (03/14/05)
- Re: will it cause any problems to open a read-only file & not close it? Fuzzyman (03/14/05)
- Re: Licensing Python code under the Python license Daniel Dittmar (03/14/05)
- optparse alternative Henry Ludemann (03/14/05)
- Re: urllib's functionality with urllib2 Fuzzyman (03/14/05)
- Re: will it cause any problems to open a read-only file & not close it? John Machin (03/14/05)
- Encodings and printing unicode Fuzzyman (03/14/05)
- will it cause any problems to open a read-only file & not close it? Sara Khalatbari (03/14/05)
- Re: Who Knows of a Good Computational Physics Textbook? beliavsky_at_aol.com (03/14/05)
- Re: Wishlist item: itertools.flatten Leif K-Brooks (03/14/05)
- Re: Licensing Python code under the Python license Leif K-Brooks (03/14/05)
- Re: Listbox fill=BOTH expand=YES (Tkinter) Martin Franklin (03/14/05)
- Re: Python-list Digest, Vol 18, Issue 208 John Roth (03/14/05)
- Re: Generating data types automatically Torsten Bronger (03/14/05)
- Listbox fill=BOTH expand=YES (Tkinter) Harlin Seritt (03/14/05)
- Re: Web framework Diez B. Roggisch (03/14/05)
- Re: Working on a log in script to my webpage Fuzzyman (03/14/05)
- Re: a program to delete duplicate files John J. Lee (03/14/05)
- Re: Passing values to another script using CGI Fuzzyman (03/14/05)
- Re: a program to delete duplicate files John J. Lee (03/14/05)
- Re: Add Properties to Instances? Bengt Richter (03/14/05)
- Re: Web framework Josef Meile (03/14/05)
- Re: injecting "set" into 2.3's builtins? Pete Forman (03/14/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 Richie Hindle (03/14/05)
- Re: Add Properties to Instances? Martin Miller (03/14/05)
- {SPAM} Remote debugging with boa constructor Gijs Korremans (03/14/05)
- Re: Regular Expressions: large amount of or's Daniel Yoo (03/14/05)
- Re: Itertools wishlists Ville Vainio (03/14/05)
- Re: Web framework Joe (03/14/05)
- Re: Generating data types automatically Thomas Heller (03/14/05)
- Re: newbie: dictionary - howto get key value Peter Otten (03/14/05)
- Re: newbie: dictionary - howto get key value Bengt Richter (03/14/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 QMartin_v=2E_L=F6wis=22?= (03/14/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 Brian van den Broek (03/14/05)
- Re: [OT] Who Knows of a Good Computational Physics Textbook? Sean Richards (03/14/05)
- Re: SimpleHTTPRequestHandler handling long lasting requests problem Andy Leszczynski (03/14/05)
- Re: SimpleHTTPRequestHandler handling long lasting requests problem Andy Leszczynski (03/14/05)
- A Font Dialog (Tkinter) Harlin Seritt (03/14/05)
- Re: issues installing readine-1.12 on WinXP Michele Simionato (03/14/05)
- Re: how to delete the close button (the X on the right most corner of the window) on a window Harlin Seritt (03/14/05)
- Re: urllib's functionality with urllib2 Harlin Seritt (03/14/05)
- Re: Searching for a ComboBox for Tkinter? Harlin Seritt (03/14/05)
- Re: Searching for a ComboBox for Tkinter? Harlin Seritt (03/14/05)
- Re: newbie: dictionary - howto get key value Joal Heagney (03/14/05)
- Re: Linux Multimedia System Lucas Raab (03/14/05)
- Re: Unimport module Terry Reedy (03/14/05)
- Re: Python-list Digest, Vol 18, Issue 208 Charles Hartman (03/14/05)
- Unimport module Chmouel Boudjnah (03/14/05)
- Re: Who Knows of a Good Computational Physics Textbook? beliavsky_at_aol.com (03/14/05)
- [OT] Who Knows of a Good Computational Physics Textbook? Dan Sommers (03/14/05)
- Re: Convert python to exe gouqizi.lvcha_at_gmail.com (03/14/05)
- Re: Adapting code to multiple platforms Peter Hansen (03/14/05)
- Re: Convert python to exe Stephen Thorne (03/14/05)
- Re: Bug? Artie Gold (03/14/05)
- Bug? peter_at_clgus (03/14/05)
- [ANN] pysqlite 2.0.alpha2 Gerhard Haering (03/14/05)
- Re: Apparently, I don't understand threading Dave Brueck (03/14/05)
- RE: Apparently, I don't understand threading jwsacksteder_at_ramprecision.com (03/14/05)
- Re: Apparently, I don't understand threading jepler_at_unpythonic.net (03/14/05)
- Re: Creating desktop icons for Innosetup file Greg Ewing (03/14/05)
- Re: Unicode BOM marks Steve Horsley (03/14/05)
- Re: Convert python to exe Marc 'BlackJack' Rintsch (03/14/05)
- Re: Convert python to exe gouqizi.lvcha_at_gmail.com (03/14/05)
- Re: Determining the length of strings in a list Michael Hoffman (03/14/05)
- Re: pyasm 0.2 - dynamic x86 assembler for python olsongt_at_verizon.net (03/14/05)
- Re: Regular Expressions: large amount of or's Scott David Daniels (03/14/05)
- Re: tkinter: always scroll to show last line of text Raseliarison nirinA (03/13/05)
- Determining the length of strings in a list robin.siebler_at_palmsource.com (03/13/05)
- Convert python to exe gouqizi.lvcha_at_gmail.com (03/13/05)
- Re: running a python script in drpython john (03/13/05)
- Re: pyasm 0.2 - dynamic x86 assembler for python Michael Spencer (03/13/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 QMartin_v=2E_L=F6wis=22?= (03/13/05)
- Re: Licensing Python code under the Python license QMartin_v=2E_L=F6wis=22?= (03/13/05)
- Re: Searching for a ComboBox for Tkinter? Raseliarison nirinA (03/13/05)
- Re: Install problem Windows xp HE Raseliarison nirinA (03/13/05)
- Re: issues installing readine-1.12 on WinXP Simon Percivall (03/13/05)
- Re: Extending and Embedding Eduardo Rodrigues (03/13/05)
- Re: smtplib / solaris (newbie problem?) QMartin_v=2E_L=F6wis=22?= (03/13/05)
- Re: Licensing Python code under the Python license JanC (03/13/05)
- Re: tkinter: always scroll to show last line of text Benjamin Rutt (03/13/05)
- running a python script in drpython john (03/13/05)
- Re: Regular Expressions: large amount of or's Daniel Yoo (03/13/05)
- Re: Adapting code to multiple platforms Paul Watson (03/13/05)
- Re: Web framework Venkat B (03/13/05)
- Re: is there a problem on this simple code John Machin (03/13/05)
- Re: Debugging Python Scripts inside other processes Peter Maas (03/13/05)
- Re: Linux Multimedia System Lucas Raab (03/13/05)
- Re: Huge performance gain compared to perl while loading a text file in a list ...!? Martin Franklin (03/13/05)
- Re: Linux Multimedia System Lucas Raab (03/13/05)
- Re: autoexecution in Windows Thorsten Kampe (03/13/05)
- Re: Itertools wishlists Terry Reedy (03/13/05)
- Re: Overloading the "and" operator Terry Reedy (03/13/05)
- Re: Searching for a ComboBox for Tkinter? Martin Franklin (03/13/05)
- Re: Bind Escape to Exit Martin Franklin (03/13/05)
- Re: Searching for a ComboBox for Tkinter? Martin Franklin (03/13/05)
- Re: brand new to python Bengt Richter (03/13/05)
- Re: tkinter: always scroll to show last line of text Martin Franklin (03/13/05)
- Re: Beware complexity Brandon J. Van Every (03/13/05)
- Re: pyasm 0.2 - dynamic x86 assembler for python JanC (03/13/05)
- Re: brand new to python Dmitry A.Lyakhovets (03/13/05)
- Re: PEP 246 revision boisgera (03/13/05)
- brand new to python richard.hubbell_at_gmail.com (03/13/05)
- Re: Linux Multimedia System Roland Heiber (03/13/05)
- Re: is there a problem on this simple code Bengt Richter (03/13/05)
- Re: Linux Multimedia System Marek Franke (03/13/05)
- Re: Linux Multimedia System Marek Franke (03/13/05)
- Re: Coding help...very basic Igorati (03/13/05)
- Re: Web framework Diez B. Roggisch (03/13/05)
- Re: Linux Multimedia System Max Erickson (03/13/05)
- Re: Web framework Joe (03/13/05)
- Re: issues installing readine-1.12 on WinXP Michele Simionato (03/13/05)
- how to delete the close button (the X on the right most corner of the window) on a window jrlen balane (03/13/05)
- Re: Turning String into Numerical Equation Brian Kazian (03/13/05)
- Re: is there a problem on this simple code Jan Rienyer Gadil (03/13/05)
- urllib's functionality with urllib2 Monty (03/13/05)
- Re: Turning String into Numerical Equation Paul McGuire (03/13/05)
- Re: survey Peter Hansen (03/13/05)
- Re: Why does this not work? Peter Hansen (03/13/05)
- Re: Web framework Sridhar (03/13/05)
- Re: confusion around CustomException example in 'Python in a Nutshell' Peter Hansen (03/13/05)
- Re: is there a problem on this simple code Peter Hansen (03/13/05)
- Re: is there a problem on this simple code Peter Hansen (03/13/05)
- Configure this group in email client Kanthi Kiran Narisetti (03/13/05)
- Re: Using reverse iteration to clean up a list Michael Hoffman (03/13/05)
- Re: Extending and Embedding Diez B. Roggisch (03/13/05)
- tkinter: always scroll to show last line of text Benjamin Rutt (03/13/05)
- Re: Using reverse iteration to clean up a list tkpmep_at_hotmail.com (03/13/05)
- Re: issues installing readine-1.12 on WinXP Simon Percivall (03/13/05)
- Extending and Embedding Eduardo Rodrigues (03/13/05)
- Re: Creating desktop icons for Innosetup file Harlin Seritt (03/13/05)
- Re: smtplib / solaris (newbie problem?) chuck_at_jazzemail.com (03/13/05)
- Re: issues installing readine-1.12 on WinXP Michele Simionato (03/13/05)
- Re: Thank you. New question concerning text encoding Andy Dustman (03/13/05)
- Re: how to delete the close button (the X on the right most corner of the window) on a window Jeremy Bowers (03/13/05)
- Re: is there a problem on this simple code jrlen balane (03/13/05)
- Re: Creating desktop icons for Innosetup file Will McGugan (03/13/05)
- Creating desktop icons for Innosetup file Harlin Seritt (03/13/05)
- Problem in running a python script from XEmacs MarcoL (03/13/05)
- Re: Bind Escape to Exit Kent Johnson (03/13/05)
- Re: Itertools wishlists bearophileHUGS_at_lycos.com (03/13/05)
- Re: Safe Local XMLRPC Diez B. Roggisch (03/13/05)
- Re: Tkinter Bitmap Newbie question Raseliarison nirinA (03/13/05)
- Re: issues installing readine-1.12 on WinXP Simon Percivall (03/13/05)
- Re: error sending path to Win OS Paul Watson (03/13/05)
- Re: Using reverse iteration to clean up a list Michael Hoffman (03/13/05)
- Re: Regular Expressions: large amount of or's John Machin (03/13/05)
- Re: is there a problem on this simple code John Machin (03/13/05)
- Re: Why does this not work? Michael Hoffman (03/13/05)
- Re: Searching for a ComboBox for Tkinter? Harlin Seritt (03/13/05)
- Re: Bind Escape to Exit Harlin Seritt (03/13/05)
- Searching for a ComboBox for Tkinter? Harlin Seritt (03/13/05)
- Bind Escape to Exit Binny V A (03/13/05)
- Re: Linux Multimedia System Marek Franke (03/13/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 Vincent Wehren (03/13/05)
- Re: Web framework andre.p.meyer_at_gmail.com (03/13/05)
- Re: Web framework andre.p.meyer_at_gmail.com (03/13/05)
- Re: bsddb support for berkeley db 4.3? QMartin_v=2E_L=F6wis=22?= (03/13/05)
- Re: Why is lower() deprecated and how should I replace it? Robert Kern (03/13/05)
- Re: Why is lower() deprecated and how should I replace it? Dan Bishop (03/13/05)
- Linux Multimedia System Marek Franke (03/13/05)
- Re: Beware complexity Harald Massa (03/13/05)
- Re: Regular Expressions: large amount of or's Daniel Yoo (03/13/05)
- Re: a program to delete duplicate files Patrick Useldinger (03/13/05)
- issues installing readine-1.12 on WinXP Michele Simionato (03/13/05)
- Re: survey beliavsky_at_aol.com (03/13/05)
- Re: a program to delete duplicate files Patrick Useldinger (03/13/05)
- Re: is there a problem on this simple code jrlen balane (03/13/05)
- Re: Turning String into Numerical Equation Michael Spencer (03/13/05)
- Re: psycopg authentication jslowery_at_gmail.com (03/13/05)
- Re: is there a problem on this simple code jrlen balane (03/13/05)
- Re: psycopg authentication jslowery_at_gmail.com (03/13/05)
- Why is lower() deprecated and how should I replace it? gf gf (03/13/05)
- Re: is there a problem on this simple code Bengt Richter (03/13/05)
- Re: Overloading the "and" operator Robert Kern (03/13/05)
- Re: Turning String into Numerical Equation Robert Kern (03/13/05)
- Re: bsddb support for berkeley db 4.3? janeaustine50_at_hotmail.com (03/13/05)
- Re: dinamically altering a function Bengt Richter (03/13/05)
- Re: Turning String into Numerical Equation Artie Gold (03/13/05)
- Re: Huge performance gain compared to perl while loading a text file in a list ...!? Paul Rubin (03/13/05)
- Re: try / except not worknig correctly Pete (03/13/05)
- Huge performance gain compared to perl while loading a text file in a list ...!? Marc H. (03/13/05)
- Overloading the "and" operator Fredrik Bertilsson (03/13/05)
- Beware complexity Philip Smith (03/13/05)
- Re: is there a problem on this simple code mensanator_at_aol.com (03/13/05)
- Re: Using reverse iteration to clean up a list Luis M. Gonzalez (03/13/05)
- Re: Add Properties to Instances? Bengt Richter (03/13/05)
- Re: Turning String into Numerical Equation Brian Kazian (03/13/05)
- Re: Using reverse iteration to clean up a list John Machin (03/13/05)
- Re: is there a problem on this simple code John Machin (03/13/05)
- Re: survey D H (03/13/05)
- Re: Using reverse iteration to clean up a list Paul Rubin (03/13/05)
- Re: Why does this not work? Gensek (03/13/05)
- Re: Why does this not work? D H (03/13/05)
- Using reverse iteration to clean up a list tkpmep_at_hotmail.com (03/13/05)
- Re: Turning String into Numerical Equation Artie Gold (03/13/05)
- Turning String into Numerical Equation Brian Kazian (03/13/05)
- Re: is there a problem on this simple code Bengt Richter (03/13/05)
- Re: Add Properties to Instances? Bengt Richter (03/13/05)
- Re: dinamically altering a function vegetax (03/13/05)
- Re: Why does this not work? Gensek (03/13/05)
- Re: dinamically altering a function vegetax (03/13/05)
- Re: dinamically altering a function Bengt Richter (03/13/05)
- Re: is there a problem on this simple code John Machin (03/13/05)
- Re: is there a problem on this simple code John Machin (03/13/05)
- Re: try / except not worknig correctly '_at_'.join([..join(['fred','dixon']),..join(['gmail','com'])]) (03/13/05)
- Re: try / except not worknig correctly Brian van den Broek (03/13/05)
- Re: try / except not worknig correctly Robert Kern (03/13/05)
- Re: Tkinter WEIRDNESS or Python WEIRDNESS? Brian van den Broek (03/13/05)
- Re: is there a problem on this simple code mensanator_at_aol.com (03/13/05)
- pygtk help Johan (03/13/05)
- try / except not worknig correctly '_at_'.join([..join(['fred','dixon']),..join(['gmail','com'])]) (03/13/05)
- Re: Tkinter WEIRDNESS or Python WEIRDNESS? steve (03/13/05)
- Re: PythonWin Neil Hodgson (03/13/05)
- Re: a program to delete duplicate files John Machin (03/13/05)
- Re: Confused with classmethods Bengt Richter (03/13/05)
- Re: dinamically altering a function Jeremy Bowers (03/13/05)
- Re: PythonWin Colin J. Williams (03/12/05)
- Re: i18n: looking for expertise klappnase (03/12/05)
- Re: dinamically altering a function Steven Bethard (03/12/05)
- Re: csv module and unicode, when or workaround? John Machin (03/12/05)
- Re: Why does this not work? Michael Hoffman (03/12/05)
- Re: bsddb support for berkeley db 4.3? Andrew MacIntyre (03/12/05)
- Re: dinamically altering a function vegetax (03/12/05)
- Re: error sending path to Win OS wittempj_at_hotmail.com (03/12/05)
- Re: error sending path to Win OS Michael Hoffman (03/12/05)
- Re: blocking a program until a non-Python process terminates Michael Hoffman (03/12/05)
- Re: is there a problem on this simple code jrlen balane (03/12/05)
- Re: dinamically altering a function Steven Bethard (03/12/05)
- Re: a program to delete duplicate files Patrick Useldinger (03/12/05)
- Re: head for grouped data - looking for best practice Harald Massa (03/12/05)
- Re: a program to delete duplicate files John Machin (03/12/05)
- error sending path to Win OS Earl Eiland (03/12/05)
- Re: newbie: dictionary - howto get key value Bengt Richter (03/12/05)
- dinamically altering a function vegetax (03/12/05)
- Re: Safe Local XMLRPC Stephen Waterbury (03/12/05)
- Re: PEP 309 (Partial Function Application) Idea Steven Bethard (03/12/05)
- Re: Installation Guide Skip Montanaro (03/12/05)
- Re: Add Properties to Instances? Martin Miller (03/12/05)
- Re: Why does this not work? Gensek (03/12/05)
- blocking a program until a non-Python process terminates Earl Eiland (03/12/05)
- Re: pre-PEP: Print Without Intervening Space Marcin Ciura (03/12/05)
- wishlist item: itertools.partition (WAS: Wishlist item: itertools.flatten) Steven Bethard (03/12/05)
- Re: Safe Local XMLRPC Diez B. Roggisch (03/12/05)
- Re: Can't seem to insert rows into a MySQL table deelan (03/12/05)
- Re: Can't seem to insert rows into a MySQL table deelan (03/12/05)
- Thank you. New question concerning text encoding grumfish (03/12/05)
- Re: PEP 309 (Partial Function Application) Idea Chris Perkins (03/12/05)
- Re: Safe Local XMLRPC Michael Urman (03/12/05)
- SimpleXMLServer meets inetd Marek Kubica (03/12/05)
- Re: Can't seem to insert rows into a MySQL table Stephen Prinster (03/12/05)
- Re: Wishlist item: itertools.flatten gene.tani_at_gmail.com (03/12/05)
- Re: Debugging Python Scripts inside other processes A. Klingenstein (03/12/05)
- Building Python 2.4 with icc and processor-specific optimizations Michael Hoffman (03/12/05)
- Re: confusion around CustomException example in 'Python in a Nutshell' erick_bodine_at_comcast.net (03/12/05)
- Re: Add Properties to Instances? Jeremy Bowers (03/12/05)
- Re: Can't seem to insert rows into a MySQL table Patrick Useldinger (03/12/05)
- Re: Generating data types automatically Steven Bethard (03/12/05)
- Re: bsddb support for berkeley db 4.3? QMartin_v=2E_L=F6wis=22?= (03/12/05)
- Re: Generating data types automatically Michael Hoffman (03/12/05)
- Can't seem to insert rows into a MySQL table grumfish (03/12/05)
- Re: Debugging Python Scripts inside other processes Robin Becker (03/12/05)
- Re: Add Properties to Instances? Steven Bethard (03/12/05)
- Re: Generating data types automatically Torsten Bronger (03/12/05)
- Add Properties to Instances? Martin Miller (03/12/05)
- Generating data types automatically Torsten Bronger (03/12/05)
- Re: Safe Local XMLRPC Michael Urman (03/12/05)
- Re: head for grouped data - looking for best practice Steven Bethard (03/12/05)
- Re: a program to delete duplicate files Patrick Useldinger (03/12/05)
- Re: PEP 309 (Partial Function Application) Idea Scott David Daniels (03/12/05)
- Debugging Python Scripts inside other processes A. Klingenstein (03/12/05)
- Re: Licensing Python code under the Python license QMartin_v=2E_L=F6wis=22?= (03/12/05)
- Re: a RegEx puzzle (end of thread) Charles Hartman (03/12/05)
- PythonWin tkpmep_at_hotmail.com (03/12/05)
- Re: a program to delete duplicate files François Pinard (03/12/05)
- Re: is there a problem on this simple code Harlin Seritt (03/12/05)
- Re: Python Tkinter Newbie question Harlin Seritt (03/12/05)
- Re: Licensing Python code under the Python license Harlin Seritt (03/12/05)
- Re: Licensing Python code under the Python license Harlin Seritt (03/12/05)
- Re: Wishlist item: itertools.flatten Ville Vainio (03/12/05)
- Re: Python Tkinter Newbie question Harlin Seritt (03/12/05)
- Re: a program to delete duplicate files Patrick Useldinger (03/12/05)
- Re: Licensing Python code under the Python license Ville Vainio (03/12/05)
- [ANN] XPN 0.4.5 released Nemesis (03/12/05)
- Re: How to send browser to open a different URL Mike Wimpe (03/12/05)
- Re: pre-PEP: Print Without Intervening Space huy (03/12/05)
- Re: head for grouped data - looking for best practice Peter Otten (03/12/05)
- Re: Tkinter Bitmap Newbie question Diez B. Roggisch (03/12/05)
- Re: psycopg authentication Lee Harr (03/12/05)
- Re: Confused with classmethods Ruud de Jong (03/12/05)
- Re: a program to delete duplicate files Scott David Daniels (03/12/05)
- Re: About Databases... Lee Harr (03/12/05)
- Tkinter Bitmap Newbie question Wim Goffin (03/12/05)
- Python Tkinter Newbie question Wim Goffin (03/12/05)
- Newbie question Tkinter bitmap Wim Goffin (03/12/05)
- Re: pre-PEP: Print Without Intervening Space Marcin Ciura (03/12/05)
- bsddb support for berkeley db 4.3? janeaustine50_at_hotmail.com (03/12/05)
- Re: How to turn a variable name into a string? Scott David Daniels (03/12/05)
- is there a problem on this simple code jrlen balane (03/12/05)
- Re: head for grouped data - looking for best practice Diez B. Roggisch (03/12/05)
- Re: How to send browser to open a different URL Harald Massa (03/12/05)
- Re: Adapting code to multiple platforms Patrick Useldinger (03/12/05)
- Re: newbie: dictionary - howto get key value Peter Hansen (03/12/05)
- head for grouped data - looking for best practice Harald Massa (03/12/05)
- Re: Safe Local XMLRPC Diez B. Roggisch (03/12/05)
- Re: RELEASED Python 2.4.1, release candidate 1 Tim N. van der Leeuw (03/12/05)
- Re: Why does this not work? Peter Hansen (03/12/05)
- Re: About Databases... EP (03/12/05)
- Re: Adapting code to multiple platforms Peter Hansen (03/12/05)
- Re: Confused with classmethods jfj (03/12/05)
- Re: i18n: looking for expertise QMartin_v=2E_L=F6wis=22?= (03/12/05)
- Re: shuffle the lines of a large file paul koelle (03/12/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 QMartin_v=2E_L=F6wis=22?= (03/12/05)
- Re: Python 2.4, distutils, and pure python packages QMartin_v=2E_L=F6wis=22?= (03/12/05)
- [Ann] ctypes 0.9.5 released Thomas Heller (03/12/05)
- Re: a program to delete duplicate files Patrick Useldinger (03/12/05)
- How to send browser to open a different URL Mike Wimpe (03/12/05)
- Passing values to another script using CGI Mike Wimpe (03/12/05)
- Re: csv module and unicode, when or workaround? Chris (03/12/05)
- Re: csv module and unicode, when or workaround? John Machin (03/12/05)
- Re: Widget geometry ? PGMoscatt (03/12/05)
- Re: a program to delete duplicate files John Machin (03/12/05)
- Re: csv module and unicode, when or workaround? Max M (03/12/05)
- Re: Licensing Python code under the Python license Daniel Keep (03/12/05)
- Re: Widget geometry ? Pierre Quentel (03/12/05)
- Re: Licensing Python code under the Python license Robert Kern (03/12/05)
- Re: Licensing Python code under the Python license Tim Peters (03/12/05)
- Re: newbie: dictionary - howto get key value John Machin (03/12/05)
- Licensing Python code under the Python license Daniel Keep (03/12/05)
- Re: About Databases... Robert Kern (03/12/05)
- Re: Tkinter WEIRDNESS or Python WEIRDNESS? Vincent Wehren (03/12/05)
- Re: newbie: dictionary - howto get key value Tim Roberts (03/12/05)
- Re: newbie : prune os.walk Tim Roberts (03/12/05)
- Re: Tkinter WEIRDNESS or Python WEIRDNESS? Brian van den Broek (03/12/05)
- Widget geometry ? PGMoscatt (03/12/05)
- Re: csv module and unicode, when or workaround? Skip Montanaro (03/12/05)
- Tkinter WEIRDNESS or Python WEIRDNESS? steve (03/12/05)
- Re: csv module and unicode, when or workaround? Skip Montanaro (03/12/05)
- Re: storing large amounts of data in a list/dictionary flamesrock (03/12/05)
- Re: Adapting code to multiple platforms Simon John (03/12/05)
- Why does this not work? Gensek (03/12/05)
- Safe Local XMLRPC Michael Urman (03/12/05)
- Re: About Databases... Simon John (03/12/05)
- Re: Adapting code to multiple platforms Jeremy Bowers (03/12/05)
- Re: using the set command Brian van den Broek (03/12/05)
- psycopg authentication jslowery_at_gmail.com (03/12/05)
- Re: Best way to make a list unique? Paul Rubin (03/12/05)
- Re: 'class' argument optional for new.instancemethod? Peter Hansen (03/12/05)
- Re: How to turn a variable name into a string? Terry Reedy (03/12/05)
- Re: confusion around CustomException example in 'Python in a Nutshell' Peter Hansen (03/12/05)
- Re: I'm searching for a python/pygame project to collaborate Terry Reedy (03/12/05)
- Re: how to absolute import? Steven Bethard (03/12/05)
- 'class' argument optional for new.instancemethod? Martin Miller (03/12/05)
- Re: RELEASED Python 2.4.1, release candidate 1 Roger Upole (03/12/05)
- Re: Working on a log in script to my webpage Joe (03/12/05)
- Re: survey igouy_at_yahoo.com (03/12/05)
- Re: Adapting code to multiple platforms Michael Spencer (03/12/05)
- Re: injecting "set" into 2.3's builtins? Skip Montanaro (03/12/05)
- Re: Confused with classmethods jfj (03/12/05)
- Re: About Databases... Tom Willis (03/12/05)
- Re: Wishlist item: itertools.flatten Jack Diederich (03/12/05)
- Adapting code to multiple platforms Jeffrey Barish (03/12/05)
- Re: i18n: looking for expertise klappnase (03/12/05)
- Re: novice question James Stroud (03/12/05)
- Re: novice question Michael Spencer (03/12/05)
- Re: injecting "set" into 2.3's builtins? John Machin (03/12/05)
- Re: confusion around CustomException example in 'Python in a Nutshell' wittempj_at_hotmail.com (03/12/05)
- Re: How to turn a variable name into a string? Bengt Richter (03/12/05)
- confusion around CustomException example in 'Python in a Nutshell' erick_bodine_at_comcast.net (03/12/05)
- I'm searching for a python/pygame project to collaborate alcueca_at_inf.upv.es (03/12/05)
- Re: [perl-python] a program to delete duplicate files Bengt Richter (03/12/05)
- Re: How to turn a variable name into a string? Lonnie Princehouse (03/12/05)
- Re: Wishlist item: itertools.flatten Michael Spencer (03/12/05)
- Re: Test Christos (03/12/05)
- newbie: passing array to AutoCad through COM H vd Horst (03/12/05)
- Re: Confused with classmethods jfj (03/11/05)
- Re: Wishlist item: itertools.flatten Christos (03/11/05)
- Re: PEP 309 (Partial Function Application) Idea Reinhold Birkenfeld (03/11/05)
- Re: [perl-python] a program to delete duplicate files Christos (03/11/05)
- Re: Wishlist item: itertools.flatten Ville Vainio (03/11/05)
- Test JMG (03/11/05)
- About Databases... andrea_gavana_at_tin.it (03/11/05)
- Re: PEP 309 (Partial Function Application) Idea Steven Bethard (03/11/05)
- Re: S-exression parsing Michael Spencer (03/11/05)
- Re: How to turn a variable name into a string? André Roberge (03/11/05)
- Re: How to turn a variable name into a string? Rodney Maxwell (03/11/05)
- Re: [perl-python] a program to delete duplicate files David Eppstein (03/11/05)
- Confused with classmethods jfj (03/11/05)
- Re: 'Browse' button for *.txt file? Fred (03/11/05)
- Re: injecting "set" into 2.3's builtins? Skip Montanaro (03/11/05)
- Re: pre-PEP: Print Without Intervening Space Bengt Richter (03/11/05)
- Re: Comparing objects to built-in literals wittempj_at_hotmail.com (03/11/05)
- Re: injecting "set" into 2.3's builtins? Skip Montanaro (03/11/05)
- S-exression parsing George Sakkis (03/11/05)
- Re: a RegEx puzzle Michael Spencer (03/11/05)
- Re: storing large amounts of data in a list/dictionary Bruno Desthuilliers (03/11/05)
- Re: a RegEx puzzle Peter Otten (03/11/05)
- Re: [perl-python] a program to delete duplicate files Patrick Useldinger (03/11/05)
- Re: smtplib / solaris (newbie problem?) Steve Holden (03/11/05)
- Re: Second argument to super(). Colin J. Williams (03/11/05)
- Re: a RegEx puzzle Charles Hartman (03/11/05)
- Re: (Newbie) Restricting inherited methods to operate on element from same subclass Bruno Desthuilliers (03/11/05)
- Comparing objects to built-in literals Richard Hayden (03/11/05)
- Re: How to turn a variable name into a string? stewart.midwinter_at_gmail.com (03/11/05)
- Re: [perl-python] a program to delete duplicate files Terry Hancock (03/11/05)
- Re: Preserving the argspec of a function after generating a closure Bengt Richter (03/11/05)
- Re: mysqldb issue fedor (03/11/05)
- Re: Will presentations at PyCon be recorded/streamed? Steve Holden (03/11/05)
- Re: How to turn a variable name into a string? Scott David Daniels (03/11/05)
- Re: Help Installing Python 2.3.5 Trent Mick (03/11/05)
- Re: How to turn a variable name into a string? Paolo G. Cantore (03/11/05)
- Re: pre-PEP: Print Without Intervening Space Marcin Ciura (03/11/05)
- Re: pre-PEP: Print Without Intervening Space John Roth (03/11/05)
- Re: multiple buffers management Scott David Daniels (03/11/05)
- storing large amounts of data in a list/dictionary flamesrock (03/11/05)
- Re: How to turn a variable name into a string? Lonnie Princehouse (03/11/05)
- Re: Help Installing Python 2.3.5 James Stroud (03/11/05)
- Re: Help Installing Python 2.3.5 Peter Hansen (03/11/05)
- Help Installing Python 2.3.5 Greg Lindstrom (03/11/05)
- Re: How to turn a variable name into a string? Peter Hansen (03/11/05)
- Re: Pygame - jerky motion donn (03/11/05)
- csv module and unicode, when or workaround? Chris (03/11/05)
- Re: [perl-python] a program to delete duplicate files David Eppstein (03/11/05)
- RE: hotshot ?? Robert Brewer (03/11/05)
- Pygame - jerky motion donn (03/11/05)
- How to turn a variable name into a string? Stewart Midwinter (03/11/05)
- Re: Will presentations at PyCon be recorded/streamed? Grig Gheorghiu (03/11/05)
- Re: pyparsing: parseString confusion infidel (03/11/05)
- Re: executing non-Python conde Steve Holden (03/11/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 Vincent Wehren (03/11/05)
- pyparsing: parseString confusion Peter Fein (03/11/05)
- Re: a RegEx puzzle Kent Johnson (03/11/05)
- Re: a RegEx puzzle Charles Hartman (03/11/05)
- Re: Python 2.4, distutils, and pure python packages Thomas Heller (03/11/05)
- Re: [perl-python] a program to delete duplicate files Patrick Useldinger (03/11/05)
- Re: Confused with classmethods Ruud de Jong (03/11/05)
- Re: shuffle the lines of a large file Peter Otten (03/11/05)
- Re: executing non-Python conde Earl Eiland (03/11/05)
- pyparsing: odd listAllMatches behavior Peter Fein (03/11/05)
- Re: pre-PEP: Print Without Intervening Space Bill Mill (03/11/05)
- Preserving the argspec of a function after generating a closure Victor Ng (03/11/05)
- Re: a RegEx puzzle Peter Otten (03/11/05)
- Re: [perl-python] a program to delete duplicate files Patrick Useldinger (03/11/05)
- Re: [perl-python] a program to delete duplicate files Patrick Useldinger (03/11/05)
- smtplib / solaris (newbie problem?) chuck_at_jazzemail.com (03/11/05)
- Re: pre-PEP: Print Without Intervening Space Marcin Ciura (03/11/05)
- Re: executing non-Python conde Larry Bates (03/11/05)
- PEP 309 (Partial Function Application) Idea Chris Perkins (03/11/05)
- Re: pre-PEP: Print Without Intervening Space Larry Bates (03/11/05)
- Re: pre-PEP: Print Without Intervening Space Steve Holden (03/11/05)
- Re: Confused with classmethods Steve Holden (03/11/05)
- Re: SimpleHTTPRequestHandler handling long lasting requests problem Steve Holden (03/11/05)
- Re: a RegEx puzzle Roy Smith (03/11/05)
- Re: executing non-Python conde Simon Brunning (03/11/05)
- Re: executing non-Python conde Steve Holden (03/11/05)
- Re: pre-PEP: Print Without Intervening Space Marcin Ciura (03/11/05)
- Re: a RegEx puzzle Charles Hartman (03/11/05)
- Re: SimpleHTTPRequestHandler handling long lasting requests problem Andy Leszczynski (03/11/05)
- wxPtyhon 2.4 non trivial problems :D Michal Raburski (03/11/05)
- executing non-Python conde Earl Eiland (03/11/05)
- Re: [perl-python] a program to delete duplicate files Christos (03/11/05)
- Re: Will presentations at PyCon be recorded/streamed? Steve Holden (03/11/05)
- Re: help with warning formatting jasmin_at_soton.ac.uk (03/11/05)
- Re: pre-PEP: Print Without Intervening Space Duncan Booth (03/11/05)
- Re: [perl-python] a program to delete duplicate files Christos (03/11/05)
- Re: Logging global assignments brianmce_at_gmail.com (03/11/05)
- Re: a RegEx puzzle Roy Smith (03/11/05)
- Re: PyAsm olsongt_at_verizon.net (03/11/05)
- Re: Logging global assignments Peter Otten (03/11/05)
- Re: Will presentations at PyCon be recorded/streamed? Steve Holden (03/11/05)
- Re: Logging global assignments Jacek Generowicz (03/11/05)
- Re: Logging global assignments Larry Bates (03/11/05)
- pre-PEP: Print Without Intervening Space Marcin Ciura (03/11/05)
- hotshot ?? Charles Hartman (03/11/05)
- a RegEx puzzle Charles Hartman (03/11/05)
- Re: Wishlist item: itertools.flatten Christos (03/11/05)
- Re: RELEASED Python 2.4.1, release candidate 1 Tim N. van der Leeuw (03/11/05)
- Re: (Newbie) Restricting inherited methods to operate on element from same subclass andy2O_at_hotmail.com (03/11/05)
- Re: Confused with classmethods Diez B. Roggisch (03/11/05)
- Re: injecting "set" into 2.3's builtins? Sion Arrowsmith (03/11/05)
- Logging global assignments Jacek Generowicz (03/11/05)
- Will presentations at PyCon be recorded/streamed? ktenney_at_gmail.com (03/11/05)
- pythonwx with database starting point David Pratt (03/11/05)
- Re: Working on a log in script to my webpage Steve Holden (03/11/05)
- Re: a RegEx puzzle Jeremy Bowers (03/11/05)
- Re: HC Library and *attributes parameter Efrat Regev (03/11/05)
- Re: Confused with classmethods Diez B. Roggisch (03/11/05)
- Re: Setting sizes of widgets (PyGTK) Franck Pommereau (03/11/05)
- Re: (Newbie) Restricting inherited methods to operate on element from same subclass Duncan Booth (03/11/05)
- HC Library and *attributes parameter Efrat Regev (03/11/05)
- (Newbie) Restricting inherited methods to operate on element from same subclass andy2o (03/11/05)
- Wishlist item: itertools.flatten Ville Vainio (03/11/05)
- Re: modifiable config files in compiled code? gaudetteje_at_gmail.com (03/11/05)
- Re: modifiable config files in compiled code? Fuzzyman (03/11/05)
- Re: Working on a log in script to my webpage Pete..... (03/11/05)
- Re: HC Library and *attributes parameter Steve Holden (03/11/05)
- Re: HC Library and *attributes parameter Peter Hansen (03/11/05)
- Re: Is there a short-circuiting dictionary "get" method? Duncan Booth (03/11/05)
- Re: modifiable config files in compiled code? Maarten Sneep (03/11/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 QMartin_v=2E_L=F6wis=22?= (03/11/05)
- Re: i18n: looking for expertise QMartin_v=2E_L=F6wis=22?= (03/11/05)
- Re: RELEASED Python 2.4.1, release candidate 1 Tim N. van der Leeuw (03/11/05)
- Re: i18n: looking for expertise QMartin_v=2E_L=F6wis=22?= (03/11/05)
- Re: Is there a short-circuiting dictionary "get" method? Bengt Richter (03/11/05)
- Re: modifiable config files in compiled code? Thomas Heller (03/11/05)
- Re: os.walk(entire filesystem) Simon Brunning (03/11/05)
- Re: shuffle the lines of a large file Simon Brunning (03/11/05)
- Re: Is there a short-circuiting dictionary "get" method? Steve Holden (03/11/05)
- Setting sizes of widgets (PyGTK) Harlin Seritt (03/11/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 Richie Hindle (03/11/05)
- Re: How to launch pdf viewer on Mac? has (03/11/05)
- Re: Web framework Gianluca Sartori (03/11/05)
- Re: [Python- xxxxxxxxxxxxxx Dev] RELEASED Python 2.4.1, release candidate 1 Richie Hindle (03/11/05)
- Re: PyAsm Fuzzyman (03/11/05)
- Re: Python 2.4, distutils, and pure python packages Fuzzyman (03/11/05)
- Re: injecting "set" into 2.3's builtins? and-google_at_doxdesk.com (03/11/05)
- Re: Is there a short-circuiting dictionary "get" method? Terry Reedy (03/11/05)
- Re: shuffle the lines of a large file Heiko Wundram (03/11/05)
- Re: split a string with quoted parts into list Paul McGuire (03/11/05)
- How to launch pdf viewer on Mac? Paul McNett (03/11/05)
- Re: [perl-python] a program to delete duplicate files John Bokma (03/11/05)
- Re: injecting "set" into 2.3's builtins? Stephen Thorne (03/11/05)
- Re: modifiable config files in compiled code? Stephen Thorne (03/11/05)
- Re: [perl-python] a program to delete duplicate files David Eppstein (03/11/05)
- Re: PyAsm Stephen Thorne (03/11/05)
- Re: modifiable config files in compiled code? Tom Willis (03/11/05)
- Re: FW: list reduction Stephen Thorne (03/11/05)
- Re: __getitem__ on new-style classes Michael Spencer (03/11/05)
- Re: modifiable config files in compiled code? gaudetteje_at_gmail.com (03/11/05)
- Re: looking up dictionaries by values Steve Holden (03/11/05)
- Re: 'Browse' button for *.txt file? Steve Holden (03/11/05)
- __getitem__ on new-style classes simon_at_arrowtheory.com (03/11/05)
- Re: looking up dictionaries by values James Stroud (03/11/05)
- Re: modifiable config files in compiled code? gaudetteje_at_gmail.com (03/11/05)
- Re: thread end and make main program end also? martinnitram_at_excite.com (03/11/05)
- looking up dictionaries by values Sandman (03/11/05)
- [Python-Dev] Re: Adding any() and all() Michael Spencer (03/11/05)
- Behaviour of htmllib's HTML parser and formatter Morten W. Petersen (03/11/05)
- how to absolute import? Qiangning Hong (03/11/05)
- Re: [Python-Dev] RELEASED Python 2.4.1, release candidate 1 QMartin_v=2E_L=F6wis=22?= (03/11/05)
- Re: Etiquette on job posts Mike Wimpe (03/11/05)
- Re: Python 2.4, distutils, and pure python packages QMartin_v=2E_L=F6wis=22?= (03/11/05)
- Re: 'Browse' button for *.txt file? Mike Wimpe (03/11/05)
- Re: Etiquette on job posts Robert Kern (03/11/05)
- Re: 'Browse' button for *.txt file? Fred (03/11/05)
- Etiquette on job posts Mike Wimpe (03/11/05)
- Distutils spawn on unix acting strange Travis Oliphant (03/11/05)
- Re: multiple buffers management Bengt Richter (03/11/05)
- Re: multiple buffers management Jaime Wyant (03/11/05)
- Re: [perl-python] a program to delete duplicate files Patrick Useldinger (03/11/05)
- Re: modifiable config files in compiled code? Ksenia Marasanova (03/11/05)
- Re: [perl-python] a program to delete duplicate files Patrick Useldinger (03/11/05)
- Re: instantiate new objects Felix Steffenhagen (03/11/05)
- Re: RELEASED Python 2.4.1, release candidate 1 Roger Upole (03/11/05)
- multiple buffers management doodle4_at_gmail.com (03/11/05)
- Re: Code evaluation at function definition execution time (was Re: Compile time evaluation (aka eliminating default argument hacks)) Carl Banks (03/11/05)
- Re: Code evaluation at function definition execution time (was Re: Compile time evaluation (aka eliminating default argument hacks)) Carl Banks (03/11/05)
- Re: 'Browse' button for *.txt file? Peter Hansen (03/11/05)
- Re: RELEASED Python 2.4.1, release candidate 1 Tim N. van der Leeuw (03/10/05)
- Re: Start new process by function ? Mathias Waack (03/10/05)
- 'Browse' button for *.txt file? Fred (03/10/05)
- Re: Iterate using tuple as index Roy Smith (03/10/05)
- Re: instantiate new objects Michael Spencer (03/10/05)
- Start new process by function ? George Sakkis (03/10/05)
- Re: char buffer doodle4_at_gmail.com (03/10/05)
- Re: char buffer Jaime Wyant (03/10/05)
- Re: char buffer Diez B. Roggisch (03/10/05)
- Re: Iterate using tuple as index Bengt Richter (03/10/05)
- char buffer doodle4_at_gmail.com (03/10/05)
- Re: Iterate using tuple as index James Stroud (03/10/05)
- Re: Iterate using tuple as index Tim Jarman (03/10/05)
- Re: Iterate using tuple as index Michael Spencer (03/10/05)
- Re: Iterate using tuple as index F. Petitjean (03/10/05)
- Re: Iterate using tuple as index Terry Reedy (03/10/05)
- Re: How can I Read/Write multiple sequential Binary/Text data files Bengt Richter (03/10/05)
- Iterate using tuple as index James Stroud (03/10/05)
- Re: How can I Read/Write multiple sequential Binary/Text data files John Machin (03/10/05)
- instantiate new objects Felix Steffenhagen (03/10/05)
- Re: PyAsm olsongt_at_verizon.net (03/10/05)
- Re: FW: list reduction James Stroud (03/10/05)
- Re: python cvs interface? corey (03/10/05)
- Re: newbie : prune os.walk Scott David Daniels (03/10/05)
- Re: os.walk(entire filesystem) Uwe Becher (03/10/05)
- Re: python cvs interface? Lonnie Princehouse (03/10/05)
- Re: modifiable config files in compiled code? Tom Willis (03/10/05)
- Re: Code evaluation at function definition execution time (was Re: Compile time evaluation (aka eliminating default argument hacks)) Bengt Richter (03/10/05)
- Re: newbie: dictionary - howto get key value bruno modulix (03/10/05)
- Re: How can I Read/Write multiple sequential Binary/Text data files Christos (03/10/05)
- Re: newbie: dictionary - howto get key value Richard Brodie (03/10/05)
- Re: modifiable config files in compiled code? Steve Holden (03/10/05)
- Re: newbie: dictionary - howto get key value bruno modulix (03/10/05)
- Re: mysqldb issue Steve Holden (03/10/05)
- How can I Read/Write multiple sequential Binary/Text data files Albert Tu (03/10/05)
- Re: newbie: dictionary - howto get key value Diez B. Roggisch (03/10/05)
- RE: newbie: dictionary - howto get key value Michael.Coll-Barth_at_VerizonWireless.com (03/10/05)
- Re: [perl-python] a program to delete duplicate files Christos (03/10/05)
- [Pmw] reusing a graph after deleting a curve giacomo boffi (03/10/05)
- Re: BaseHTTPServer.BaseHTTPRequestHandler and HTTP chunking Venkat B (03/10/05)
- Re: [perl-python] a program to delete duplicate files P_at_draigBrady.com (03/10/05)
- newbie: dictionary - howto get key value G. Völkl (03/10/05)
- Re: [perl-python] a program to delete duplicate files Christos (03/10/05)
- Re: PyAsm Roger Binns (03/10/05)
- Re: How do I set up a timer as a subprocess? Shitiz Bansal (03/10/05)
- Re: How do I set up a timer as a subprocess? Daniel Schüle (03/10/05)
- How do I set up a timer as a subprocess? Dfenestr8 (03/10/05)
- Re: i18n: looking for expertise klappnase (03/10/05)
- Re: modifiable config files in compiled code? Larry Bates (03/10/05)
- Re: python open source charting solutions ? Frithiof Andreas Jensen (03/10/05)
- Re: Second argument to super(). Steve Holden (03/10/05)
- Re: Recognizing the Arrival of a New File John Lenton (03/10/05)
- RELEASED Python 2.4.1, release candidate 1 Anthony Baxter (03/10/05)
- Re: modifiable config files in compiled code? Tom Willis (03/10/05)
- SAX: Help on processing qualified attribute values Markus Doering (03/10/05)
- Re: How to script DOS app that doesn't use stdout Harlin Seritt (03/10/05)
- Re: shuffle the lines of a large file Simon Brunning (03/10/05)
- modifiable config files in compiled code? gaudetteje_at_gmail.com (03/10/05)
- Re: pyasm 0.2 - dynamic x86 assembler for python Stefan Behnel (03/10/05)
- Re: shuffle the lines of a large file Stefan Behnel (03/10/05)
- Re: Python 2.4, distutils, and pure python packages Thomas Heller (03/10/05)
- Re: newbie : prune os.walk Peter Hansen (03/10/05)
- Re: Web framework Lutz Horn (03/10/05)
- mysqldb issue fedor (03/10/05)
- Re: Globals between modules ? PGMoscatt (03/10/05)
- Re: newbie : prune os.walk Diez B. Roggisch (03/10/05)
- Re: Web framework Chris (03/10/05)
- newbie : prune os.walk Rory Campbell-Lange (03/10/05)
- Re: Globals between modules ? Roy Smith (03/10/05)
- Re: split a string with quoted parts into list Scott David Daniels (03/10/05)
- Re: Web framework Carlos Ribeiro (03/10/05)
- Python 2.4, distutils, and pure python packages Fuzzyman (03/10/05)
- Re: python cvs interface? gaudetteje_at_gmail.com (03/10/05)
- Re: Web framework Tim Jarman (03/10/05)
- Re: Second argument to super(). John Roth (03/10/05)
- Re: Web framework Gianluca Sartori (03/10/05)
- Globals between modules ? PGMoscatt (03/10/05)
- [ANN] Pythonutils updates - approx, approxClientproxy, caseless etc Fuzzyman (03/10/05)
- Re: An Odd Little Script Nick Craig-Wood (03/10/05)
- Re: split a string with quoted parts into list Max M (03/10/05)
- Re: thread end and make main program end also? Diez B. Roggisch (03/10/05)
- Re: split a string with quoted parts into list Diez B. Roggisch (03/10/05)
- Re: capturing text from a GUI window Josef Meile (03/10/05)
- Re: [perl-python] a program to delete duplicate files Patrick Useldinger (03/10/05)
- Re: Python docs [was: function with a state] Patrick Useldinger (03/10/05)
- Re: split a string with quoted parts into list Daniel Dittmar (03/10/05)
- Re: looking for case insesitive dictionary Fuzzyman (03/10/05)
- {VIRUS?} Returned mail: see transcript for details Post Office (03/10/05)
- split a string with quoted parts into list oliver (03/10/05)
- Re: reading timestamp from vid file (avi) flupke (03/10/05)
- thread end and make main program end also? martinnitram_at_excite.com (03/10/05)
- Re: capturing text from a GUI window Myles Strous (03/10/05)
- Re: BaseHTTPServer.BaseHTTPRequestHandler and HTTP chunking Steve Holden (03/10/05)
- Re: looking for case insesitive dictionary Michael Spencer (03/10/05)
- looking for case insesitive dictionary Andy Leszczynski (03/10/05)
- BaseHTTPServer.BaseHTTPRequestHandler and HTTP chunking Andy Leszczynski (03/10/05)
- SimpleHTTPRequestHandler handling long lasting requests problem Andy Leszczynski (03/10/05)
- hotshot load error Charles Hartman (03/10/05)
- Re: os.walk(entire filesystem) Grumman (03/10/05)
- Usage example for ANSI.py from the pexpect package Eric Myers (03/10/05)
- injecting "set" into 2.3's builtins? Skip Montanaro (03/10/05)
- Re: How to allow events during long processing routine? Brent W. Hughes (03/10/05)
- Re: python cvs interface? corey (03/10/05)
- email.Message.set_charset and Content-Transfer-Encoding David Bolen (03/10/05)
- Re: capturing text from a GUI window Earl Eiland (03/10/05)
- Re: os.walk(entire filesystem) Larry Bates (03/10/05)
- Re: os.walk(entire filesystem) Tobiah (03/10/05)
- Re: PythonWin line spacing Neil Hodgson (03/10/05)
- Re: An Odd Little Script Michael Hoffman (03/10/05)
- Re: os.walk(entire filesystem) Peter Hansen (03/10/05)
- Re: Unicode BOM marks Martin v. Löwis (03/10/05)
- Re: distutils: binary distribution? QMartin_v=2E_L=F6wis=22?= (03/10/05)
- Re: How to allow events during long processing routine? M.E.Farmer (03/10/05)
- Re: Is there a short-circuiting dictionary "get" method? Jeff Epler (03/10/05)
- Re: An Odd Little Script Benji York (03/10/05)
- Re: An Odd Little Script M.E.Farmer (03/10/05)
- Re: An Odd Little Script Terry Hancock (03/09/05)
- Re: An Odd Little Script James Stroud (03/09/05)
- Re: Web framework Phil Jackson (03/09/05)
- Share a accomodation at PyCon from march 22-27? Gregoire Weber (03/09/05)
- Re: Recognizing the Arrival of a New File Chris Green (03/09/05)
- Re: An Odd Little Script Michael Hoffman (03/09/05)
- Re: python cvs interface? corey (03/09/05)
- Re: Web framework Fred Pacquier (03/09/05)
- Re: [perl-python] a program to delete duplicate files Terry Hancock (03/09/05)
- [wxPython] How to allow events during long processing routine? Brent W. Hughes (03/09/05)
- An Odd Little Script Greg Lindstrom (03/09/05)
- Re: enum question Terry Hancock (03/09/05)
- [German] Deutsche Python Newsgroup ist eingerichtet Christian Helmbold (03/09/05)
- Re: python cvs interface? Jeff Reavis (03/09/05)
- Re: Unicode BOM marks Steve Horsley (03/09/05)
- Re: Web framework Jeff Reavis (03/09/05)
- Re: Is there a short-circuiting dictionary "get" method? Michael Spencer (03/09/05)
- Re: popen2.Popen3 doesn't work well for me Steven Bethard (03/09/05)
- Re: Running doctests with unittest Jim Sizelove (03/09/05)
- Re: popen2.Popen3 doesn't work well for me alexrait1 (03/09/05)
- Re: Python 2.4 removes None data type? Jarek Zgoda (03/09/05)
- os.walk(entire filesystem) rbt (03/09/05)
- Re: Second argument to super(). Steven Bethard (03/09/05)
- Re: Best way to make a list unique? Michael Spencer (03/09/05)
- python cvs interface? corey (03/09/05)
- Re: Error on xpath-ing a DOM with namespaces Piet (03/09/05)
- Re: Is there a short-circuiting dictionary "get" method? Steven Bethard (03/09/05)
- Re: Problematic behavior of the import statement when several module files have the same name. Steven Bethard (03/09/05)
- Re: running programs from within python Steven Bethard (03/09/05)
- PythonWin line spacing tkpmep_at_hotmail.com (03/09/05)
- Re: Web framework dowskimania_at_gmail.com (03/09/05)
- Re: Is there a short-circuiting dictionary "get" method? Reinhold Birkenfeld (03/09/05)
- Re: running programs from within python James Stroud (03/09/05)
- Second argument to super(). Tobiah (03/09/05)
- Re: Is there a short-circuiting dictionary "get" method? Skip Montanaro (03/09/05)
- Re: Is there a short-circuiting dictionary "get" method? Kent Johnson (03/09/05)
- RE: Problematic behavior of the import statement when several modulefiles have the same name. Robert Brewer (03/09/05)
- Re: Is there a short-circuiting dictionary "get" method? Bill Mill (03/09/05)
- Re: Is there a short-circuiting dictionary "get" method? Bill Mill (03/09/05)
- Re: Is there a short-circuiting dictionary "get" method? F. Petitjean (03/09/05)
- Re: running programs from within python M.N.A.Smadi (03/09/05)
- Re: Popen3 and capturestderr Kenneth Pronovici (03/09/05)
- Re: Is there a short-circuiting dictionary "get" method? bearophileHUGS_at_lycos.com (03/09/05)
- Re: Is there a short-circuiting dictionary "get" method? Bill Mill (03/09/05)
- Re: Is there a short-circuiting dictionary "get" method? Peter Hansen (03/09/05)
- Is there a short-circuiting dictionary "get" method? Dave Opstad (03/09/05)
- Help with socket staus Miley, Shain (03/09/05)
- Problematic behavior of the import statement when several module files have the same name. Xif (03/09/05)
- Re: running programs from within python Steven Bethard (03/09/05)
- Re: running programs from within python M.N.A.Smadi (03/09/05)
- Re: [CherryPy]Serve dynamic binary file in cherrypy? Remi Delon (03/09/05)
- Re: running programs from within python Steven Bethard (03/09/05)
- Re: running programs from within python M.N.A.Smadi (03/09/05)
- running programs from within python M.N.A.Smadi (03/09/05)
- SOAPpy Interoperability w/AXIS C++ jkohans_at_gmail.com (03/09/05)
- [ANN] ConfigObj Update and New PythonUtils Package Fuzzyman (03/09/05)
- MDaemon Warning - virus found: RETURNED MAIL: SEE TRANSCRIPT FOR DETAILS Automatic Email Delivery Software (03/09/05)
- Web framework Gianluca Sartori (03/09/05)
- Re: Your suggestions re virus, round 6: Virus KO Anthra Norell (03/09/05)
- Re: [perl-python] a program to delete duplicate files Christos (03/09/05)
- Re: i18n: looking for expertise stewart.midwinter_at_gmail.com (03/09/05)
- Re: Split text file into words Duncan Booth (03/09/05)
- Re: Split text file into words qwweeeit (03/09/05)
- Re: Python COM Class Question Steve Holden (03/09/05)
- Re: Working on a log in script to my webpage Steve Holden (03/09/05)
- Re: Working on a log in script to my webpage Pete..... (03/09/05)
- BayPIGgies: March 10, 7:30pm (FINAL MEETING AT STANFORD) Aahz (03/09/05)
- Re: How to upgrade python on Redhat? Paul Boddie (03/09/05)
- Re: Working on a log in script to my webpage Kent Johnson (03/09/05)
- Re: Best way to make a list unique? Marc Christiansen (03/09/05)
- Re: [CherryPy]Serve dynamic binary file in cherrypy? mep (03/09/05)
- Re: reading timestamp from vid file (avi) Lucas Raab (03/09/05)
- [perl-python] a program to delete duplicate files Xah Lee (03/09/05)
- Re: function with a state Dan Bishop (03/09/05)
- Re: Python 2.4 removes None data type? Jacek Generowicz (03/09/05)
- Re: logging addLevelName Jeremy Jones (03/09/05)
- Re: Working on a log in script to my webpage Pete..... (03/09/05)
- Python COM Class Question pemo (03/09/05)
- Re: Small but significant memory leak in Pyana XSLT processor Brian Quinlan (03/09/05)
- Re: Best way to make a list unique? Kent Johnson (03/09/05)
- Re: py2exe Python2.4 and "warning: string/unicode conversion" Miki Tebeka (03/09/05)
- Re: function with a state Xah Lee (03/09/05)
- reading timestamp from vid file (avi) flupke (03/09/05)
- removing command prompt excecuting python Raghul (03/09/05)
- Re: removing command prompt excecuting python mep (03/09/05)
- Re: popen2.Popen3 doesn't work well for me Steve Holden (03/09/05)
- [CherryPy]Serve dynamic binary file in cherrypy? mep (03/09/05)
- Re: running a C program with python script Thomas Ganss (03/09/05)
- popen2.Popen3 doesn't work well for me alexrait1 (03/09/05)
- Re: firefox python plugin Thomas Ganss (03/09/05)
- Re: looking for way to include many times some .py code from anotherpython code Martin MOKREJŠ (03/09/05)
- Re: running a C program with python script Michael Hoffman (03/09/05)
- Re: mod_python & "please recompile it with -DEAPI" apache warning ggg_at_gg.com (03/09/05)
- Re: How to upgrade python on Redhat? David Fraser (03/09/05)
- Re: How to script DOS app that doesn't use stdout Gregor (03/09/05)
- Re: Best way to make a list unique? Michael Hoffman (03/09/05)
- Re: Mysterious "Attribute Errors" when GUI Programming Coral Snake (03/09/05)
- Re: Mysterious "Attribute Errors" when GUI Programming Robert Kern (03/09/05)
- Re: Mysterious "Attribute Errors" when GUI Programming Coral Snake (03/09/05)
- Running doctests with unittest Thomas Heller (03/09/05)
- Re: Best way to make a list unique? Michael Spencer (03/09/05)
- Re: Popen3 and capturestderr Donn Cave (03/09/05)
- window not responding Raghul (03/09/05)
- Re: Defining __getitem__() in a class that inherits from (dict) Tobiah (03/09/05)
- Re: None in string formatting Erik Max Francis (03/09/05)
- Re: Working on a log in script to my webpage Steve Holden (03/09/05)
- RE: Working on a log in script to my webpage bruce (03/09/05)
- Weekly Python Patch/Bug Summary Kurt B. Kaiser (03/09/05)
- Re: python open source charting solutions ? Caleb Hattingh (03/09/05)
- RE: Best way to make a list unique? Delaney, Timothy C (Timothy) (03/09/05)
- Re: Working on a log in script to my webpage Pete..... (03/09/05)
- Python 2.4, asyncore and errors Tony Meyer (03/09/05)
- Re: function with a state Peter Hansen (03/09/05)
- Re: Trouble with mysql-python 1.2.0 on Solaris 8 sparc Alec Wysoker (03/09/05)
- Re: How to make an extension class have a __getitem__ interface? John Machin (03/09/05)
- Re: function with a state Xah Lee (03/09/05)
- Re: function namespaces Steve Holden (03/09/05)
- Re: Python docs [was: function with a state] Sean Blakey (03/09/05)
- Re: Python docs [was: function with a state] Steve Holden (03/09/05)
- Re: running a C program with python script James Stroud (03/09/05)
- Re: File call error message (double backslash) John Machin (03/09/05)
- running a C program with python script M.N.A.Smadi (03/09/05)
- Re: Working on a log in script to my webpage Pete..... (03/09/05)
- Python docs [was: function with a state] Xah Lee (03/09/05)
- Re: function namespaces Darren Dale (03/09/05)
- Re: Best way to make a list unique? Michael Hoffman (03/09/05)
- RE: Working on a log in script to my webpage bruce (03/09/05)
- Re: function namespaces Steven Bethard (03/09/05)
- Re: function namespaces M.E.Farmer (03/09/05)
- Re: function namespaces Max Erickson (03/09/05)
- Re: looking for way to include many times some .py code from anotherpython code Brian Roberts (03/09/05)
- Re: pyasm 0.2 - dynamic x86 assembler for python olsongt_at_bellatlantic.net (03/09/05)
- Re: Working on a log in script to my webpage Steve Holden (03/09/05)
- Re: File call error message (double backslash) M.E.Farmer (03/09/05)
- Re: None in string formatting Steve Holden (03/09/05)
- Re: Defining __getitem__() in a class that inherits from (dict) Steven Bethard (03/09/05)
- Re: looking for way to include many times some .py code from anotherpython code Steve Holden (03/09/05)
- Re: Defining __getitem__() in a class that inherits from (dict) Michael Hoffman (03/09/05)
- Defining __getitem__() in a class that inherits from (dict) Tobiah (03/09/05)
- File call error message (double backslash) Fred (03/09/05)
- function namespaces Darren Dale (03/09/05)
- How to upgrade python on Redhat? penglish1_at_gmail.com (03/09/05)
- [ANN] pyasm 0.2 - dynamic x86 assembler for python Grant Olson (03/09/05)
- Re: Accessing files installed with distutils Carl Banks (03/09/05)
- RE: Best way to make a list unique? Delaney, Timothy C (Timothy) (03/09/05)
- RE: parameter name conflict. How to solve? Delaney, Timothy C (Timothy) (03/09/05)
- Announcement: PyMatrix-0.0.1a Released Colin J. Williams (03/08/05)
- Re: Best way to make a list unique? Steven Bethard (03/08/05)
- Re: parameter name conflict. How to solve? Greg Ewing (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Peter Hansen (03/08/05)
- Popen3 and capturestderr Kenneth Pronovici (03/08/05)
- How to make an extension class have a __getitem__ interface? Steve Juranich (03/08/05)
- RE: Best way to make a list unique? Delaney, Timothy C (Timothy) (03/08/05)
- Re: select random entry from dictionary gaudetteje_at_gmail.com (03/08/05)
- Re: firefox python plugin Carl Banks (03/08/05)
- Working on a log in script to my webpage Pete..... (03/08/05)
- Re: looking for way to include many times some .py code fromanotherpython code Steven Bethard (03/08/05)
- Re: looking for way to include many times some .py code fromanotherpython code Martin MOKREJ© (03/08/05)
- Re: capturing text from a GUI window noah_at_noah.org (03/08/05)
- Re: python open source charting solutions ? Grant Edwards (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Martin MOKREJŠ (03/08/05)
- Re: Accessing files installed with distutils timothy.williams_at_nvl.army.mil (03/08/05)
- Re: None in string formatting Scott David Daniels (03/08/05)
- firefox python plugin M.N.A.Smadi (03/08/05)
- Re: Secondary list sorting comparison expression David Pratt (03/08/05)
- Re: None in string formatting Jorge Godoy (03/08/05)
- Re: problem with "time" Jeff Epler (03/08/05)
- Re: None in string formatting Steven Bethard (03/08/05)
- None in string formatting rodney.maxwell_at_gmail.com (03/08/05)
- Re: PEP 246 revision Magnus Lie Hetland (03/08/05)
- problem with "time" a_geek_at_web.de (03/08/05)
- Secondary list sorting comparison expression David Pratt (03/08/05)
- Re: Speeding up CGIHTTPServer (Tim Roberts) Paul Boddie (03/08/05)
- python open source charting solutions ? ionel (03/08/05)
- Re: i18n: looking for expertise klappnase (03/08/05)
- Re: Sorting dictionary by 'sub' value Steven Bethard (03/08/05)
- MDaemon Warning - virus found: Returned mail: see transcript for details image-sig-request_at_python.org (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Steve Holden (03/08/05)
- Re: How to script DOS app that doesn't use stdout Timothy Grant (03/08/05)
- Re: Mysterious "Attribute Errors" when GUI Programming klappnase (03/08/05)
- Python Presentation Colin J. Williams (03/08/05)
- logging addLevelName jjesso_at_global-matrix.com (03/08/05)
- Re: python -i (interactive environment) Joe (03/08/05)
- Re: python -i (interactive environment) Steven Bethard (03/08/05)
- Re: Sorting dictionary by 'sub' value Rory Campbell-Lange (03/08/05)
- Re: Format strings that contain '%' rick_muller_at_yahoo.com (03/08/05)
- distutils: binary distribution? Stefan Waizmann (03/08/05)
- Re: Format strings that contain '%' Diez B. Roggisch (03/08/05)
- Re: python -i (interactive environment) Joe (03/08/05)
- Re: Format strings that contain '%' Erik Max Francis (03/08/05)
- Python 2.4 OSX Package Daniel Alexandre (03/08/05)
- Format strings that contain '%' rick_muller_at_yahoo.com (03/08/05)
- Re: python -i (interactive environment) Steven Bethard (03/08/05)
- Re: python -i (interactive environment) Joe (03/08/05)
- cgi.py bug Joe (03/08/05)
- Re: Speeding up CGIHTTPServer (Tim Roberts) elbertlev_at_hotmail.com (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Martin MOKREJŠ (03/08/05)
- Re: quick question Peter Hansen (03/08/05)
- Re: capturing text from a GUI window Peter Hansen (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Peter Hansen (03/08/05)
- Re: Accessing files installed with distutils Thomas Heller (03/08/05)
- Re: Unicode BOM marks John Roth (03/08/05)
- Re: parameter name conflict. How to solve? Duncan Booth (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Steven Bethard (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Martin MOKREJŠ (03/08/05)
- Re: parameter name conflict. How to solve? Bo Peng (03/08/05)
- Re: parameter name conflict. How to solve? Bo Peng (03/08/05)
- Re: select random entry from dictionary Peter Hansen (03/08/05)
- Re: Recognizing the Arrival of a New File Christos (03/08/05)
- Re: autoexecution in Windows Peter Hansen (03/08/05)
- Re: quick question Simon Brunning (03/08/05)
- Re: python -i (interactive environment) Joe (03/08/05)
- Re: python -i (interactive environment) Joe (03/08/05)
- Re: shuffle the lines of a large file Simon Brunning (03/08/05)
- Re: Small but significant memory leak in Pyana XSLT processor Brian Quinlan (03/08/05)
- Re: shuffle the lines of a large file Heiko Wundram (03/08/05)
- Recognizing the Arrival of a New File Greg Lindstrom (03/08/05)
- Re: Sorting dictionary by 'sub' value Scott David Daniels (03/08/05)
- Re: shuffle the lines of a large file Simon Brunning (03/08/05)
- Small but significant memory leak in Pyana XSLT processor Ola Natvig (03/08/05)
- Re: looking for way to include many times some .py code fromanotherpython code Scott David Daniels (03/08/05)
- Re: shuffle the lines of a large file Simon Brunning (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Steve Holden (03/08/05)
- capturing text from a GUI window Earl Eiland (03/08/05)
- Re: determine directories with wildcard Thomas Rademacher (03/08/05)
- Re: py2exe error: 2.4.2.4: No such file or directory Larry Bates (03/08/05)
- Re: Split text file into words Duncan Booth (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Duncan Booth (03/08/05)
- Re: looking for way to include many times some .py code fromanotherpython code Kent Johnson (03/08/05)
- Re: Speeding up CGIHTTPServer (Tim Roberts) Steve Nordby (03/08/05)
- Re: Accessing files installed with distutils Steve Holden (03/08/05)
- Re: determine directories with wildcard Simon Brunning (03/08/05)
- Re: Split text file into words Heiko Wundram (03/08/05)
- Out of Office AutoReply: MDaemon Warning - virus found: Returned mail: Data format error Jover, Sergi (BPDO VAT Reporting) (03/08/05)
- Re: determine directories with wildcard Vincent Wehren (03/08/05)
- Split text file into words qwweeeit (03/08/05)
- Re: determine directories with wildcard Diez B. Roggisch (03/08/05)
- Re: determine directories with wildcard Heiko Wundram (03/08/05)
- Re: Sorting dictionary by 'sub' value Diez B. Roggisch (03/08/05)
- Re: parameter name conflict. How to solve? Pierre Barbier de Reuille (03/08/05)
- determine directories with wildcard Thomas Rademacher (03/08/05)
- Re: Appeal for python developers huw.davies_at_kerberos.davies.net.au (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Martin MOKREJŠ (03/08/05)
- Re: Accessing files installed with distutils timothy.williams_at_nvl.army.mil (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Diez B. Roggisch (03/08/05)
- Sorting dictionary by 'sub' value Rory Campbell-Lange (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Martin MOKREJ© (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Martin MOKREJ© (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Kent Johnson (03/08/05)
- Re: Good variable names (Was: Re: Best way to make a list unique?) Diez B. Roggisch (03/08/05)
- [Fwd: Re: quick question] Neil Benn (03/08/05)
- Re: Best way to make a list unique? Scott David Daniels (03/08/05)
- Re: looking for way to include many times some .py code from anotherpython code Scott David Daniels (03/08/05)
- Re: looking for way to include many times some .py code from another python code Brano Zarnovican (03/08/05)
- Re: Speeding up CGIHTTPServer (Tim Roberts) Thomas Guettler (03/08/05)
- Good variable names (Was: Re: Best way to make a list unique?) Roy Smith (03/08/05)
- Re: Mysterious "Attribute Errors" when GUI Programming Steve Holden (03/08/05)
- Re: Speeding up CGIHTTPServer Steve Holden (03/08/05)
- Re: Best way to make a list unique? Max M (03/08/05)
- Re: Speeding up CGIHTTPServer (Tim Roberts) Diez B. Roggisch (03/08/05)
- Re: Google Technology vijay123_at_gmail.com (03/08/05)
- Re: Speeding up CGIHTTPServer (Tim Roberts) Johan Kohler (03/08/05)
- looking for way to include many times some .py code from another python code Martin MOKREJ© (03/08/05)
- Re: shuffle the lines of a large file Nick Craig-Wood (03/08/05)
- Re: Creating module skeleton from unit tests Edvard Majakari (03/08/05)
- Re: parameter name conflict. How to solve? Kent Johnson (03/08/05)
- Re: Creating module skeleton from unit tests Edvard Majakari (03/08/05)
- Re: Best way to make a list unique? Diez B. Roggisch (03/08/05)
- Re: py2exe Python2.4 and "warning: string/unicode conversion" QMartin_v=2E_L=F6wis=22?= (03/08/05)
- Re: parameter name conflict. How to solve? Daniel Dittmar (03/08/05)
- Re: Default function arguments, KURL::cleanPath() -- a bindings bug? Frans Englich (03/08/05)
- Re: Unicode BOM marks Francis Girard (03/08/05)
- Re: Unicode BOM marks Francis Girard (03/08/05)
- Re: How to script DOS app that doesn't use stdout Gregor (03/08/05)
- Re: i18n: looking for expertise QMartin_v=2E_L=F6wis=22?= (03/08/05)
- Re: unicode surrogates in py2.2/win Martin v. Löwis (03/08/05)
- py2exe Python2.4 and "warning: string/unicode conversion" Miki Tebeka (03/08/05)
- Re: py2exe error: 2.4.2.4: No such file or directory Thomas Heller (03/08/05)
- Re: Speeding up CGIHTTPServer Tim Roberts (03/08/05)
- RE: Default function arguments, KURL::cleanPath() -- a bindings bug? Delaney, Timothy C (Timothy) (03/08/05)
- RE: parameter name conflict. How to solve? Delaney, Timothy C (Timothy) (03/08/05)
- unicode surrogates in py2.2/win Mike Brown (03/08/05)
- Re: parameter name conflict. How to solve? Steven Bethard (03/08/05)
- Re: Mysterious "Attribute Errors" when GUI Programming Robert Kern (03/08/05)
- Re: Dictionaries of Lists Steven Bethard (03/08/05)
- Mysterious "Attribute Errors" when GUI Programming Coral Snake (03/08/05)
- Default function arguments, KURL::cleanPath() -- a bindings bug? Frans Englich (03/08/05)
- parameter name conflict. How to solve? Bo Peng (03/08/05)
- Re: Dictionaries of Lists Terry Hancock (03/08/05)
- Re: Dictionaries of Lists Robert Kern (03/08/05)
- Re: Dictionaries of Lists Erik Max Francis (03/08/05)
- RE: Dictionaries of Lists Tony Meyer (03/08/05)
- Dictionaries of Lists gf gf (03/08/05)
- Re: Python 2.4 / WinXP / distutils error (cookbook example) magoldfish_at_yahoo.com (03/08/05)
- python-dev Summary for 2005-02-15 through 2005-02-28 Brett C. (03/08/05)
- Re: Safe string escaping? Bengt Richter (03/08/05)
- Re: select random entry from dictionary Scott David Daniels (03/08/05)
- Re: python -i (interactive environment) Paulo Eduardo Neves (03/08/05)
- Re: py2exe error: 2.4.2.4: No such file or directory Stephen Thorne (03/08/05)
- Re: select random entry from dictionary chengdu_at_gmail.com (03/08/05)
- RE: select random entry from dictionary Tony Meyer (03/08/05)
- Re: select random entry from dictionary gaudetteje_at_gmail.com (03/08/05)
- select random entry from dictionary Tor Erik Sønvisen (03/08/05)
- Re: quick question Steve Holden (03/08/05)
- Re: quick question Daniel Bickett (03/08/05)
- Re: Safe string escaping? Daniel Bickett (03/08/05)
- Re: Unicode BOM marks Martin v. Löwis (03/08/05)
- Re: Safe string escaping? Michael Hoffman (03/08/05)
- Safe string escaping? Grant Olson (03/08/05)
- Re: Exception handling code (try/except/finally) Michael Hoffman (03/08/05)
- Exception handling code (try/except/finally) djw (03/08/05)
- Re: pymem.h In function '__declspec' Jeff Epler (03/08/05)
- Re: mxDateTime on Mac: Fatal Python Error Michael Maibaum (03/08/05)
- pymen.h pythonnewbie (03/08/05)
- Re: mod_python & "please recompile it with -DEAPI" apache warning grahamd_at_dscpl.com.au (03/08/05)
- Re: global variables Harlin Seritt (03/08/05)
- Re: Unicode BOM marks Jeff Epler (03/08/05)
- Re: IndexedCatalog and ZEO Almad (03/08/05)
- Re: mxDateTime on Mac: Fatal Python Error Dave Reed (03/08/05)
- Re: Possible to import a module whose name is contained in avariable? Scott David Daniels (03/08/05)
- pymem.h In function '__declspec' pythonnewbie (03/08/05)
- Re: Unicode BOM marks Francis Girard (03/07/05)
- Re: mxDateTime on Mac: Fatal Python Error M.-A. Lemburg (03/07/05)
- py2exe error: 2.4.2.4: No such file or directory Larry Bates (03/07/05)
- Re: pyconfig.h Jeff Epler (03/07/05)
- Re: programmatically calling a function Larry Bates (03/07/05)
- Re: autoexecution in Windows Bill (03/07/05)
- Re: Python 2.4 removes None data type? John Machin (03/07/05)
- Re: zipimport IOError reading Modules.zip in Mac standalone app Just (03/07/05)
- Re: python -i (interactive environment) Just (03/07/05)
- Re: win32com and Python2.4: Interpreter crashing! Roger Upole (03/07/05)
- Re: i18n: looking for expertise klappnase (03/07/05)
- Re: global variables David S. (03/07/05)
- Re: autoexecution in Windows Earl Eiland (03/07/05)
- Re: hidden attribute on Windows files John Machin (03/07/05)
- Re: autoexecution in Windows QMartin_v=2E_L=F6wis=22?= (03/07/05)
- Re: autoexecution in Windows rbt (03/07/05)
- Re: hidden attribute on Windows files QMartin_v=2E_L=F6wis=22?= (03/07/05)
- Re: autoexecution in Windows rbt (03/07/05)
- Re: how to execute Python in VIM DENG (03/07/05)
- Re: autoexecution in Windows Earl Eiland (03/07/05)
- Re: Python 2.4 / WinXP / distutils error (cookbook example) QMartin_v=2E_L=F6wis=22?= (03/07/05)
- pyconfig.h pythonnewbie (03/07/05)
- Re: Unicode BOM marks Martin v. Löwis (03/07/05)
- Re: hidden attribute on Windows files Roel Schroeven (03/07/05)
- Re: autoexecution in Windows F. Petitjean (03/07/05)
- Re: function with a state Reinhold Birkenfeld (03/07/05)
- autoexecution in Windows Earl Eiland (03/07/05)
- Python 2.4 / WinXP / distutils error (cookbook example) magoldfish_at_yahoo.com (03/07/05)
- Dr. Dobb's Python-URL! - weekly Python news and links (Mar 7) Cameron Laird (03/07/05)
- Re: python -i (interactive environment) Steve Holden (03/07/05)
- Re: shuffle the lines of a large file François Pinard (03/07/05)
- Re: shuffle the lines of a large file François Pinard (03/07/05)
- Re: Catching all methods before they execute Michael Hoffman (03/07/05)
- hidden attribute on Windows files rbt (03/07/05)
- Dr. Dobb's Python-URL! - weekly Python news and links (Mar 7) Cameron Laird (03/07/05)
- Unicode BOM marks Francis Girard (03/07/05)
- Re: survey Dave Zhu (03/07/05)
- zipimport IOError reading Modules.zip in Mac standalone app Bob Swerdlow (03/07/05)
- Re: Catching all methods before they execute jamesthiele.usenet_at_gmail.com (03/07/05)
- global variables M.N.A.Smadi (03/07/05)
- mod_python & "please recompile it with -DEAPI" apache warning ggg_at_gg.com (03/07/05)
- Re: Python 2.4 removes None data type? Brian van den Broek (03/07/05)
- Re: Catching all methods before they execute Michael Hoffman (03/07/05)
- Catching all methods before they execute jamesthiele.usenet_at_gmail.com (03/07/05)
- Re: bsddb for k, v in db.items(): do order the numbers ? Ulf Göransson (03/07/05)
- Re: shuffle the lines of a large file Steven Bethard (03/07/05)
- Re: Python 2.4 removes None data type? Steven Bethard (03/07/05)
- Re: shuffle the lines of a large file Joerg Schuster (03/07/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent Gary Nutbeam (03/07/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent Gary Nutbeam (03/07/05)
- Re: Python 2.4 removes None data type? Warren Postma (03/07/05)
- Re: Geneator/Iterator Nesting Problem - Any Ideas? 2.4 Peter Otten (03/07/05)
- Re: intigrate the PyGame module with my Python Dave Brueck (03/07/05)
- Re: bsddb for k, v in db.items(): do order the numbers ? martijn_at_gamecreators.nl (03/07/05)
- Re: Geneator/Iterator Nesting Problem - Any Ideas? 2.4 ChaosKCW (03/07/05)
- Re: Python 2.4 removes None data type? Warren Postma (03/07/05)
- Re: intigrate the PyGame module with my Python Warren Postma (03/07/05)
- Re: parsing a date string Thomas Guettler (03/07/05)
- Re: Python & Tkinter ? Fredrik Lundh (03/07/05)
- Re: Can a method in one class change an object in another class? stewart.midwinter_at_gmail.com (03/07/05)
- MDaemon Warning - virus found: Returned mail: see transcript for details Automatic Email Delivery Software (03/07/05)
- Re: shuffle the lines of a large file - filelist.py (1/1) Christos (03/07/05)
- Re: shuffle the lines of a large file - filelist.py (0/1) Christos (03/07/05)
- Re: os.system() Richie Hindle (03/07/05)
- Re: Possible to import a module whose name is contained in a variable? Michael Hoffman (03/07/05)
- Re: shuffle the lines of a large file gry_at_ll.mit.edu (03/07/05)
- Re: Possible to import a module whose name is contained in a variable? Peter Hansen (03/07/05)
- Re: Appeal for python developers Lars (03/07/05)
- Re: os.system() Nick Craig-Wood (03/07/05)
- Re: shuffle the lines of a large file Warren Postma (03/07/05)
- Re: os.system() gene.tani_at_gmail.com (03/07/05)
- Re: shuffle the lines of a large file Richard Brodie (03/07/05)
- Re: shuffle the lines of a large file Heiko Wundram (03/07/05)
- Re: reversed heapification? Stefan Behnel (03/07/05)
- RE: shuffle the lines of a large file Alex Stapleton (03/07/05)
- Re: shuffle the lines of a large file Heiko Wundram (03/07/05)
- Re: shuffle the lines of a large file Eddie Corns (03/07/05)
- RE: shuffle the lines of a large file Alex Stapleton (03/07/05)
- Re: shuffle the lines of a large file Kent Johnson (03/07/05)
- Re: resources Cameron Laird (03/07/05)
- Re: Unable to run IDLE Under Windows maxwell_at_ldc.upenn.edu (03/07/05)
- Re: os.system() Joerg Schuster (03/07/05)
- Re: reversed heapification? Kent Johnson (03/07/05)
- Re: os.system() Joerg Schuster (03/07/05)
- Re: Possible to import a module whose name is contained in a variable? Gerrit Holl (03/07/05)
- Re: os.system() Heiko Wundram (03/07/05)
- shuffle the lines of a large file Joerg Schuster (03/07/05)
- Re: convert gb18030 to utf16 Xah Lee (03/07/05)
- Re: reversed heapification? Jeff Epler (03/07/05)
- Re: Possible to import a module whose name is contained in a variable? Ed Leafe (03/07/05)
- Re: os.system() Heiko Wundram (03/07/05)
- Re: os.system() Joerg Schuster (03/07/05)
- Re: os.system() Diez B. Roggisch (03/07/05)
- Re: reversed heapification? Stefan Behnel (03/07/05)
- os.system() Joerg Schuster (03/07/05)
- Re: reversed heapification? Stefan Behnel (03/07/05)
- Re: reversed heapification? Kent Johnson (03/07/05)
- reversed heapification? Stefan Behnel (03/07/05)
- resources shield0092005 (03/07/05)
- Re: re - Question about pyFMOD importing Heiko Wundram (03/07/05)
- Re: Modifying Call Tips and Intellisense Behavior Szabolcs Nagy (03/07/05)
- win32com and Python2.4: Interpreter crashing! Tim N. van der Leeuw (03/07/05)
- Re: Possible to import a module whose name is contained in a variable? Claudio Grondi (03/07/05)
- Re: GOTO (was Re: Appeal for python developers) Heiko Wundram (03/07/05)
- Re: Possible to import a module whose name is contained in a variable? Michael Hoffman (03/07/05)
- mxDateTime on Mac: Fatal Python Error contact_at_alanlittle.org (03/07/05)
- Re: Possible to import a module whose name is contained in a variable? Heiko Wundram (03/07/05)
- Re: Python & Tkinter ? PGMoscatt (03/07/05)
- Re: How do I import everything in a subdir? Cyril BAZIN (03/07/05)
- Mail System Error - Returned Mail remove_at_youronlineincome.com (03/07/05)
- Re: Python & Tkinter ? Fredrik Lundh (03/07/05)
- Re: HELP: Python & Tkinter ? Christos (03/07/05)
- Re: Possible to import a module whose name is contained in a variable? Claudio Grondi (03/07/05)
- Re: IndexedCatalog and ZEO Almad (03/07/05)
- HELP: Python & Tkinter ? PGMoscatt (03/07/05)
- Re: using python to parse md5sum list Christos (03/07/05)
- Re: Possible to import a module whose name is contained in a variable? Steven Bethard (03/07/05)
- Re: Possible to import a module whose name is contained in a variable? Steven Bethard (03/07/05)
- Re: function with a state Stephen Thorne (03/07/05)
- Re: How do I import everything in a subdir? Steven Bethard (03/07/05)
- RE: Possible to import a module whose name is contained in a variable? Steven Reddie (03/07/05)
- Re: Possible to import a module whose name is contained in a variable? Hye-Shik Chang (03/07/05)
- Possible to import a module whose name is contained in a variable? Steven Reddie (03/07/05)
- Re: locale support and 4.10 Hye-Shik Chang (03/07/05)
- Re: io.h include file in pyconfig.h pythonnewbie (03/07/05)
- Re: How to script DOS app that doesn't use stdout Paul Watson (03/07/05)
- python-dev Summary for 2005-02-01 through 2005-02-14 Brett C. (03/07/05)
- [ANNOUNCE] PyKota v1.21 Final is out Jerome Alet (03/07/05)
- Re: Coding help...very basic Igorati (03/07/05)
- Re: Coding help...very basic Igorati (03/07/05)
- Re: Appeal for python developers Christos (03/07/05)
- Re: function with a state Mike Meyer (03/07/05)
- Re: Appeal for python developers EP (03/07/05)
- Re: Appeal for python developers Michael Hoffman (03/06/05)
- Re: python -i (interactive environment) Joe (03/06/05)
- Re: python -i (interactive environment) Reinhold Birkenfeld (03/06/05)
- Re: using python to parse md5sum list Marc 'BlackJack' Rintsch (03/06/05)
- Re: python -i (interactive environment) Joe (03/06/05)
- Re: seeking tree-browser widget for use with Tkinter Christos (03/06/05)
- Re: Appeal for python developers Christos (03/06/05)
- Re: Modifying Call Tips and Intellisense Behavior pytopo_at_gmail.com (03/06/05)
- Re: python -i (interactive environment) Michael Hoffman (03/06/05)
- Re: GOTO (was Re: Appeal for python developers) Andrew Dalke (03/06/05)
- Re: IndexedCatalog and ZEO Diez B. Roggisch (03/06/05)
- Re: seeking tree-browser widget for use with Tkinter Harlin Seritt (03/06/05)
- Re: Using for... for multiple lists Harlin Seritt (03/06/05)
- Re: python -i (interactive environment) Joe (03/06/05)
- Re: IndexedCatalog and ZEO Leif K-Brooks (03/06/05)
- Re: seeking tree-browser widget for use with Tkinter Stefan Eischet (03/06/05)
- seeking tree-browser widget for use with Tkinter Sean McIlroy (03/06/05)
- Re: python -i (interactive environment) MikeyG (03/06/05)
- parsing a date string MikeyG (03/06/05)
- Re: python -i (interactive environment) Michael Hoffman (03/06/05)
- Re: python -i (interactive environment) Raymond L. Buvel (03/06/05)
- Re: site-packages versus site-python Steve Holden (03/06/05)
- Re: multiple inheritance with builtins Steve Holden (03/06/05)
- Re: python -i (interactive environment) Joe (03/06/05)
- IndexedCatalog and ZEO Almad (03/06/05)
- Re: python -i (interactive environment) Pierre Barbier de Reuille (03/06/05)
- Re: function with a state Kent Johnson (03/06/05)
- Re: function with a state Patrick Useldinger (03/06/05)
- Re: Error on xpath-ing a DOM with namespaces Diez B. Roggisch (03/06/05)
- Re: how to execute Python in VIM bradya_at_gmail.com (03/06/05)
- Re: Coding help...very basic Diez B. Roggisch (03/06/05)
- Re: Question of speed - Flat file DBMS William Park (03/06/05)
- Coding help...very basic Igorati (03/06/05)
- Error on xpath-ing a DOM with namespaces Piet (03/06/05)
- python -i (interactive environment) Joe (03/06/05)
- Re: function with a state gene.tani_at_gmail.com (03/06/05)
- Re: Another math problem... qwweeeit (03/06/05)
- Re: Using for... for multiple lists gene.tani_at_gmail.com (03/06/05)
- Re: Hash of integers for use in Random module Will McGugan (03/06/05)
- PyOpenGL issues (glutGetModifiers()) Timo Finnilä (03/06/05)
- Re: function with a state Andrew Koenig (03/06/05)
- Hash of integers for use in Random module Will McGugan (03/06/05)
- Re: function with a state Reinhold Birkenfeld (03/06/05)
- Re: any Python equivalent of Math::Polynomial::Solve? Cousin Stanley (03/06/05)
- Re: function with a state gene.tani_at_gmail.com (03/06/05)
- Re: any Python equivalent of Math::Polynomial::Solve? Cousin Stanley (03/06/05)
- Re: Tough Spawn Problem Jeff Epler (03/06/05)
- Re: function with a state Kent Johnson (03/06/05)
- Re: Can a method in one class change an object in another class? Kent Johnson (03/06/05)
- How to script DOS app that doesn't use stdout Gregor (03/06/05)
- Re: Question of speed - Flat file DBMS Ian Parker (03/06/05)
- Re: PEP 246 revision S?bastien Boisg?rault (03/06/05)
- Speeding up CGIHTTPServer Johan Kohler (03/06/05)
- Re: Can a method in one class change an object in another class? Lee Harr (03/06/05)
- Re: Adding an option on the fly (Tkinter) Diez B. Roggisch (03/06/05)
- Re: Using for... for multiple lists Heiko Wundram (03/06/05)
- Re: Using for... for multiple lists Diez B. Roggisch (03/06/05)
- Re: Adding an option on the fly (Tkinter) Harlin Seritt (03/06/05)
- Using for... for multiple lists Harlin Seritt (03/06/05)
- Re: function expression with 2 arguments Simon Percivall (03/06/05)
- Re: locale support and 4.10 Michael Piotrowski (03/06/05)
- Re: Can a method in one class change an object in another class? Diez B. Roggisch (03/06/05)
- Re: Adding an option on the fly (Tkinter) Diez B. Roggisch (03/06/05)
- Re: Can a method in one class change an object in another class? Harlin Seritt (03/06/05)
- Re: How do I import everything in a subdir? John Roth (03/06/05)
- Adding an option on the fly (Tkinter) Harlin Seritt (03/06/05)
- Re: Modifying Call Tips and Intellisense Behavior John J. Lee (03/06/05)
- Re: yum install python2.4 John J. Lee (03/06/05)
- Re: Integer From A Float List?!? Peter Otten (03/06/05)
- Re: using python to parse md5sum list Michael Hoffman (03/06/05)
- Re: [ANN] WConio 1.5 Binary Installer for Python 2.4 Marek Kubica (03/06/05)
- Re: function with a state and-google_at_doxdesk.com (03/06/05)
- Re: function expression with 2 arguments Leif K-Brooks (03/06/05)
- Re: function with a state Patrick Useldinger (03/06/05)
- Re: convert gb18030 to utf16 and-google_at_doxdesk.com (03/06/05)
- Re: get textual content of a Xml element using 4DOM and-google_at_doxdesk.com (03/06/05)
- function with a state Xah Lee (03/06/05)
- convert gb18030 to utf16 Xah Lee (03/06/05)
- Re: function expression with 2 arguments Xah Lee (03/06/05)
- Modifying the Python interpreter to create a custom secure version Gouda Man (03/06/05)
- Re: win32 COM and data types / direction Tim Roberts (03/06/05)
- Re: Setting default option values for Tkinter widgets stewart.midwinter_at_gmail.com (03/06/05)
- Tough Spawn Problem googlemike_at_hotpop.com (03/06/05)
- Can a method in one class change an object in another class? Stewart Midwinter (03/06/05)
- yum install python2.4 richardun_at_gmail.com (03/06/05)
- Modifying Call Tips and Intellisense Behavior pytopo_at_gmail.com (03/06/05)
- How do I import everything in a subdir? Dfenestr8 (03/06/05)
- Re: os.join Windows action John Machin (03/06/05)
- Re: site-packages versus site-python msoulier (03/06/05)
- Re: using python to parse md5sum list James Stroud (03/06/05)
- using python to parse md5sum list Ben Rf (03/06/05)
- [ANN] Alternative Readline for Windows -- Binary Installer for Python 2.4 released Chris Gonnerman (03/06/05)
- multiple inheritance with builtins Giovanni Bajo (03/06/05)
- [ANN] WConio 1.5 Binary Installer for Python 2.4 Chris Gonnerman (03/06/05)
- Re: Impersonating other broswers... Eric Pederson (03/06/05)
- Re: locale support and 4.10 QMartin_v=2E_L=F6wis=22?= (03/06/05)
- Re: locale support and 4.10 Timothy Smith (03/06/05)
- Re: Python and VT100 Christos (03/06/05)
- Re: Wrong with this script? Daniel Fackrell (03/06/05)
- Re: programmatically calling a function Carl Banks (03/06/05)
- Re: Impersonating other broswers... Skip Montanaro (03/05/05)
- Re: how to execute Python in VIM Diez B. Roggisch (03/05/05)
- Re: Impersonating other broswers... Diez B. Roggisch (03/05/05)
- Re: how to execute Python in VIM DENG (03/05/05)
- Impersonating other broswers... sboyle55_at_yahoo.com (03/05/05)
- Re: Equality operator Marc 'BlackJack' Rintsch (03/05/05)
- Re: Equality operator Anthony Boyd (03/05/05)
- Re: python/linux guru needed.. now!!!! grahamd_at_dscpl.com.au (03/05/05)
- Re: GOTO (was Re: Appeal for python developers) Steven Bethard (03/05/05)
- python/linux guru needed.. now!!!! bruce (03/05/05)
- GUI Guy auto-reply GUI Guy (03/05/05)
- Re: Accessing Python parse trees Manlio Perillo (03/05/05)
- Re: how to execute Python in VIM DENG (03/05/05)
- Re: site-packages versus site-python Steve Holden (03/05/05)
- calling a same class using threading python Raghul (03/05/05)
- how to execute Python in VIM DENG (03/05/05)
- Re: Wrong with this script? Steven Bethard (03/05/05)
- Python and VT100 Dominique Bouré (03/05/05)
- Re: Equality operator Chris Grebeldinger (03/05/05)
- Re: Equality operator Marek Kubica (03/05/05)
- Re: Equality operator Kent Johnson (03/05/05)
- Re: Wrong with this script? R.Meijer (03/05/05)
- Equality operator italy (03/05/05)
- Re: Wrong with this script? Daniel Fackrell (03/05/05)
- Wrong with this script? R.Meijer (03/05/05)
- Re: Win32 drive mapping... aka "net use" Diez B. Roggisch (03/05/05)
- Re: Win32 drive mapping... aka "net use" Roger Upole (03/05/05)
- Re: GOTO (was Re: Appeal for python developers) Leif K-Brooks (03/05/05)
- Re: Win32 drive mapping... aka "net use" Lucas Machado (03/05/05)
- Re: handling pywintypes.error exceptions Roger Upole (03/05/05)
- Re: GOTO (was Re: Appeal for python developers) Paul McGuire (03/05/05)
- Re: Win32 drive mapping... aka "net use" Roger Upole (03/05/05)
- Re: programmatically calling a function Carl Banks (03/05/05)
- handling pywintypes.error exceptions Lucas Machado (03/05/05)
- Re: enum question Carl Banks (03/05/05)
- Re: Newbie getting confused again It's me (03/05/05)
- Re: Accessing Python parse trees Steve Holden (03/05/05)
- Re: Win32 drive mapping... aka "net use" Lucas Machado (03/05/05)
- Re: GOTO (was Re: Appeal for python developers) Andrew Dalke (03/05/05)
- Re: programmatically calling a function Reinhold Birkenfeld (03/05/05)
- Re: Win32 drive mapping... aka "net use" mensanator_at_aol.com (03/05/05)
- Re: Win32 drive mapping... aka "net use" Lucas Machado (03/05/05)
- python/mod_python conflicts... bruce (03/05/05)
- Re: Appeal for python developers (THIS IS A TROLL) Michael Hoffman (03/05/05)
- Re: os.join Windows action Michael Hoffman (03/05/05)
- Re: programmatically calling a function Doug Schwarz (03/05/05)
- Re: survey beliavsky_at_aol.com (03/05/05)
- Re: Appeal for python developers Grant Edwards (03/05/05)
- Re: Newbie getting confused again M.E.Farmer (03/05/05)
- GOTO (was Re: Appeal for python developers) beliavsky_at_aol.com (03/05/05)
- os.join Windows action Colin J. Williams (03/05/05)
- Re: Appeal for python developers Andrew Dalke (03/05/05)
- Re: Appeal for python developers (THIS IS A TROLL) Torsten Bronger (03/05/05)
- Re: Relative imports Kent Johnson (03/05/05)
- site-packages versus site-python enrio_at_online.no (03/05/05)
- Re: enum question Patrick Useldinger (03/05/05)
- Re: Relative imports Chris (03/05/05)
- Re: Calling python scripts from php Cameron Laird (03/05/05)
- Re: Appeal for python developers (THIS IS A TROLL) Dave Reed (03/05/05)
- Re: Appeal for python developers Torsten Bronger (03/05/05)
- Re: programmatically calling a function Reinhold Birkenfeld (03/05/05)
- Re: Appeal for python developers Thomas Rösner aka TRauMa (03/05/05)
- Re: Appeal for python developers Michael Hoffman (03/05/05)
- Re: programmatically calling a function Doug Schwarz (03/05/05)
- Appeal for python developers BOOGIEMAN (03/05/05)
- Re: survey Cameron Laird (03/05/05)
- Re: programmatically calling a function Simon Percivall (03/05/05)
- Re: Accessing Python parse trees Kent Johnson (03/05/05)
- Re: intigrate the PyGame module with my Python Lucas Raab (03/05/05)
- Re: Relative imports Kent Johnson (03/05/05)
- Re: "Static" python program Stephen Thorne (03/05/05)
- Re: Accessing Python parse trees Manlio Perillo (03/05/05)
- Re: Integer From A Float List?!? Kent Johnson (03/05/05)
- GUI Guy auto-reply GUI Guy (03/05/05)
- Integer From A Float List?!? andrea_gavana_at_tin.it (03/05/05)
- Integer From A Float List?!? andrea_gavana_at_tin.it (03/05/05)
- Re: Python 2.4 removes None data type? gaudetteje_at_gmail.com (03/05/05)
- Re: enum question Stephen Toledo-Brown (03/05/05)
- Re: Integer From A Float List?!? Michael Hoffman (03/05/05)
- Re: Relative imports Michael Hoffman (03/05/05)
- Re: io.h include file in pyconfig.h Michael Hoffman (03/05/05)
- Relative imports Chris (03/05/05)
- Re: Question of speed - Flat file DBMS Michael Hoffman (03/05/05)
- Re: Question of speed - Flat file DBMS I.V. Aprameya Rao (03/05/05)
- Re: Indexing strings Patrick Useldinger (03/05/05)
- Re: How to write python plug-ins for your own python program? Reinhold Birkenfeld (03/05/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent Iwan van der Kleyn (03/05/05)
- Re: locale support and 4.10 QMartin_v=2E_L=F6wis=22?= (03/05/05)
- Re: Integer From A Float List?!? Peter Otten (03/05/05)
- intigrate the PyGame module with my Python devendra_k_at_citilindia.com (03/05/05)
- Re: Making things more functional in Python Dave Benjamin (03/05/05)
- Re: Making things more functional in Python Dave Benjamin (03/05/05)
- Re: Question of speed - Flat file DBMS John Machin (03/05/05)
- locale support and 4.10 Timothy Smith (03/05/05)
- Question of speed - Flat file DBMS I.V. Aprameya Rao (03/05/05)
- Re: Integer From A Float List?!? Nick Coghlan (03/05/05)
- Re: Newbie getting confused again It's me (03/05/05)
- io.h include file in pyconfig.h pythonnewbie (03/05/05)
- Re: [announcement] - python graph library Harlin Seritt (03/05/05)
- Re: Python 2.4 removes None data type? John J. Lee (03/05/05)
- Re: programmatically calling a function Peter Hansen (03/05/05)
- Re: Newbie getting confused again Peter Hansen (03/05/05)
- Re: Newbie getting confused again Peter Hansen (03/05/05)
- Re: survey Peter Hansen (03/05/05)
- programmatically calling a function Dave Ekhaus (03/05/05)
- Re: windows bat file question Peter Hansen (03/05/05)
- Re: Newbie getting confused again John Machin (03/05/05)
- Re: Python 2.4 removes None data type? John Machin (03/05/05)
- Newbie getting confused again It's me (03/05/05)
- Re: Fast 2d brown/pink noise generation? Robert Kern (03/05/05)
- Another math problem... qwweeeit (03/05/05)
- Re: Integer From A Float List?!? George Sakkis (03/05/05)
- Re: enum question Larry Bates (03/05/05)
- Re: survey Alan Gauld (03/05/05)
- Re: Explicit or general importing of namespaces? Harlin Seritt (03/05/05)
- Re: tkinter entry eat chars? Harlin Seritt (03/05/05)
- Re: windows bat file question Alan Gauld (03/05/05)
- Re: survey George Sakkis (03/05/05)
- Re: Python 2.4 removes None data type? Roy Smith (03/05/05)
- Re: Indexing strings Fred (03/05/05)
- Re: Python 2.4 removes None data type? Michael Hoffman (03/05/05)
- Re: Gordon McMillan installer and Python 2.4 David Bolen (03/05/05)
- Re: Indexing strings Steve Holden (03/05/05)
- Re: Python 2.4 removes None data type? Steve Holden (03/05/05)
- Re: Indexing strings Patrick Useldinger (03/05/05)
- Re: Problem with variabels in Tkinter Steve Holden (03/04/05)
- Re: get textual content of a Xml element using 4DOM Frank Abel Cancio Bello (03/04/05)
- Indexing strings Fred (03/04/05)
- survey Dave Zhu (03/04/05)
- Re: Suspicious header James Stroud (03/04/05)
- Re: Python 2.4 removes None data type? Warren Postma (03/04/05)
- Re: Python 2.4 removes None data type? Gary D. Duzan (03/04/05)
- Re: Python 2.4 removes None data type? Tim Peters (03/04/05)
- Suspicious header phil (03/04/05)
- Re: Integer From A Float List?!? Bill Mill (03/04/05)
- tkinter credit card scan phil (03/04/05)
- Python 2.4 removes None data type? gaudetteje_at_gmail.com (03/04/05)
- Integer From A Float List?!? andrea_gavana_at_tin.it (03/04/05)
- Problem with variabels in Tkinter Svennglenn (03/04/05)
- Re: winnt win32process.createProcess with stdout to file ? Roger Upole (03/04/05)
- Re: win32 COM and data types / direction Thomas Heller (03/04/05)
- enum question M.N.A.Smadi (03/04/05)
- Re: Communication between python scripts gaudetteje_at_gmail.com (03/04/05)
- Re: __contains__ inconsistencies between Python 2.2 and 2.3 Steve Holden (03/04/05)
- Re: __contains__ inconsistencies between Python 2.2 and 2.3 Steven Bethard (03/04/05)
- Re: [Numeric] column vector faster than row vector in mat multiply? Terry Reedy (03/04/05)
- __contains__ inconsistencies between Python 2.2 and 2.3 Anand S Bisen (03/04/05)
- Re: Unable to run IDLE Under Windows Steve Holden (03/04/05)
- Re: greedy match wanted alexk (03/04/05)
- Re: Easy way to check modules for python version compatibility? wittempj_at_hotmail.com (03/04/05)
- Q: Module Shared Data CatManDo (03/04/05)
- Re: Wishful thinking : unix to windows script? Max Erickson (03/04/05)
- Easy way to check modules for python version compatibility? Stephen Toledo-Brown (03/04/05)
- Re: Setting default option values for Tkinter widgets Kent Johnson (03/04/05)
- [Job - Part Time - Local] Seeking Python Coder in South Alabama area. John F. (03/04/05)
- Re: Unable to run IDLE Under Windows maxwell_at_ldc.upenn.edu (03/04/05)
- Re: Is there way to determine which class a method is bound to? Victor Ng (03/04/05)
- Re: Downloadable python-dev archive February 2005 contains only one mail? tlesher_at_gmail.com (03/04/05)
- Re: Making things more functional in Python Steve Holden (03/04/05)
- Re: Making things more functional in Python Michael Hoffman (03/04/05)
- Re: best XSLT processor? uche.ogbuji_at_gmail.com (03/04/05)
- Re: get textual content of a Xml element using 4DOM uche.ogbuji_at_gmail.com (03/04/05)
- Re: get textual content of a Xml element using 4DOM uche.ogbuji_at_gmail.com (03/04/05)
- Re: Wishful thinking : unix to windows script? Patrick Useldinger (03/04/05)
- Re: Geneator/Iterator Nesting Problem - Any Ideas? 2.4 ChaosKCW (03/04/05)
- Re: winnt win32process.createProcess with stdout to file ? david.humpherys_at_gmail.com (03/04/05)
- Re: Making things more functional in Python Bill Mill (03/04/05)
- Re: Setting default option values for Tkinter widgets Steve Holden (03/04/05)
- Re: Making things more functional in Python Steve Holden (03/04/05)
- Re: Making things more functional in Python Michael Hoffman (03/04/05)
- Making things more functional in Python gf gf (03/04/05)
- Re: Geneator/Iterator Nesting Problem - Any Ideas? 2.4 Steven Bethard (03/04/05)
- Re: Wishful thinking : unix to windows script? Steven Bethard (03/04/05)
- [Numeric] column vector faster than row vector in mat multiply? Zhang Le (03/04/05)
- Re: Setting default option values for Tkinter widgets stewart.midwinter_at_gmail.com (03/04/05)
- Re: Python glade tute Harlin Seritt (03/04/05)
- Re: Call variable as a function Nick Coghlan (03/04/05)
- Geneator/Iterator Nesting Problem - Any Ideas? 2.4 ChaosKCW (03/04/05)
- python upgrade process... bruce (03/04/05)
- Re: Wishful thinking : unix to windows script? Grant Edwards (03/04/05)
- Re: "Static" python program Pink (03/04/05)
- Re: Python glade tute dimitri pater (03/04/05)
- Re: Python glade tute adamc (03/04/05)
- Re: urllib2 meta-refresh John J. Lee (03/04/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent John J. Lee (03/04/05)
- Re: creating .NET clients with python John J. Lee (03/04/05)
- Re: Creating module skeleton from unit tests Fabio Zadrozny (03/04/05)
- Re: Wishful thinking : unix to windows script? Patrick Useldinger (03/04/05)
- win32 COM and data types / direction Alexander Eisenhuth (03/04/05)
- Fast 2d brown/pink noise generation? Mathias (03/04/05)
- Re: Wishful thinking : unix to windows script? Steve Holden (03/04/05)
- Re: Python glade tute P_at_draigBrady.com (03/04/05)
- Re: Python glade tute dimitri pater (03/04/05)
- Creating module skeleton from unit tests Edvard Majakari (03/04/05)
- Re: Unicode error in wx_gdi ? Serge Orlov (03/04/05)
- Re: There's GOT to be a better way! gaudetteje_at_gmail.com (03/04/05)
- Re: newbie, help with pythonpath Eduardo Suarez (03/04/05)
- Re: newbie, help with pythonpath Eduardo Suarez (03/04/05)
- Python glade tute somesh (03/04/05)
- [announcement] - python graph library Maxim Khesin (03/04/05)
- "Static" python program Daniel Frickemeier (03/04/05)
- Re: Communication between python scripts Stephen Toledo-Brown (03/04/05)
- Re: windows bat file question Duncan Booth (03/04/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent bruno modulix (03/04/05)
- Fast 2d brown/pink noise generation? Mathias (03/04/05)
- Wishful thinking : unix to windows script? John Leslie (03/04/05)
- Re: Text To Speech with pyTTS Hans Georg Krauthaeuser (03/04/05)
- curses & disable readline & replace stdin Brano Zarnovican (03/04/05)
- Re: file.getvalue() with _ or other characters Peter Otten (03/04/05)
- Re: PEP 246 revision Magnus Lie Hetland (03/04/05)
- Re: file.getvalue() with _ or other characters martijn_at_gamecreators.nl (03/04/05)
- Unicode error in wx_gdi ? Erik Bethke (03/04/05)
- Re: Creating module skeleton from unit tests Peter Maas (03/04/05)
- Re: How to write python plug-ins for your own python program? hemanth (03/04/05)
- ANN: gdmodule 0.54 Chris Gonnerman (03/04/05)
- Re: Text To Speech with pyTTS Peter (03/04/05)
- Re: Explicit or general importing of namespaces? Peter Hansen (03/04/05)
- Final PyCon Keynote from Google Speaker Steve Holden (03/04/05)
- Re: Need help Peter Hansen (03/04/05)
- Re: Initializing subclasses of tuple Steven Bethard (03/04/05)
- Re: How would you program this? engsol (03/04/05)
- RE: convert a list to a string? Anthony Liu (03/04/05)
- Re: convert a list to a string? Roy Smith (03/04/05)
- RE: convert a list to a string? Tony Meyer (03/04/05)
- Virus Quarantine Notification NetCarrier Virus Filter (03/04/05)
- convert a list to a string? Anthony Liu (03/04/05)
- Re: jython question (interesting behavior) Kent Johnson (03/04/05)
- Re: Grid not getting updated Gensek (03/04/05)
- Re: There's GOT to be a better way! Kent Johnson (03/04/05)
- Re: winnt win32process.createProcess with stdout to file ? Roger Upole (03/04/05)
- Re: Multiline regex help Kent Johnson (03/04/05)
- Re: What is the best way to handle a command line argument that includes an escape sequence like \n? Joe (03/04/05)
- Re: How would you program this? Steven Bethard (03/04/05)
- Re: creating .NET clients with python Luis M. Gonzalez (03/04/05)
- Re: winnt win32process.createProcess with stdout to file ? david.humpherys_at_gmail.com (03/04/05)
- Re: How to write python plug-ins for your own python program? Andre (03/04/05)
- Re: How would you program this? engsol (03/04/05)
- BayPIGgies: March 10, 7:30pm (FINAL MEETING AT STANFORD) Aahz (03/04/05)
- Re: tkinter absorb chars phil (03/04/05)
- Re: yield_all needed in Python Isaac To (03/04/05)
- Re: creating .NET clients with python yaipa (03/04/05)
- Re: Need help gaudetteje_at_gmail.com (03/04/05)
- Re: jython question (interesting behavior) pythonUser_07 (03/04/05)
- Re: winnt win32process.createProcess with stdout to file ? Roger Upole (03/04/05)
- Re: There's GOT to be a better way! gaudetteje_at_gmail.com (03/04/05)
- jython question (interesting behavior) pythonUser_07 (03/04/05)
- Re: There's GOT to be a better way! Earl Eiland (03/04/05)
- Re: There's GOT to be a better way! Earl Eiland (03/04/05)
- Re: There's GOT to be a better way! Steven Bethard (03/04/05)
- Re: winnt win32process.createProcess with stdout to file ? Peter Hansen (03/04/05)
- Re: newbie, help with pythonpath Peter Hansen (03/04/05)
- Re: There's GOT to be a better way! Steve Holden (03/04/05)
- Re: file.getvalue() with _ or other characters Peter Hansen (03/04/05)
- Re: windows bat file question Peter Hansen (03/04/05)
- Re: Gordon McMillan installer and Python 2.4 Peter Hansen (03/04/05)
- Re: creating .NET clients with python Guy Robinson (03/04/05)
- Re: creating .NET clients with python yaipa (03/03/05)
- Re: There's GOT to be a better way! Earl Eiland (03/03/05)
- Re: Help- Recursion v. Iter Speed comparison Robert Kern (03/03/05)
- Re: binutils "strings" like functionality? Marc 'BlackJack' Rintsch (03/03/05)
- Re: problem with recursion Steve Holden (03/03/05)
- Re: Multiline regex help Steven Bethard (03/03/05)
- winnt win32process.createProcess with stdout to file ? david.humpherys_at_gmail.com (03/03/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent Steve Holden (03/03/05)
- Re: Call variable as a function Steve Holden (03/03/05)
- Re: Help- Recursion v. Iter Speed comparison actuary77 (03/03/05)
- Re: problem with recursion vegetax (03/03/05)
- Re: newbie, help with pythonpath Chmouel Boudjnah (03/03/05)
- Re: py2exe D H (03/03/05)
- Re: yield_all needed in Python Jeremy Bowers (03/03/05)
- Re: There's GOT to be a better way! Steve Holden (03/03/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent Gary Nutbeam (03/03/05)
- Re: Call variable as a function Steve Holden (03/03/05)
- Re: problem with recursion vegetax (03/03/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent Gary Nutbeam (03/03/05)
- Re: py2exe Andrew Dalke (03/03/05)
- There's GOT to be a better way! Earl Eiland (03/03/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent Bruno Desthuilliers (03/03/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent D H (03/03/05)
- newbie, help with pythonpath Eduardo Suarez (03/03/05)
- Re: creating .NET clients with python D H (03/03/05)
- Re: Multiline regex help Yatima (03/03/05)
- Re: Multiline regex help Yatima (03/03/05)
- Re: Multiline regex help Yatima (03/03/05)
- Re: Multiline regex help Kent Johnson (03/03/05)
- Re: py2exe Steve Holden (03/03/05)
- Re: binutils "strings" like functionality? cjl (03/03/05)
- Re: Gordon McMillan installer and Python 2.4 Martin Bless (03/03/05)
- creating .NET clients with python Guy Robinson (03/03/05)
- Re: binutils "strings" like functionality? David M. Cooke (03/03/05)
- Re: py2exe BOOGIEMAN (03/03/05)
- Re: yield_all needed in Python Paul Moore (03/03/05)
- Re: Multiline regex help Steven Bethard (03/03/05)
- Re: How would you program this? Bill Mill (03/03/05)
- Re: Multiline regex help James Stroud (03/03/05)
- Re: Multiline regex help Yatima (03/03/05)
- Re: Multiline regex help James Stroud (03/03/05)
- Re: How to write python plug-ins for your own python program? Andrew Dalke (03/03/05)
- Re: Gordon McMillan installer and Python 2.4 Svein Brekke (03/03/05)
- Re: Multiline regex help Yatima (03/03/05)
- Re: greedy match wanted Paul McGuire (03/03/05)
- Re: How would you program this? pwalessi1_at_gmail.com (03/03/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent Gary Nutbeam (03/03/05)
- Re: Need help running external program Rigga (03/03/05)
- Re: binutils "strings" like functionality? cjl (03/03/05)
- SOLVED: passing lists Earl Eiland (03/03/05)
- Re: Need help brian (03/03/05)
- Re: any Python equivalent of Math::Polynomial::Solve? Alex Renelt (03/03/05)
- Re: Ruby on Rails or Perl's Maypole..is there a Python equivalent deelan (03/03/05)
- Re: any Python equivalent of Math::Polynomial::Solve? Alex Renelt (03/03/05)
- Re: Accessing Python parse trees Lonnie Princehouse (03/03/05)
- Re: py2exe jpolera_at_gmail.com (03/03/05)
- Re: Grid not getting updated Steve Holden (03/03/05)
- Re: problem with recursion Kent Johnson (03/03/05)
- Re: How would you program this? engsol (03/03/05)
- Re: py2exe James Stroud (03/03/05)
- Ruby on Rails or Perl's Maypole..is there a Python equivalent Gary Nutbeam (03/03/05)
- Re: problem with recursion wittempj_at_hotmail.com (03/03/05)
- Grid not getting updated Gensek (03/03/05)
- Grid not getting updated Gensek (03/03/05)
- Re: How would you program this? Russell Blau (03/03/05)
- Re: using Tkinter from IDLE Russell Blau (03/03/05)
- problem with recursion vegetax (03/03/05)
- replacing builtins (WAS: Regular Expressions: large amount of or's) Steven Bethard (03/03/05)
- Re: greedy match wanted Kent Johnson (03/03/05)
- Re: How to write python plug-ins for your own python program? David M. Cooke (03/03/05)
- Re: rearrange text Russell Blau (03/03/05)
- Re: Regular Expressions: large amount of or's Manlio Perillo (03/03/05)
- Accessing Python parse trees Manlio Perillo (03/03/05)
- Re: Regular Expressions: large amount of or's Manlio Perillo (03/03/05)
- Re: Regular Expressions: large amount of or's Manlio Perillo (03/03/05)
- Re: binutils "strings" like functionality? Steve Holden (03/03/05)
- greedy match wanted alexk (03/03/05)
- Re: How to delete a module file Thomas Heller (03/03/05)
- using Tkinter from IDLE neutrinman_at_myrealbox.com (03/03/05)
- Re: binutils "strings" like functionality? Fredrik Lundh (03/03/05)
- Re: Multiline regex help Steven Bethard (03/03/05)
- Re: binutils "strings" like functionality? Kent Johnson (03/03/05)
- Re: binutils "strings" like functionality? Larry Bates (03/03/05)
- Re: file.getvalue() with _ or other characters Peter Otten (03/03/05)
- Re: tkinter absorb chars Jeff Epler (03/03/05)
- Re: binutils "strings" like functionality? Fuzzyman (03/03/05)
- Re: converting time tuple to datetime struct Michael Jard (03/03/05)
- Re: What is the best way to handle a command line argument that includes an escape sequence like \n? Steve Holden (03/03/05)
- Re: passing lists Steve Holden (03/03/05)
- Re: pytone / _bsddb helmi03 (03/03/05)
- Re: How would you program this? Duncan Smith (03/03/05)
- Python 2.4 & PostgreSQL 8 segfault Adrian Immler (03/03/05)
- Re: unicode and socket Christos (03/03/05)
- Re: converting time tuple to datetime struct gry_at_ll.mit.edu (03/03/05)
- converting time tuple to datetime struct Michael Jard (03/03/05)
- binutils "strings" like functionality? cjl (03/03/05)
- Re: i18n: looking for expertise Serge Orlov (03/03/05)
- Re: passing lists Kent Johnson (03/03/05)
- Re: file.getvalue() with _ or other characters martijn_at_gamecreators.nl (03/03/05)
- Re: function expression with 2 arguments Steve Holden (03/03/05)
- Re: windows bat file question Duncan Booth (03/03/05)
- Online Programming Contest (Python solutions accepted) + Amazon offer Sridhar (03/03/05)
- Re: passing lists Earl Eiland (03/03/05)
- Re: function expression with 2 arguments Xah Lee (03/03/05)
- Re: mx.ODBC 2.0.7 bug? Joe (03/03/05)
- Re: Gordon McMillan installer and Python 2.4 Richie Hindle (03/03/05)
- Re: file.getvalue() with _ or other characters Peter Hansen (03/03/05)
- Re: Gordon McMillan installer and Python 2.4 Just (03/03/05)
- Re: function expression with 2 arguments Peter Hansen (03/03/05)
- Re: Gordon McMillan installer and Python 2.4 Peter Hansen (03/03/05)
- Re: windows bat file question Peter Hansen (03/03/05)
- Re: Gordon McMillan installer and Python 2.4 Serge Orlov (03/03/05)
- file.getvalue() with _ or other characters martijn_at_gamecreators.nl (03/03/05)
- Re: What is the best way to handle a command line argument that includes an escape sequence like \n? Joe (03/03/05)
- Re: What is the best way to handle a command line argument that includes an escape sequence like \n? Joe (03/03/05)
- Re: canvassing for assistance Sean McIlroy (03/03/05)
- Re: pytone / _bsddb Bas van Gils (03/03/05)
- Re: function expression with 2 arguments Xah Lee (03/03/05)
- Re: class factory example needed (long) Gary Ruben (03/03/05)
- Re: Multiline regex help Kent Johnson (03/03/05)
- Re: Setting default option values for Tkinter widgets Eric Brunel (03/03/05)
- Re: scrollbar dependencies Eric Brunel (03/03/05)
- Calling python scripts from php Michael Livingston (03/03/05)
- Re: How to delete a module file Olivier Ravard (03/03/05)
- Re: starting windows program from python based on file extension ? Duncan Booth (03/03/05)
- Re: starting windows program from python based on file extension ? F. Petitjean (03/03/05)
- Setting default option values for Tkinter widgets Harlin Seritt (03/03/05)
- RE: starting windows program from python based on file extension ? Tim Golden (03/03/05)
- pytone / _bsddb Bas van Gils (03/03/05)
- starting windows program from python based on file extension ? kowald_at_molgen.mpg.de (03/03/05)
- Re: Need some simple coding help mx2k (03/03/05)
- Multiline regex help Yatima (03/03/05)
- Re: yield_all needed in Python Nick Coghlan (03/03/05)
- Re: scrollbar dependencies Harlin Seritt (03/03/05)
- Re: looking for expertise klappnase (03/03/05)
- Re: [egenix-users] Re: mx.ODBC 2.0.7 bug? M.-A. Lemburg (03/03/05)
- Re: yield_all needed in Python Nick Coghlan (03/03/05)
- Re: scrollbar dependencies Eric Brunel (03/03/05)
- get textual content of a Xml element using 4DOM frankabel (03/03/05)
- Re: How to write python plug-ins for your own python program? Terry Hancock (03/03/05)
- Re: PYGTK, Google Suggest-like GUI Ali (03/03/05)
- Re: HELP: Python equivalent of UNIX command "touch" Tim G (03/03/05)
- Re: os.stat('<filename>')[stat.ST_INO] on Windows QMartin_v=2E_L=F6wis=22?= (03/03/05)
- Re: PYGTK, Google Suggest-like GUI Ali (03/03/05)
- Re: Gordon McMillan installer and Python 2.4 Svein Brekke (03/03/05)
- matplotlib under Zope fabian (03/03/05)
- scrollbar dependencies Marion (03/03/05)
- Re: PythonWin, AutoDoc and german keyboards... Neil Hodgson (03/03/05)
- Re: How to write python plug-ins for your own python program? Mark Rowe (03/03/05)
- PythonWin, AutoDoc and german keyboards... Werner Merkl (03/03/05)
- Re: How to write python plug-ins for your own python program? Simon Wittber (03/03/05)
- Re: Faster way to do this... Timo Virkkala (03/03/05)
- Re: What is the best way to handle a command line argument that includes an escape sequence like \n? Antoon Pardon (03/03/05)
- PYGTK, Google Suggest-like GUI Ali (03/03/05)
- Call variable as a function Chmouel Boudjnah (03/03/05)
- Re: What is the best way to handle a command line argument that includes an escape sequence like \n? Steve Holden (03/03/05)
- Re: How to write python plug-ins for your own python program? alex23 (03/03/05)
- Re: mx.ODBC 2.0.7 bug? Steve Holden (03/03/05)
- Re: windows bat file question Tim Roberts (03/03/05)
- How to write python plug-ins for your own python program? Tian (03/03/05)
- Re: os.stat('<filename>')[stat.ST_INO] on Windows Tim Roberts (03/03/05)
- Re: Identify and perform actions to data within stated limits Peter Hansen (03/03/05)
- RE: How would you program this? engsol (03/03/05)
- Re: Need direction to kill a virus Sean Blakey (03/03/05)
- Re: urllib2 meta-refresh JanC (03/03/05)
- Re: Closing dialog window in Tkinter Harlin Seritt (03/03/05)
- Re: Gordon McMillan installer and Python 2.4 Simon John (03/03/05)
- Subscription donations to PSF Alan McIntyre (03/03/05)
- Re: Need direction to kill a virus James Stroud (03/03/05)
- Re: What is the best way to handle a command line argument that includes an escape sequence like \n? Joe (03/03/05)
- mx.ODBC 2.0.7 bug? Joe (03/03/05)
- Re: What is the best way to handle a command line argument that includes an escape sequence like \n? Steven Bethard (03/03/05)
- Re: how to control a USB DISK? Greg Fischer (03/03/05)
- Re: Distributing applications Stephen Thorne (03/03/05)
- Re: looking for expertise Neil Hodgson (03/03/05)
- What is the best way to handle a command line argument that includes an escape sequence like \n? Joe (03/03/05)
- Re: Distributing applications Robert Kern (03/03/05)
- Gordon McMillan installer and Python 2.4 Svein Brekke (03/03/05)
- Python COM API binding job offer Guy Robinson (03/03/05)
- tkinter absorb chars phil (03/02/05)
- Re: Need help running external program Steve Holden (03/02/05)
- Re: Need help running external program Tim Jarman (03/02/05)
- Re: passing lists Steve Holden (03/02/05)
- automating assignment of class variables Martin MOKREJ© (03/02/05)
- Re: passing lists Steven Bethard (03/02/05)
- Re: passing lists Earl Eiland (03/02/05)
- Re: bsddb for k, v in db.items(): do order the numbers ? Christopher De Vries (03/02/05)
- Re: Need help running external program Rigga (03/02/05)
- Net.ObjectDays 2005 Q_Call_for_Papers?= Eliot Miranda (03/02/05)
- Re: Distributing applications Tim Jarman (03/02/05)
- Re: Need help running external program Tim Jarman (03/02/05)
- Re: substring matching Roel Schroeven (03/02/05)
- Re: substring matching Bill Mill (03/02/05)
- substring matching M.N.A.Smadi (03/02/05)
- Re: yield_all needed in Python Francis Girard (03/02/05)
- Re: Dr. Dobb's Python-URL! - weekly Python news and links (Mar 1) Richard Jones (03/02/05)
- Re: Distributing applications Jaime Wyant (03/02/05)
- Re: Need help running external program Rigga (03/02/05)
- Re: Running Python Scripts With 'sudo' Jeff Epler (03/02/05)
- Re: passing lists Bill Mill (03/02/05)
- Re: Distributing applications Thomas Heller (03/02/05)
- passing lists Earl Eiland (03/02/05)
- Re: Distributing applications Serge Orlov (03/02/05)
- Re: HELP: Python equivalent of UNIX command "touch" Wolfgang Strobl (03/02/05)
- Re: why is http://pysqlite.org down ? Gerhard Häring (03/02/05)
- Re: yield_all needed in Python Skip Montanaro (03/02/05)
- Re: Faster way to do this... Robert Kern (03/02/05)
- Re: Distributing applications Serge Orlov (03/02/05)
- Re: How would you program this? Bill Mill (03/02/05)
- tkinter entry eat chars? phil (03/02/05)
- Re: How would you program this? Roel Schroeven (03/02/05)
- Re: How would you program this? Bill Mill (03/02/05)
- Re: Distributing applications Mitch Amiano (03/02/05)
- Re: How would you program this? Paul Rubin (03/02/05)
- Re: yield_all needed in Python Douglas Alan (03/02/05)
- Re: ANN: xsdbXML python release with C#/.NET port aaronwmail-usenet_at_yahoo.com (03/02/05)
- Re: yield_all needed in Python Steven Bethard (03/02/05)
- ANN: PyDev 0.9.1 released Fabio Zadrozny (03/02/05)
- Re: How would you program this? Carl Banks (03/02/05)
- Re: Distributing applications Jaime Wyant (03/02/05)
- Mail System Error - Returned Mail imre.adam_at_volksbank.hu (03/02/05)
- Re: Distributing applications Phillip Mills (03/02/05)
- Re: What's the cost of using hundreds of threads? Aahz (03/02/05)
- Re: java crashes in python thread Dieter Maurer (03/02/05)
- Re: How would you program this? James Stroud (03/02/05)
- Re: Non-blocking input on windows, like select in Unix Jonathan Fine (03/02/05)
- Re: ZoDB's capabilities Dieter Maurer (03/02/05)
- Re: How would you program this? Russell Blau (03/02/05)
- Re: Distributing applications Serge Orlov (03/02/05)
- Re: Help- Recursion v. Iter Speed comparison Kent Johnson (03/02/05)
- How would you program this? engsol (03/02/05)
- Re: Python Online Programming Contest Varun (03/02/05)
- Re: Identify and perform actions to data within stated limits Terry Reedy (03/02/05)
- Re: Need some simple coding help Terry Reedy (03/02/05)
- Re: looking for expertise klappnase (03/02/05)
- Re: possible python/linux/gnome issue!! JanC (03/02/05)
- Re: What's the cost of using hundreds of threads? Przemys³aw Ró¿ycki (03/02/05)
- Re: yield_all needed in Python Terry Reedy (03/02/05)
- Re: What's the cost of using hundreds of threads? Cameron Laird (03/02/05)
- Re: any Python equivalent of Math::Polynomial::Solve? konrad.hinsen_at_laposte.net (03/02/05)
- Re: Distributing applications André Søreng (03/02/05)
- Re: Problem in Dictionaries Terry Reedy (03/02/05)
- Re: HELP: Python equivalent of UNIX command "touch" Roy Smith (03/02/05)
- ANNOUNCE: Kamaelia 0.1.1 Released Michael Sparks (03/02/05)
- [ANN] IPython 0.6.12 is out. Fernando Perez (03/02/05)
- Re: HELP: Python equivalent of UNIX command "touch" pekka niiranen (03/02/05)
- Re: rearrange text Daniel Skinner (03/02/05)
- Re: rearrange text Simon Brunning (03/02/05)
- Re: rearrange text Roel Schroeven (03/02/05)
- rearrange text Daniel Skinner (03/02/05)
- What e-mail list provides the best support for Twisted? Andy Leszczynski (03/02/05)
- Zope - Restrict Acquisition Question Jack (03/02/05)
- Re: Stuck on Jythonc --all w/ ZipException PyMethod Simon Brunning (03/02/05)
- Re: Running Python Scripts With 'sudo' Steve Holden (03/02/05)
- Re: creating csv file from Premshree Pillai (03/02/05)
- Re: yield_all needed in Python Jeremy Bowers (03/02/05)
- Re: [Python-Dev] Re: python-dev Summary for 2005-01-16 through 2005-01-31 Max M (03/02/05)
- Re: Need some simple coding help Steven Bethard (03/02/05)
- Re: any Python equivalent of Math::Polynomial::Solve? Cousin Stanley (03/02/05)
- Re: Need some simple coding help Steven Bethard (03/02/05)
- Re: Distributing applications Jaime Wyant (03/02/05)
- Re: creating csv file from Skip Montanaro (03/02/05)
- Re: Distributing applications Toby Dickenson (03/02/05)
- Re: assigning a custom mapping type to __dict__ Steven Bethard (03/02/05)
- Stuck on Jythonc --all w/ ZipException PyMethod Mitch Amiano (03/02/05)
- Re: yield_all needed in Python Steven Bethard (03/02/05)
- Distributing applications Phillip Mills (03/02/05)
- Re: how to control a USB DISK? Roland Heiber (03/02/05)
- Re: Closing dialog window in Tkinter Svennglenn (03/02/05)
- Re: Help- Recursion v. Iter Speed comparison Roy Smith (03/02/05)
- Re: reuse validation logic with descriptors David S. (03/02/05)
- Re: how to control a USB DISK? Ola Natvig (03/02/05)
- how to control a USB DISK? zyqnews_at_163.net (03/02/05)
- Re: yield_all needed in Python Nick Coghlan (03/02/05)
- PEP 246 revision boisgera_at_gmail.com (03/02/05)
- Re: Decimal, __radd__, and custom numeric types... Nick Coghlan (03/02/05)
- Re: assigning a custom mapping type to __dict__ Nick Coghlan (03/02/05)
- Re: assigning a custom mapping type to __dict__ Nick Coghlan (03/02/05)
- Re: Initializing subclasses of tuple Nick Coghlan (03/02/05)
- Re: Regular Expressions: large amount of or's Gurpreet Sachdeva (03/02/05)
- Re: reuse validation logic with descriptors Nick Coghlan (03/02/05)
- Online Programming Contest (Python solutions accepted) Sridhar (03/02/05)
- Re: Faster way to do this... Will McGugan (03/02/05)
- Re: What's the cost of using hundreds of threads? Nick Coghlan (03/02/05)
- Re: looking for expertise Neil Hodgson (03/02/05)
- Re: Regular Expressions: large amount of or's André Søreng (03/02/05)
- Re: What's the cost of using hundreds of threads? Przemys³aw Ró¿ycki (03/02/05)
- Re: function expression with 2 arguments Roel Schroeven (03/02/05)
- Re: Non-blocking input on windows, like select in Unix fraca7 (03/02/05)
- Re: What's the cost of using hundreds of threads? Przemys³aw Ró¿ycki (03/02/05)
- Re: Regular Expressions: large amount of or's Ola Natvig (03/02/05)
- Re: Need some simple coding help mx2k (03/02/05)
- Re: Need some simple coding help mx2k (03/02/05)
- i18n: looking for expertise klappnase (03/02/05)
- Re: function expression with 2 arguments Xah Lee (03/02/05)
- Re: Regular Expressions: large amount of or's André Søreng (03/02/05)
- Re: Tkinter and Text() widget interactivity ? Tonino (03/02/05)
- Re: bsddb for k, v in db.items(): do order the numbers ? Denis S. Otkidach (03/02/05)
- Running Python Scripts With 'sudo' Tim Daneliuk (03/02/05)
- Re: Help- Recursion v. Iter Speed comparison Robert Kern (03/02/05)
- Re: Regular Expressions: large amount of or's André Søreng (03/02/05)
- Re: Help- Recursion v. Iter Speed comparison actuary77 (03/02/05)
- why is http://pysqlite.org down ? martijn_at_gamecreators.nl (03/02/05)
- Re: Question - What is a faster alternative to recursion? Stephen Thorne (03/02/05)
- Re: any Python equivalent of Math::Polynomial::Solve? Pierre Schnizer (03/02/05)
- Re: Regular Expressions: large amount of or's Daniel Yoo (03/02/05)
- Re: Non-blocking input on windows, like select in Unix Jonathan Fine (03/02/05)
- directing windows Raghul (03/02/05)
- Re: Question - What is a faster alternative to recursion? actuary77 (03/02/05)
- Re: Help- Recursion v. Iter Speed comparison Robert Kern (03/02/05)
- Re: Regular Expressions: large amount of or's Nick Craig-Wood (03/02/05)
- Re: Help- Recursion v. Iter Speed comparison actuary77 (03/02/05)
- Re: Is it possible to specify the size of list at construction? Terry Hancock (03/02/05)
- Re: Jigsaw solver Tim Churches (03/02/05)
- Re: yield_all needed in Python Isaac To (03/02/05)
- Re: Jigsaw solver mensanator_at_aol.com (03/02/05)
- Re: Help- Simple recursive function to build a list - Sorry for all the noise! Heiko Wundram (03/02/05)
- Re: Jigsaw solver Tim Churches (03/02/05)
- Re: Help- Simple recursive function to build a list - Sorry for all the noise! actuary77 (03/02/05)
- Re: Jigsaw solver mensanator_at_aol.com (03/02/05)
- Re: yield_all needed in Python Douglas Alan (03/02/05)
- Re: [perl-python] generate all possible pairings Xah Lee (03/02/05)
- Re: python-dev Summary for 2005-01-16 through 2005-01-31 IncessantRanting (03/02/05)
- Re: Identify and perform actions to data within stated limits Mike Meyer (03/02/05)
- OK, time to retire (was: Re: python-dev Summary for 2005-01-16 through 2005-01-31) Brett C. (03/02/05)
- Re: Help- Simple recursive function to build a list Kent Johnson (03/02/05)
- Re: Help- Simple recursive function to build a list Roy Smith (03/02/05)
- Help- Simple recursive function to build a list actuary77 (03/02/05)
- Re: yield_all needed in Python Isaac To (03/02/05)
- Re: yield_all needed in Python Isaac To (03/02/05)
- Re: Closing dialog window in Tkinter Harlin Seritt (03/02/05)
- Re: Faster way to do this... Robert Kern (03/02/05)
- Re: Hardware specs gathering? - platform independant mh (03/02/05)
- Re: Faster way to do this... Harlin Seritt (03/02/05)
- Re: yield_all needed in Python Douglas Alan (03/02/05)
- Re: Dr. Dobb's Python-URL! - weekly Python news and links (Mar 1) Robert Kern (03/02/05)
- Re: Canonical way of dealing with null-separated lines? Douglas Alan (03/02/05)
- Re: yield_all needed in Python Steven Bethard (03/02/05)
- Jigsaw solver bearophileHUGS_at_lycos.com (03/02/05)
- Re: Hardware specs gathering? - platform independant Peter Hansen (03/02/05)
- Re: Communication between python scripts Peter Hansen (03/02/05)
- Re: Identify and perform actions to data within stated limits Peter Hansen (03/02/05)
- Software Developer & Analog IC Engineer Jobs jobs_at_solidodesign.com (03/02/05)
- Re: yield_all needed in Python Douglas Alan (03/02/05)
- Re: Non-blocking input on windows, like select in Unix Paul Rubin (03/02/05)
- Re: Canonical way of dealing with null-separated lines? John Machin (03/02/05)
- Dr. Dobb's Python-URL! - weekly Python news and links (Mar 1) Cameron Laird (03/02/05)
- Re: What's the cost of using hundreds of threads? Cameron Laird (03/02/05)
- Dr. Dobb's Python-URL! - weekly Python news and links (Mar 1) Cameron Laird (03/02/05)
- Re: os.stat('<filename>')[stat.ST_INO] on Windows QMartin_v=2E_L=F6wis=22?= (03/02/05)
- Re: [Python-Dev] Re: python-dev Summary for 2005-01-16 through 2005-01-31 QMartin_v=2E_L=F6wis=22?= (03/02/05)
- Re: Validating A User/Password Pair + Getting Groups On Unix Kanenas (03/02/05)
- Re: Identify and perform actions to data within stated limits M.E.Farmer (03/02/05)
- Re: Need some simple coding help Steven Bethard (03/01/05)
- Re: yield_all needed in Python Steve Holden (03/01/05)
- Non-blocking input on windows, like select in Unix Jonathan Fine (03/01/05)
- Re: Identify and perform actions to data within stated limits dasacc_at_gmail.com (03/01/05)
- Re: Identify and perform actions to data within stated limits Steve Holden (03/01/05)
- Re: Identify and perform actions to data within stated limits M.E.Farmer (03/01/05)
- Re: yield_all needed in Python Douglas Alan (03/01/05)
- Re: yield_all needed in Python Douglas Alan (03/01/05)
- Re: Need help Steve Holden (03/01/05)
- Re: What's the cost of using hundreds of threads? Aahz (03/01/05)
- Re: What's the cost of using hundreds of threads? Steve Holden (03/01/05)
- Re: Noob can't make threads work Steve Holden (03/01/05)
- Re: yield_all needed in Python Francis Girard (03/01/05)
- Re: reuse validation logic with descriptors Steve Holden (03/01/05)
- Re: Communication between python scripts Do Re Mi chel La Si Do (03/01/05)
- Re: yield_all needed in Python Francis Girard (03/01/05)
- Re: Communication between python scripts Do Re Mi chel La Si Do (03/01/05)
- Re: Module RE, Have a couple questions dasacc_at_gmail.com (03/01/05)
- Re: Module RE, Have a couple questions Francis Girard (03/01/05)
- Re: yield_all needed in Python Adam Przybyla (03/01/05)
- Re: Identify and perform actions to data within stated limits dasacc_at_gmail.com (03/01/05)
- Re: Need help brian (03/01/05)
- Re: Regular Expressions: large amount of or's Kent Johnson (03/01/05)
- Hardware specs gathering? - platform independant Nicky Kotze (03/01/05)
- Re: Module RE, Have a couple questions Francis Girard (03/01/05)
- Re: Need help Peter Hansen (03/01/05)
- Re: Regular Expressions: large amount of or's Bill Mill (03/01/05)
- Re: Communication between python scripts Heiko Wundram (03/01/05)
- Re: Module RE, Have a couple questions dasacc_at_gmail.com (03/01/05)
- Re: Communication between python scripts André Søreng (03/01/05)
- Re: Regular Expressions: large amount of or's Francis Girard (03/01/05)
- Re: Need help brian (03/01/05)
- Re: reuse validation logic with descriptors David S. (03/01/05)
- Re: Need help Heiko Wundram (03/01/05)
- Re: Communication between python scripts Peter Hansen (03/01/05)
- Re: Regular Expressions: large amount of or's André Søreng (03/01/05)
- Re: Communication between python scripts Chris Grebeldinger (03/01/05)
- Re: list of all type names Marc 'BlackJack' Rintsch (03/01/05)
- Re: Need help Peter Hansen (03/01/05)
- Re: Module RE, Have a couple questions Francis Girard (03/01/05)
- Re: Is it possible to specify the size of list at construction? Steven Bethard (03/01/05)
- Re: Is it possible to specify the size of list at construction? Michael Spencer (03/01/05)
- Communication between python scripts Chris (03/01/05)
- Re: Need help brian (03/01/05)
- Re: Is it possible to specify the size of list at construction? Steven Bethard (03/01/05)
- Re: Is it possible to specify the size of list at construction? Anthony Liu (03/01/05)
- Re: memory leaks with ctypes LoadLibrary ? Chris Grebeldinger (03/01/05)
- Re: Need help Fredrik Lundh (03/01/05)
- Re: Importing from upper packages Henning Kage (03/01/05)
- Importing from upper packages Henning Kage (03/01/05)
- Re: reuse validation logic with descriptors Steven Bethard (03/01/05)
- Re: What's the cost of using hundreds of threads? Shitiz Bansal (03/01/05)
- Re: Is it possible to specify the size of list at construction? Michael Spencer (03/01/05)
- Re: Module RE, Have a couple questions Marc Huffnagle (03/01/05)
- Re: memory leaks with ctypes LoadLibrary ? Thomas Heller (03/01/05)
- Re: memory leaks with ctypes LoadLibrary ? Thomas Heller (03/01/05)
- Is it possible to specify the size of list at construction? Anthony Liu (03/01/05)
- Re: Noob can't make threads work Grant Edwards (03/01/05)
- Need help brian (03/01/05)
- Re: Tkinter and Text() widget interactivity ? Pierre Quentel (03/01/05)
- Re: reuse validation logic with descriptors Michael Spencer (03/01/05)
- Re: What's the cost of using hundreds of threads? Jarek Zgoda (03/01/05)
- Re: ListMixin (WAS: How do you control _all_ items added to a list?) Michael Spencer (03/01/05)
- Re: Why does interpreter flub Steve Holden (03/01/05)
- Re: Noob can't make threads work Steve Horsley (03/01/05)
- Re: Why does interpreter flub Peter Hansen (03/01/05)
- Re: yield_all needed in Python David Eppstein (03/01/05)
- Identify and perform actions to data within stated limits dasacc_at_gmail.com (03/01/05)
- Re: Regular Expressions: large amount of or's James Stroud (03/01/05)
- Closing dialog window in Tkinter Svennglenn (03/01/05)
- Re: Regular Expressions: large amount of or's Kent Johnson (03/01/05)
- Re: Regular Expressions: large amount of or's Tim Peters (03/01/05)
- Re: yield_all needed in Python Steven Bethard (03/01/05)
- Re: Module RE, Have a couple questions Francis Girard (03/01/05)
- Why does interpreter flub syed_saqib_ali_at_yahoo.com (03/01/05)
- Re: yield_all needed in Python Mike C. Fletcher (03/01/05)
- Regular Expressions: large amount of or's André Søreng (03/01/05)
- Re: reuse validation logic with descriptors David S. (03/01/05)
- Re: class factory example needed (long) Kent Johnson (03/01/05)
- Re: yield_all needed in Python Francis Girard (03/01/05)
- Re: Noob can't make threads work Grant Edwards (03/01/05)
- Need some simple coding help mx2k (03/01/05)
- Re: yield_all needed in Python Jeremy Bowers (03/01/05)
- Noob can't make threads work Steve Horsley (03/01/05)
- Re: Google Technology David Fraser (03/01/05)
- Re: yield_all needed in Python Skip Montanaro (03/01/05)
- Vancouver Python User Group Reminder Paul Prescod (03/01/05)
- Re: What's the cost of using hundreds of threads? wes weston (03/01/05)
- Re: wxPython/IEHtmlWindow documentation (what events are available ?) Thomas Ganss (03/01/05)
- Re: Why do descriptors (and thus properties) only work on attributes. Steve Holden (03/01/05)
- Re: yield_all needed in Python Douglas Alan (03/01/05)
- Re: reuse validation logic with descriptors Steven Bethard (03/01/05)
- Re: Decimal, __radd__, and custom numeric types... Blake T. Garretson (03/01/05)
- ListMixin (WAS: How do you control _all_ items added to a list?) Steven Bethard (03/01/05)
- Re: Why do descriptors (and thus properties) only work on attributes. Steven Bethard (03/01/05)
- Re: yield_all needed in Python Duncan Booth (03/01/05)
- Re: class factory example needed (long) Steven Bethard (03/01/05)
- What's the cost of using hundreds of threads? Przemys³aw Ró¿ycki (03/01/05)
- Re: smtplib Segfaults Python under Debian Cousin Stanley (03/01/05)
- reuse validation logic with descriptors David S. (03/01/05)
- Re: accessor/mutator functions Carl Banks (03/01/05)
- Re: assigning a custom mapping type to __dict__ Steven Bethard (03/01/05)
- Re: accessor/mutator functions Nick Craig-Wood (03/01/05)
- Re: windows bat file question Peter Hansen (03/01/05)
- Re: Canonical way of dealing with null-separated lines? Douglas Alan (03/01/05)
- Re: list of all type names Peter Hansen (03/01/05)
- Re: Pyallegro status (is it dead?). What about pygame. Przemysław Różycki (03/01/05)
- Re: yield_all needed in Python Douglas Alan (03/01/05)
- Re: yield_all needed in Python Douglas Alan (03/01/05)
- Re: any Python equivalent of Math::Polynomial::Solve? Cousin Stanley (03/01/05)
- Re: smtplib Segfaults Python under Debian Skip Montanaro (03/01/05)
- Re: assigning a custom mapping type to __dict__ Daniel Cer (03/01/05)
- smtplib Segfaults Python under Debian Alex Stapleton (03/01/05)
- memory leaks with ctypes LoadLibrary ? chris (03/01/05)
- Re: Initializing subclasses of tuple gry_at_ll.mit.edu (03/01/05)
- Re: cannot open file in write mode, no such file or directory David Bolen (03/01/05)
- Re: Initializing subclasses of tuple Just (03/01/05)
- Re: Initializing subclasses of tuple Steve Holden (03/01/05)
- Re: windows bat file question Steve Holden (03/01/05)
- ANN: xsdbXML python release with C#/.NET port aaronwmail-usenet_at_yahoo.com (03/01/05)
- Re: PyAC 0.1.0 gry_at_ll.mit.edu (03/01/05)
- Initializing subclasses of tuple Dave Opstad (03/01/05)
- Re: Module RE, Have a couple questions Marc Huffnagle (03/01/05)
- Re: windows bat file question Tom Willis (03/01/05)
- Re: Module RE, Have a couple questions Marc Huffnagle (03/01/05)
- Re: Faster way to do this... Warren Postma (03/01/05)
- Re: Validating A User/Password Pair + Getting Groups On Unix Skip Montanaro (03/01/05)
- Re: Faster way to do this... Roy Smith (03/01/05)
- Re: list of all type names Peter Maas (03/01/05)
- Re: problem installing wxPython 2.5.3, wxWidgets installed ok timothy.williams_at_nvl.army.mil (03/01/05)
- Re: windows bat file question Peter Hansen (03/01/05)
- [Twisted] potential bug in the reactor's handling events loop Andy Leszczynski (03/01/05)
- Tkinter and Text() widget interactivity ? Tonino (03/01/05)
- Re: canvassing for assistance stewart.midwinter_at_gmail.com (03/01/05)
- Re: [Tutor] printing out a box of O's Rainer Mansfeld (03/01/05)
- Module RE, Have a couple questions dasacc_at_gmail.com (03/01/05)
- windows bat file question Tom Willis (03/01/05)
- Re: java crashes in python thread Peter Hansen (03/01/05)
- Re: Decimal, __radd__, and custom numeric types... Nick Coghlan (03/01/05)
- Re: Faster way to do this... Aaron Bingham (03/01/05)
- RFC822/M400 Mail Network -- Delivery Report Mail Delivery Subsystem (03/01/05)
- RE: Delete first line from file Alex Stapleton (03/01/05)
- Re: list of all type names BJörn Lindqvist (03/01/05)
- Re: Decimal, __radd__, and custom numeric types... Nick Coghlan (03/01/05)
- Re: Delete first line from file Pieter Claerhout (03/01/05)
- Re: Delete first line from file Peter Nuttall (03/01/05)
- Re: accessor/mutator functions Dan Sommers (03/01/05)
- Re: yield_all needed in Python Antoon Pardon (03/01/05)
- Re: accessor/mutator functions Dan Sommers (03/01/05)
- Re: ZoDB's capabilities Almad (03/01/05)
- Re: Faster way to do this... Steve Holden (03/01/05)
- Delete first line from file Tor Erik Sønvisen (03/01/05)
- Re: Faster way to do this... Will McGugan (03/01/05)
- Re: assigning a custom mapping type to __dict__ Duncan Booth (03/01/05)
- Re: Google Technology Gurpreet Sachdeva (03/01/05)
- Re: python-dev Summary for 2005-01-16 through 2005-01-31 Gerrit Muller (03/01/05)
- Faster way to do this... Harlin Seritt (03/01/05)
- MDaemon Warning - virus found: Returned mail: see transcript for details Mail Delivery Subsystem (03/01/05)
- Re: Decimal, __radd__, and custom numeric types... Nick Coghlan (03/01/05)
- Re: ZoDB's capabilities Lars (03/01/05)
- Re: enter key event in wxpython Kartic (03/01/05)
- Re: Why do descriptors (and thus properties) only work on attributes. Antoon Pardon (03/01/05)
- Re: Decimal, __radd__, and custom numeric types... Nick Coghlan (03/01/05)
- Re: python-dev Summary for 2005-01-16 through 2005-01-31 Steve Holden (03/01/05)
- Re: closing tabs in wxpython Raghul (03/01/05)
- Re: assigning a custom mapping type to __dict__ Nick Coghlan (03/01/05)
- Re: accessor/mutator functions Steve Holden (03/01/05)
- Re: accessor/mutator functions Steve Holden (03/01/05)
- Re: How do you control _all_ items added to a list? Nick Coghlan (03/01/05)
- Re: accessor/mutator functions Nick Craig-Wood (03/01/05)
- Re: yield_all needed in Python Steve Holden (03/01/05)
- Re: Scoping issue with import Steve Holden (03/01/05)
- Re: naming convention for scalars, lists, dictionaries ... Paul Boddie (03/01/05)
- Re: Why do descriptors (and thus properties) only work on attributes. Steve Holden (03/01/05)
- Re: best XSLT processor? Steve Holden (03/01/05)
- Re: class factory example needed (long) Gary Ruben (03/01/05)
- Re: TKinter Steve Holden (03/01/05)
- Re: closing tabs in wxpython Steve Holden (03/01/05)
- Re: list of all type names Calvin Spealman (03/01/05)
- Re: assigning a custom mapping type to __dict__ Daniel Cer (03/01/05)
- Re: zlib.decompress cannot, gunzip can enrio_at_online.no (03/01/05)
- Re: bsddb for k, v in db.items(): do order the numbers ? martijn_at_gamecreators.nl (03/01/05)
- Re: os.stat('<filename>')[stat.ST_INO] on Windows Tim Roberts (03/01/05)
- Re: Google Technology Daniel Yoo (03/01/05)
- assigning a custom mapping type to __dict__ Steven Bethard (03/01/05)
- Re: Sound and music libraries? Alia Khouri (03/01/05)
- Re: Decimal, __radd__, and custom numeric types... Kanenas (03/01/05)
- Re: User Security (Roles & Permissions) Andreas Pauley (03/01/05)
- Re: closing tabs in wxpython Raghul (03/01/05)
- Re: Decimal, __radd__, and custom numeric types... Nick Craig-Wood (03/01/05)
- Re: Explicit or general importing of namespaces? Nick Craig-Wood (03/01/05)
- Re: Validating A User/Password Pair + Getting Groups On Unix Kanenas (03/01/05)
- Re: zlib.decompress cannot, gunzip can Dima Dorfman (03/01/05)
- Re: Met Problem with Distutils Robert Kern (03/01/05)
- Met Problem with Distutils steven_at_lczmsoft.com (03/01/05)
- Google Technology vijay123_at_gmail.com (03/01/05)
- Re: Python - what is the fastest database ? km (03/01/05)
- [OT] Re: String Replace Problem... Steven Bethard (03/01/05)
- Re: Validating A User/Password Pair + Getting Groups On Unix Kanenas (03/01/05)
- enter key event in wxpython Raghul (03/01/05)
- Re: ZoDB's capabilities Joe (03/01/05)
- Weekly Python Patch/Bug Summary Kurt B. Kaiser (03/01/05)
- Re: python-dev Summary for 2005-01-16 through 2005-01-31 Michele Simionato (03/01/05)
- Re: String Replace Problem... Sean McIlroy (03/01/05)
- java crashes in python thread Easeway (03/01/05)
- Re: best XSLT processor? uche.ogbuji_at_gmail.com (03/01/05)
- Re: accessor/mutator functions Dan Sommers (03/01/05)
- python-dev Summary for 2005-01-16 through 2005-01-31 Brett C (03/01/05)
- [ANN] pyasm 0.1 - x86 assembler for Python Grant Olson (03/01/05)
- Re: best XSLT processor? uche.ogbuji_at_gmail.com (03/01/05)
- Re: best XSLT processor? uche.ogbuji_at_gmail.com (03/01/05)
- Re: best XSLT processor? uche.ogbuji_at_gmail.com (03/01/05)
- Re: accessor/mutator functions Andrew Dalke (03/01/05)
- Sound and music libraries? Ben Sizer (03/01/05)
- Re: Canonical way of dealing with null-separated lines? John Machin (03/01/05)
- Re: accessor/mutator functions Dan Sommers (03/01/05)
- Re: yield_all needed in Python Terry Reedy (03/01/05)
- Re: Canonical way of dealing with null-separated lines? Douglas Alan (03/01/05)
- Re: TKinter anthonyberet (03/01/05)
- Re: Share your SciTEGlobal.properties pls~~~~ Neil Hodgson (03/01/05)
- zlib.decompress cannot, gunzip can enrio_at_online.no (03/01/05)
- Re: Pythonwin: Red squiggley underline and syntax error Neil Hodgson (03/01/05)
- Re: Hey, How Do I Distribute my New Completed Python Project? steven_at_lczmsoft.com (03/01/05)
- Re: ZoDB's capabilities Larry Bates (03/01/05)
- Re: Problem When Unit Testing with PMock steven_at_lczmsoft.com (03/01/05)
- Re: accessor/mutator functions Thomas Lotze (03/01/05)
- Re: Scoping issue with import Carl Banks (03/01/05)
- Importing from filesystem path a 'frozen sub-module' error Calvin Spealman (03/01/05)
- Re: yield_all needed in Python Andrew Dalke (03/01/05)
- Re: Why do descriptors (and thus properties) only work on attributes. Steven Bethard (03/01/05)
- Scoping issue with import James Stroud (03/01/05)
- Re: accessor/mutator functions Dan Sommers (03/01/05)
- yield_all needed in Python Douglas Alan (03/01/05)
- Re: accessor/mutator functions Andrew Dalke (03/01/05)
- Re: My C module crashes Dima Dorfman (02/28/05)
- Re: How to define a window's position (Tkinter) Russell E. Owen (02/28/05)
- Re: accessor/mutator functions Carl Banks (02/28/05)
- Re: Building Python with Tcl/Tk on Cygwin_NT-5.1 Jason Tishler (02/28/05)
- ZoDB's capabilities Almad (02/28/05)
- Re: Calling external text-files (newb) Peter Hansen (02/28/05)
- Re: Calling external text-files (newb) Michael Hartl (02/28/05)
- Re: Calling external text-files (newb) Michael Hartl (02/28/05)
- Calling external text-files (newb) Andreas Winkler (02/28/05)
- Re: Pythonwin: Red squiggley underline and syntax error Colin J. Williams (02/28/05)
- Re: Newbie question Alan Gauld (02/28/05)
- Re: string methods (warning, newbie) Christos (02/28/05)
- Re: Why do descriptors (and thus properties) only work on attributes. Dima Dorfman (02/28/05)
- Re: cannot open file in write mode, no such file or directory John Machin (02/28/05)
- Re: naming convention for scalars, lists, dictionaries ... Jack Diederich (02/28/05)
- Re: String Replace Problem... Steven Bethard (02/28/05)
- Re: accessor/mutator functions Dan Sommers (02/28/05)
- Re: naming convention for scalars, lists, dictionaries ... Just (02/28/05)
- Re: Working with dbase files Larry Bates (02/28/05)
- Re: cannot open file in write mode, no such file or directory Kartic (02/28/05)
- Re: Scoping issue with import Calvin Spealman (02/28/05)
- Re: ZoDB's capabilities Calvin Spealman (02/28/05)
Last message date: 03/30/05
Archived on: 03/30/05 CEST
4716 messages sorted by: [ author ] [ thread ] [ subject ]