]> granicus.if.org Git - python/shortlog
python
2003-02-17 Jack JansenWhen installing resource files whose name ends in ...
2003-02-17 Jack JansenOptionally honour #! paths in scripts. Fixes #676358.
2003-02-17 Neal NorwitzActually run these tests from regrtest.py.
2003-02-17 Michael W.... Reword section about moving variables to os.path to...
2003-02-17 Jack Jansen- Added support for zip archives
2003-02-17 Andrew MacIntyrePatch 686397:
2003-02-17 Andrew MacIntyreTweak to Skip's checkin of patch 686397:
2003-02-16 Jack JansenBetter error messages and warnings.
2003-02-16 Jack JansenAdded notes about pimp and bundlebuilder to the Mac...
2003-02-16 Jack JansenWhen building an applet clear out the tempfile and...
2003-02-16 Guido van RossumFix for SF 686380, from SF patch 686771 by Ping. ...
2003-02-15 Neal NorwitzMake 2 module variables static. Assuming this is correct.
2003-02-15 Neal NorwitzAdd closing ) in comment
2003-02-15 Tim PeterscPickle.c, load_build(): Taught cPickle how to pick...
2003-02-14 Jack JansenMoved setupDocs.py to Doc/setup.py and did some cleanup...
2003-02-14 Tim PeterscPickle produces NEWOBJ appropriately now. It still...
2003-02-14 Marc-André... Patch for bug reported in patch #686627: import race...
2003-02-14 Skip MontanaroMigrate definitions of several platform-dependent path...
2003-02-14 Guido van Rossum- The audio driver tests (test_ossaudiodev.py and
2003-02-14 Jack JansenAllow opening of alternate databases.
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
next