]> granicus.if.org Git - python/shortlog
python
2003-02-14 Jack JansenFactored out classes for handling source and binary...
2003-02-14 Jack JansenGot building documentation from source to work.
2003-02-14 Walter DörwaldPort test_charmapcodec to PyUnit. From SF patch #662807
2003-02-14 Fred Drakeextsep description:
2003-02-14 Skip Montanaroadd missing description of os.extsep
2003-02-14 Raymond HettingerSF bug #663701: sets module review
2003-02-14 Raymond HettingerSF bug #663701. The caret wasn't printing well in...
2003-02-14 Neal NorwitzRemove deps on mac doc files which have been removed
2003-02-14 Andrew M. KuchlingFix docstring typo
2003-02-14 Andrew M. KuchlingFix comment typo
2003-02-13 Tim PetersMinor assorted cleanups; no semantic changes.
2003-02-13 Raymond HettingerSF 685011: calendar module overflow handling
2003-02-13 Guido van RossumAdd SF reference to news item.
2003-02-13 Tim PetersThe version of PyImport_Import() in cPickle is no longe...
2003-02-13 Guido van Rossum- Finally fixed the bug in compile() and exec where...
2003-02-13 Tim Peterssave(): Reformat tail end just for clarity.
2003-02-13 Tim PetersRemoved unused cut'n'paste import.
2003-02-13 Tim PetersWe didn't have any tests making pickles with one of...
2003-02-13 Guido van RossumAnother dummy type.
2003-02-13 Tim PetersAdded a simple NEWOBJ test. This is in the pickle...
2003-02-13 Andrew M. KuchlingRemove filecmp
2003-02-13 Skip Montanarofirst cut at a shell script to view a single section...
2003-02-13 Tim PetersTaught cPickle how to read pickles containing NEWOBJ...
2003-02-13 Walter DörwaldPort test_userlist to PyUnit and add a few tests to...
2003-02-13 Guido van RossumSF patch #685738 by Michael Stone.
2003-02-13 Guido van RossumRe-enable compiling ossaudiodev now that it seems to...
2003-02-13 Tim PetersAdded a HIGHEST_PROTOCOL module attribute to pickle...
2003-02-13 Andrew M. KuchlingConditionalize another constant
2003-02-13 Mark HammondUse python_d.exe to build _ssl_d.pyd - we can not expre...
2003-02-13 Tim Peterssocket_inet_aton(): ip_addr was left undefined before...
2003-02-13 Neal NorwitzTry to doc the new pickle details being implemented...
2003-02-13 Neal NorwitzSF patch #682432, add lookbehind tests
2003-02-13 Neal NorwitzUmmm, try to get it right this time
2003-02-13 Neal NorwitzUse configure to check for inet_aton.
2003-02-12 Walter DörwaldFix typo.
2003-02-12 Neal NorwitzAdd test to ensure files (fds) don't leak
2003-02-12 Guido van RossumAddressing SF bug #643005, implement socket.inet_aton...
2003-02-12 Neal NorwitzCleanup from patch #683257:
2003-02-12 Guido van RossumProvide access to the import lock, fixing SF bug #58095...
2003-02-12 Guido van RossumIssue a warning when int('0...', 0) returns an int...
2003-02-12 Guido van RossumExpect test_ossaudiodev to skip on Linux, too. (It...
2003-02-12 Guido van RossumSystematic testing of hex/oct constants.
2003-02-12 Guido van RossumSF #660455 : patch by NNorwitz.
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...
next