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
11:53 on Feb 13, 2012
event counters
The last message was received 10.71 minutes ago at 11:42 on Feb 13, 2012
32 messages so far today, 115 messages yesterday
32 messages so far this week, 629 messages last week
1069 messages so far this month, 2478 messages last month
146910 messages since the first one, 8.1 years ago, for an average of 28.97 minutes between messages
recent messages
dateReversed sort columnprojectcontentlink
10 min agoPython
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 agoPython
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: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  ...
#
23:59 yesterdayPython
Commit by Gregory P. Smith on 2.7 :: 74900:6653328a02d0 /Lib/lib2to3/main.py: (link)
fix whitespace normalization before pushing.
#
23:59 yesterdayPython
Commit by Gregory P. Smith on default :: 74899:0be50d7c4ae1 /Lib/lib2to3/main.py: (link)
fix whitespace normalization before pushing.
#
23:58 yesterdayPython
Commit by Gregory P. Smith on 3.2 :: 74898:ea9f663d94d3 /Lib/lib2to3/main.py: (link)
fix whitespace normalization before pushing.
#
23:56 yesterdayPython
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 yesterdayPython
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 yesterdayPython
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
#