date | project | content | link |
|---|
| 10 min ago | 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 ... | # |
| 39 min ago | 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: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 ... | # |
| 23:59 yesterday | Python | Commit by Gregory P. Smith on 2.7 :: 74900:6653328a02d0 /Lib/lib2to3/main.py: ( link) fix whitespace normalization before pushing. | # |
| 23:59 yesterday | Python | Commit by Gregory P. Smith on default :: 74899:0be50d7c4ae1 /Lib/lib2to3/main.py: ( link) fix whitespace normalization before pushing. | # |
| 23:58 yesterday | Python | Commit by Gregory P. Smith on 3.2 :: 74898:ea9f663d94d3 /Lib/lib2to3/main.py: ( link) fix whitespace normalization before pushing. | # |
| 23:56 yesterday | Python | Commit by Gregory P. Smith on default :: 74897:4b791e513c2c / (6 files in 4 dirs): ( link) Issue #13930: Adds ability for 2to3 to write its output to a different directory tree instead of overwriting the input files. Adds three command line options: -o/--output-dir, -W/--write-unchanged-files and --add-suffix. | # |
| 23:51 yesterday | Python | Commit by Gregory P. Smith on 2.7 :: 74896:9f583700d27f / (6 files in 4 dirs): ( link) Issue #13930: Adds ability for 2to3 to write its output to a different
directory tree instead of overwriting the input files. Adds three command
line options: -o/--output-dir, -W/--write-unchanged-files and --add-suffix.
Feature backports into stable release branches for 2to3 are allowed by
a special exemption:
http://mail.python.org/pipermail/python-dev/2011-December/115089.html | # |
| 23:50 yesterday | Python | Commit by Gregory P. Smith on 3.2 :: 74895:ceea9ebfe003 / (6 files in 4 dirs): ( link) Issue #13930: Adds ability for 2to3 to write its output to a different
directory tree instead of overwriting the input files. Adds three command
line options: -o/--output-dir, -W/--write-unchanged-files and --add-suffix.
Feature backports into stable release branches for 2to3 are allowed by
a special exemption:
http://mail.python.org/pipermail/python-dev/2011-December/115089.html | # |