comp.lang.python
- Recursive descent algorithm able to parse Python?, seberino@xxxxxxxxxxxxxxx
- how do you know if open failed?,
SpreadTooThin
- Re: how do you know if open failed?,
tobiah
- Re: how do you know if open failed?, Erik Johnson
- Re: how do you know if open failed?, Bruno Desthuilliers
- Re: how do you know if open failed?, Fredrik Lundh
- Re: how do you know if open failed?, Neil Cerutti
- Re: how do you know if open failed?,
tobiah
- vector and particle effects,
Jay
- <Possible follow-ups>
- vector and particle effects,
Jay
- Re: vector and particle effects, Diez B. Roggisch
- preemptive OOP?,
John Salerno
- Re: preemptive OOP?,
Erik Johnson
- Re: preemptive OOP?,
John Salerno
- Re: preemptive OOP?, Steve Holden
- Re: preemptive OOP?, John Salerno
- Re: preemptive OOP?, Steve Holden
- Re: preemptive OOP?,
John Salerno
- Re: preemptive OOP?,
Erik Johnson
- ctypes.c_void_p(-1) might not be C return (void *) -1,
p . lavarre
- Re: ctypes.c_void_p(-1) might not be C return (void *) -1, Thomas Heller
- help tranlating perl expressions,
David Bear
- Re: help tranlating perl expressions, Erik Johnson
- Re: help tranlating perl expressions,
Fredrik Lundh
- Re: help tranlating perl expressions, David Bear
- using the email module,
Erik Johnson
- Re: using the email module,
Sybren Stuvel
- Re: using the email module, Erik Johnson
- <Possible follow-ups>
- Re: using the email module, Tim Williams
- Re: using the email module,
Sybren Stuvel
- best way to get data into a new instance?,
John Salerno
- Re: best way to get data into a new instance?, Diez B. Roggisch
- Re: best way to get data into a new instance?, tobiah
- Re: best way to get data into a new instance?, Fredrik Lundh
- Re: best way to get data into a new instance?, Bruno Desthuilliers
- Re: best way to get data into a new instance?, John Salerno
- Re: best way to get data into a new instance?,
James Stroud
- Re: best way to get data into a new instance?, James Stroud
- remove the last character or the newline character?,
Daniel Mark
- Re: remove the last character or the newline character?, John Salerno
- Re: remove the last character or the newline character?, Georg Brandl
- Re: remove the last character or the newline character?, Bruno Desthuilliers
- Re: remove the last character or the newline character?, Duncan Booth
- Re: remove the last character or the newline character?, Tim Chase
- startswith() and endswith() for re's would be more intuitive,
metaperl
- Re: startswith() and endswith() for re's would be more intuitive, Bruno Desthuilliers
- Resuming a program's execution after correcting error, Sheldon
- Continuing after error,
Sheldon
- Re: Continuing after error, Georg Brandl
- Writing python extensions for libburn & libisofs, mario . danic
- Python and Win95B,
Ciarán Ó Duibhín
- Re: Python and Win95B, "Martin v. Löwis"
- <Possible follow-ups>
- Re: Python and Win95B, Fredrik Lundh
- Writing 2d array in an ascci file,
charles.hebert@xxxxxxxxx
- Re: Writing 2d array in an ascci file, Jeremy Sanders
- Can string formatting be used to convert an integer to its binary form ?, fdu.xiaojf@xxxxxxxxx
- Be Paid to Attend PyCon 2007!, Jeff Rush
- Re: Fwd: Recursive Tree in Python, Gabriel Genellina
- How to update my web automatically by python?, sunboy30860
- ctypes pointer to pointer,
Podi
- Re: ctypes pointer to pointer, Gabriel Genellina
- Questions on Using Python to Teach Data Structures and Algorithms,
efrat
- Re: Questions on Using Python to Teach Data Structures and Algorithms, Bruno Desthuilliers
- Re: Questions on Using Python to Teach Data Structures and Algorithms, Bryan Olson
- <Possible follow-ups>
- Questions on Using Python to Teach Data Structures and Algorithms,
efrat
- Re: Questions on Using Python to Teach Data Structures and Algorithms,
bearophileHUGS
- Re: Questions on Using Python to Teach Data Structures and Algorithms, Steve Holden
- Message not available
- Re: Questions on Using Python to Teach Data Structures and Algorithms, Ramon Diaz-Uriarte
- Message not available
- Message not available
- Re: Questions on Using Python to Teach Data Structures and Algorithms, Fredrik Lundh
- Re: Questions on Using Python to Teach Data Structures and Algorithms,
bearophileHUGS
- Message not available
- Message not available
- Message not available
- Re: Questions on Using Python to Teach Data Structures and Algorithms, Ramon Diaz-Uriarte
- Re: Questions on Using Python to Teach Data Structures and Algorithms, Bruno Desthuilliers
- Re: Questions on Using Python to Teach Data Structures and Algorithms, sturlamolden
- Re: Questions on Using Python to Teach Data Structures and Algorithms, Bruno Desthuilliers
- Re: Questions on Using Python to Teach Data Structures and Algorithms, sturlamolden
- Re: generator with subfunction calling yield, James Stroud
- Re: generator with subfunction calling yield, Rob Williscroft
- Re: generator with subfunction calling yield, Matimus
- Re: XSLT speed comparisons,
Ross Ridge
- Re: XSLT speed comparisons,
Damian
- Re: XSLT speed comparisons, Ross Ridge
- Re: XSLT speed comparisons, Damian
- Re: XSLT speed comparisons, Damian
- Re: XSLT speed comparisons, Damian
- Re: XSLT speed comparisons, Fredrik Lundh
- Re: XSLT speed comparisons,
Damian
- Re: XSLT speed comparisons,
Larry Bates
- Re: XSLT speed comparisons,
Jan Dries
- Re: XSLT speed comparisons, Larry Bates
- Re: XSLT speed comparisons, Larry Bates
- Re: XSLT speed comparisons, Damian
- Message not available
- Re: XSLT speed comparisons, Fredrik Lundh
- Re: XSLT speed comparisons, Damian
- Re: XSLT speed comparisons,
Jan Dries
- Re: XSLT speed comparisons, Istvan Albert
- Re: Auto color selection PIL, Leif K-Brooks
- Re: Auto color selection PIL,
Leif K-Brooks
- Re: Auto color selection PIL,
Gabriel Genellina
- Re: Auto color selection PIL, Leif K-Brooks
- Re: Auto color selection PIL,
Gabriel Genellina
- Re: OT: productivity and long computing delays, Larry Bates
- Re: OT: productivity and long computing delays,
skip
- Re: OT: productivity and long computing delays,
Paul Rubin
- Re: OT: productivity and long computing delays, tobiah
- Re: OT: productivity and long computing delays, Steve Holden
- Re: OT: productivity and long computing delays,
Paul Rubin
- Re: OT: productivity and long computing delays, Paddy
- Re: OT: productivity and long computing delays,
beliavsky
- Re: OT: productivity and long computing delays, Paul Rubin
- Re: How to read() twice from file-like objects (and get some data)?,
Georg Brandl
- Re: How to read() twice from file-like objects (and get some data)?,
John J. Lee
- Re: How to read() twice from file-like objects (and get some data)?, askar.bektassov@xxxxxxxxx
- Re: How to read() twice from file-like objects (and get some data)?,
John J. Lee
- Re: How to read() twice from file-like objects (and get some data)?, Fredrik Lundh
- Re: windev vs python SOS,
John Henry
- Re: windev vs python SOS, Bruno Desthuilliers
- Re: windev vs python SOS, Bruno Desthuilliers
- Re: windev vs python SOS, Steve Holden
- Re: windev vs python SOS, Sebastian Kaliszewski
- Re: optparse docs, Matthew Woodcraft
- Re: sqlite3 error,
Tim Chase
- Re: sqlite3 error,
John Salerno
- Message not available
- Re: sqlite3 error, John Salerno
- Message not available
- Re: sqlite3 error, John Salerno
- Re: sqlite3 error,
John Salerno
- Re: sqlite3 error, John Salerno
- <Possible follow-ups>
- Re: Difference between two dates in seconds,
Fredrik Lundh
- Re: Difference between two dates in seconds,
Steven D'Aprano
- Re: Difference between two dates in seconds, Rob Williscroft
- Re: Difference between two dates in seconds, Robert Kern
- Re: Difference between two dates in seconds, Lawrence D'Oliveiro
- Re: Difference between two dates in seconds, Fredrik Lundh
- Re: Difference between two dates in seconds, flupke
- Re: Difference between two dates in seconds, Duncan Booth
- Re: Difference between two dates in seconds, flupke
- Re: Difference between two dates in seconds,
Steven D'Aprano
- Re: Difference between two dates in seconds, skip
- Re: Difference between two dates in seconds, Claes at work
- Re: ElementTree and proper identation?,
John Salerno
- Re: ElementTree and proper identation?,
Fredrik Lundh
- Re: ElementTree and proper identation?, John Salerno
- Re: ElementTree and proper identation?, John Salerno
- Re: ElementTree and proper identation?, John Salerno
- Re: ElementTree and proper identation?, Robert Kern
- Re: ElementTree and proper identation?, Wade Leftwich
- Re: ElementTree and proper identation?,
Fredrik Lundh
- Re: ElementTree and proper identation?, Sébastien Boisgérault
- Re: pythonol,
George Sakkis
- Re: pythonol, John Martin
- Re: pythonol, John Machin
- <Possible follow-ups>
- Re: Computer Language Popularity Trend, Gabriel Genellina
- Re: Computer Language Popularity Trend, Steve Holden
- Re: Why don't optional mutable objects show up in vars(func)?, Georg Brandl
- Re: Why don't optional mutable objects show up in vars(func)?, Fredrik Lundh
- Re: Why don't optional mutable objects show up in vars(func)?, "Martin v. Löwis"
- Re: Why don't optional mutable objects show up in vars(func)?, Sean Hammond
- RE: Problem with - WMI(), Tim Golden
- <Possible follow-ups>
- Re: Making sure script only runs once instance at a time., Eric S. Johansson
- Re: Decoding group4 tiff with PIL, Michele Petrazzo
- Message not available
- Message not available
- <Possible follow-ups>
- Re: Extra Newby question - Trying to create md5 File Listing, Simon Brunning
- Re: Extra Newby question - Trying to create md5 File Listing, Gabriel Genellina
- Re: How to change menu text with Tkinter?, Marc 'BlackJack' Rintsch
- Re: How to change menu text with Tkinter?, Rob Wolfe
- Re: How to change menu text with Tkinter?,
Eric Brunel
- Re: How to change menu text with Tkinter?, Phil Schmidt
- Re: baffling sql string,
Duncan Booth
- Re: baffling sql string, DarkBlue
- Re: baffling sql string, skip
- Re: baffling sql string, Paul Boddie
- Re: baffling sql string, John Machin
- Re: a query on sorting,
Paul McGuire
- Re: a query on sorting, Steve Holden
- <Possible follow-ups>
- Re: a query on sorting,
Gabriel Genellina
- Re: a query on sorting,
Paul Rubin
- Re: a query on sorting, Steve Holden
- Re: a query on sorting,
Paul Rubin
- Re: Battlefield Weapon Popularity Trend,
Mirco Wahab
- Re: Battlefield Weapon Popularity Trend, Ramon Diaz-Uriarte
- Re: Battlefield Weapon Popularity Trend, Gabriel Genellina
- Re: What's the best way to communicate between processes?,
Lawrence D'Oliveiro
- Re: What's the best way to communicate between processes?, awmcclain . nospam
- Re: What's the best way to communicate between processes?, grahamd
- Re: Top and Bottom Values [PEP: 326],
Lawrence D'Oliveiro
- Re: Top and Bottom Values [PEP: 326], John Machin
- Re: Top and Bottom Values [PEP: 326], Sion Arrowsmith
- Re: Top and Bottom Values [PEP: 326],
Peter Otten
- Re: Top and Bottom Values [PEP: 326],
Antoon Pardon
- Re: Top and Bottom Values [PEP: 326], Paul McGuire
- Re: Top and Bottom Values [PEP: 326], Paul McGuire
- Re: Top and Bottom Values [PEP: 326], Antoon Pardon
- Re: Top and Bottom Values [PEP: 326], Steven D'Aprano
- Re: Top and Bottom Values [PEP: 326], Antoon Pardon
- Re: Top and Bottom Values [PEP: 326], George Sakkis
- Re: Top and Bottom Values [PEP: 326], Antoon Pardon
- Re: Top and Bottom Values [PEP: 326], Georg Brandl
- Re: Top and Bottom Values [PEP: 326], Antoon Pardon
- Re: Top and Bottom Values [PEP: 326], Paul Rubin
- Re: Top and Bottom Values [PEP: 326], Paul Rubin
- Re: Top and Bottom Values [PEP: 326], Antoon Pardon
- Re: Top and Bottom Values [PEP: 326], OKB (not okblacke)
- Re: Top and Bottom Values [PEP: 326], Tim Chase
- Re: Top and Bottom Values [PEP: 326], Antoon Pardon
- Re: Top and Bottom Values [PEP: 326], Antoon Pardon
- Re: Top and Bottom Values [PEP: 326], Georg Brandl
- Re: Top and Bottom Values [PEP: 326], Antoon Pardon
- Re: Top and Bottom Values [PEP: 326],
Antoon Pardon
- Re: Starting Win32 Service, Gabriel Genellina
- RE: Starting Win32 Service,
Tim Golden
- Re: Starting Win32 Service,
placid
- Re: Starting Win32 Service, placid
- RE: Starting Win32 Service, Tim Golden
- Re: Starting Win32 Service, Roger Upole
- RE: Starting Win32 Service, Tim Golden
- Re: Starting Win32 Service,
placid
- Re: optparse,
Ben Finney
- Re: optparse,
rick
- Re: optparse, Thorsten Kampe
- Re: optparse,
rick
- Re: optparse, Steven Bethard
- Re: What's up with site.Quitter?,
Fredrik Lundh
- Re: What's up with site.Quitter?,
James Stroud
- Re: What's up with site.Quitter?, Fredrik Lundh
- Re: What's up with site.Quitter?, James Stroud
- Re: What's up with site.Quitter?,
James Stroud
- Re: What's up with site.Quitter?,
Georg Brandl
- Re: What's up with site.Quitter?, skip
- Re: What's up with site.Quitter?,
James Stroud
- Re: What's up with site.Quitter?, skip
- Re: What's up with site.Quitter?, James Stroud
- Re: preserving color ouput of a shell command via os.popen(), Gabriel Genellina
- Re: preserving color ouput of a shell command via os.popen(), Brett Hoerner
- Re: preserving color ouput of a shell command via os.popen(), Jean-Paul Calderone
- Re: releasing memory to malloc, John Machin
- Re: releasing memory to malloc,
Gabriel Genellina
- Re: releasing memory to malloc,
iker . arizmendi
- Re: releasing memory to malloc, John Machin
- Re: releasing memory to malloc, iker . arizmendi
- Re: releasing memory to malloc, Paul Rubin
- Re: releasing memory to malloc, Gabriel Genellina
- Re: releasing memory to malloc,
iker . arizmendi
- Re: Survival of the fittest,
James Stroud
- Re: Survival of the fittest, baalbek
- Re: Survival of the fittest, Ben Finney
- Re: Survival of the fittest,
Thomas Bartkus
- Re: Survival of the fittest, MonkeeSage
- Re: Survival of the fittest, baalbek
- Re: Survival of the fittest, Dieter Maurer
- Re: problem moving from char to integer,
Pontus Ekberg
- Re: problem moving from char to integer,
Melih Onvural
- Re: problem moving from char to integer, Larry Bates
- Re: problem moving from char to integer, John Machin
- Re: problem moving from char to integer, Melih Onvural
- Re: problem moving from char to integer,
Melih Onvural
- Re: for: else: - any practical uses for the else clause?,
skip
- Re: for: else: - any practical uses for the else clause?,
Ben Sizer
- Re: for: else: - any practical uses for the else clause?, Sion Arrowsmith
- Re: for: else: - any practical uses for the else clause?,
Ben Sizer
- Re: for: else: - any practical uses for the else clause?, Amaury Forgeot d'Arc
- Re: for: else: - any practical uses for the else clause?, Bruno Desthuilliers
- Re: AN Intorduction to Tkinter,
Fredrik Lundh
- Re: AN Intorduction to Tkinter,
Fuzzyman
- Re: AN Intorduction to Tkinter, flyingisfun1217@xxxxxxxxx
- Re: AN Intorduction to Tkinter, John Machin
- Contender for QOTW - Was : Re: AN Intorduction to Tkinter, Hendrik van Rooyen
- Re: AN Intorduction to Tkinter,
Fuzzyman
- Re: AN Intorduction to Tkinter, Mikael Olofsson
- Message not available
- Re: AN Intorduction to Tkinter,
Fredrik Lundh
- Re: AN Intorduction to Tkinter, flyingisfun1217@xxxxxxxxx
- Re: AN Intorduction to Tkinter, jmdeschamps
- Re: AN Intorduction to Tkinter,
Fredrik Lundh
- Re: Reading a file using a UNC - help!, Robert Kern
- Re: Reading a file using a UNC - help!, johnzenger
- Re: Reading a file using a UNC - help!, richard . kessler
- Re: a different question: can you earn a living with *just* python?, Carl J. Van Arsdall
- Re: a different question: can you earn a living with *just* python?, Antoine De Groote
- Re: a different question: can you earn a living with *just* python?, skip
- Re: a different question: can you earn a living with *just* python?, Bruno Desthuilliers
- Re: a different question: can you earn a living with *just* python?, Ramon Diaz-Uriarte
- Re: a different question: can you earn a living with *just* python?, Gabriel Genellina
- Re: a different question: can you earn a living with *just* python?, Kaz Kylheku
- Re: a different question: can you earn a living with *just* python?,
sjdevnull@xxxxxxxxx
- Re: a different question: can you earn a living with *just* python?,
Roy Smith
- Re: a different question: can you earn a living with *just* python?, sjdevnull@xxxxxxxxx
- Re: a different question: can you earn a living with *just* python?, Roy Smith
- Re: a different question: can you earn a living with *just* python?, John Salerno
- Re: a different question: can you earn a living with *just* python?, sjdevnull@xxxxxxxxx
- Message not available
- Re: a different question: can you earn a living with *just* python?, sjdevnull@xxxxxxxxx
- Re: a different question: can you earn a living with *just* python?,
Roy Smith
- Re: a different question: can you earn a living with *just* python?,
John J. Lee
- Re: a different question: can you earn a living with *just* python?, Michele Simionato
- Re: a different question: can you earn a living with *just* python?,
Roy Smith
- Re: a different question: can you earn a living with *just* python?, Carl J. Van Arsdall
- Re: a different question: can you earn a living with *just* python?, Roy Smith
- Re: a different question: can you earn a living with *just* python?, Paul Rubin
- Re: a different question: can you earn a living with *just* python?, Michele Simionato
- Re: a different question: can you earn a living with *just* python?, Bruno Desthuilliers
- Re: a different question: can you earn a living with *just* python?, Fredrik Lundh
- <Possible follow-ups>
- Re: bsddb, skip
- Re: Whither binary search?,
skip
- Re: Whither binary search?,
Neil Cerutti
- Re: Whither binary search?, Fredrik Lundh
- Re: Whither binary search?, John Machin
- Re: Whither binary search?, Sion Arrowsmith
- Re: Whither binary search?, Neil Cerutti
- Re: Whither binary search?, skip
- Re: Whither binary search?,
Neil Cerutti
- Re: Win32: Access to network resources w/o user login, Steve Holden
- Re: Win32: Access to network resources w/o user login, Roger Upole
- Re: iterator question,
johnzenger
- Re: iterator question,
George Sakkis
- Re: iterator question, Neal Becker
- Re: iterator question, dannycolligan@xxxxxxxxx
- Re: iterator question, dannycolligan@xxxxxxxxx
- Re: iterator question,
George Sakkis
- Re: iterator question, John Hicken
- Re: iterator question,
Neil Cerutti
- Re: iterator question,
George Sakkis
- Re: iterator question, Steve Holden
- Re: iterator question, George Sakkis
- Re: iterator question,
George Sakkis
- Re: iterator question, Boris Borcic
- Re: iterator question,
Rob Williscroft
- Re: iterator question, Rob Williscroft
- Re: iterator question, Bruno Desthuilliers
- Re: Splitting device addresses into parts,
Bruno Desthuilliers
- Re: Splitting device addresses into parts,
Fabian Steiner
- Re: Splitting device addresses into parts, johnzenger
- Re: Splitting device addresses into parts, Fabian Steiner
- Re: Splitting device addresses into parts, Paddy
- Re: Splitting device addresses into parts, Bruno Desthuilliers
- Re: Splitting device addresses into parts,
Fabian Steiner
- Re: Splitting device addresses into parts, Virgil Dupras
- Re: Splitting device addresses into parts, Lawrence D'Oliveiro
- Re: identifying new not inherited methods, Fredrik Lundh
- Re: identifying new not inherited methods, George Sakkis
- Re: identifying new not inherited methods, Tim Chase
- Re: identifying new not inherited methods,
Steve Holden
- Re: identifying new not inherited methods,
Chaz Ginger
- Re: identifying new not inherited methods, Steve Holden
- Re: identifying new not inherited methods, Chaz Ginger
- Re: identifying new not inherited methods, Chaz Ginger
- Re: identifying new not inherited methods, Chaz Ginger
- Re: identifying new not inherited methods,
Chaz Ginger
- Re: identifying new not inherited methods,
malkarouri
- Re: identifying new not inherited methods,
George Sakkis
- Re: identifying new not inherited methods, malkarouri
- Re: identifying new not inherited methods,
George Sakkis
- Re: identifying new not inherited methods, John Roth
- Re: Extend file type, Fredrik Lundh
- Re: Extend file type, Sybren Stuvel
- Re: Finding the file referred to in a Python traceback, Sion Arrowsmith
- Re: ultra newbie question (don't laugh), Gal Diskin
- Re: ultra newbie question (don't laugh), Larry Bates
- Re: ultra newbie question (don't laugh),
George Sakkis
- Re: ultra newbie question (don't laugh), John Salerno
- Re: ultra newbie question (don't laugh),
Fredrik Lundh
- Re: ultra newbie question (don't laugh),
John Salerno
- [OT] Re: ultra newbie question (don't laugh), Peter Otten
- Re: ultra newbie question (don't laugh),
John Salerno
- Re: Copyright lawyer advises "be careful" using Python?, Duncan Booth
- Re: odbc DbiDate date conversion,
Frank Millman
- Re: odbc DbiDate date conversion,
flupke
- Re: odbc DbiDate date conversion, Frank Millman
- Re: odbc DbiDate date conversion, flupke
- Re: odbc DbiDate date conversion, Frank Millman
- Re: odbc DbiDate date conversion, flupke
- Re: odbc DbiDate date conversion, flupke
- Re: odbc DbiDate date conversion,
flupke
- Re: threading, subprocesses and wait,
Jean-Paul Calderone
- Re: threading, subprocesses and wait, Gal Diskin
- Re: Ordered dicts, Neil Cerutti
- Re: Ordered dicts,
Duncan Booth
- Re: Ordered dicts,
bearophileHUGS
- Re: Ordered dicts, Duncan Booth
- Re: Ordered dicts,
bearophileHUGS
- Re: Ordered dicts,
Steve Holden
- Re: Ordered dicts, bearophileHUGS
- Re: concat next line with previous, Sybren Stuvel
- Re: concat next line with previous, Simon Brunning
- Re: concat next line with previous,
tobiah
- Re: concat next line with previous, Ben Finney
- <Possible follow-ups>
- Re: concat next line with previous, Tim Williams
- Re: where are isinstance types documented?, Sybren Stuvel
- Re: where are isinstance types documented?, Simon Brunning
- Re: where are isinstance types documented?,
Fredrik Lundh
- Re: where are isinstance types documented?, Duncan Booth
- Re: where are isinstance types documented?,
Sion Arrowsmith
- Re: where are isinstance types documented?, Fredrik Lundh
- Re: where are isinstance types documented?, Georg Brandl
- Re: where are isinstance types documented?, John Machin
- Re: where are isinstance types documented?, John Machin
- Message not available
- Re: where are isinstance types documented?, Fredrik Lundh
- Message not available
- Re: where are isinstance types documented?, Simon Brunning
- Re: Surprise using the 'is' operator, Diez B. Roggisch
- Re: Surprise using the 'is' operator, Christophe
- Re: Surprise using the 'is' operator,
codefire
- Re: Surprise using the 'is' operator,
Fredrik Lundh
- Re: Surprise using the 'is' operator, codefire
- Re: Surprise using the 'is' operator, Antoon Pardon
- Re: Surprise using the 'is' operator, John Roth
- Re: Surprise using the 'is' operator, Antoon Pardon
- Re: Surprise using the 'is' operator, Christophe
- Re: Surprise using the 'is' operator, Ben Finney
- Re: Surprise using the 'is' operator,
Fredrik Lundh
- <Possible follow-ups>
- Re: Surprise using the 'is' operator, wesley chun
- Re: Surprise using the 'is' operator, skip
- Re: Surprise using the 'is' operator, Terry Reedy
- Re: Surprise using the 'is' operator,
wesley chun
- Re: Surprise using the 'is' operator,
tobiah
- Re: Surprise using the 'is' operator, Simon Brunning
- Re: Surprise using the 'is' operator, tobiah
- Message not available
- Re: Surprise using the 'is' operator, Steve Holden
- Re: Surprise using the 'is' operator, Georg Brandl
- Re: Surprise using the 'is' operator, tobiah
- Re: Surprise using the 'is' operator, Georg Brandl
- Re: Surprise using the 'is' operator, Duncan Booth
- Re: Surprise using the 'is' operator, Terry Reedy
- Re: Surprise using the 'is' operator, Georg Brandl
- Re: Surprise using the 'is' operator, Terry Reedy
- Re: Surprise using the 'is' operator, tobiah
- Re: Surprise using the 'is' operator, tobiah
- Re: Surprise using the 'is' operator,
tobiah
- Re: Surprise using the 'is' operator, tobiah
- Re: Query regarding grep!!, Nick Vatamaniuc
- <Possible follow-ups>
- Re: Query regarding grep!!,
Fredrik Lundh
- Re: Query regarding grep!!, johnzenger
- Re: Logfile analysing with pyparsing, Nick Vatamaniuc
- Re: Logfile analysing with pyparsing, Paul McGuire
- Re: Iterating by both element and index?..., Robert Kern
- Re: Python extensions on Win32,
"Martin v. Löwis"
- Re: Python extensions on Win32, Steve Holden
- Re: Python CTypes translation of (pv != NULL),
Gabriel Genellina
- Re: Python CTypes translation of (pv != NULL),
p . lavarre
- Re: Python CTypes translation of (pv != NULL), Gabriel Genellina
- Re: Python CTypes translation of (pv != NULL), p . lavarre
- Re: Python CTypes translation of (pv != NULL), Thomas Heller
- Re: Python CTypes translation of (pv != NULL), Gabriel Genellina
- Re: Python CTypes translation of (pv != NULL), p . lavarre
- Re: Python CTypes translation of (pv != NULL), p . lavarre
- Re: Python CTypes translation of (pv != NULL), Gabriel Genellina
- Re: Python CTypes translation of (pv != NULL),
p . lavarre
- Re: Python CTypes translation of (pv != NULL),
Thomas Heller
- Re: Python CTypes translation of (pv != NULL), p . lavarre
- Re: does anybody earn a living programming in python?, James Stroud
- Re: does anybody earn a living programming in python?, Paul Rubin
- Re: does anybody earn a living programming in python?,
Robert Kern
- Re: does anybody earn a living programming in python?,
walterbyrd
- Re: does anybody earn a living programming in python?, Dustan
- Re: does anybody earn a living programming in python?, skip
- Re: does anybody earn a living programming in python?, Fredrik Lundh
- Re: does anybody earn a living programming in python?, Diez B. Roggisch
- Re: does anybody earn a living programming in python?, walterbyrd
- QOTW (was Re: does anybody earn a living programming in python?), Aahz
- Re: QOTW (was Re: does anybody earn a living programming in python?), Sybren Stuvel
- Re: QOTW (was Re: does anybody earn a living programming in python?), Felipe Almeida Lessa
- Re: does anybody earn a living programming in python?,
walterbyrd
- Message not available
- Re: does anybody earn a living programming in python?, Felipe Almeida Lessa
- Re: does anybody earn a living programming in python?,
Max M
- Re: does anybody earn a living programming in python?,
walterbyrd
- Re: does anybody earn a living programming in python?, Stuart Bishop
- Re: does anybody earn a living programming in python?, Magnus Lycka
- Re: does anybody earn a living programming in python?,
walterbyrd
- Re: does anybody earn a living programming in python?, Neil Hodgson
- Re: does anybody earn a living programming in python?, Fuzzyman
- Re: does anybody earn a living programming in python?, faulkner
- Re: does anybody earn a living programming in python?, Christian
- Re: does anybody earn a living programming in python?, Heikki Toivonen
- Re: does anybody earn a living programming in python?, skip
- Re: does anybody earn a living programming in python?, Gabriel Genellina
- Re: does anybody earn a living programming in python?, Aahz
- Re: does anybody earn a living programming in python?, Fredrik Lundh
- Message not available
- Re: does anybody earn a living programming in python?, Bruno Desthuilliers
- Re: does anybody earn a living programming in python?, MaR
- Re: does anybody earn a living programming in python?,
gslindstrom
- Re: does anybody earn a living programming in python?,
Anthony Baxter
- Re: does anybody earn a living programming in python?, Steven D'Aprano
- Re: does anybody earn a living programming in python?, Roy Smith
- Re: does anybody earn a living programming in python?, Steven D'Aprano
- Re: does anybody earn a living programming in python?, Hendrik van Rooyen
- Re: does anybody earn a living programming in python?, rzed
- Message not available
- Re: does anybody earn a living programming in python?, Fredrik Lundh
- Re: does anybody earn a living programming in python?, Paul Boddie
- Re: does anybody earn a living programming in python?, George Sakkis
- Re: does anybody earn a living programming in python?, Paul Boddie
- Re: does anybody earn a living programming in python?, Dan Bishop
- Re: does anybody earn a living programming in python?, Paul Boddie
- Re: does anybody earn a living programming in python?, Ben Finney
- Re: does anybody earn a living programming in python?,
Anthony Baxter
- Re: does anybody earn a living programming in python?, OKB (not okblacke)
- Re: accepts decorator,
urielka
- Re: accepts decorator,
Gabriel Genellina
- Re: accepts decorator, urielka
- Re: accepts decorator,
Gabriel Genellina
- Re: Printing a percent sign,
Rob Williscroft
- Re: Printing a percent sign, Rob Williscroft
- Re: Printing a percent sign, Georg Brandl
- Re: Printing a percent sign, Fredrik Lundh
- Re: Printing a percent sign,
stephen
- Re: Printing a percent sign,
John Machin
- Re: Printing a percent sign, Lawrence D'Oliveiro
- Re: Printing a percent sign, Diez B. Roggisch
- Re: Printing a percent sign, John Machin
- Re: Printing a percent sign, Lawrence D'Oliveiro
- Re: Printing a percent sign, John Machin
- Re: Printing a percent sign, Fredrik Lundh
- Re: Printing a percent sign, John Machin
- Re: Printing a percent sign,
John Machin
- Re: ANN: dmath 0.9 - Math routines for the Decimal type,
Brian Beck
- Re: ANN: dmath 0.9 - Math routines for the Decimal type, km
- Message not available
- Re: ANN: dmath 0.9 - Math routines for the Decimal type, Fredrik Lundh
- Re: Embed Python in HTML?, Ramon Diaz-Uriarte
- Re: Embed Python in HTML?, Fredrik Lundh
- Re: R.S.I. solutions?,
Diez B. Roggisch
- Re: R.S.I. solutions?,
skip
- Re: R.S.I. solutions?, Diez B. Roggisch
- Message not available
- Re: R.S.I. solutions?, Eric S. Johansson
- Message not available
- Re: R.S.I. solutions?, Eric S. Johansson
- Message not available
- Message not available
- Re: R.S.I. solutions?, skip
- Re: R.S.I. solutions?,
skip
- Re: SSL meta data,
Paul Rubin
- Re: SSL meta data,
Jan Dries
- Re: SSL meta data, Paul Rubin
- Re: SSL meta data, BerndWill
- Re: SSL meta data,
Jan Dries
- Re: SSL meta data, Lawrence D'Oliveiro
- Re: 2.5 updates for syntax file,
Andrea
- Re: 2.5 updates for syntax file, John Salerno
- Re: 2.5 updates for syntax file,
Grzegorz Makarewicz
- Re: 2.5 updates for syntax file, Fuzzyman
- Re: 2.5 updates for syntax file, John Salerno
- Re: Is there a regular expression for finding email address ?, Diez B. Roggisch
- Re: python gtk based file manager,
faulkner
- Re: python gtk based file manager, Fabian Braennstroem
- <Possible follow-ups>
- Re: SimpleXMLRPCServer and socket, Fredrik Lundh
- Re: SimpleXMLRPCServer and socket, Juju
- Re: SimpleXMLRPCServer and socket, Fredrik Lundh
- Re: Emphasizing a gtk.Label, Maciej Dziardziel
- Re: Emphasizing a gtk.Label, MonkeeSage
- Re: Emphasizing a gtk.Label,
skip
- Re: Emphasizing a gtk.Label, ravenheart
- Re: Remap Mysql tuple to dictionary, Fredrik Lundh
- Re: Remap Mysql tuple to dictionary, Tim Chase
- Message not available
- Re: Remap Mysql tuple to dictionary,
Lawrence D'Oliveiro
- Re: Remap Mysql tuple to dictionary,
Fredrik Lundh
- Re: Remap Mysql tuple to dictionary, Lawrence D'Oliveiro
- Re: Remap Mysql tuple to dictionary, Fredrik Lundh
- Re: Remap Mysql tuple to dictionary, Lawrence D'Oliveiro
- Re: Remap Mysql tuple to dictionary, Fredrik Lundh
- Re: Remap Mysql tuple to dictionary, Lawrence D'Oliveiro
- Re: Remap Mysql tuple to dictionary, Fredrik Lundh
- Re: Remap Mysql tuple to dictionary, Lawrence D'Oliveiro
- Re: Remap Mysql tuple to dictionary, Steve Holden
- Re: Remap Mysql tuple to dictionary, Frank Millman
- Re: Remap Mysql tuple to dictionary, Fredrik Lundh
- Re: Remap Mysql tuple to dictionary, Frank Millman
- Re: Remap Mysql tuple to dictionary, Steve Holden
- Message not available
- Re: Remap Mysql tuple to dictionary, Tim Chase
- Message not available
- Re: Remap Mysql tuple to dictionary, Simon Brunning
- Re: Remap Mysql tuple to dictionary,
Fredrik Lundh
- Re: Remap Mysql tuple to dictionary, Diez B. Roggisch
- Re: Remap Mysql tuple to dictionary, Simon Brunning
- Re: Remap Mysql tuple to dictionary, Fredrik Lundh
- Re: Remap Mysql tuple to dictionary, Lawrence D'Oliveiro
- Re: Remap Mysql tuple to dictionary, Fredrik Lundh
- Re: Advice for a novice on making ambitious cross-platform GUI app, Wildemar Wildenburger
- Re: Advice for a novice on making ambitious cross-platform GUI app, crystalattice
- Re: Python API to OS X Address Book?, Diez B. Roggisch
- Re: Deprecation in String.joinfields(), John Machin
- Re: Deprecation in String.joinfields(), Fredrik Lundh
- Re: Deprecation in String.joinfields(), Benjamin Niemann
- Re: Deprecation in String.joinfields(), Larry Bates
- Re: installation of python-dev,
Diez B. Roggisch
- Re: installation of python-dev, "Martin v. Löwis"
- Re: Job offer python programmer,
Paul Rubin
- Re: Job offer python programmer, johannes
- Re: Job offer python programmer, Fredrik Lundh
- Re: Newbie question: PyQt & Form::init(),
Diez B. Roggisch
- Re: Newbie question: PyQt & Form::init(),
Sven Ehret
- Re: Newbie question: PyQt & Form::init(), Diez B. Roggisch
- Re: Newbie question: PyQt & Form::init() SOLVED, Sven Ehret
- Re: Newbie question: PyQt & Form::init(),
Sven Ehret
- Re: Leave the putdowns in the Perl community, the Python world does not need them,
Steven Bethard
- Re: Leave the putdowns in the Perl community, the Python world does not need them, John Machin
- Re: Leave the putdowns in the Perl community, the Python world does not need them, rdsteph
- Re: Leave the putdowns in the Perl community, the Python world does not need them, Steve Holden
- Re: Leave the putdowns in the Perl community, the Python world does not need them, John Salerno
- Re: Problems with Python 2.5 installer., "Martin v. Löwis"
- Re: Problems with Python 2.5 installer., John Machin
- Re: How to run in background?, Gabriel Genellina
- <Possible follow-ups>
- Re: How do I submit fixes for urllib2 & urlparse?, Steve Holden
- Re: How do I submit fixes for urllib2 & urlparse?, John J. Lee
- Re: How do I submit fixes for urllib2 & urlparse?, John J. Lee
- Re: Makin search on the other site and getting data and writing in xml,
Fredrik Lundh
- Re: Makin search on the other site and getting data and writing in xml,
altemurbugra
- Re: Makin search on the other site and getting data and writing in xml, Adam Jones
- Re: Makin search on the other site and getting data and writing in xml, altemurbugra
- Re: Makin search on the other site and getting data and writing in xml, altemurbugra
- Re: Makin search on the other site and getting data and writing in xml, altemurbugra
- Re: Makin search on the other site and getting data and writing in xml, Fredrik Lundh
- Re: Makin search on the other site and getting data and writing in xml,
Steven D'Aprano
- Re: Makin search on the other site and getting data and writing in xml, Steve Holden
- Re: Makin search on the other site and getting data and writing in xml, Lawrence D'Oliveiro
- Re: Makin search on the other site and getting data and writing in xml, Steve Holden
- Message not available
- Re: Makin search on the other site and getting data and writing in xml, Ben Finney
- Re: Makin search on the other site and getting data and writing in xml, Lawrence D'Oliveiro
- Re: Makin search on the other site and getting data and writing in xml, Steve Holden
- Re: Makin search on the other site and getting data and writing in xml, altemurbugra
- Re: Makin search on the other site and getting data and writing in xml, Stefan Behnel
- Re: Makin search on the other site and getting data and writing in xml, Fredrik Lundh
- Re: Makin search on the other site and getting data and writing in xml, altemurbugra
- Re: Makin search on the other site and getting data and writing in xml, Diez B. Roggisch
- Re: Makin search on the other site and getting data and writing in xml, Fredrik Lundh
- Re: Makin search on the other site and getting data and writing in xml, altemurbugra
- Re: Makin search on the other site and getting data and writing in xml, George Sakkis
- Re: Makin search on the other site and getting data and writing in xml, Paul Boddie
- Re: Making search on the other site and getting data and writing in xml, Lawrence D'Oliveiro
- Re: Makin search on the other site and getting data and writing in xml,
altemurbugra
- Re: PyOpenGL pour python 2.5 ???,
Bruno Desthuilliers
- Re: PyOpenGL pour python 2.5 ???,
Sébastien Ramage
- Re: PyOpenGL pour python 2.5 ???, andychambers2002
- Re: PyOpenGL pour python 2.5 ???, Ziga Seilnacht
- Re: PyOpenGL pour python 2.5 ???, Sébastien Ramage
- Re: PyOpenGL pour python 2.5 ???,
Sébastien Ramage
- Re: unicode, bytes redux, Duncan Booth
- Re: unicode, bytes redux,
Paul Rubin
- Re: unicode, bytes redux,
Leif K-Brooks
- Message not available
- Message not available
- Re: unicode, bytes redux, Paul Rubin
- Re: unicode, bytes redux, John Machin
- Re: unicode, bytes redux,
Leif K-Brooks
- Message not available
- Message not available
- Re: unicode, bytes redux, Fredrik Lundh
- Re: unicode, bytes redux, John Machin
- Re: unicode, bytes redux, Fredrik Lundh
- Re: unicode, bytes redux, Walter Dörwald
- Re: Unexpected behaviour of csv module,
John Machin
- Re: Unexpected behaviour of csv module,
Andrew McLean
- Re: Unexpected behaviour of csv module, John Machin
- Re: Unexpected behaviour of csv module, Andrew McLean
- Re: Unexpected behaviour of csv module, John Machin
- Re: Unexpected behaviour of csv module, skip
- Re: Unexpected behaviour of csv module, John Machin
- Re: Unexpected behaviour of csv module,
Andrew McLean
- Re: Talking to marketing people about Python, Steve Holden
- Re: Talking to marketing people about Python, Sybren Stuvel
- Re: Talking to marketing people about Python, GHUM
- Re: Talking to marketing people about Python, Kay Schluehr
- Re: Talking to marketing people about Python,
rdsteph
- Re: Talking to marketing people about Python,
Roy Smith
- Re: Talking to marketing people about Python, Fredrik Lundh
- Re: Talking to marketing people about Python, rdsteph
- Re: Talking to marketing people about Python,
Carl Banks
- Re: Talking to marketing people about Python, John J. Lee
- Re: Talking to marketing people about Python,
Roy Smith
- Re: Talking to marketing people about Python, John Salerno
- Re: Talking to marketing people about Python,
codefire
- Re: Talking to marketing people about Python, Fredrik Lundh
- Re: Talking to marketing people about Python,
Roy Smith
- Message not available
- Re: Talking to marketing people about Python, codefire
- Re: interactive programe-pyTTS &Tk, Rob Williscroft
- Re: ruby %w equivalent,
John Machin
- Re: ruby %w equivalent,
Tim Chase
- Re: ruby %w equivalent, MonkeeSage
- Re: ruby %w equivalent,
Thorsten Kampe
- Re: ruby %w equivalent, Georg Brandl
- Re: ruby %w equivalent, Antoine De Groote
- Re: ruby %w equivalent, Antoine De Groote
- Re: ruby %w equivalent, Thorsten Kampe
- Re: ruby %w equivalent, Antoine De Groote
- Re: ruby %w equivalent,
Tim Chase
- Re: ruby %w equivalent,
p . lavarre
- Re: ruby %w equivalent, John Machin
- Re: ruby %w equivalent,
hg
- Re: ruby %w equivalent,
MonkeeSage
- Re: ruby %w equivalent, hg
- Re: ruby %w equivalent, hg
- Message not available
- Re: ruby %w equivalent, Duncan Booth
- Re: ruby %w equivalent, Nick Craig-Wood
- Re: ruby %w equivalent,
MonkeeSage
- Re: ruby %w equivalent, Piet van Oostrum
- Re: Daemonizing python,
Paul Rubin
- Re: Daemonizing python,
Bjoern Schliessmann
- Re: Daemonizing python, NinjaZombie
- Re: Daemonizing python, Paul Rubin
- Re: Daemonizing python, NinjaZombie
- Re: Daemonizing python,
Bjoern Schliessmann
- Re: Daemonizing python,
Diez B. Roggisch
- Re: Daemonizing python,
Paul Rubin
- Re: Daemonizing python, Diez B. Roggisch
- Re: Daemonizing python,
Paul Rubin
- Re: Daemonizing python,
Andi Clemens
- Re: Daemonizing python, andychambers2002
- Re: SQL reports like in MS Access, Luis M. González
- Re: newbie IronPython compiled scripts speed question, Lawrence Oluyede
- Re: newbie IronPython compiled scripts speed question, bearophileHUGS
- Re: ctypes question about call by reference,
Lawrence Oluyede
- Re: Re: ctypes question about call by reference,
Oliver Andrich
- Re: ctypes question about call by reference, Lawrence Oluyede
- Re: Re: ctypes question about call by reference, Oliver Andrich
- Re: ctypes question about call by reference, Gabriel Genellina
- Re: Re: ctypes question about call by reference,
Oliver Andrich
- Re: gtk.Entry Colors,
MonkeeSage
- Re: gtk.Entry Colors,
Tuomas
- Re: gtk.Entry Colors, MonkeeSage
- Re: gtk.Entry Colors, Tuomas
- Re: gtk.Entry Colors,
Tuomas
- Re: RSS aggregator with curses and feedparser,
Roberto Bechtlufft
- Re: RSS aggregator with curses and feedparser, James Graham
- Re: Question about decorators (with context?), Duncan Booth
- Re: Ideal python idle,
Rainy
- Re: Ideal python idle, Rainy
- Re: Ideal python idle, Rainy
- Re: Verify an e-mail-adress - syntax and dns,
Bjoern Schliessmann
- Re: Verify an e-mail-adress - syntax and dns,
Ingo Linkweiler
- Re: Verify an e-mail-adress - syntax and dns, Marc 'BlackJack' Rintsch
- Re: Verify an e-mail-adress - syntax and dns, Ingo Linkweiler
- Re: Verify an e-mail-adress - syntax and dns, Bjoern Schliessmann
- Re: Verify an e-mail-adress - syntax and dns, Ben Finney
- Re: Verify an e-mail-adress - syntax and dns, Bjoern Schliessmann
- Re: Verify an e-mail-adress - syntax and dns, Steven D'Aprano
- Re: Verify an e-mail-adress - syntax and dns, Christophe
- Re: Verify an e-mail-adress - syntax and dns, Steve Holden
- Re: Verify an e-mail-adress - syntax and dns, Christophe
- Re: Verify an e-mail-adress - syntax and dns, Georg Brandl
- Re: Verify an e-mail-adress - syntax and dns, Christophe
- Re: Verify an e-mail-adress - syntax and dns, Georg Brandl
- Re: Verify an e-mail-adress - syntax and dns, Steven D'Aprano
- Re: Verify an e-mail-adress - syntax and dns, Christophe
- Re: Verify an e-mail-adress - syntax and dns, Diez B. Roggisch
- Re: Verify an e-mail-adress - syntax and dns, Frithiof Andreas Jensen
- Re: Verify an e-mail-adress - syntax and dns, Fredrik Lundh
- Re: Verify an e-mail-adress - syntax and dns,
Ingo Linkweiler
- <Possible follow-ups>
- Re: Verify an e-mail-adress - syntax and dns, Tim Williams
- <Possible follow-ups>
- where the hell is the run command of PyPe editor?, daniel
- Re: Difficulty with maxsplit default value for str.split, Nick Vatamaniuc
- Re: Difficulty with maxsplit default value for str.split,
Fredrik Lundh
- Re: Difficulty with maxsplit default value for str.split, Steven D'Aprano
- Re: Difficulty with maxsplit default value for str.split, Paul Rubin
- Re: What is the best way to "get" a web page?,
Paul McGuire
- Re: What is the best way to "get" a web page?,
Pete
- Re: What is the best way to "get" a web page?, George Sakkis
- Re: What is the best way to "get" a web page?, Pete
- Re: What is the best way to "get" a web page?, Rainy
- Re: What is the best way to "get" a web page?, Felipe Almeida Lessa
- Re: What is the best way to "get" a web page?, Pete
- Re: What is the best way to "get" a web page?,
Pete
- Re: What is the best way to "get" a web page?, Wolfgang Keller
- Re: Regular expression confusion,
John Machin
- Re: Regular expression confusion,
York
- Re: Regular expression confusion, John Machin
- Re: Regular expression confusion,
York
- Re: Regular expression confusion, Fredrik Lundh
- Re: HTTP GET Explodes...,
John Machin
- Re: HTTP GET Explodes...,
Pete
- Re: HTTP GET Explodes..., Pete
- Re: HTTP GET Explodes..., John Machin
- Re: HTTP GET Explodes..., Pete
- Re: HTTP GET Explodes..., John Machin
- Message not available
- Re: HTTP GET Explodes..., Pete
- Message not available
- Re: HTTP GET Explodes..., Pete
- Re: HTTP GET Explodes..., John Machin
- Re: HTTP GET Explodes..., MonkeeSage
- Re: HTTP GET Explodes..., Pete
- Re: HTTP GET Explodes...,
Pete
- Re: Extended slices and indices,
Robert Kern
- Re: Extended slices and indices,
GavinCrooks
- Re: Extended slices and indices, Robert Kern
- Re: Extended slices and indices,
GavinCrooks
- Re: assignment hook,
Roy Smith
- Re: assignment hook, John Machin
- Re: assignment hook,
Georg Brandl
- Re: assignment hook, Fredrik Lundh
- Re: webbrowser module's Firefox support,
MonkeeSage
- Re: webbrowser module's Firefox support,
Dustan
- Re: webbrowser module's Firefox support, MonkeeSage
- Re: webbrowser module's Firefox support, Dustan
- Re: webbrowser module's Firefox support,
Dustan