View Full Version : Python


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 [59] 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273

  1. RE: mod_python: How to make a single object available toallinstances?
  2. aspn python
  3. unittest: Proposal to add failUnlessNear
  4. RE: Printing on Windows
  5. RE: Printing on Windows
  6. Python based C pre processor?
  7. convert list of strings to set of regexes; convert list of strings to trie
  8. wxWindows from PythonCard
  9. Re: py_xmlrpc is it supported?
  10. Python 2.2 code continues running before list comprehension is completed?
  11. Python Game Interview, Steve Moret
  12. static class variables and module scope
  13. RE: Run as service
  14. Re: sys.stdout redirection
  15. Grabbing stdout From Embedded Interpreter
  16. Metaclasses for class mangling after definition.
  17. Dr. Dobb's Python-URL! - weekly Python news and links (Jul 19)
  18. RE: Printing on Windows
  19. identifier class enforcement
  20. Dr. Dobb's Python-URL! - weekly Python news and links (Jul 19)
  21. Dr. Dobb's Python-URL! - weekly Python news and links (July 19)
  22. Re: Metaclasses for class mangling after definition.
  23. doctest bug?
  24. [mod_python] Crash on getting request's allowed_xmethods an boundary
  25. No config directory in /usr/lib/python2.3 ?
  26. How to activate a new window in Python
  27. PEP 331: Locale-Independent Float/String Conversions
  28. Pattern Matching
  29. Pattern Matching
  30. RE: Are the built-in HTTP servers production quality?
  31. RE: Are the built-in HTTP servers production quality?
  32. Re: Sorted list as an alternative to dictionary for when you onlyneed keys?
  33. R: Sorted list as an alternative to dictionary for when you onlyneedkeys?
  34. Re: Re: Sorted list as an alternative to dictionary for when youonly need keys?
  35. Re: Re: Sorted list as an alternative to dictionary for when youonly need keys?
  36. Python and Turtle Graphics
  37. R: Re: Sorted list as an alternative to dictionary for when youonlyneed keys?
  38. RE: Sorted list as an alternative to dictionary for when youonlyneedkeys?
  39. Scripting HTTP POST - multipart/form-data
  40. Parsing other languages -> function map
  41. RE: Question For Language Lawyers - WAS: Re: Combining colonstatements on one line?
  42. Re: Re: Sorted list as an alternative to dictionary for whenyouonly need keys?
  43. Converting to Visual Python
  44. aspn python
  45. RE: Printing on Windows
  46. Creating a timedelta counter...
  47. newbie NLTK question
  48. Re: httplib.HTTPSConnection problem
  49. Richard Flaherty/MIS/Circuit City is out of the office.
  50. Call for Grant Proposals
  51. XML and Python
  52. Importing modules takes long time
  53. Re: newbie NLTK question
  54. RE: Importing modules takes long time
  55. Nice garbage collector for C extensions!
  56. [wxPython] wxComboBox <> combobox :(
  57. high cpu usage in wxPython with Twisted
  58. default values in tuple assignment?
  59. Parsing SGML given DTD using python
  60. Zope problem
  61. QTimer and PyQt
  62. International Conference SETIT 2005
  63. RE: Dr. Dobb's Python-URL! - weekly Python news and links (Jul 19)
  64. Python and SAML
  65. error: cannot find input file: Modules/Setup.config.in
  66. datetime.fromstr() - how?
  67. installing my own module: module not recognized
  68. [wxPython] Validator for TxtCtrl to trigger with a custom Button handler
  69. Image Module Bug
  70. Problem with RE in AbstractBasicAuthHandler
  71. VB(ish) replacement
  72. [py2exe] __debug__ = 0 - how?
  73. Installation Python2.3.4 & Mandrake 10
  74. keep Java object alive between two script
  75. Re: Installation Python2.3.4 & Mandrake 10
  76. Win32 COM irony
  77. CVS style argument parsing?
  78. cPickle and pgsql...damn!!
  79. Re: cPickle and pgsql...damn!!
  80. distutils alternatives?
  81. GetQueuedCompletionStatus return new OVERLAPPED
  82. PIL ImageGrab.grab memory leak
  83. RE: distutils alternatives?
  84. Getting Extended Exception Information
  85. Re: RE: distutils alternatives?
  86. <method-wrapper>.__self__
  87. HTTP Debugging Proxy
  88. string.encode on HP-UX
  89. An idea.
  90. Getting information from OS
  91. bend or redirect a class method and then call it again
  92. [newbie] Writing to file : "name 'concat' is not defined"?
  93. Reading a file and then writing something back
  94. How to lunch webpage without using SMTP server?
  95. Linux, fcntl, F_SETLEASE and signals
  96. Fatal python error: Inconsistent interned string state
  97. C Ext Questions
  98. [wxPython] Smileys in my text ctrl
  99. exec "statement" VS. exec "statement" in globals(), locals()
  100. What I want in an editor/IDE
  101. hash() algorithm
  102. Re: exec "statement" VS. exec "statement" in globals(), locals()
  103. using generators with format strings
  104. Python .ico
  105. Re: using generators with format strings
  106. number format
  107. Logging with no handlers configured
  108. exec "statement" VS. exec "statement in globals(), locals()
  109. timeout with read operations
  110. RE: Python .ico
  111. RE: number format
  112. Re: Python .ico
  113. python and ssh
  114. RE: Fatal python error: Inconsistent interned string state
  115. Re: ANN: pytz-2004b World timezone library
  116. Re: Is python is fully thread safe
  117. Zope Products newbie question.
  118. RE: question about list of dictionary items
  119. [win32all] GetQueuedCompletionStatus Problem
  120. Problem with urllib.py
  121. problem with installer 6a2 and python 2.3 ftplib
  122. <Watchdog: denied attachment>
  123. Library for the Mozilla address book format (MORK)?
  124. Basic Python Question
  125. Reading responses from Modem.
  126. Re: Reading responses from Modem.
  127. Re: [Python-Dev] Logging with no handlers configured
  128. RE: Reading responses from Modem.
  129. Date calculation
  130. Wondering about learning Python
  131. Python Poker
  132. assertion error
  133. How to get some information about a user or computer in ActiveDirectory?
  134. how can I get the name of a variable (or other object)?
  135. Re: Osama Found Hanged
  136. How can Client get "Client IP" ?
  137. Plone+Formulator
  138. Re: Getting information from OS
  139. pymssql returns error on stored procedure execution
  140. passing GUID parameter to adodbapi
  141. BS_DEFPUSHBUTTON doesn't work inside ProperyPage !?
  142. timeout using alarm signal question??
  143. CHM docs
  144. Problems with pygtk/gtk.glade
  145. C++ SWIG Python comments
  146. Re: assertion error
  147. Problem in splitting a string
  148. Re: Problems with pygtk/gtk.glade
  149. timeout on on socket using alarm signal??
  150. a newbie OptParse thread. Is there a way to catch all?
  151. any cx_Oracle sample code?
  152. timeout and sockets example request??
  153. Re: Problem in splitting a string
  154. Windows build/debugging change for 2.3?
  155. Creating object attributes
  156. Fwd: Re: Problem in splitting a string
  157. Why is this a mem leak?
  158. Re: Problems with pygtk/gtk.glade
  159. Generator not generating
  160. RE: Generator not generating
  161. Re: Generator not generating
  162. Re: Is there a reference/alias/pointer in Python?
  163. Re: Is there a reference/alias/pointer in Python?
  164. Re: Is there a reference/alias/pointer in Python?
  165. Re: Somewhat OT... Computer playing Minesweeper
  166. befuddled by os.exec functions
  167. RE: Is there a reference/alias/pointer in Python?
  168. FW: Reading responses from Modem.
  169. Re: Somewhat OT... Computer playing Minesweeper
  170. math module broken?
  171. RE: math module broken?
  172. RE: math module broken?
  173. CGI database application
  174. ASPN Python Recipe in CHM
  175. Newbie question
  176. Python and KDE
  177. Socket Timeout and SMTP
  178. Re: Socket Timeout and SMTP
  179. "Printing Floating-Point Numbers Quickly and Accurately"
  180. dynamic import
  181. Re: Socket Timeout and SMTP
  182. Re: dynamic import
  183. idle.py commandline
  184. RE: Newbie question
  185. eclipse + pydev
  186. Longint?!
  187. sys.excepthook, getting traceback values
  188. string search function
  189. Re: sys.excepthook, getting traceback values
  190. Simple localhost/proxy Server
  191. File Transfer
  192. interactive editing
  193. Error Codes From a URLError
  194. matplotlib installation
  195. How did I screw this up?
  196. RE: Generator not generating
  197. RE: interactive editing
  198. Multiple Positions: Several East Coast Projects Starting .....
  199. ANN: SciPy04 -- Last day for abstracts and early registration!
  200. Memory leak in Tkinter?????
  201. Threading modeule and condition??
  202. Re: [Yum] Re: Yum error
  203. python-devel installed; can't find distutils.core
  204. literal numbers
  205. Re: [Yum] Re: Yum error
  206. Extending and Embedding doc?
  207. RE: [ctypes-users] [Ann] ctypes 0.9.0 released
  208. Recommendations for Docbook XML transformation with Python?
  209. Re: Recommendations for Docbook XML transformation with Python?
  210. popen bufsize not allowed on windows
  211. Crashing Python.exe with TkInter
  212. Suggestions on Python XML.
  213. File Transfer Need Help
  214. Safe process execution support in Python
  215. object pickling
  216. Partitions of an integer
  217. Re: Simple localhost/proxy Server
  218. Fwd: Your message to Python-list awaits moderator approval
  219. Re: Fwd: Your message to Python-list awaits moderator approval
  220. box-based pretty printer
  221. simple parsing help
  222. scite variable for current lexer (markup)
  223. Re: simple parsing help
  224. RE: Is there a reference/alias/pointer in Python?
  225. Problem stripping line feeds
  226. Re: object pickling
  227. RE: Problem stripping line feeds
  228. Python 1.3.0 Released
  229. exec(formula) does not like embedded "\r" in linux?
  230. JPEG2000 support?
  231. concatinating strings to int... or something :)
  232. capturing the output of external commands
  233. RE: Is there a reference/alias/pointer in Python?
  234. iterating over two sequences at once
  235. Re: iterating over two sequences at once
  236. RE: iterating over two sequences at once
  237. Folding in XEmacs with python mode.
  238. re.split() not keeping matched text
  239. Easy way to remove HTML entities from an HTML document?
  240. RE: Easy way to remove HTML entities from an HTML document?
  241. Re: ANN: pytz-2004b World timezone library
  242. Displaying print messages- Emacs
  243. Python and Glade-2
  244. Re: ANN: pytz-2004b World timezone library
  245. variable is local and global
  246. Static Typing
  247. FlashIME2.0, the auto-complete software with python keyword dicitionary support
  248. yum/synaptic/up2date all broken after FC2 upgrade.
  249. record sound with python
  250. xml_pickle load problem