CIA.vc
Python
Real-time open source activity stats
Stats » Projects » Python
information
Photo
Python® is a dynamic object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of higher quality, more maintainable code.
syndicateUTC clock
13:21 on Feb 13, 2012
event counters
The last message was received 0.91 minutes ago at 13:21 on Feb 13, 2012
38 messages so far today, 115 messages yesterday
38 messages so far this week, 629 messages last week
1075 messages so far this month, 2478 messages last month
146916 messages since the first one, 8.1 years ago, for an average of 28.97 minutes between messages
recent messages
dateReversed sort columnprojectcontentlink
54 sec agoPython
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 agoPython
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 agoPython
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 agoPython
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 todayPython
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 todayPython
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 todayPython
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 todayPython
Commit by Ezio Melotti on default :: 74902:2e66baa1d86a / (3 files in 3 dirs): (link)
#13993: merge with 3.2.
#
09:24 todayPython
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 todayPython
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 todayPython
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 todayPython
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 todayPython
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 todayPython
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 todayPython
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 todayPython
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 todayPython
Commit by Aaron.Staley on roundup :: #13992/Segfault in PyTrash_destroy_chain: (link)
I should note that my program is also affected by this bug:
 http://bugs.python.org/issue13817
 (couldn't isolate it until I used the pydebug conf ...
#
05:45 todayPython
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 todayPython
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 todayPython
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  ...
#