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