]> granicus.if.org Git - python/shortlog
python
2002-11-23 Martin v. LöwisVerify that the code in CJK UNIFIED IDEOGRAPH- actually...
2002-11-23 Martin v. LöwisPatch #626485: Support Unicode normalization.
2002-11-23 Martin v. LöwisUpdate character names.
2002-11-23 Tim PetersTry linking the static Sleepycat lib into _bsddb.pyd...
2002-11-23 Martin v. LöwisImplement names for CJK unified ideographs. Add name...
2002-11-23 Martin v. LöwisAdd test cases for Hangul syllables. Update output.
2002-11-23 Martin v. LöwisFix off-by-one error.
2002-11-23 Neal NorwitzRemove duplicate test
2002-11-23 Guido van RossumTouch up the news for dict() keyword args.
2002-11-23 Fred DrakeAdded change note about returning a dictionary based...
2002-11-23 Martin v. LöwisPatch #626548: Support Hangul syllable names.
2002-11-23 Martin v. LöwisRegenerate. Fixes #618012.
2002-11-23 Martin v. LöwisExpand negative hexadecimal constants.
2002-11-23 Martin v. LöwisMerge with bsddb3 2002.11.23.10.42.36
2002-11-23 Just van RossumPatch #642500 with slight modifications: allow keyword...
2002-11-23 Martin v. LöwisInclude Python.h first.
2002-11-23 Martin v. LöwisRemove MALLOC_ZERO_RETURNS_NULL.
2002-11-23 Tim PetersMore bsddb-on-Windows fiddling:
2002-11-22 Jack JansenAllow access to the returned value(s) as FSRefs. Unfort...
2002-11-22 Neal NorwitzFix SF # 640557, '64-bit' systems and the dbm module
2002-11-22 Thomas Heller(This is hopefully the last large, funny checkin messag...
2002-11-22 Thomas Hellerget_python_version was not imported.
2002-11-22 Thomas HellerOops, MSVC was still open, so the project file was...
2002-11-22 Thomas HellerCopied the sources from the distutils CVS repository.
2002-11-22 Fred DrakeTwo bugs:
2002-11-22 Tim PetersMove Windows Python away from bsddb 1.85 and toward...
2002-11-22 Jack JansenFix for #641455: curses module doesn't build on MacOSX...
2002-11-22 Guido van RossumComment out the warnings about mktemp(). These are...
2002-11-22 Jack JansenAdded the alias manager too. The interface isn't perfec...
2002-11-22 Jack JansenGot angry and added support for pretty much the whole...
2002-11-22 Fred DrakeClarify the default setting for daemon_threads.
2002-11-22 Fred DrakeFix markup.
2002-11-22 Fred DrakeUse False instead of 0.
2002-11-22 Just van Rossumworkaround so the (otherwise still broken) IDE can...
2002-11-22 Fredrik Lundhfix for SF #635398 (don't "downcast" return strings...
2002-11-22 Just van Rossumchanged to use Lib/bundlebuilder.py instead of scripts...
2002-11-22 Just van Rossummake the --link option match the original: just symlink...
2002-11-22 Just van RossumAdded --link-exec option: make a symlink for the execut...
2002-11-22 Just van RossumReplaced the bundle building code with calls to the...
2002-11-22 Martin v. LöwisPatch #542562, file 25252: Remove changelog.
2002-11-22 Martin v. LöwisPatch #494845: Support string concatenation, detect...
2002-11-22 Martin v. LöwisPatch #486438: Make module argument to testmod optional.
2002-11-22 Martin v. LöwisPatch #550765: Add daemon_threads flag.
2002-11-22 Piers Lauderadded new IMAP4_stream class; added proxyauth command...
2002-11-22 Piers Lauderadded details of new IMAP4_stream class; emphasised...
2002-11-22 Just van Rossumfixed error in cmd line doc; moved funny self.name...
2002-11-22 Just van Rossumfixed stupid bug
2002-11-22 Raymond HettingerImplement dict() style constructor.
2002-11-21 Martin v. LöwisProperly compute array size even for --disable-unicode.
2002-11-21 Martin v. LöwisFix --disable-unicode compilation problems.
2002-11-21 Just van Rossumadded command line interface; refactored a bit; little...
2002-11-21 Tim Petersfloat_int(): Some systems raise an exception if a...
2002-11-21 Martin v. LöwisPatch #633547: Support plural forms. Do TODOs in test...
2002-11-21 Guido van RossumThe _Event class should be more careful with releasing...
2002-11-21 Martin v. LöwisPatch #639371: Remove FreeBSD 5 specific test, test...
2002-11-21 Andrew M. KuchlingReflow comment
2002-11-21 Martin v. LöwisPatch #642019: Recognize gcc-x.y as gcc.
2002-11-21 Martin v. LöwisPatch #642020: Pass down prefix, BINDIR, and DESTSHARED...
2002-11-21 Walter DörwaldWrap uargs declaration in a #ifdef Py_USING_UNICODE...
2002-11-21 Walter DörwaldComment out the getcwdu implementation for --disable...
2002-11-21 Walter DörwaldMove three variables that are only used inside an if...
2002-11-21 Walter DörwaldFix PEP 293 related problems with --disable-unicode...
2002-11-21 Andrew M. KuchlingBug #639118 from Ollie Oldham: archiver should use...
2002-11-21 Tim PetersNamedTemporaryFile: clarify behavior based on confusio...
2002-11-21 Tim Peters_RandomNameSequence(): style guide changes, small...
2002-11-21 Tim Peters_TemporaryFileWrapper: changed self.close_called to...
2002-11-21 Michael W.... Always call tparm with 10 arguments. It seems it's...
2002-11-21 Just van Rossumname kwargs kwargs
2002-11-21 Just van RossumTools to create MacOS X (application) bundles.
2002-11-21 Kurt B. KaiserApply Nicolas Riley's Patch.
2002-11-20 Neal NorwitzFix SF #640094, on win32 getpass runs into unix_getpass
2002-11-20 Just van Rossum- cleaned up example/test code
2002-11-20 Andrew M. KuchlingAdd missing import
2002-11-20 Jack Jansendded cvsignores.
2002-11-20 Jack JansenMinimal instructions on building a MacPython-OSX addon...
2002-11-20 Jack JansenBuild PythonLauncher for MacPython-OSX 2.2 as well.
2002-11-20 Jack JansenThis file is now generated dynamically.
2002-11-20 Andrew M. KuchlingAdd change to int() and OverflowError
2002-11-19 Just van Rossumremoved a redundant .strip(); made a doc string more...
2002-11-19 Just van RossumNo need to import __builtin__, spotted by Skip.
2002-11-19 Just van RossumPure Python implementation of a plist generator/parser.
2002-11-19 Walter DörwaldDocument additional error handling names available...
2002-11-19 Walter DörwaldAdd missing documentation for the PEP 293 functionality to
2002-11-19 Walter DörwaldFix typo.
2002-11-19 Walter DörwaldChange int() so that passing a string, unicode, float...
2002-11-19 Martin v. LöwisReplace bsddb3 and _db occurrences.
2002-11-19 Martin v. LöwisImporting test suite from bsddb3 3.4.0 (with modificati...
2002-11-19 Tim PetersRenamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remov...
2002-11-19 Andrew M. KuchlingAdd Lib/bsddb to list of installed directories
2002-11-19 Andrew M. KuchlingAdd comment to Distutil files about requiring 1.5.2...
2002-11-19 Andrew M. KuchlingUse \ulink instead of \citetitle; bump version number
2002-11-19 Andrew M. KuchlingAdd PyBSDDB update
2002-11-19 Martin v. LöwisDon't try to use unsupported DB versions.
2002-11-19 Martin v. LöwisDocument PyBSDDB import.
2002-11-19 Martin v. LöwisImport PyBSDDB 3.4.0. Rename historical wrapper to...
2002-11-18 Guido van RossumComment on PyNumber_Check().
2002-11-18 Neil SchemenauerNote that PyNumber_Check() returns true for string...
2002-11-18 Neil SchemenauerAdd __mod__ method to UserString.
2002-11-18 Neil Schemenauercheck for str.__mod__
2002-11-18 Neil Schemenauercheck for unicode.__mod__
next