[issue12322] ElementPath 1.3 expressions documentation

2012-10-01 Thread Mike Hoy
Mike Hoy added the comment: Here is a link to our docs page with the info that needs to be changed: http://docs.python.org/py3k/library/xml.etree.elementtree.html#supported-xpath-syntax I was going to work on a patch but in irc we decided to wait to see what people had to say about this. Also

[issue9650] format codes in time.strptime docstrings

2012-09-30 Thread Mike Hoy
Mike Hoy added the comment: Changed docstring for timemodule.c to include format codes listed here: http://bugs.python.org/msg169193 -- keywords: +patch Added file: http://bugs.python.org/file27358/issue9650-format-codes.diff ___ Python tracker rep

[issue9650] format codes in time.strptime docstrings

2012-09-30 Thread Mike Hoy
Mike Hoy added the comment: Updated patch as per Ezio's comment. -- Added file: http://bugs.python.org/file27364/issue9650-format-codes_v2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9650

[issue9650] format codes in time.strptime docstrings

2012-09-30 Thread Mike Hoy
Mike Hoy added the comment: New patch includes time.strptime and the additional changes suggested by Chris Rebert. -- Added file: http://bugs.python.org/file27365/issue9650-format-codes_v3.diff ___ Python tracker rep...@bugs.python.org http

[issue9650] format codes in time.strptime docstrings

2012-09-29 Thread Mike Hoy
Mike Hoy added the comment: If you like my idea we should discuss it on python-ideas and start a new tracker entry. In the meantime I'd like to create a patch that incorporates Alexander's ideas. If any objections let me know. -- nosy: +mikehoy

[issue13440] Explain the status quo wins a stalemate principle in the devguide

2012-09-26 Thread Mike Hoy
Mike Hoy added the comment: I'd be willing to make a patch for this if you are agreed to just adding a couple of links to it (or otherwise). -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13440

[issue12067] Doc: remove errors about mixed-type comparisons.

2012-09-21 Thread Mike Hoy
Mike Hoy added the comment: http://bugs.python.org/issue15997 is this issue related to what Terry has mentioned: Does 'not supported' mean 'raises TypeError', 'returns NotImplemented', or both? If the last, I don't really understand the reason for NotImplemented versus TypeError. That point

[issue12067] Doc: remove errors about mixed-type comparisons.

2012-09-21 Thread Mike Hoy
Mike Hoy added the comment: I've attempted to incorporate both Terry's and Ezio's suggestions. Here is a patch to get started with. There is a section that has been deleted. Patch uploaded. -- keywords: +patch Added file: http://bugs.python.org/file27256/issue12067-expressions.diff

[issue11643] Use |version| instead of X.Y in the doc

2012-09-17 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11643 ___ ___ Python-bugs-list mailing list

[issue11643] Use |version| instead of X.Y in the doc

2012-09-17 Thread Mike Hoy
Mike Hoy added the comment: So we could fix this in reverse? Remove the |version| and replace them with X.Y since |version| doesn't expand within :file:? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11643

PyCon DE 2012 - Free Barcamp, Sprints and Code Retreat

2012-09-11 Thread Mike Müller
. The registration [4] is open. Don't miss the chances to secure your ticket. Follow us on Twitter under @pyconde to stay up-to-date. Cheers, Mike Hallo Python-Freunde, die Anmeldung für Barcamp/Code-Retreat/Sprints ist eröffnet [1]. Die Teilnahme ist kostenlos. Bitte tragt Euch auf der entsprechenden Wiki

[issue12067] Doc: remove errors about mixed-type comparisons.

2012-09-07 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12067 ___ ___ Python-bugs-list mailing list

===== Soft Skills Training In Chennai ======

2012-09-06 Thread mike pittenson
Ayus Technologies offers Dot net training in chennai,java/j2ee training in chennai,SEO training in chennai,web designing training in chennai,soft skills training in chennai,Software Testing training in chennai. http://www.ayustechnologies.com/

[issue14468] Update cloning guidelines in devguide

2012-09-06 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: -mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14468 ___ ___ Python-bugs-list mailing list

[issue15820] Add additional info to Resources area on Dev Guide

2012-09-02 Thread Mike Hoy
Mike Hoy added the comment: Is the :exc:`KeyboardInterrupt` line supposed to be in there? Nope. I somehow ended up with that in my index.rst file. I am guessing I was pasting lines to use as reference and didn't delete it later. Here's patch #4. -- Added file: http://bugs.python.org

[issue15825] Typo in OrderedDict docs

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: I added two patches one for 2.7 and one for 3.3. Please advise if this is the correct way to handle this. -- keywords: +patch nosy: +mikehoy Added file: http://bugs.python.org/file27068/typo-ordered-dict2.7.diff

[issue15825] Typo in OrderedDict docs

2012-08-31 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: Added file: http://bugs.python.org/file27069/typo-ordered-dict3.3.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15825

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
New submission from Mike Hoy: From the Docs mailing list: Hi I found a bug in python docs which can be accessed at links: http://docs.python.org/library/threading.html#lock-objects http://docs.python.org/py3k/library/threading.html#lock-objects Bug is in second paragraph describing

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: Working on a patch now unless there are objections to the OP. -- nosy: +docs@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15829

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: I think RuntimeError should be replaced by ThreadingError for _RLock and Condition implementations as well as docs need to be updated. Also I think this patch should be applied to 3.4 only, it is enchacement, not bugfix. About fixing docs for 2.7-3.3: I see nothing

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: I think RuntimeError should be replaced by ThreadingError for _RLock and Condition implementations as well as docs need to be updated. Also I think this patch should be applied to 3.4 only, it is enchacement, not bugfix. About fixing docs for 2.7-3.3: I see nothing

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: I discussed this in IRC and got the following information from Ezio: Taggnostr the doc fix can go in 2.7/3.3, the code fix in 3.4 Plan is to put the definition for ThreadError in threading.rst for both 2.7 and 3.3

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: 3.3 patch -- keywords: +patch Added file: http://bugs.python.org/file27071/15829-thread-errror3.3.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15829

[issue15829] Threading Lock - Wrong Exception Name

2012-08-31 Thread Mike Hoy
Mike Hoy added the comment: 2.7 patch. -- Added file: http://bugs.python.org/file27072/15829-thread-errror2.7.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15829

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file27055/devguide-resources.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15820

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
New submission from Mike Hoy: I wrote a patch which adds more info the devguide under Resources: http://docs.python.org/devguide/index.html#resources -- messages: 169436 nosy: mikehoy priority: normal severity: normal status: open title: Add additional info to Resources area on Dev

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: Added file: http://bugs.python.org/file27056/devguide-resources-2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15820

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Mike Hoy added the comment: I changed the wording a bit and added a few more things. The second one is the one I prefer. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15820

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Mike Hoy added the comment: I'm working on a new patch with Ezio. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15820 ___ ___ Python-bugs-list

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Mike Hoy added the comment: This patch adds a link from: http://docs.python.org/devguide/index.html#resources To: http://docs.python.org/devguide/docquality.html#helping-with-the-developer-s-guide -- Added file: http://bugs.python.org/file27057/devguide-resources-3.diff

[issue15820] Add additional info to Resources area on Dev Guide

2012-08-30 Thread Mike Hoy
Mike Hoy added the comment: It was determined by Ezio that the previous patches had too much information about how to open a browser, or install python-sphynx on a debian system. It was just out of scope for the docs (people should know how to use their package management systems, etc). We

[issue11776] Constructor signatures missing in types module documentation

2012-08-29 Thread Mike Hoy
Mike Hoy added the comment: This should be all the requested changes. I've gone over the table entries (at least the first one, CodeType, with bitdancer on IRC). I've removed the descriptive language from below the table and added it to the table. Leaving the text below the table to deal

[issue1185124] pydoc doesn't find all module doc strings

2012-08-28 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1185124 ___ ___ Python-bugs-list mailing

[issue14468] Update cloning guidelines in devguide

2012-08-28 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14468 ___ ___ Python-bugs-list mailing list

[issue15801] Weird string interpolation behaviour

2012-08-28 Thread Mike Graham
Mike Graham added the comment: Line 13464 of unicodeobject.c is if (Py_TYPE(args)-tp_as_mapping !PyTuple_Check(args) !PyUnicode_Check(args)) Too lazy to check, but don't user-created types have a tp_as_mapping? If so, I think it mistakes Foo() for a dict. -- nosy

[issue11776] Constructor signatures missing in types module documentation

2012-08-25 Thread Mike Hoy
Mike Hoy added the comment: I've added a completed patch for review. There was some talk on IRC that the wording for MappingProxyType should be changed to: Return a read-only view of the given mapping. We decided to leave it to the review process to determine the exact wording

[issue11776] Constructor signatures missing in types module documentation

2012-08-25 Thread Mike Hoy
Mike Hoy added the comment: Ezio Melotti was the one that offered to change the wording on MappingProxyType doc -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11776

[issue11776] Constructor signatures missing in types module documentation

2012-08-24 Thread Mike Hoy
Mike Hoy added the comment: Lambda Changes patch. -- Added file: http://bugs.python.org/file26982/issue11776-first-easy-part-lambda-.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11776

[issue11776] Constructor signatures missing in types module documentation

2012-08-23 Thread Mike Hoy
Mike Hoy added the comment: I used the following for: CodeType FunctionType LambdaType SimpleNamespace MethodType print(CodeType.__doc__) code(argcount, kwonlyargcount, nlocals, stacksize, flags, codestring, constants, names, varnames, filename, name, firstlineno

[issue12716] Reorganize os docs for files/dirs/fds

2012-08-22 Thread Mike Hoy
Mike Hoy added the comment: I was attempting to create a patch for this but all I have is moving fchmod() below chmod(). I was unable to find fchmodat() in os.rst. And I need further clarification on Also, symbolic constants should be close to the functions they are used in. For example

[issue15742] SQLite3 documentation changes

2012-08-20 Thread Mike Hoy
New submission from Mike Hoy: In Core-Mentorship we discussed this and decided on the following patch. -- assignee: docs@python components: Documentation files: sqlite3-docs-changes.diff keywords: patch messages: 168681 nosy: docs@python, mikehoy, r.david.murray priority: normal

[issue15742] SQLite3 documentation changes

2012-08-20 Thread Mike Hoy
Mike Hoy added the comment: Removed print function in this patch. -- Added file: http://bugs.python.org/file26934/sqlite3-docs-remove-print.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15742

ANN: Advanced Python Training at PyCon PL

2012-08-19 Thread Mike Müller
Advanced Python Training at PyCon PL You have intermediate Python skills and would like learn more about: * Comprehensions * Decorators * Context managers * Descriptors * Metaclasses and * Patterns? Than you should attend this two-day training that provides

[issue12436] Missing items in installation/setup instructions

2012-08-19 Thread Mike Hoy
Mike Hoy added the comment: Here is a patch for just Notepad++. -- keywords: +patch Added file: http://bugs.python.org/file26891/issue12436-notepad_plus_plus.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12436

[issue15569] Doc doc: incorrect description of some roles as format-only

2012-08-19 Thread Mike Hoy
Mike Hoy added the comment: I would like to submit a patch for this. Is anyone currently working on one? -- nosy: +mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15569

[issue13341] Incorrect documentation for u PyArg_Parse format unit

2012-08-19 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: -- nosy: -mikehoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13341 ___ ___ Python-bugs-list mailing list

[issue12436] Missing items in installation/setup instructions

2012-08-19 Thread Mike Hoy
Changes by Mike Hoy mho...@gmail.com: Added file: http://bugs.python.org/file26902/issue12436-notepad_plus_plus_2.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12436

[issue12436] Missing items in installation/setup instructions

2012-08-19 Thread Mike Hoy
Mike Hoy added the comment: Wrapped my text columns to 80. Ignore v2. -- Added file: http://bugs.python.org/file26904/issue12436-notepad_plus_plus_3.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue12436

[issue12436] Missing items in installation/setup instructions

2012-08-13 Thread Mike Hoy
Mike Hoy added the comment: Thanks, I will take all contributions and suggestions and propose one patch. I am able to start working on this issue again, Eric. If you want to give me the status of your patch I can either help you finish it up or I can make one this week

[issue15453] ctype with packed bitfields does not match native compiler

2012-07-31 Thread Mike Castle
Mike Castle added the comment: I did read through all of those before posting this one. As far as I can remember, none of those addressed the use of pack, which is the sole problem I'm facing here. Now maybe when all is said and done and all of these bitfield bugs are worked out, this one

[issue15506] configure should use PKG_PROG_PKG_CONFIG

2012-07-30 Thread Mike Frysinger
New submission from Mike Frysinger: the current configure script open codes the pkg-config look up: AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) rather than using the standard macro from pkg-config's own pkg.m4: PKG_PROG_PKG_CONFIG this causes the build env to not operate exactly like other pkg

[issue15453] ctype with packed bitfields does not match native compiler

2012-07-26 Thread Mike Castle
New submission from Mike Castle dalg...@gmail.com: On debian/testing with python 2.7.3rc2 and gcc 4.7.1. I was trying to use ctypeslib to wrap libdvdnav and running into some issues porting my test C code to Python, eventually tracking it down to this difference between how ctypes and gcc

[issue15453] ctype with packed bitfields does not match native compiler

2012-07-26 Thread Mike Castle
Mike Castle dalg...@gmail.com added the comment: And the C version -- Added file: http://bugs.python.org/file26522/t.c ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15453

[issue1062277] Pickle breakage with reduction of recursive structures

2012-07-26 Thread mike bayer
Changes by mike bayer mike...@zzzcomputing.com: -- nosy: +zzzeek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1062277 ___ ___ Python-bugs-list

Re: adding a simulation mode

2012-07-04 Thread Mike C. Fletcher
the thing should return globalsub.subs( shutil.copytree, fake_copytree ) $ pip install globalsub HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org

PyCon DE 2012 - Today, June 15, is Deadline for Proposals

2012-06-15 Thread Mike Müller
are not comfortable with German. Please spread the word and let other, interested people know about this deadline. Cheers, Mike PyCon DE 2012 - Call for Papers === The second PyCon DE will be held October 29 - November 3, 2012 in Leipzig Germany. We ask you to submit

[ANN] Leipzig Python User Group - Meeting, June 12 2012, 08:00 p.m.

2012-06-11 Thread Mike Müller
are at http://www.python-academy.com/user-group . Mike == Leipzig Python User Group === Wir treffen uns am Dienstag, 12.06.2012 um 20:00 Uhr im Schulungszentrum der Python Academy in Leipzig ( http://www.python-academy.de/Schulungszentrum/anfahrt.html ). Willkommen ist jeder, der Interesse an Python

PyCon DE 2012 - New Deadline for Proposals is June 15

2012-06-07 Thread Mike Müller
are not comfortable with German. Please spread the word and let other, interested people know about this deadline. Cheers, Mike PyCon DE 2012 - Call for Papers === The second PyCon DE will be held October 29 - November 3, 2012 in Leipzig Germany. We ask you to submit your

[issue15000] _posixsubprocess module broken on x32

2012-06-05 Thread Mike Frysinger
Mike Frysinger vap...@users.sourceforge.net added the comment: a uint64_t would fix it for x86_64, but break it most 32bit systems as sizeof(unsigned long) == 32bit for them -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue15000] posixsubprocess module broken on x32

2012-06-04 Thread Mike Frysinger
New submission from Mike Frysinger vap...@users.sourceforge.net: the direct call to the getdents syscall is broken on x32. there, the first two args are not unsigned long, but unsigned long long. patch attached to fix the issue. -- components: Extension Modules files: python-3.2.3

[issue15000] posixsubprocess module broken on x32

2012-06-04 Thread Mike Frysinger
Mike Frysinger vap...@users.sourceforge.net added the comment: $ echo | gcc -m32 -E -P -dD - | grep LP nothing $ echo | gcc -m64 -E -P -dD - | grep LP #define _LP64 1 #define __LP64__ 1 $ echo | gcc -mx32 -E -P -dD - | grep LP #define _ILP32 1 #define __ILP32__ 1

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2012-06-04 Thread Mike Perry
Mike Perry m...@cogsmos.com added the comment: Looking good in 3.2.3! Tested on Debian Wheezy using packages python3-tk 3.2.3-1 and idle3 3.2.3~rc1-2. /*  * Mike Perry  * m...@cogscom  */ On Sun, May 27, 2012 at 4:10 PM, Terry J. Reedy rep...@bugs.python.org wrote: Terry J. Reedy tjre

PyCon DE 2012 - Today: Deadline for Talk and Tutorial Proposals

2012-05-31 Thread Mike Müller
. Please spread the word and let other, interested people know about this deadline. Cheers, Mike PyCon DE 2012 - Call for Papers === The second PyCon DE will be held October 29 - November 3, 2012 in Leipzig Germany. We ask you to submit your proposal for a talk [2

PyCon DE 2012 - Registration Open

2012-05-25 Thread Mike Müller
and two days with a barcamp, code retreat and sprints will provide different ways to communicate about Python. There will be social events to give everybody ample opportunity to network with like-minded Pythonistas. Cheers, Mike [1] http://2012.de.pycon.org/ [2] http://2012.de.pycon.org/tickets/ [3

Python for Programmers course - still some space

2012-05-25 Thread Mike Müller
to learn Python? This course teaches you all the basics to write useful Python programs. It is hands-on with plenty of exercises and also provides sound knowledge how Python does things. Date: 05.06.-07.06.2012 Location: Leipzig, Germany Trainer: Mike Müller Course Language: English Link: http

Advanced Python Courses in Leipzig and Florence

2012-05-14 Thread Mike Müller
that makes these, admittedly somewhat involved topics, accessibly to everybody with intermediate Python experience. Date: 08.06.-10.06.2012 Location: Leipzig, Germany Trainer: Mike Müller Course Language: English Link: http://www.python-academy.com/courses/specialtopics/python_course_advanced.html

PyCon DE 2012 - Call for Papers

2012-05-10 Thread Mike Müller
PyCon DE 2012 - Call for Papers === The second PyCon DE will be held October 29 - November 3, 2012 in Leipzig Germany. We ask you to submit your proposal for a talk [2]. Details of the call are below in German. The conference language will be German. However, talks in

[ANN] Leipzig Python User Group - Meeting, May 8, 2012, 08:00 p.m.

2012-05-07 Thread Mike Müller
=== Leipzig Python User Group === We will meet on Tuesday, May 8 at 8:00 p.m. at the training center of Python Academy in Leipzig, Germany ( http://www.python-academy.com/center/find.html ). Mike Müller (that's me ;)) will talk about matplotlib [1]. This library allows to create 2D Plots

[issue13697] python RLock implementation unsafe with signals

2012-05-07 Thread Mike Meyer
Mike Meyer m...@mired.org added the comment: I just ran into this issue in the logging module using 2.7. Here's the TB in case it sheds any light on the issue Traceback (most recent call last): File ./crawler.py, line 531, in module main(argv[1:]1:) File ./crawler.py, line 522, in main

[issue13032] h2py.py can fail with UnicodeDecodeError

2012-05-02 Thread Mike Gilbert
Changes by Mike Gilbert floppymas...@gmail.com: -- nosy: +floppymaster ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13032 ___ ___ Python-bugs

[issue12776] argparse: type conversion function should be called only once

2012-05-02 Thread Mike Meyer
Mike Meyer m...@mired.org added the comment: I've just verified that this patch also fixes 13824 and 11839. The attached patchfile adds a test to verify that using a non-existent default file fails if you don't specify the argument, and succeeds if you do. Could someone please apply

[issue12776] argparse: type conversion function should be called only once

2012-05-02 Thread Mike Meyer
Mike Meyer m...@mired.org added the comment: Sorry - got ahead of myself. It doesn't fix 13824. A deeper reading reveals that the problem wasn't quite what I thought it on first glance. -- ___ Python tracker rep...@bugs.python.org http

[issue11839] argparse: unexpected behavior of default for FileType('w')

2012-05-02 Thread Mike Meyer
Mike Meyer m...@mired.org added the comment: Steven - 12776 indeed fixes this issue. I applied the patch from it to a build of todays checkout, verified that my simple test script worked, then wrote some test cases for test_argparse. I've uploaded the patch for that test to both issues. I

[issue14623] Shutdown exception in daemon thread

2012-04-19 Thread Mike Hobbs
New submission from Mike Hobbs mho...@8thbridge.com: This issue is very similar to the issue original reported in issue1722344, except that it occurs in daemon threads. Here's a sample exception: Exception in thread Thread-1 (most likely raised during interpreter shutdown): Traceback (most

[ANN] Leipzig Python User Group - Meeting, April 10, 2012, 08:00 p.m.

2012-04-09 Thread Mike Müller
are at http://www.python-academy.com/user-group . Mike == Leipzig Python User Group === Wir treffen uns am Dienstag, 10.04.2012 um 20:00 Uhr im Schulungszentrum der Python Academy in Leipzig ( http://www.python-academy.de/Schulungszentrum/anfahrt.html ). Willkommen ist jeder, der Interesse an Python

[ANN] Leipzig Python User Group - Meeting, March 20, 2012, 08:00 p.m.

2012-03-20 Thread Mike Müller
mail to i...@python-academy.de, so we can prepare appropriately. Current information about the meetings are at http://www.python-academy.com/user-group . Mike [1] https://bitbucket.org/PySV/python_macht_schule == Leipzig Python User Group === Wir treffen uns am Dienstag, 20.03.2012 um 20:00 Uhr

[issue3754] cross-compilation support for python build

2012-03-15 Thread Mike Frysinger
Changes by Mike Frysinger vap...@users.sourceforge.net: -- nosy: +vapier ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3754 ___ ___ Python-bugs

Python for Non-Programmers

2012-03-06 Thread Mike Müller
Nicht-Programmierer -- The German version of our Python course explicitly designed for participants without any programming background. Date: 15.04.-18.04.2012 Location: Leipzig, Germany Trainer: Mike Müller Course Language: German Link: http://www.python-academy.de

PyCon DE 2012 - October 29 - November 3, 2012 in Leipzig

2012-02-17 Thread Mike Müller
points we got in the feedback. Mark your calendars. More details will be available soon. The event is intended to bring the German speaking Python users together. However, talks in English can be submitted by people who's native language is not German. -- Mike Müller on behave of the PyCon DE

[ANN] Leipzig Python User Group - Meeting, February 14, 2012, 08:00 p.m.

2012-02-13 Thread Mike Müller
are at http://www.python-academy.com/user-group . Mike == Leipzig Python User Group === Wir treffen uns am Dienstag, 14.02.2012 um 20:00 Uhr im Schulungszentrum der Python Academy in Leipzig ( http://www.python-academy.de/Schulungszentrum/anfahrt.html ). Willkommen ist jeder, der Interesse

Re: XSLT to Python script conversion?

2012-02-13 Thread Mike C. Fletcher
and templates/section.kid files are all you need to look at to understand the docbook processing. HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2012-02-12 Thread Mike Perry
Mike Perry m...@cogsmos.com added the comment: Hello, I am still able to reproduce this issue with Python 3.2.2. It seems as if this bug was closed with a the note: r70039 3.1 forward ported 3.2 default. Will be in 3.2.1. This leads me to believe that either 3.2.2 has a regression

[issue1028] Tkinter binding involving Control-spacebar raises unicode error

2012-02-12 Thread Mike Perry
Mike Perry m...@cogsmos.com added the comment: Figured I should capture the exception. See below. 3.2.2+ (default, Jan 8 2012, 07:22:26) [GCC 4.6.2] Traceback (most recent call last): File /usr/bin/idle3, line 5, in module main() File /usr/lib/python3.2/idlelib/PyShell.py, line 1429

[issue13198] Remove duplicate definition of write_record_file

2012-02-10 Thread Mike Hoy
Mike Hoy mho...@gmail.com added the comment: I am unable to work on this issue at this time. On Thu, Feb 9, 2012 at 8:57 PM, Éric Araujo rep...@bugs.python.org wrote: Éric Araujo mer...@netwok.org added the comment: Mike, if you don’t have the time to finish this shortly, I will do

Matplotlib and optimization tutorials at PyCon US

2012-01-25 Thread Mike Müller
Hi, I will be giving a matplotlib and a optimization tutorial at PyCon in March. The first tutorial is a compact introduction to matplotlib. The optimization tutorial gives an overview over this topic. BTW, the early bird deadline is today. Mike Plotting with matplotlib

Course Python for Scientists and Engineers in Chicago

2012-01-24 Thread Mike Müller
-- - Extending Python with Other Languages - Unit Testing - Version Control with Mercurial The Details --- The course is hosted by David Beazley (http://www.dabeaz.com). Date: Feb 27 - Mar 2, 2012 Location: Chicago, IL, USA Trainer: Mike Müller Course Language: English Link

Re: subprocess module and long-lived subprocesses

2012-01-20 Thread Mike C. Fletcher
they use it for more than a short period... HTH, Mike -- Mike C. Fletcher Designer, VR Plumber, Coder http://www.vrplumber.com http://blog.vrplumber.com -- http://mail.python.org/mailman/listinfo/python-list

[issue9631] Python 2.7 installation issue for Linux gcc-4.1.0-3 (Fedora Core 5?)

2012-01-19 Thread mike
mike mikaelpetters...@gmail.com added the comment: Hi, I downloaded source and did the following instructions. We use Red Hat Enterprise Linux Server release 5.5. ./configure --prefix=/home/mike/python_rh_32 make make install I also changed the line in site.py from: s = os.path.join

SQLAlchemy and Camelot Trainings in Germany

2012-01-13 Thread Mike Müller
the SQLAlchemy course. All three courses can be booked separately or combined. See below for details. Mike SQLAlchemy Course - One-day in-depth SQLAlchemy training with guest trainer Erik Janssens. Date: 09.02.2012 Location: Leipzig, Germany Trainer: Erik Janssens Course Language

Re: ERROR:root:code for hash md5 was not found

2012-01-13 Thread mike
. And AFAIK the only difference ( well that I can see) is the OpenSSL version. According to code it uses openssl: built-in function openssl_md5 So I need to find a way to convince the linux sys admin to install same version of openssl on both servers. Thanks a lot for your valuable time. //mike

ERROR:root:code for hash md5 was not found

2012-01-11 Thread mike
Hi, We are running are running Python program on Redhat 5.5. When executing our program we get the following error ( see below). Any ideas what this is due to? br, //mike /pysibelius/lib/common/ DataTypes.py Overwriten ... ERROR:root:code for hash md5 was not found. Traceback (most recent

Re: ERROR:root:code for hash md5 was not found

2012-01-11 Thread mike
On Jan 12, 12:28 am, Steven D'Aprano steve +comp.lang.pyt...@pearwood.info wrote: On Wed, 11 Jan 2012 05:54:29 -0800, mike wrote: I did some more digging and found that our class imports a yacc.py that uses import re, types, sys, cStringIO, hashlib, os.path so it has hashlib. yacc.py

Re: ERROR:root:code for hash md5 was not found

2012-01-11 Thread mike
On Jan 12, 7:13 am, mike mikaelpetters...@gmail.com wrote: On Jan 12, 12:28 am, Steven D'Aprano steve +comp.lang.pyt...@pearwood.info wrote: On Wed, 11 Jan 2012 05:54:29 -0800, mike wrote: I did some more digging and found that our class imports a yacc.py that uses import re

[ANN] Leipzig Python User Group - Meeting, January 10, 2012, 08:00pm

2012-01-09 Thread Mike Müller
are at http://www.python-academy.com/user-group . Mike == Leipzig Python User Group === Wir treffen uns am Dienstag, 10.01.2012 um 20:00 Uhr im Schulungszentrum der Python Academy in Leipzig ( http://www.python-academy.de/Schulungszentrum/anfahrt.html ). Willkommen ist jeder, der Interesse an Python

Python Courses by Python Academy till April 2012

2012-01-06 Thread Mike Müller
with Python. A gentle introduction to programming. Date: 16.01.-18.01.2012 Location: Leipzig, Germany Trainer: Mike Müller Course Language: English Link: http://www.python-academy.com/course/python_course_nonprogrammers.html Python for Scientists and Engineers

[issue13531] add test for defaultdict with non-callable first argument

2011-12-05 Thread mike c
New submission from mike c coolbutusel...@gmail.com: Could a test be added to ./Lib/test/test_defaultdict.py to test for TypeError being thrown when the the first argument to collections.defaultdict is not callable? pypy does not behave the same way as CPython 2.7.2 as the problem

[issue13531] add test for defaultdict with non-callable first argument

2011-12-05 Thread mike c
mike c coolbutusel...@gmail.com added the comment: Cloning repo. Reading the devguide. Patch forthcoming. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13531

[issue13531] add test for defaultdict with non-callable first argument

2011-12-05 Thread mike c
mike c coolbutusel...@gmail.com added the comment: Patch to add a defaultdict test which checks that if the first argument is not callable, then a TypeError is thrown. -- keywords: +patch Added file: http://bugs.python.org/file23855/defaultdict_callable_test.patch

[issue13531] add test for defaultdict with non-callable first argument

2011-12-05 Thread mike c
mike c coolbutusel...@gmail.com added the comment: patch v2. Now with assertRaises()! -- Added file: http://bugs.python.org/file23856/defaultdict_callable_test_v2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13531

Re: memory leaks - tools and docs

2011-11-24 Thread Mike C. Fletcher
-pe.sourceforge.net/#Heapy but found http://pysizer.8325.org/ and http://code.google.com/p/pympler/ also interesting. Aljosa Meliae is a similar tool wrt collecting memory-usage information. RunSnakeRun can process Meliae dumps to produce visualizations of the memory used in the process. HTH, Mike

<    2   3   4   5   6   7   8   9   10   11   >