PDA

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 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319

  1. [ANN] SWIG 1.3.37
  2. Re: initialising a class by name
  3. os system command not found
  4. Parent module not loaded error
  5. Re: initialising a class by name
  6. Why this code is working?
  7. Re: initialising a class by name
  8. Re: initialising a class by name
  9. PYTHON HTTP POST
  10. Re: initialising a class by name
  11. Re: initialising a class by name
  12. MySQLdb LIKE '%%%s%%' problem
  13. Re: initialising a class by name
  14. Re: initialising a class by name
  15. Re: initialising a class by name
  16. Re: initialising a class by name
  17. Re: pep 8 constants
  18. read string in bits
  19. Re: pep 8 constants
  20. pep 8 constants
  21. Re: initialising a class by name
  22. initialising a class by name
  23. List/Set/Dict..
  24. Re: problem calling method
  25. Programming friction
  26. problem calling method
  27. executing multiple functions in background simultaneously
  28. Re: Standard IPC for Python?
  29. Re: Standard IPC for Python?
  30. Re: Extracting real-domain-name (without sub-domains) from a given URL
  31. Re: Could you suggest optimisations ?
  32. Re: Standard IPC for Python?
  33. cgi.FieldStorage hanging with Python 3.0 (but works with 2.5.1)
  34. 'Import sys' succeeds in C++ embedded code, but module is not fullyvisible
  35. Pydev 1.4.2 Released
  36. Re: Standard IPC for Python?
  37. Reminder: Calgary Python User Group - 1st Meeting tomorrow - Wed Jan14
  38. Previous PyCon Videos, anyone?
  39. Re: Standard IPC for Python?
  40. Read binary file and dump data in
  41. Python 3.0 urllib.parse.parse_qs results in TypeError
  42. Re: Standard IPC for Python?
  43. Re: Standard IPC for Python?
  44. Re: Standard IPC for Python?
  45. Re: Converting from PyUnicodeObject to char * without calling C API
  46. Re: Standard IPC for Python?
  47. Re: Standard IPC for Python?
  48. Re: Standard IPC for Python?
  49. Re: basic python list/dict/key question/issues..
  50. basic python list/dict/key question/issues..
  51. Re: Standard IPC for Python?
  52. Standard IPC for Python?
  53. ctype problem
  54. Re: Converting from PyUnicodeObject to char * without calling C API
  55. Embedding Python with non-filesystem code source?
  56. Ethernet packet size python
  57. exec in a nested function yields an error
  58. Python threading
  59. Python-URL! - weekly Python news and links (Jan 13)
  60. i want to join developer group
  61. Web Hosting
  62. Re: Extracting real-domain-name (without sub-domains) from a given URL
  63. Re: Relative performance of comparable regular expressions
  64. Re: Extracting real-domain-name (without sub-domains) from a given URL
  65. Re: Extracting real-domain-name (without sub-domains) from a givenURL
  66. Attaching a live interpreter to a script?
  67. Problems in Using C-API for Unicode handling
  68. File buffer flush issue in multi-process in Windows
  69. Ternary operator and tuple unpacking -- What am I missing ?
  70. Web Hosting
  71. Messenger Plus! Live
  72. Unexpected behavior with dictionary keys containment and auser-defined class
  73. Scheduled Tasks - SetFlags
  74. [ANN] The Python Papers Volume 3 Issue 3
  75. Re: Slow network?
  76. Re: Slow network?
  77. Re: Slow network?
  78. Re: Slow network?
  79. Re: Slow network?
  80. Re: Slow network?
  81. efficient interval containment lookup
  82. Re: Slow network?
  83. Re: Creating new instances of subclasses.
  84. Slow network?
  85. trying to modify locals() dictionary
  86. python3.0 MySQLdb
  87. Simple CGI-XMLRPC failure
  88. Re: Bug in python [was: Fatal Python error: ceval: tstate mix-up]
  89. Re: Bug in python [was: Fatal Python error: ceval: tstate mix-up]
  90. read a password protected xls file
  91. Compressed vs uncompressed eggs
  92. Re: subprocess.Popen stalls
  93. subprocess.Popen stalls
  94. Egg deinstallation
  95. RE: strange dict issue
  96. Python tricks
  97. Re: strange dict issue
  98. Encoding Title mail
  99. Python logging rollover
  100. debugging ignored exceptions at cleanup
  101. Bug in python [was: Fatal Python error: ceval: tstate mix-up]
  102. Re: Is negative seek() from EOF of a GzipFile supported on Python2.5.2 ?
  103. hlep: a text search and rename question
  104. Re: urllib2 - 403 that _should_ not occur.
  105. Re: Is negative seek() from EOF of a GzipFile supported on Python2.5.2 ?
  106. Re: urllib2 - 403 that _should_ not occur.
  107. Re: urllib2 - 403 that _should_ not occur.
  108. Re: urllib2 - 403 that _should_ not occur.
  109. ActiveState Python Together with "Regular" Python) ((DLE)
  110. Re: urllib2 - 403 that _should_ not occur.
  111. File layout in development stage
  112. urllib2 - 403 that _should_ not occur.
  113. Where Find Activestate Python 2.5?
  114. Object help
  115. Does Python really follow its philosophy of "Readability counts"?
  116. Re: Is negative seek() from EOF of a GzipFile supported on Python2.5.2 ?
  117. Unbinding Tkinter default bindings for Listbox
  118. template inheritance
  119. Bad hack fix around a bizarre problem...
  120. Advanced Technology
  121. Stop Israeli terrorism against Palestine’s children
  122. parsing javascript generated files...
  123. Python strings and coding conventions
  124. import relative (with a directory)
  125. Regex for unicode letter characters
  126. Pickling classes (not class instances)
  127. Re: urlopen exception
  128. Re: Looking for an efficient Python script to download and save a.zip file programmatically
  129. Python 2.6.1 @executable_path
  130. Python 2.6.1 @executable_path
  131. Python 2.6.1 @executable_path
  132. Re: urlopen exception
  133. Re: urlopen exception
  134. Saw children in the face of tanks
  135. are there some special about '\x1a' symbol
  136. NorthwestPythonDay, 31 Jan 2009
  137. if-else statement
  138. Free Download - Microsoft Windows 7 Beta
  139. Mocking `from foo import *` functions
  140. Re: Jython 2.5 Beta1 Released!
  141. Re: Detecting open files and forcing closure
  142. download timeout vs. socket timeout
  143. Common path all PyObjects take on destruction?
  144. RE: spawning pyhon apps...
  145. Re: Why can't I store a DLL in a module library Zip file?
  146. RE: spawning pyhon apps...
  147. Re: spawning pyhon apps...
  148. spawning pyhon apps...
  149. redirecting stderr back..
  150. redirecting stderr back..
  151. string split
  152. string split
  153. string split
  154. distinction between unzipping bytes and unzipping a file
  155. Re: Where's Psyco now?
  156. Over 150 PSP Games
  157. Re: Python Imaging Library and textmate
  158. how to remove 'FFFD' character
  159. Re: Problem with -3 switch
  160. VOTN ja ECH 6210kHz
  161. Re: Guaranteeing an n-byte data type?
  162. Re: Guaranteeing an n-byte data type?
  163. Re: Python Imaging Library and textmate
  164. Python Apache Handler
  165. win32gui
  166. Re: Fatal Python error: ceval: tstate mix-up
  167. Re: Fatal Python error: ceval: tstate mix-up
  168. Line completion with custom commands
  169. Fatal Python error: ceval: tstate mix-up
  170. Encrypted Logging in python
  171. Re: threading in PyQt vs threading in standard library
  172. Re: threading in PyQt vs threading in standard library
  173. threading in PyQt vs threading in standard library
  174. Re: Best practice in organize classes into modules
  175. Re: Best practice in organize classes into modules
  176. Re: Best practice in organize classes into modules
  177. Re: Best practice in organize classes into modules
  178. Re: Best practice in organize classes into modules
  179. Best practice in organize classes into modules
  180. Implementing file reading in C/Python
  181. Python 2.6 fails on compiling > Bug report
  182. OSCON 2009: Call For Participation
  183. BadZipfile "file is not a zip file"
  184. Palestinians Under Attack
  185. Re: Work with Open Office
  186. Re: [Python-Dev] compiling python2.5 on linux under wine
  187. drive a desktop app from python?
  188. ulimit stack size and python threads
  189. Re: mmap only supports string
  190. Re: How to deepcopy a list of user defined lists?
  191. Re: Tree views - Best design practices
  192. Re: Work with Open Office
  193. Re: Making a decorator a staticmethod
  194. Re: How do you write to the printer ?
  195. Making a decorator a staticmethod
  196. Re: cPickle vs pickle discrepancy
  197. ftplib - 226 message not received
  198. socket and thread
  199. Re: Tree views - Best design practices
  200. Re: Tree views - Best design practices
  201. Re: Tree views - Best design practices
  202. Re: Tree views - Best design practices
  203. RE: Nubie question: how to not pass "self" in call to seek()function ?
  204. sftp with no password from python
  205. "python -3" not working as expected
  206. Symposium “Image Processing and Visualization in Solid Mechanics Processes” within the ESMC2009 Conference – Announce & Call for Papers
  207. Re: [Python-Dev] compiling python2.5 on linux under wine
  208. How to Delete a Cookie?
  209. Re: Nubie question: how to not pass "self" in call to seek() function?
  210. Re: [Python-Dev] compiling python2.5 on linux under wine
  211. Re: [Python-Dev] compiling python2.5 on linux under wine
  212. Re: [Python-Dev] compiling python2.5 on linux under wine
  213. Re: [Python-Dev] compiling python2.5 on linux under wine
  214. Default __nonzero__ impl doesn't throw a TypeError exception
  215. Re: [Python-Dev] compiling python2.5 on linux under wine
  216. Re: [Python-Dev] compiling python2.5 on linux under wine
  217. Python Community Service Awards
  218. Reading C# serialized objects into Python?
  219. Force exception on attribute write access only one object
  220. eval('07') works, eval('08') fails, why?
  221. Re: How to deepcopy a list of user defined lists?
  222. Re: How to deepcopy a list of user defined lists?
  223. How to deepcopy a list of user defined lists?
  224. os.fork and pty.fork
  225. Re: frontend + backend style application design
  226. frontend + backend style application design
  227. Re: asynchronous events with multithreading and multiprocessing withcircuits
  228. asynchronous events with multithreading and multiprocessing withcircuits
  229. parallel and/or synchronous start/run/stop on multiple boxes
  230. Generator metadata/attributes
  231. subclassing multiprocessing.Process
  232. mmap doesn't support weakref
  233. mmap only supports string
  234. Distutils, bdist_XXX, rpmbuild issues
  235. Re: Unexpected scientific notation
  236. buffer creates only read-only buffer?
  237. Re: Regular Expressions...
  238. Re: Unexpected scientific notation
  239. Unexpected scientific notation
  240. Regular Expressions...
  241. Re: [SPAM] Re: How do you write to the printer ?
  242. Re: Regular Expressions...
  243. Re: Regular Expressions...
  244. Regular Expressions...
  245. Printed Documentation
  246. How to store passwords?
  247. Re: Creating new instances of subclasses.
  248. Re: compiling python2.5 on linux under wine
  249. del behavior 2
  250. del behavior