]> granicus.if.org Git - python/shortlog
python
2001-05-11 Fred Drakeint() of a string is only expected to through ValueErro...
2001-05-11 Fred Drake<socket>.getsockopt() and <socket>.setsockopt() can...
2001-05-11 Fred DrakeCatch only the relevant exceptions instead of using...
2001-05-11 Fred DrakeAdd some text to make the dircmp object section more...
2001-05-11 Fred DrakeInclude sys/modem.h if we have it; this is needed on...
2001-05-11 Fred Drakethe usual...
2001-05-11 Fred DrakeAdd a check for sys/modem.h, needed by termios on HP-UX.
2001-05-11 Fred Drake--sigh--
2001-05-11 Fred DrakeMarkup adjustments to avoid getting junk in the index.
2001-05-11 Jeremy HyltonVariant of SF patch 423181
2001-05-11 Fred Drakeunlink() would normally be found in the "os" module...
2001-05-11 Tim PetersCosmetic: code under "else" clause was missing indent.
2001-05-11 Fred DrakeReplace "\begin{classdesc}{SomeClass}{\unspecified...
2001-05-11 Fred DrakeDocument the new classdesc* environment, and the previo...
2001-05-11 Fred DrakeDefine a new environment, classdesc*, which can be...
2001-05-10 Fred DrakeWrite a better synopsis for the Scrap module, and provi...
2001-05-10 Fred DrakeActually include a synopsis line for the ColorPicker...
2001-05-10 Tim PetersRestore dicts' tp_compare slot, and change dict_richcom...
2001-05-10 Tim PetersMake test_mutants stronger by also adding random keys...
2001-05-10 Tim PetersChange test_mmap.py to use test_support.TESTFN instead...
2001-05-10 Tim PetersRepair typos in comments.
2001-05-10 Tim PetersRepair typo in comment.
2001-05-10 Fred DrakeChange some text just a little to avoid font-lock hell.
2001-05-10 Fred DrakeFix typo in weakref.proxy() documentation.
2001-05-10 Fred DrakeExtend the weakref test suite to cover the complete...
2001-05-10 Fred DrakeUpdate example to no longer use the FCNTL module.
2001-05-10 Fred DrakeFix the fcntl() docstring so the user is not mis-direct...
2001-05-10 Fred DrakeDo no regenerate modules that should no longer be here.
2001-05-10 Fred DrakeRemove all remaining uses of the FCNTL module from...
2001-05-10 Fred DrakeFix typo reported by David Goodger. This closes SF...
2001-05-10 Fred DrakeRemove all mentions of the strop module -- it has been...
2001-05-10 Jack JansenAdded a note that test_longexp needs 400MB.
2001-05-10 Jack JansenHas been dead so long that there's no use keeping it...
2001-05-10 Tim PetersSF bug #422121 Insecurities in dict comparison.
2001-05-10 Fred DrakeUpdate to reflect deprecation of the FCNTL module:...
2001-05-10 Steve Purcellpatch 418489 from Andrew Dalke for string format bug
2001-05-10 Tim PetersGuido has Spoken. Restore strop.replace()'s treatment...
2001-05-10 Tim PetersThe strop module and test_strop.py believe replace...
2001-05-10 Tim PetersHeh. I need a break. After this: stropmodule & strin...
2001-05-10 Tim PetersFudge. stropmodule and stringobject both had copies...
2001-05-09 Tim PetersSF bug #422088: [OSF1 alpha] string.replace().
2001-05-09 Tim PetersMechanical changes for easier edits.
2001-05-09 Fred DrakeRemove the old platform-specific FCNTL.py modules;...
2001-05-09 Fred DrakeAdd a new FCNTL.py backward compatibility module that...
2001-05-09 Fred DrakeUpdate the tests for the fcntl module to check passing...
2001-05-09 Fred DrakeUpdate the fcntl module documentation.
2001-05-09 Fred DrakeModify to allow file objects wherever file descriptors...
2001-05-09 Fred Drakefdconv(): Do not second guess the error condition...
2001-05-09 Tim PetersSF patch #416247 2.1c1 stringobject: unused vrbl cleanup.
2001-05-09 Fred DrakeItamar Shtull-Trauring <python@itamarst.org>:
2001-05-09 Fred DrakeThree uses of makesockaddr() used sockaddr buffers...
2001-05-09 Tim PetersSF patch #416249, from Mark Favas: 2.1c1 compile:...
2001-05-09 Tim PetersMinor fiddling related to
2001-05-09 Fred DrakeUpdate build notes for Mac OS X 10.0.
2001-05-09 Fred DrakeOnly import termio.h on OSF, and add a comment about...
2001-05-09 Fred DrakeFix the operator precedence table: exponentiation binds...
2001-05-09 Fred DrakeRemove items that have been done or are being tracked...
2001-05-09 Fred DrakeUpdate the directory names to match changes at SourceForge.
2001-05-09 Jeremy HyltonTrivial tests of urllib2 for recent SF bug
2001-05-09 Fred DrakeWork around limitations of the module synopsis table...
2001-05-09 Jeremy HyltonRaise useful exception when called with URL for which...
2001-05-09 Fred DrakeMinor adjustments to HTML for the module synopsis tables.
2001-05-09 Tim PetersSheesh -- repair the dodge around "cast isn't an lvalue...
2001-05-09 Tim PetersMark Favas reported that gcc caught me using casts...
2001-05-09 Fred DrakeJob.build_html(): Be more robust in ensuring about...
2001-05-09 Fred DrakeThere is no IMAP class in the imaplib module; the class...
2001-05-09 Fred DrakeNote that when inplace=1 existing backup files will...
2001-05-09 Mark HammondAlways pass a full path name to LoadLibraryEx(). Fixes...
2001-05-09 Tim PetersAck! Restore the COUNT_ALLOCS one_strings code.
2001-05-09 Tim PetersMy change to string_item() left an extra reference...
2001-05-08 Tim PetersIntern 1-character strings as soon as they're created...
2001-05-08 Tim PetersBlurb about the increased precision of float literals...
2001-05-08 Tim PetersSF bug #422177: Results from .pyc differs from .py
2001-05-08 Jack JansenRemoved some confusing sentences that are no longer...
2001-05-08 Fred DrakeMichael Hudson <mwh21@cam.ac.uk>:
2001-05-08 Tim PetersSF patch #421922: Implement rich comparison for dicts.
2001-05-08 Jeremy HyltonFix several bugs and add two features.
2001-05-08 Jeremy HyltonSeveral small changes. Mostly reformatting, adding...
2001-05-08 Jeremy HyltonSF patch 419176 from MvL; fixed bug 418977
2001-05-08 Jeremy HyltonRemove unused variable
2001-05-08 Tim PetersThis is a test showing SF bug 422177. It won't trigger...
2001-05-07 Tim PetersSF bug #422108 - Error in rich comparisons.
2001-05-07 Fred DrakeMichael Hudson <mwh21@cam.ac.uk>:
2001-05-07 Fred DrakeHmm... better add a version annotation for the Iterator...
2001-05-07 Fred DrakeAdded documentation for PyIter_Check() and PyIter_Next().
2001-05-06 Tim PetersGeneralize zip() to work with iterators.
2001-05-05 Tim PetersGet rid of silly 5am "del" stmts.
2001-05-05 Tim PetersReimplement PySequence_Contains() and instance_contains...
2001-05-05 Andrew M. KuchlingSkeletal version; I'm checking this in now so I can...
2001-05-05 Tim PetersGeneralize PySequence_Count() (operator.countOf) to...
2001-05-05 Tim PetersRemove redundant line.
2001-05-05 Tim PetersMake 'x in y' and 'x not in y' (PySequence_Contains...
2001-05-05 Tim PetersMake unicode.join() work nice with iterators. This...
2001-05-05 Tim PetersMark string.join() as done. Turns out string_join...
2001-05-05 Tim PetersFix a tiny and unlikely memory leak. Was there before...
2001-05-05 Tim PetersGeneralize tuple() to work nicely with iterators.
2001-05-05 Tim PetersMake PyIter_Next() a little smarter (wrt its knowledge...
2001-05-04 Guido van RossumMake the license GPL-compatible.
2001-05-04 Guido van RossumAdd TODO item about x in y -- this should use iterators...
2001-05-04 Tim PetersAdded reminders to make some remaining functions iterat...
next