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
00:16 on Mar 20, 2010
event counters
The last message was received 9.83 minutes ago at 00:06 on Mar 20, 2010
2 messages so far today, 104 messages yesterday
393 messages so far this week, 624 messages last week
1642 messages so far this month, 2153 messages last month
79052 messages since the first one, 6.19 years ago, for an average of 41.17 minutes between messages
recent messages
dateReversed sort columnprojectcontentlink
10 min agopython
Commit by sean.reifschneider on py3k :: r79126 /Doc/includes/email-headers.py:
Fixing the file call in the rfc822.Message replacement example.
#
10 min agopython
Commit by sean.reifschneider :: r79125 Doc/includes/email-headers.py:
Fixing the file call in the rfc822.Message replacement example.
#
21 min agoPython
Commit by flox on roundup :: #8178/test_thread fails on POSIX: (link)
[new] The test fails randomly on POSIX platforms since r78527 (fixing issue #7242).
 The failure is in the new TestCase: TestForkInThread.


  $ ...
#
53 min agopython
Commit by sean.reifschneider on py3k :: r79124 /Doc/ (2 files in 2 dirs):
Adding an example of reproducing the rfc822.Message() parsing.
#
56 min agopython
Commit by sean.reifschneider :: r79123 Doc/ (2 files in 2 dirs):
Adding an example of reproducing the rfc822.Message() parsing.
#
23:02 yesterdaypython
Commit by barry.warsaw on release26-maint :: r79122 / (Include/patchlevel.h Misc/NEWS):
Post 2.6.5 final cleanup.
#
22:33 yesterdayPython
Commit by gruszczy on roundup :: #6081/str.format_from_mapping(): (link)
Ok, unfortunately this code won't work for certain tests. Take those:

         self.assertEqual("My name is {0}".format('Fred'), "My name is Fre ...
#
22:31 yesterdayPython
Commit by gsakkis on roundup :: #3135/inspect.getcallargs(): (link)
#
21:58 yesterdayPython
Commit by tarek on roundup :: #2698/Extension module build fails for MinGW: missing vcvarsall.bat: (link)
Done for 3.1.x in r79121.

 I am now waiting for 3.1.2 to be taggued, then I'll revert the 3.x branch into a state the closest possible to 3.1.x. ...
#
21:56 yesterdaypython
Commit by tarek.ziade on release31-maint :: r79121 / (3 files in 3 dirs):
Fixed #2698 - now reads the compiler option when creating the compiler
#
21:48 yesterdayPython
Commit by eric.smith on roundup :: #6081/str.format_from_mapping(): (link)
http://docs.python.org/library/stdtypes.html#str.format, for starters. This is in Doc/library/stdtypes.rst.

 For tests, probably in Lib/test/tes ...
#
21:48 yesterdaypython
Commit by benjamin.peterson :: r79120 /python/branches/ (2 files in 2 dirs):
Merged revisions 79119 via svnmerge from
svn+ssh://pythondev at svn dot python dot org/python/branches/py3k

........
  r79119 | benjamin.peterson | 2010-03-19 16:42:45 -0500 (Fri, 19 Mar 2010) | 1 line

  update mac installer script from the trunk #8068
........
#
21:43 yesterdayPython
Commit by benjamin.peterson on roundup :: #8068/OS X Installer: merge python2 and python3 build-installer.py script: (link)
[closed] I applied the update in r79119. Thanks!
#
21:42 yesterdaypython
Commit by benjamin.peterson on py3k :: r79119 /Mac/BuildScript/build-installer.py:
update mac installer script from the trunk #8068
#
21:41 yesterdaypython
Commit by collin.winter :: r79118 /python/branches/ (114 files in 29 dirs):
Merged revisions 79080,79083,79087-79088,79092-79095,79097,79099,79102-79103,79107-79113,79116 via svnmerge from
svn+ssh://pythondev at svn dot python dot org/python/branches/py3k

................
  r79080 | benjamin.peterson | 2010-03-18 16:14:21 -0700 (Thu, 18 Mar 2010) | 8 lines

  Blocked revisions 79078 via svnmerge

  ........
    r79078 | benjamin.peterson | 2010-03-18 18:12:43 -0500 (Thu, 18 Mar 2010) | 1 line

    make compiler's py3k warning a full deprecation warning #6837
  ........
................
  r79083 | florent.xicluna | 2010-03-18 17:03:01 -0700 (Thu, 18 Mar 2010) | 2 lines

  Fix bad unicodedata checksum merge from trunk in r79062
................
  r79087 | benjamin.peterson | 2010-03-18 18:08:38 -0700 (Thu, 18 Mar 2010) | 12 lines

  Blocked revisions 79078,79086 via svnmerge

  ........
    r79078 | benjamin.peterson | 2010-03-18 18:12:43 -0500 (Thu, 18 Mar 2010) | 1 line

    make compiler's py3k warning a full deprecation warning #6837
  ........
    r79086 | benjamin.peterson | 2010-03-18 20:06:33 -0500 (Thu, 18 Mar 2010) | 1 line

    keep DeprecationWarning from failing test
  ........
................
  r79088 | florent.xicluna | 2010-03-18 18:17:46 -0700 (Thu, 18 Mar 2010) | 2 lines

  Revert Unicode UCD 5.2 upgrade in 3.x.  It broke repr() for unicode objects, and gave failures in test_bigmem.  Revert 79062, 79065 and 79083.
................
  r79092 | mark.dickinson | 2010-03-19 05:38:03 -0700 (Fri, 19 Mar 2010) | 1 line

  Remove out-of-date comment about making ints and longs hash equal.
................
  r79093 | florent.xicluna | 2010-03-19 06:37:08 -0700 (Fri, 19 Mar 2010) | 11 lines

  Fixed a failure in test_bigmem.

  Merged revision 79059 via svnmerge from
  svn+ssh://pythondev at svn dot python dot org/python/trunk

  ........
    r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines

    Issue #8024: Update the Unicode database to 5.2
  ........
................
  r79094 | florent.xicluna | 2010-03-19 07:25:03 -0700 (Fri, 19 Mar 2010) | 14 lines

  Merged revisions 78982,78986 via svnmerge from
  svn+ssh://pythondev at svn dot python dot org/python/trunk

  ........
    r78982 | florent.xicluna | 2010-03-15 15:00:58 +0100 (lun, 15 mar 2010) | 2 lines

    Remove py3k deprecation warnings from these Unicode tools.
  ........
    r78986 | florent.xicluna | 2010-03-15 19:08:58 +0100 (lun, 15 mar 2010) | 3 lines

    Issue #7783 and #7787: open_urlresource invalidates the outdated files from the local cache.
    Use this feature to fix test_normalization.
  ........
................
  r79095 | florent.xicluna | 2010-03-19 07:40:31 -0700 (Fri, 19 Mar 2010) | 2 lines

  Rename test.test_support to test.support for 3.x.
................
  r79097 | gregory.p.smith | 2010-03-19 09:53:08 -0700 (Fri, 19 Mar 2010) | 7 lines

  * Fix a refleak when a preexec_fn was supplied (preexec_fn_args_tuple was not
    being defref'ed).
  * Fixes another potential refleak of a reference to the gc
    module in the unlikely odd case where gc module isenabled or disable calls
    fail.
  * Adds a unittest for the above case to verify behavior and lack of leaks.
................
  r79099 | matthias.klose | 2010-03-19 10:47:21 -0700 (Fri, 19 Mar 2010) | 15 lines

  Merged revisions 79098 via svnmerge from
  svn+ssh://pythondev at svn dot python dot org/python/trunk

  ........
    r79098 | matthias.klose | 2010-03-19 18:46:33 +0100 (Fr, 19 M?r 2010) | 8 lines

    Generate libffi's Makefiles again to be able to run the libffi testsuite
    -- Diese und die folgenden Zeilen werden ignoriert --

    M    _ctypes/libffi/configure
    M    _ctypes/libffi/configure.ac
    M    _ctypes/libffi/aclocal.m4
    M    _ctypes/libffi.diff
  ........
................
  r79102 | florent.xicluna | 2010-03-19 12:00:44 -0700 (Fri, 19 Mar 2010) | 9 lines

  Merged revisions 79100 via svnmerge from
  svn+ssh://pythondev at svn dot python dot org/python/trunk

  ........
    r79100 | florent.xicluna | 2010-03-19 19:34:55 +0100 (ven, 19 mar 2010) | 2 lines

    Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown.
  ........
................
  r79103 | matthias.klose | 2010-03-19 12:02:09 -0700 (Fri, 19 Mar 2010) | 10 lines

  Merged revisions 79101 via svnmerge from
  svn+ssh://pythondev at svn dot python dot org/python/trunk

  ........
    r79101 | matthias.klose | 2010-03-19 19:59:20 +0100 (Fr, 19 M?r 2010) | 3 lines

    update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the
    trunk (adding msvc port).
  ........
................
  r79107 | benjamin.peterson | 2010-03-19 13:42:30 -0700 (Fri, 19 Mar 2010) | 9 lines

  Merged revisions 79106 via svnmerge from
  svn+ssh://pythondev at svn dot python dot org/python/trunk

  ........
    r79106 | benjamin.peterson | 2010-03-19 15:39:41 -0500 (Fri, 19 Mar 2010) | 1 line

    set svn:eol-style to native on C files
  ........
................
  r79108 | benjamin.peterson | 2010-03-19 13:44:28 -0700 (Fri, 19 Mar 2010) | 1 line

  set svn:eol-style on importlib files
................
  r79109 | benjamin.peterson | 2010-03-19 13:58:52 -0700 (Fri, 19 Mar 2010) | 1 line

  fix demo/doc eol
................
  r79110 | benjamin.peterson | 2010-03-19 14:00:11 -0700 (Fri, 19 Mar 2010) | 1 line

  fix test eol
................
  r79111 | benjamin.peterson | 2010-03-19 14:00:32 -0700 (Fri, 19 Mar 2010) | 1 line

  set urllib svn:eol-style
................
  r79112 | benjamin.peterson | 2010-03-19 14:01:04 -0700 (Fri, 19 Mar 2010) | 1 line

  set svn:eol-style on modules
................
  r79113 | benjamin.peterson | 2010-03-19 14:01:27 -0700 (Fri, 19 Mar 2010) | 1 line

  make maintainers.rst have correct eol
................
  r79116 | collin.winter | 2010-03-19 14:17:17 -0700 (Fri, 19 Mar 2010) | 13 lines

  Merged revisions 79082,79084 via svnmerge from
  svn+ssh://pythondev at svn dot python dot org/python/trunk

  ........
    r79082 | collin.winter | 2010-03-18 17:00:30 -0700 (Thu, 18 Mar 2010) | 1 line

    Add a separate python-config make target, useful for testing changes to Misc/python-config.in.
  ........
    r79084 | collin.winter | 2010-03-18 17:08:44 -0700 (Thu, 18 Mar 2010) | 1 line

    Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag.
  ........
................
#
21:40 yesterdayPython
Commit by ned.deily on roundup :: #8133/test_imp fails on OS X; filename normalization issue.: (link)
(BTW, the problem exists on other versions of OS X, not just 10.6.)
#
21:39 yesterdayPython
Commit by benjamin.peterson on roundup :: #8089/2.6/3.1 32-bit/64-bit universal builds always run in 64-bit on 10.6: (link)
[closed] Fixed 3.1 in r79117.
#
21:39 yesterdayPython
Commit by gruszczy on roundup :: #6081/str.format_from_mapping(): (link)
Could you point me, where to add tests and documentation? I would happily add those.
#
21:38 yesterdaypython
Commit by benjamin.peterson on release31-maint :: r79117 / (Mac/Makefile.in configure.in Mac/README):
port r78813 from trunk fixing #8089
#
21:34 yesterdayPython
Commit by benjamin.peterson on roundup :: #3135/inspect.getcallargs(): (link)
Would you upload this patch to Rietveld for review?
#