ANN: repology-client library to access Repology API

2024-01-10 Thread Anna (cybertailor) Vyalkova via Python-list
Hi newsgroup, I needed to fetch Repology data for my pet project and now it's a library: https://pypi.org/project/repology-client/ It uses aiohttp, if that matters. Feel free to use and contribute. -- https://mail.python.org/mailman/listinfo/python-list

Doing it Wrong: python-ldap and delete operations using ldifWriter

2017-03-16 Thread chloe . anna . talbot
I want to do (what I thought) would be quite a simple thing. I have an LDAP entry that looks like this(in LDIF format): dn: cn=myorg,ou=teams,ou=groups,o=company,c=us cn: myorg objectClass: top objectClass: CompanyTeams objectClass: groupOfUniqueNames owner: cn=john,ou=people,o=company,c=us

[issue29545] Python behavioral difference between Linux and AIX

2017-03-06 Thread Anna Henningsen
Changes by Anna Henningsen <p...@addaleax.net>: -- nosy: +addaleax ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29545> ___ _

[issue26483] docs unclear on difference between str.isdigit() and str.isdecimal()

2016-03-12 Thread Anna Koroliuk
Anna Koroliuk added the comment: Hi, all! At Helsinki Python sprint I with the kind help of Ezio found two things. 1) This code gives results which are attached in the file. I will just now show some interesting cases where isdigit() and isdecimal() give different results. for c in map(chr

[issue16851] Hint about correct ismethod and isfunction usage

2016-03-11 Thread Anna Koroliuk
Anna Koroliuk added the comment: This patch fixes Python 2.7. -- nosy: +Anna Koroliuk Added file: http://bugs.python.org/file42128/inspect2.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

Re: Extended Call for Proposals for Presentations and Tutorials at PyCon SG 2013

2013-03-29 Thread Anna Ravenscroft
Just a followup - Alex Martelli and I attended PyCon SG 2012 and it was a wonderful experience. I highly encourage folks to consider submitting a proposal to this conference. It's a worthwhile conference and a chance to visit a fascinating place. cordially, Anna On Fri, Mar 29, 2013 at 5:55 AM

Re: Extended Call for Proposals for Presentations and Tutorials at PyCon SG 2013

2013-03-29 Thread Anna Ravenscroft
Just a followup - Alex Martelli and I attended PyCon SG 2012 and it was a wonderful experience. I highly encourage folks to consider submitting a proposal to this conference. It's a worthwhile conference and a chance to visit a fascinating place. cordially, Anna On Fri, Mar 29, 2013 at 5:55 AM

Re: python.org is down?

2011-07-24 Thread Anna Vester
On Jul 24, 2011 2:43 AM, Laszlo Nagy gand...@shopzeus.com wrote: Can it be a problem on my side? I have tried from several different computers. I cannot even ping it. Looks like it is down for everyone according to this site: http://www.downforeveryoneorjustme.com/ . Anna http://annavester.com

Not able to get utf8 encoded string into a document

2008-05-09 Thread Lawrence, Anna K (US SSA)
. Thanks, Anna -- http://mail.python.org/mailman/listinfo/python-list

Re: Game Programming Clinic and Online Gaming at PyCon

2007-02-18 Thread Anna Ravenscroft
on various game technologies. Ah - that's a really fun presentation - I saw it at CafeConf. Glad to hear they'll be helping folks on Satyrday night. Thanks for all the links Jeff. Very helpful. -- cordially, Anna -- It is fate, but call it Italy if it pleases you, Vicar! -- http

Re: PSF Infrastructure has chosen Roundup as the issue tracker for Python development

2006-10-21 Thread Anna Ravenscroft
appropriate. I'm very glad we decided to go with Roundup. I've been impressed with its usability when I've had the opportunity to use it. -- cordially, Anna -- It is fate, but call it Italy if it pleases you, Vicar! -- http://mail.python.org/mailman/listinfo/python-list

Announcing edupython list

2006-03-13 Thread Anna Ravenscroft
for theoretical and philosophical discussions, and for getting input and suggestions from a wider group, but is also necessarily higher bandwidth. We invite anyone working on Python-related education projects to join the list. Cordially,Anna Martelli Ravenscroft -- http://mail.python.org/mailman/listinfo

Announcing edupython list

2006-03-13 Thread Anna Ravenscroft
for theoretical and philosophical discussions, and for getting input and suggestions from a wider group, but is also necessarily higher bandwidth. We invite anyone working on Python-related education projects to join the list. Cordially,Anna Martelli Ravenscroft -- http://mail.python.org/mailman/listinfo

Tabnanny?

2005-06-08 Thread Anna M.
statement. I gather from the internet that it means I have a tab-error. I just cant seem to find it. Is this something you can help me with? Could I post my code here and you could look at it or is that a bit to much ;) Many thanks, Anna -- http://mail.python.org/mailman/listinfo/python-list

RE: Tabnanny?

2005-06-08 Thread Anna M.
)) sorter[radix].append(next) sorting = sorter return sorting n = 10 a = 0 b = 200 test = [] for i in range(n): test.append(randint(a,b)) print test test = radixsort(test) print test Hi Anna ! Please post your code, so we can take a look to see what

hello

2005-04-04 Thread anna
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. -- http://mail.python.org/mailman/listinfo/python-list

Re: Securing a future for anonymous functions in Python

2005-01-10 Thread Anna
Jacek Generowicz wrote: Anna [EMAIL PROTECTED] writes: With class and def, I at least have a *name* to start with - class Square pretty obviously is going to have something to do with geometric shapes, I would hope (or maybe with boring people...). Or maybe with multiplying something

Re: Statement local namespaces summary (was Re: python3: 'where' keyword)

2005-01-10 Thread Anna
+1 I really like the idea of this. It removes all my objections to lambdas, and replaces it with something clear and readable. I look forward to seeing what comes of it. Anna -- http://mail.python.org/mailman/listinfo/python-list

Re: Securing a future for anonymous functions in Python

2005-01-10 Thread Anna
Same here. -- http://mail.python.org/mailman/listinfo/python-list

Re: Securing a future for anonymous functions in Python

2005-01-07 Thread Anna
don't like the word itself - any more than I like how it's (mostly) used. Anna Martelli Ravenscroft -- http://mail.python.org/mailman/listinfo/python-list