ListLibrary
ListLibrary provides free, highly-readable public mailing list archives. If you
run a list, we'd be happy to archive it. (More about the site.)
Recent Messages
-
CherryPy decorators question
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
Python 3.0 urllib.parse.urlencode()
Hello, I'm writing a test suite that uses URLs and HTTP requests. I would like to use a 'latin-1' for encoding some of the query string information. I noticed in the Python 3.0 library documentation that urllib.parse.quote_plus() allows me to send "bytes". When I use
-
May Meeting
Just for clarification, the Silversmith location would be for May---a few months ahead. I have no idea on the March meeting. If there is interest in this (which there seems to be), I will need to make a few phone calls to see if I can reserve the space for that evening. Sadly, hotels don't operate on a "charity model" although I
-
March topics
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
March meeting
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
Sony Playstation - Python Developer - Full-Time
Opportunity
_______________________________________________ Chicago mailing list http://mail.python.org/mailman/listinfo/chicago
-
Pycon Session Chairs
Hi All, http://us.pycon.org/2009/conference/schedule/ The session chair is responsible for being at the session a little early, helping the speaker with water and instruction, introducting the speaker, and keeping the speaker aware of time. I'll help you
-
chiPHPug-discuss Digest, Vol 34, Issue 6
http://www.sittercity.com/blog/childcare/we-moved.html Dominic 602 214-8867 Custom Innovation, LLC 333 N. Michigan Ave.
-
Meeting WED FEB 18
Jason is out of town, but I'm actually back in action, so as far as I Mart. I'm not sure of the Suite number, and the speakers/topics are still slightly sketchy, but the website is up to date for once, and I'll update it as I find out more.
-
ANN: Nose Plugin to run JavaScript tests
I've been messing around with a Nose plugin that discovers JavaScript test files (just like .py files but ending in .js). It collects them and runs them all at the end in a java subprocess using Rhino. Not the most elegant solution but so far it seems like a nice way to maintain a test suite of both Python and JavaScript code.
-
"The Big PHP IDE Test: Why Use One And Which
To Choose"
Good article, but they left out my current favourite, Coda. http://panic.com/coda/ ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-
"The Big PHP IDE Test: Why Use One And Which To
Choose"
http://www.smashingmagazine.com/2009/02/11/the-big-php-ides-test-why-use-oneand-which-to-choose/ I'm not a designer, but I love smashing. Neil -- The views expressed here do not necessarily represent the unanimous
-
drivers/net/atl1e: fix sparse warnings: fix signedness
drivers/net/atl1e/atl1e_main.c:716:39: warning: incorrect type in argument 2 (different signedness) drivers/net/atl1e/atl1e_param.c:57:1: warning: incorrect type in initializer (different signedness) drivers/net/atl1e/atl1e_param.c:68:1: warning: incorrect type in initializer (different signedness) drivers/net/atl1e/atl1e_param.c:81:1: warning: incorrect type in initializer (different signedness) drivers/net/atl1e/atl1e_param.c:92:1: warning: incorrect type in initializer (different signedness)
-
drivers/net/arcnet: fix sparse warning: symbol shadows
an earlier one
Impact: Remove redundant inner scope variable. drivers/net/arcnet/arcnet.c:383:21: warning: symbol 'count' shadows an earlier one drivers/net/arcnet/arcnet.c:375:13: originally declared here --- drivers/net/arcnet/arcnet.c | 1 -
-
drivers/net/s2io.c: fix sparse warning: symbol shadows
an earlier one
Impact: Remove redundant inner scope variable. drivers/net/s2io.c:7223:21: warning: symbol 'i' shadows an earlier one drivers/net/s2io.c:7184:13: originally declared here --- drivers/net/s2io.c | 1 -
-
drivers/net/r6040.c: fix sparse warning: Using plain
integer as NULL pointer
drivers/net/r6040.c:487:31: warning: Using plain integer as NULL pointer drivers/net/r6040.c:492:31: warning: Using plain integer as NULL pointer --- drivers/net/r6040.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
-
drivers/net/ppp*.c: fix sparse warnings: fix signedness
drivers/net/ppp_generic.c:919:43: warning: incorrect type in argument 1 (different signedness) drivers/net/pppoe.c:1195:43: warning: incorrect type in argument 1 (different signedness) drivers/net/pppol2tp.c:2666:43: warning: incorrect type in argument 1 (different signedness) --- drivers/net/ppp_generic.c | 2 +-
-
drivers/net/ni65.c: fix sparse warnings: fix signedness
drivers/net/ni65.c:488:36: warning: incorrect type in argument 2 (different signedness) --- drivers/net/ni65.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/net/ni65.c b/drivers/net/ni65.c
-
drivers/net/lance.c: fix sparse warnings: fix signedness
Impact: Besides from fixing the signedness issue remove some whitespace to obey to the 80 character limit. drivers/net/lance.c:399:19: warning: incorrect type in assignment (different signedness) drivers/net/lance.c:654:29: warning: incorrect type in argument 2 (different signedness) ---
-
drivers/net/niu.c: fix sparse warning: symbol shadows
an earlier one
Impact: Move variable declaration to a more inner scope. drivers/net/niu.c:2399:21: warning: symbol 'err' shadows an earlier one drivers/net/niu.c:2287:13: originally declared here --- drivers/net/niu.c | 2 +-
-
drivers/net/ns83820.c: fix sparse warnings: fix
signedness
drivers/net/ns83820.c:479:36: warning: incorrect type in argument 2 (different signedness) drivers/net/ns83820.c:479:36: warning: incorrect type in argument 2 (different signedness) drivers/net/ns83820.c:479:36: warning: incorrect type in argument 2 (different signedness) drivers/net/ns83820.c:479:36: warning: incorrect type in argument 2 (different signedness) ---
-
drivers/net/ni65.c: fix sparse warnings: symbol shadows
an earlier one
Impact: Remove redundant variable declaration or move them to a more inner scope. drivers/net/ni65.c:900:37: warning: symbol 'p' shadows an earlier one drivers/net/ni65.c:874:21: originally declared here drivers/net/ni65.c:925:21: warning: symbol 'p' shadows an earlier one
-
drivers/net/e2100.c: fix sparse warning: symbol shadows
an earlier one
Impact: Remove redundant inner scope variable and while being at it make use of ARRAY_SIZE instead of a hardcoded number. drivers/net/e2100.c:219:56: warning: symbol 'i' shadows an earlier one drivers/net/e2100.c:181:13: originally declared here ---
-
drivers/net/at1700.c: fix sparse warning: symbol
shadows an earlier one
Impact: Move variable declaration to a more inner scope. drivers/net/at1700.c:846:21: warning: symbol 'i' shadows an earlier one drivers/net/at1700.c:831:13: originally declared here --- drivers/net/at1700.c | 2 +-
-
drivers/net: fix (sparse) warnings
The following series fixes a couple of (sparse) warnings. --- drivers/net/wireless/prism54: fix sparse warning: fix signedness drivers/net/wireless/ipw2x00: fix sparse warnings: fix signedness drivers/net/wireless/b43: fix warning: format not a string literal and no ...
-
video distortion and lockup with i830 video chip and 2.6.28.3
This message has been generated automatically as a part of a report of regressions introduced between 2.6.27 and 2.6.28. The following bug entry is on the current list of known regressions introduced between 2.6.27 and 2.6.28. Please verify if it still should be listed and let me know (either way).
-
GPF on 2.6.28 and 2.6.28-rc9-git3, e1000e and e1000 issues
This message has been generated automatically as a part of a report of regressions introduced between 2.6.27 and 2.6.28. The following bug entry is on the current list of known regressions introduced between 2.6.27 and 2.6.28. Please verify if it still should be listed and let me know (either way).
-
2.6.29-rc5: Reported regressions 2.6.27 -> 2.6.28
This message contains a list of some regressions introduced between 2.6.27 and 2.6.28, for which there are no fixes in the mainline I know of. If any of them have been fixed already, please let me know. If you know of any other unresolved regressions introduced between 2.6.27 and 2.6.28, please let me know either and I'll add them to the list.
-
Oopses and ACPI problems (Linus 2.6.29-rc4)
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.28. Please verify if it still should be listed and let me know (either way).
-
s2ram: fails to wake up on Acer Extensa 4220 (SMP disabled)
This message has been generated automatically as a part of a report of recent regressions. The following bug entry is on the current list of known regressions from 2.6.28. Please verify if it still should be listed and let me know (either way).
-
2.6.29-rc5: Reported regressions from 2.6.28
This message contains a list of some regressions from 2.6.28, for which there are no fixes in the mainline I know of. If any of them have been fixed already, please let me know. If you know of any other unresolved regressions from 2.6.28, please let me know either and I'll add them to the list. Also, please let me know if any of the