]> granicus.if.org Git - python/shortlog
python
2003-02-12 Guido van RossumSF #660455 : patch by NNorwitz.
2003-02-12 Jack Jansen- Use distutils to find site-python (suggested by Thoma...
2003-02-12 Jack JansenIcons for the package manager.
2003-02-12 Just van RossumThank you sir, can I have another.
2003-02-12 Jack JansenPhotoshop source file for package manager icon.
2003-02-12 Jack JansenUse bundlebuilder directly to build applets.
2003-02-12 Jack JansenAllow this to run both standalone and as a window in...
2003-02-12 Jack JansenMore int() around float arguments.
2003-02-12 Jack JansenCreate applets slightly differently: by saving the...
2003-02-12 Jack JansenWhen in MacPython-OSX use bundlebuilder to create ...
2003-02-12 Jack Jansen- Better way to find site-packages
2003-02-12 Jack JansenRenamed InstallManager to PackageManager, finished...
2003-02-12 Jack JansenIn a MultiList select all cells in the row, not only...
2003-02-12 Jack JansenUpdated the Mac documentation to the current state...
2003-02-12 Tim PetersMinor cleanup of new batch-list/dict code.
2003-02-12 Guido van RossumImplement another useful feature for proxies: in super...
2003-02-12 Guido van RossumAdd missing cast in previous fix.
2003-02-12 Guido van RossumSF #532767: isinstance(x, X) should work when x is...
2003-02-11 Jack JansenAn install manager window for the IDE and standalone...
2003-02-11 Neal NorwitzAdd more missing PyErr_NoMemory() after failled memory...
2003-02-11 Tim PetersImplemented batching for dicts in cPickle. This is...
2003-02-11 Jack JansenChanged database format to make fields adhere to PEP...
2003-02-11 Guido van RossumAdd Str, a subclass of str.
2003-02-11 Tim PetersImplemented list batching in cPickle.
2003-02-11 Guido van RossumFix from SF #681367: inherit tp_as_buffer. This only...
2003-02-11 Guido van RossumAdd compilation instructions for xxmodule.c.
2003-02-11 Gustavo NiemeyerUnparenting BZ2File, as discussed in SF patch #661796.
2003-02-11 Guido van RossumPut proper tests in classmethod_get(). Remove the...
2003-02-11 Guido van RossumRefactor instancemethod_descr_get() to (a) be more...
2003-02-11 Tim PetersSF bug 684667: Modules/selectmodule.c returns NULL...
2003-02-11 Guido van RossumInline create_specialmethod() -- since METH_CLASS is...
2003-02-11 Tim PetersAdded tests to ensure that list and dict "chunking...
2003-02-11 Jack Jansen- More int() calls around floating point numbers passed...
2003-02-11 Guido van RossumAdd basic arg sanity checking to wrap_descr_get()....
2003-02-11 Neal NorwitzRemove duplicate word (rules)
2003-02-11 Michael W.... Fix so it compiles at least.
2003-02-11 Michael W.... Add item pertaining to
2003-02-10 Guido van RossumGet rid of the "bozo" __getstate__ that was inserted...
2003-02-10 Jason TishlerPatch #676839: Cygwin _iconv_codec module patch
2003-02-10 Jason TishlerPatch #676837: Cygwin array module patch
2003-02-10 Just van Rossum[ 683376 ] Adding NotImplementedType to types.py
2003-02-10 Michael W.... Make comments agree with code (I think).
2003-02-10 Michael W.... Sundry very picky changes.
2003-02-10 Michael W.... Remove erroneous period.
2003-02-10 Michael W.... Update advice about __module__ and __name__ and tp_name...
2003-02-10 Michael W.... A typo, and desist from inaccurately describing some...
2003-02-10 Walter DörwaldAdd a few tests to test_count() to increase coverage in
2003-02-10 Walter DörwaldFix copy&paste error: call title instead of count
2003-02-10 Walter DörwaldChange filtertuple() to use tp_as_sequence->sq_item
2003-02-10 Jack JansenPunctuation fixes in docstrings.
2003-02-10 Guido van RossumFold long lines.
2003-02-10 Jack JansenAdded docstrings.
2003-02-10 Andrew M. KuchlingAdd Neil's suggestions for avoiding this warning
2003-02-10 Tim PetersSquashed compiler wng about signed/unsigned clash in...
2003-02-10 Jack Jansen- Better exception when the database isn't found.
2003-02-10 Jack JansenPick up Makefile variable BASECFLAGS too. This is neede...
2003-02-10 Jack JansenUse MD5 checksums to check archive integrity and forest...
2003-02-10 Walter DörwaldChange filterstring() and filterunicode(): If the
2003-02-10 Jack JansenAdded preInstall and postInstall commands to packages...
2003-02-10 Just van Rossummention unicode file name support on OSX
2003-02-10 Just van Rossummention unicode support in compile, eval and exec
2003-02-10 Just van RossumMy previous checkin caused compile() to no longer accep...
2003-02-10 Just van Rossumpatch #683515: "Add unicode support to compile(), eval...
2003-02-10 Neal NorwitzFix memory leak of newstr when putenv() fails
2003-02-10 Neal NorwitzFix SF bug #683467, 'int' ability to generate longs...
2003-02-10 Neal NorwitzAdd tests and news entry about parser errors from bug...
2003-02-10 Neal NorwitzAlphabetize some names
2003-02-10 Neal NorwitzRemove duplicate code introduced by fixing bug #678518
2003-02-09 Walter DörwaldFix two refcounting bugs
2003-02-09 Jack JansenStrawman for a Package Install Manager for Python....
2003-02-09 Just van Rossumpatch 680474 that fixes bug 679880: compile/eval/exec...
2003-02-09 Guido van RossumRename 'proto' keyword arg to 'protocol' . Greg Ward...
2003-02-09 Guido van RossumRemove unused variable.
2003-02-09 Raymond HettingerC Code:
2003-02-09 Neal NorwitzSF patch #683187, fix universal newline problems on...
2003-02-08 Michael W.... Apply logistix's patch from
2003-02-08 Tim PetersThe Python implementation of datetime was changed in...
2003-02-08 Tim Peterstimedelta comparison and datetime addition: as the...
2003-02-08 Barry WarsawFix compatibility for earlier versions of Python (than...
2003-02-07 Tim PetersComparison for timedelta, time, date and datetime objec...
2003-02-07 Guido van RossumMerge the test part of the below checkin to the sandbox...
2003-02-07 Guido van RossumReserve a range for Zope, not specifically for Zope 3.
2003-02-07 Neal NorwitzFix SF bug #642168, help() fails for some builtin topics
2003-02-07 Andrew M. KuchlingUpdate URL
2003-02-07 Neal NorwitzSF patch #682514, mmapmodule.c write fix for LP64 execu...
2003-02-07 Guido van RossumSomehow, copy() of a classic class object was handled
2003-02-07 Guido van RossumAdd support for copy_reg.dispatch_table.
2003-02-07 Jack JansenMade AskFile* dialogs movable-modal by default, by...
2003-02-07 Guido van RossumAdd __getnewargs__ method to classes that need it.
2003-02-07 Fred Drake- make some links into the reference documentation...
2003-02-07 Raymond Hettinger* Eliminated tuple re-use in imap(). Doing it correctl...
2003-02-07 Raymond HettingerSF bug #681003: itertools issues
2003-02-07 Neal NorwitzFix SF bug #675259, os.environ leaks under FreeBSD...
2003-02-07 Fred DrakeIntegrate the patch from expat.h 1.51; needed for some...
2003-02-07 Tim PetersSF bug 666444: 'help' makes linefeed only under Win32.
2003-02-06 Jack JansenGot rid of macfs.
2003-02-06 Jack JansenGot rid of macfs and FSSpecs.
2003-02-06 Jack JansenAdded a note about getting rid of macfs usage (MacPython).
2003-02-06 Jack JansenGot rid of FSSpecs.
2003-02-06 Guido van RossumMove _better_reduce from copy.py to copy_reg.py, and...
next