[Python-Dev] Weekly Python Patch/Bug Summary (original) (raw)

Kurt B. Kaiser kbk at shore.net
Thu Jun 22 07:39:59 CEST 2006


Patch / Bug Summary


Patches : 378 open ( +3) / 3298 closed (+34) / 3676 total (+37) Bugs : 886 open (-24) / 5926 closed (+75) / 6812 total (+51) RFE : 224 open ( +7) / 227 closed ( +7) / 451 total (+14)

New / Reopened Patches


Improve super() objects support for implicit method calls (2006-05-31) http://python.org/sf/1498363 opened by Collin Winter

Improve itertools.starmap (2006-05-31) http://python.org/sf/1498370 opened by Collin Winter

Change *args from a tuple to list (2006-05-31) http://python.org/sf/1498441 opened by Collin Winter

Correctly unpickle exceptions (2006-06-01) CLOSED http://python.org/sf/1498571 opened by Žiga Seilnacht

Fault in XMLRPC not always returned to client (2006-05-31) CLOSED http://python.org/sf/1498627 opened by Daniel Savard

Generate from Unicode database instead of manualy coding. (2006-06-01) http://python.org/sf/1498930 opened by Anders Chrigström

Optimise "in" operations on tuples of consts (2006-06-01) CLOSED http://python.org/sf/1499095 opened by Collin Winter

Fix for memory leak in WindowsError_str (2006-06-02) CLOSED http://python.org/sf/1499797 opened by Žiga Seilnacht

Alternate RFC 3896 compliant URI parsing module (2006-06-05) http://python.org/sf/1500504 opened by Nick Coghlan

Remove dependencies on the sets module (2006-06-04) http://python.org/sf/1500609 opened by Collin Winter

(py3k) Remove the sets module (2006-06-04) http://python.org/sf/1500611 opened by Collin Winter

Remove the repr()-backticks (2006-06-04) http://python.org/sf/1500623 opened by Collin Winter

wm_attributes doesn't take keyword arguments (2006-06-04) http://python.org/sf/1500773 opened by Greg Couch

AF_NETLINK support for socket module (2006-06-05) CLOSED http://python.org/sf/1500815 opened by lplatypus

Cyclic garbage collection support for slices (2006-06-05) CLOSED http://python.org/sf/1501180 opened by Žiga Seilnacht

Fix Bug #1339007 - shelve.open('non-existant-file', 'r') (2006-06-06) CLOSED http://python.org/sf/1501534 opened by Jeung Mun Sic

syntax errors on continuation lines (2006-06-06) http://python.org/sf/1501979 opened by Roger Miller

Remove randomness from test_exceptions (2006-06-07) CLOSED http://python.org/sf/1501987 opened by Žiga Seilnacht

Conditional compilation of zlib.(de)compressobj.copy (2006-06-08) CLOSED http://python.org/sf/1503046 opened by Chris AtLee

Allow Empty Subscript List Without Parentheses (2006-06-09) CLOSED http://python.org/sf/1503556 opened by Noam Raphael

Tiny patch to stop make spam (2006-06-09) http://python.org/sf/1503717 opened by Chris AtLee

Rough documentation for xml.etree.ElementTree (2006-06-10) http://python.org/sf/1504046 opened by Fredrik Lundh

Patch for 1496501 tarfile opener order (2006-06-10) http://python.org/sf/1504073 opened by Jack Diederich

Switch syntax (partial PEP 275) (2006-06-11) http://python.org/sf/1504199 opened by Thomas Lee

winerror module (2006-06-13) http://python.org/sf/1505257 opened by M.-A. Lemburg

curses.resizeterm() (2006-06-15) CLOSED http://python.org/sf/1506645 opened by Walter Dörwald

Patch for 1506758 - popen2/subprocess MAXFD MemoryErrors (2006-06-15) http://python.org/sf/1506760 opened by Peter Vetere

Use a set to keep interned strings (2006-06-15) http://python.org/sf/1507011 opened by Alexander Belopolsky

tarfile extraction does not honor umask (2006-06-16) http://python.org/sf/1507247 opened by Faik Uygur

improve object.c and abstract.c exception messages (2006-06-17) CLOSED http://python.org/sf/1507676 opened by Georg Brandl

transparent gzip compression in liburl2 (2006-06-19) http://python.org/sf/1508475 opened by Jakob Truelsen

uuid documentation (2006-06-20) http://python.org/sf/1508766 opened by George Yoshida

Make Lib/test/regrtest.py NetBSD 3 aware. (2006-06-20) CLOSED http://python.org/sf/1509001 opened by Matt Fleming

MS Toolkit Compiler no longer available (2006-06-20) http://python.org/sf/1509163 opened by Paul Moore

skip tests in test_socket__ssl when connection refused (2006-06-20) CLOSED http://python.org/sf/1509404 reopened by bcannon

skip tests in test_socket__ssl when connection refused (2006-06-20) CLOSED http://python.org/sf/1509404 opened by Brett Cannon

Small fix for sqlite3 test suite (2006-06-20) CLOSED http://python.org/sf/1509584 opened by Gerhard Häring

tarfile stops iteration with some longfiles (2006-06-21) CLOSED http://python.org/sf/1509889 opened by Faik Uygur

Patches Closed


Possible fix to #1334662 (int() wrong answers) (2006-03-31) http://python.org/sf/1462361 closed by gbrandl

Correctly unpickle exceptions (2006-05-31) http://python.org/sf/1498571 closed by gbrandl

Fault in XMLRPC not always returned to client (2006-06-01) http://python.org/sf/1498627 closed by gbrandl

Fix test_exceptions.py (2006-05-27) http://python.org/sf/1496135 closed by gbrandl

Let dicts propagate the exceptions in user eq (2006-05-29) http://python.org/sf/1497053 closed by arigo

Optimise "in" operations on tuples of consts (2006-06-01) http://python.org/sf/1499095 closed by rhettinger

potential crash and free memory read (2005-11-15) http://python.org/sf/1357836 closed by nnorwitz

Fix for memory leak in WindowsError_str (2006-06-02) http://python.org/sf/1499797 closed by nnorwitz

Better dead code elimination for the AST compiler (2005-11-02) http://python.org/sf/1346214 closed by gbrandl

Speed charmap encoder (2005-11-18) http://python.org/sf/1359618 closed by loewis

AF_NETLINK support for socket module (2006-06-05) http://python.org/sf/1500815 closed by loewis

patch for SIGSEGV in arraymodule.c (2006-03-20) http://python.org/sf/1454485 closed by loewis

Cyclic garbage collection support for slices (2006-06-05) http://python.org/sf/1501180 closed by zseil

Fix Bug #1339007 - shelve.open('non-existant-file', 'r') (2006-06-06) http://python.org/sf/1501534 closed by gbrandl

Remove randomness from test_exceptions (2006-06-06) http://python.org/sf/1501987 closed by tim_one

Corrupt Berkeley DB using Modify bsddb.dbtables (2006-01-17) http://python.org/sf/1408584 closed by greg

Conditional compilation of zlib.(de)compressobj.copy (2006-06-08) http://python.org/sf/1503046 closed by nnorwitz

Allow Empty Subscript List Without Parentheses (2006-06-09) http://python.org/sf/1503556 closed by gbrandl

Add help reference on Mac (04/25/06) http://python.org/sf/1476578 closed by sf-robot

Windows CE support (part 2) (2006-05-27) http://python.org/sf/1495999 closed by loewis

Update documentation for builtins (2005-09-24) http://python.org/sf/1303595 closed by fdrake

Suggested Additional Material for urllib2 docs (2005-06-08) http://python.org/sf/1216942 closed by fdrake

AssertionError when building rpm under RedHat 9.1 (2003-05-02) http://python.org/sf/731328 closed by jafo

patch for mbcs codecs (2006-03-22) http://python.org/sf/1455898 closed by loewis

BaseWidget.destroy updates master's childern too early (2006-05-25) http://python.org/sf/1494750 closed by loewis

curses.resizeterm() (2006-06-15) http://python.org/sf/1506645 closed by doerwalter

improve object.c and abstract.c exception messages (2006-06-17) http://python.org/sf/1507676 closed by gbrandl

Minor enhancements to Variable class (2003-07-01) http://python.org/sf/763580 closed by loewis

Fix for wm_iconbitmap to allow .ico files under Windows. (2005-01-05) http://python.org/sf/1096231 closed by loewis

upgrade pyexpat to expat 2.0.0 (2006-03-31) http://python.org/sf/1462338 closed by tmick

Make Lib/test/regrtest.py NetBSD 3 aware. (2006-06-20) http://python.org/sf/1509001 closed by gbrandl

skip tests in test_socket__ssl when connection refused (2006-06-20) http://python.org/sf/1509404 closed by bcannon

skip tests in test_socket__ssl when connection refused (2006-06-20) http://python.org/sf/1509404 closed by bcannon

Small fix for sqlite3 test suite (2006-06-20) http://python.org/sf/1509584 closed by ghaering

tarfile stops iteration with some longfiles (2006-06-21) http://python.org/sf/1509889 closed by gbrandl

New / Reopened Bugs


Pickling exceptions crashes Python (2006-05-30) CLOSED http://python.org/sf/1497319 opened by Žiga Seilnacht

__self reserved WATCOM 10.6 word (2006-05-30) CLOSED http://python.org/sf/1497414 opened by kbob_ru

Leak in tarfile.py (2006-05-31) CLOSED http://python.org/sf/1497962 opened by Jens Jørgen Mortensen

MSVC compiler problems with .NET v2.0 (2006-05-31) CLOSED http://python.org/sf/1498051 opened by Retief Gerber

optparse does not hande unicode help strings (2006-05-31) CLOSED http://python.org/sf/1498146 opened by Tom Cato Amundsen

tp_alloc for subtypes of PyComplex_Type is not called (2006-05-31) CLOSED http://python.org/sf/1498638 opened by Travis Oliphant

lstrip does not work properly (2006-06-01) CLOSED http://python.org/sf/1499049 opened by rpache

lstrip does not work properly (2006-06-02) CLOSED http://python.org/sf/1499316 opened by rpache

interpret termination, object deleting (2006-06-03) CLOSED http://python.org/sf/1500167 opened by Jan Martinek

re.escape incorrectly escape literal. (2006-06-03) CLOSED http://python.org/sf/1500179 opened by Baptiste Lepilleur

Memory leak in subprocess module (2006-06-04) CLOSED http://python.org/sf/1500293 opened by Žiga Seilnacht

Lang ref '<' description in 5.9 not consistent with lt (2006-06-05) CLOSED http://python.org/sf/1501122 opened by Andy Harrington

Possible buffer overflow in Python/sysmodule.c (2006-06-05) CLOSED http://python.org/sf/1501223 opened by Brett Cannon

python/ncurses bug in 2.4.3 with extended ascii (2006-06-05) http://python.org/sf/1501291 opened by UnixOps

failure of test_ossaudiodev; elapsed time .1 sec faster (2006-06-05) http://python.org/sf/1501330 opened by Brett Cannon

method format of logging.Formatter caches incorrectly (2006-06-06) http://python.org/sf/1501699 opened by Boris Lorbeer

incorrect LOAD/STORE_GLOBAL generation (2006-06-07) http://python.org/sf/1501934 opened by Thomas Wouters

crash in expat when compiling with --enable-profiling (2006-06-07) http://python.org/sf/1502517 opened by Ronald Oussoren

HP-UX shared library does not reference librt (2006-06-08) CLOSED http://python.org/sf/1502728 opened by Göran Uddeborg

PyArg_ParseTuple(args, "i") and sys.maxint (2006-06-08) CLOSED http://python.org/sf/1502750 reopened by lemburg

PyArg_ParseTuple(args, "i") and sys.maxint (2006-06-08) CLOSED http://python.org/sf/1502750 opened by M.-A. Lemburg

'with' sometimes eats exceptions (2006-06-08) CLOSED http://python.org/sf/1502805 opened by Armin Rigo

"/".join() throws OverflowError (2006-06-08) CLOSED http://python.org/sf/1503157 opened by Wummel

'make install' fails on OS X 10.4 when running compileall (2006-06-08) CLOSED http://python.org/sf/1503294 opened by Brett Cannon

Pdb doesn't call flush on its stdout file descriptor (2006-06-09) http://python.org/sf/1503502 opened by Matt Fleming

logger.config problems with comma separated lists (2006-06-09) http://python.org/sf/1503765 opened by cuppatea

stdin directory causes crash (SIGSEGV) (2006-06-09) CLOSED http://python.org/sf/1503780 opened by Ben Liblit

Cannot write source code in UTF16 (2006-06-09) http://python.org/sf/1503789 opened by Wai Yip Tung

csv.Sniffer - says "1 method", shows 2 (2006-06-10) CLOSED http://python.org/sf/1503883 opened by Frank Millman

sgmlib should allow angle brackets in quoted values (2006-06-11) http://python.org/sf/1504333 opened by Sam Ruby

xmlcore needs to be documented (2006-06-11) http://python.org/sf/1504456 opened by Fred L. Drake, Jr.

Make sgmllib char and entity references pluggable (2006-06-12) CLOSED http://python.org/sf/1504676 opened by Sam Ruby

There should be a Python build using Visual Studio 2005 (2006-06-12) http://python.org/sf/1504947 opened by Vincent Manis

under Windows XP, os.walk problem with path >256? chars (2006-06-12) CLOSED http://python.org/sf/1504998 opened by Mike Coleman

Wrong grammar (2006-06-12) CLOSED http://python.org/sf/1505081 opened by Milind

Incorrect comment in socket.py (2006-06-12) CLOSED http://python.org/sf/1505095 opened by Bruce Christensen

Add support for GNU --long options (interpreter) (2006-06-14) CLOSED http://python.org/sf/1505841 opened by Jari Aalto

If MAXFD too high, popen2/subprocess produce MemoryErrors (2006-06-15) http://python.org/sf/1506758 opened by Peter Vetere

Misleading error message from PyObject_GenericSetAttr (2006-06-15) CLOSED http://python.org/sf/1506776 opened by Alexander Belopolsky

list bug (2006-06-15) CLOSED http://python.org/sf/1506799 opened by SPlyer

pydoc fails on package in ZIP archive (2006-06-15) CLOSED http://python.org/sf/1506945 opened by Christopher Dunn

pydoc fails on package in ZIP archive (2006-06-15) http://python.org/sf/1506951 opened by Christopher Dunn

HTTPResponse instance has no attribute 'code' (2006-06-16) CLOSED http://python.org/sf/1507166 opened by yodalf

sys.path issue if sys.prefix contains a colon (2006-06-16) http://python.org/sf/1507224 opened by Ronald Oussoren

Broken example in optparse module documentation (2006-06-16) CLOSED http://python.org/sf/1507379 opened by Michal Krenek

logging fileConfig swallows handler exception (2006-06-18) http://python.org/sf/1508253 opened by tdir

logging module formatter problem with %(filename)s (2006-06-18) http://python.org/sf/1508369 opened by David Hess

"...." (four dots) confuses doctest's ellipsis matching (2006-06-19) CLOSED http://python.org/sf/1508564 opened by Andrew Bennetts

os.spawnv fails when argv is a length 1 tuple (2006-06-19) CLOSED http://python.org/sf/1508833 opened by ncloud

failed to load tuxedo libs (2006-06-19) CLOSED http://python.org/sf/1508848 opened by William Ding

threading.Timer breaks when you change system time on win32 (2006-06-19) http://python.org/sf/1508864 opened by Russell Warren

compiler module builds incorrect AST for TryExceptFinally (2006-06-20) CLOSED http://python.org/sf/1509132 opened by Adrien Di Mascio

Absolute/relative import not working? (2006-06-21) http://python.org/sf/1510172 opened by Mitch Chapman

Bugs Closed


Pickling exceptions crashes Python (2006-05-30) http://python.org/sf/1497319 closed by gbrandl

__self reserved WATCOM 10.6 word (2006-05-30) http://python.org/sf/1497414 closed by akuchling

hyper-threading locks up sleeping threads (2006-05-08) http://python.org/sf/1484172 closed by tim_one

strptime: wrong default values used to fill in missing data (2006-05-28) http://python.org/sf/1496315 closed by bcannon

Leak in tarfile.py (05/30/06) http://python.org/sf/1497962 closed by sf-robot

MSVC compiler problems with .NET v2.0 (2006-05-31) http://python.org/sf/1498051 closed by loewis

optparse does not hande unicode help strings (2006-05-31) http://python.org/sf/1498146 closed by gward

SimpleXMLRPCServer responds to any path (2006-04-19) http://python.org/sf/1473048 closed by akuchling

tp_alloc for subtypes of PyComplex_Type is not called (2006-06-01) http://python.org/sf/1498638 closed by gbrandl

dictobject.c:dictresize() vulnerability (2006-03-22) http://python.org/sf/1456209 closed by arigo

dict key comparison swallows exceptions (2005-08-29) http://python.org/sf/1275608 closed by arigo

Traceback error when compiling Regex (2006-03-22) http://python.org/sf/1456280 closed by gbrandl

lstrip does not work properly (2006-06-01) http://python.org/sf/1499049 closed by gbrandl

lstrip does not work properly (2006-06-02) http://python.org/sf/1499316 closed by gbrandl

sgmllib do_tag description error (2006-04-17) http://python.org/sf/1472084 closed by akuchling

time module missing from global mod index (2006-05-16) http://python.org/sf/1489648 closed by akuchling

Poorly worded description for socket.makefile() (2006-04-24) http://python.org/sf/1475554 closed by akuchling

Omission in docs for urllib2.urlopen() (2006-03-02) http://python.org/sf/1441864 closed by akuchling

interpret termination, object deleting (2006-06-03) http://python.org/sf/1500167 closed by loewis

re.escape incorrectly escape literal. (2006-06-03) http://python.org/sf/1500179 closed by blep

Memory leak in subprocess module (2006-06-04) http://python.org/sf/1500293 closed by gbrandl

Lang ref '<' description in 5.9 not consistent with lt (2006-06-05) http://python.org/sf/1501122 closed by gbrandl

distutils.core: link to list of Trove classifiers (2006-04-13) http://python.org/sf/1470026 closed by akuchling

Possible buffer overflow in Python/sysmodule.c (2006-06-05) http://python.org/sf/1501223 closed by bcannon

bsddb: db never opened for writing forgets its size (2006-05-22) http://python.org/sf/1493322 closed by greg

Make logging consistent in the standard library (2003-08-19) http://python.org/sf/791410 closed by gbrandl

Distutils does not use logging (2005-07-19) http://python.org/sf/1241006 closed by gbrandl

argvemulator doesn't work on intel mac (2006-05-19) http://python.org/sf/1491468 closed by ronaldoussoren

OS X framework build for python 2.5 fails, configure is odd (2006-05-11) http://python.org/sf/1486897 closed by ronaldoussoren

bsddb3 hash craps out with threads (2003-07-21) http://python.org/sf/775414 closed by greg

HP-UX shared library does not reference librt (2006-06-08) http://python.org/sf/1502728 closed by gbrandl

PyArg_ParseTuple(args, "i") and sys.maxint (2006-06-08) http://python.org/sf/1502750 closed by gbrandl

PyArg_ParseTuple(args, "i") and sys.maxint (2006-06-08) http://python.org/sf/1502750 closed by gbrandl

'with' sometimes eats exceptions (2006-06-08) http://python.org/sf/1502805 closed by gbrandl

built-in method .cmp (2005-11-07) http://python.org/sf/1350060 closed by arigo

int/long assume that the buffer ends in \0 => CRASH (2006-05-25) http://python.org/sf/1495033 closed by bcannon

"/".join() throws OverflowError (2006-06-08) http://python.org/sf/1503157 closed by gbrandl

xml.sax.saxutils.XMLGenerator mangles \r\n\t in attributes (2006-04-19) http://python.org/sf/1472827 closed by akuchling

Recursive class instance "error" (2002-03-20) http://python.org/sf/532646 closed by bcannon

stdin from directory causes crash (SIGSEGV) (2006-06-10) http://python.org/sf/1503780 closed by gbrandl

-Wi causes a fatal Python error (2006-06-09) http://python.org/sf/1503294 closed by arigo

Install under osx 10.4.6 breaks shell. (05/25/06) http://python.org/sf/1495210 closed by sf-robot

csv.Sniffer - says "1 method", shows 2 (2006-06-10) http://python.org/sf/1503883 closed by frankmillman

optparse: extending actions missing ALWAYS_TYPED_ACTIONS (2006-03-13) http://python.org/sf/1449311 closed by gward

dest parameter in optparse (2005-04-15) http://python.org/sf/1183972 closed by gward

textwrap.dedent() expands tabs (2005-11-19) http://python.org/sf/1361643 closed by gward

packman upgrade issue (2004-05-31) http://python.org/sf/963494 closed by ronaldoussoren

incorrect documentation for optparse (2005-11-25) http://python.org/sf/1366250 closed by gward

Make sgmllib char and entity references pluggable (2006-06-12) http://python.org/sf/1504676 closed by fdrake

under Windows XP, os.walk problem with path >256? chars (2006-06-12) http://python.org/sf/1504998 closed by loewis

Wrong grammar (2006-06-12) http://python.org/sf/1505081 closed by tim_one

Incorrect comment in socket.py (2006-06-13) http://python.org/sf/1505095 closed by gbrandl

code that generates a segfault on Python 2.1-2.3 (2004-07-15) http://python.org/sf/992017 closed by bcannon

shelve.Shelf.del throws exceptions (2005-10-26) http://python.org/sf/1339007 closed by gbrandl

"u#" doesn't check object type (2002-11-13) http://python.org/sf/637547 closed by gbrandl

str.join() intercepts TypeError raised by iterator (2004-02-26) http://python.org/sf/905389 closed by gbrandl

Add support for GNU --long options (interpreter) (2006-06-14) http://python.org/sf/1505841 closed by gbrandl

reflected operator not used when operands have the same type (2005-02-28) http://python.org/sf/1153163 closed by gbrandl

mimetypes.py does not find mime.types on Mac OS X (2005-05-14) http://python.org/sf/1202018 closed by gbrandl

SimpleHTTPServer and mimetypes: almost together (2005-02-06) http://python.org/sf/1117556 closed by gbrandl

No struct.pack exception for some out of range integers (2005-06-28) http://python.org/sf/1229380 closed by gbrandl

SIGSEGV causes hung threads (Linux) (2003-06-18) http://python.org/sf/756924 closed by gbrandl

os.listdir fails for pathprefix \?\d:... (2004-02-12) http://python.org/sf/895567 closed by gbrandl

PyUnicode_FromEncodedObject (2003-09-12) http://python.org/sf/805015 closed by gbrandl

raw_input() displays wrong unicode prompt (2005-01-10) http://python.org/sf/1099364 closed by gbrandl

Misleading error message from PyObject_GenericSetAttr (2006-06-15) http://python.org/sf/1506776 closed by gbrandl

list bug (2006-06-15) http://python.org/sf/1506799 closed by tim_one

pydoc fails on package in ZIP archive (2006-06-15) http://python.org/sf/1506945 deleted by christopherdunn

HTTPResponse instance has no attribute 'code' (2006-06-16) http://python.org/sf/1507166 closed by yodalf

Broken example in optparse module documentation (2006-06-16) http://python.org/sf/1507379 closed by nnorwitz

turtle.py deferres exec of stmnts with tracer(0) (2003-09-26) http://python.org/sf/812986 closed by loewis

tkMessageBox functions reject type and ico (2003-10-01) http://python.org/sf/815924 closed by loewis

"...." (four dots) confuses doctest's ellipsis matching (2006-06-19) http://python.org/sf/1508564 closed by gbrandl

os.spawnv fails when argv is a length 1 tuple (2006-06-19) http://python.org/sf/1508833 closed by gbrandl

failed to load tuxedo libs (2006-06-19) http://python.org/sf/1508848 closed by nnorwitz

expat symbols should be namespaced in pyexpat (2005-09-19) http://python.org/sf/1295808 closed by tmick

compiler module builds incorrect AST for TryExceptFinally (2006-06-20) http://python.org/sf/1509132 closed by gbrandl

New / Reopened RFE


C API to retain GIL during Python Callback (2006-05-30) http://python.org/sf/1497532 opened by Martin Gfeller

Add write buffering to gzip (2006-06-05) http://python.org/sf/1501108 opened by Raymond Hettinger

Add "compose" function to the functools (2006-06-14) http://python.org/sf/1506122 opened by Gregory Petrosyan

Add "methodcaller" to the operator module (2006-06-14) http://python.org/sf/1506171 opened by Gregory Petrosyan

Add "methodcaller" to the operator module (2006-06-14) CLOSED http://python.org/sf/1506190 opened by Gregory Petrosyan

Add "methodcaller" to the operator module (2006-06-14) CLOSED http://python.org/sf/1506211 opened by Gregory Petrosyan

Add "methodcaller" to the operator module (2006-06-14) CLOSED http://python.org/sf/1506216 opened by Gregory Petrosyan

Add some dicts to datetime module (2006-06-14) http://python.org/sf/1506296 opened by Gregory Petrosyan

Add some dicts to datetime module (2006-06-15) CLOSED http://python.org/sf/1506313 opened by Gregory Petrosyan

Add some dicts to datetime module (2006-06-15) CLOSED http://python.org/sf/1506324 opened by Gregory Petrosyan

Add some dicts to datetime module (2006-06-15) http://python.org/sf/1506340 opened by Gregory Petrosyan

Interrupt/kill threads w/exception (2006-06-20) http://python.org/sf/1509060 opened by Oliver Bock

replace dist/src/Tools/scripts/which.py with tmick's which (2006-06-21) http://python.org/sf/1509798 opened by wrstl prmpft

RFE Closed


str.startswith/endswith could take a tuple? (2006-05-19) http://python.org/sf/1491485 closed by gbrandl

Add "methodcaller" to the operator module (2006-06-14) http://python.org/sf/1506190 closed by gbrandl

Add "methodcaller" to the operator module (2006-06-14) http://python.org/sf/1506211 closed by gbrandl

Add "methodcaller" to the operator module (2006-06-14) http://python.org/sf/1506216 closed by gbrandl

Add some dicts to datetime module (2006-06-14) http://python.org/sf/1506313 closed by gbrandl

Add some dicts to datetime module (2006-06-14) http://python.org/sf/1506324 closed by gbrandl

Use new expat version 2.0 (2006-02-17) http://python.org/sf/1433435 closed by gbrandl



More information about the Python-Dev mailing list