date | project | content | link |
|---|
| 54 sec ago | Python | Commit by amoffat on roundup :: #14000/Subprocess stdin.flush does not flush: ( link) [new] The following code only works if the "p.stdin.close()" line is uncommented. It seems that stdin only flushes to the process on stdin.close( ... | # |
| 12 min ago | Python | Commit by python-dev on roundup :: #13993/Handling of broken end tags in HTMLParser: ( link) New changeset df5e5eea7833 by Ezio Melotti in branch '3.2': #13993: HTMLParser is now able to handle broken end tags when strict=False. http://hg. ... | # |
| 37 min ago | Python | Commit by ezio.melotti on roundup :: #13988/Expose the C implementation of ElementTree by default when importing ElementTree: ( link) FWIW the JSON doc doesn't even mention the acceleration module _json, but since people here are used to import cElementTree I think it should be m ... | # |
| 44 min ago | Python | Commit by neologix on roundup :: #13992/Segfault in PyTrash_destroy_chain: ( link) (I'm adding Antoine to the noisy list).
You could maybe try building with '--without-pymalloc', and run under valgrind (--suppressions=Misc/val ... | # |
| 11:42 today | Python | Commit by hynek on roundup :: #7644/bug in nntplib.body() method with possible fix: ( link) Looking into the source code of nntplib, I'd claim this bug isn't valid anymore?
At least the file is opened in binary mode now – see Lib/nnt ... | # |
| 11:13 today | Python | Commit by Mike.Perry on roundup :: #1028/Tkinter binding involving Control-spacebar raises unicode error: ( link) 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):
... | # |
| 10:50 today | Python | Commit by orsenthil on roundup :: #13866/{urllib,urllib.parse}.urlencode should not use quote_plus: ( link) [closed] Stephen - urlencode is responsible for producing the application/x-www-form-urlencoded format, usually used in the FORMs in the web.
As ... | # |
| 09:42 today | Python | Commit by Ezio Melotti on default :: 74902:2e66baa1d86a / (3 files in 3 dirs): ( link) #13993: merge with 3.2. | # |
| 09:24 today | Python | Commit by Ezio Melotti on 3.2 :: 74901:df5e5eea7833 / (3 files in 3 dirs): ( link) #13993: HTMLParser is now able to handle broken end tags when strict=False. | # |
| 09:22 today | Python | Commit by Mike.Perry on roundup :: #1028/Tkinter binding involving Control-spacebar raises unicode error: ( link) 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 por ... | # |
| 07:51 today | Python | Commit by eli.bendersky on roundup :: #13988/Expose the C implementation of ElementTree by default when importing ElementTree: ( link) Alright, it's not really important at this point and can be cleaned up later. > > I will probably commit code and documentation at once. It makes ... | # |
| 07:49 today | Python | Commit by Aaron.Staley on roundup :: #13992/Segfault in PyTrash_destroy_chain: ( link) Also, the only particular things by code does is have a lot of threads (100+), holds open many ssh connections (with paramiko) and I do occasional ... | # |
| 07:45 today | Python | Commit by Aaron.Staley on roundup :: #13992/Segfault in PyTrash_destroy_chain: ( link) Used latest mercurial 2.7 branch and segfault still occurs. | # |
| 07:30 today | Python | Commit by terry.reedy on roundup :: #12297/Clarifications to atexit.register and unregister doc: ( link) + This function returns *func* which makes it possible
add , after 'func'.
+This obviously only works with functions that ...
I think I would ... | # |
| 07:12 today | Python | Commit by meador.inge on roundup :: #13979/Automatic *libc.so loading behaviour: ( link) 'find_library' itself actually loads no libraries. I suspect what happened was that the following code in the 'uuid' module coupled with the 'fin ... | # |
| 07:02 today | Python | Commit by r.david.murray on roundup :: #8739/Update to smtpd.py to RFC 5321: ( link) Alberto, might you still interested in working on this? I thought I'd do a quick update to current trunk and check it in, but in the process of d ... | # |
| 06:24 today | Python | Commit by Aaron.Staley on roundup :: #13992/Segfault in PyTrash_destroy_chain: ( link) | # |
| 05:45 today | Python | Commit by r.david.murray on roundup :: #13955/email: RFC 2822 has been obsoleted by RFC 5322: ( link) Hmm. I misread this. You are, in fact correct, but I don't think there is anything comprehensive to do here. As I make changes and have actuall ... | # |
| 04:28 today | Python | Commit by Aaron.Staley on roundup :: #13992/Segfault in PyTrash_destroy_chain: ( link) As far as I can tell, no other thread is active. Their backtraces are all either:
#0 0x00007f283dedd300 in sem_wait () from /lib/x86_64-lin ... | # |
| 03:49 today | Python | Commit by haypo on roundup :: #13882/PEP 410: Use decimal.Decimal type for timestamps: ( link) Here is the version 17 of my patch. This version is mostly complete and so can be reviewed. Summary of the patch:
- Add a _PyTime_t structure ... | # |