summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add unidata_version. Bump generator version number.Martin v. Löwis2002-11-256-5/+19
* Don't disable building Mac-specific modules for a non-framework build:Just van Rossum2002-11-241-99/+89
* Regenerate from Unicode 3.2.0 to include all First/Last ranges.Martin v. Löwis2002-11-244-8512/+8473
* Sort names independent of the Python version. Fix hex constant warning.Martin v. Löwis2002-11-241-7/+11
* Repaired inaccuracies in the % docs. In particular, we don't (and can't)Tim Peters2002-11-241-3/+14
* Reduced memory burden by iterating over the normalization test inputTim Peters2002-11-242-4/+2
* Fiddled things so that test_normalization is expected to be skipped ifTim Peters2002-11-242-39/+60
* Delete bsddb from sys.modules if _bsddb cannot be imported.Martin v. Löwis2002-11-241-1/+8
* Skip test_normalization on Windows until it's at least clear why theTim Peters2002-11-241-0/+1
* Split long line.Tim Peters2002-11-241-2/+3
* Whitespace normalization.Tim Peters2002-11-2420-36/+13
* Simplify use of NB_BINOP and NB_TERNOP by making them do the pointerNeil Schemenauer2002-11-241-15/+15
* get creator code from plist if available, instead of overriding with defaultJust van Rossum2002-11-241-1/+6
* whoops, -p actually has an argumentJust van Rossum2002-11-241-1/+1
* Remove special handling of str and unicode in PyNumber_InPlaceRemainder. TheyNeil Schemenauer2002-11-241-9/+2
* hardcode some resources, removing annoying Widgets.rsrc dependencyJust van Rossum2002-11-242-15/+100
* cleaned up __init__ argument mess with a funky base classJust van Rossum2002-11-231-74/+81
* Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph.Martin v. Löwis2002-11-231-3/+12
* Patch #626485: Support Unicode normalization.Martin v. Löwis2002-11-236-23/+1053
* Update character names.Martin v. Löwis2002-11-231-3/+3
* Try linking the static Sleepycat lib into _bsddb.pyd. Hard to sayTim Peters2002-11-235-26/+24
* Implement names for CJK unified ideographs. Add name to KeyError output.Martin v. Löwis2002-11-234-8/+59
* Add test cases for Hangul syllables. Update output.Martin v. Löwis2002-11-232-1/+26
* Fix off-by-one error.Martin v. Löwis2002-11-231-1/+1
* Remove duplicate testNeal Norwitz2002-11-231-2/+0
* Touch up the news for dict() keyword args.Guido van Rossum2002-11-231-3/+4
* Added change note about returning a dictionary based on keywordFred Drake2002-11-231-0/+2
* Patch #626548: Support Hangul syllable names.Martin v. Löwis2002-11-232-2/+112
* Regenerate. Fixes #618012.Martin v. Löwis2002-11-231-15/+28
* Expand negative hexadecimal constants.Martin v. Löwis2002-11-231-9/+25
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-236-47/+100
* Patch #642500 with slight modifications: allow keyword arguments inJust van Rossum2002-11-234-30/+46
* Include Python.h first.Martin v. Löwis2002-11-231-1/+1
* Remove MALLOC_ZERO_RETURNS_NULL.Martin v. Löwis2002-11-236-110/+5
* More bsddb-on-Windows fiddling:Tim Peters2002-11-233-6/+36
* Allow access to the returned value(s) as FSRefs. Unfortunately for someJack Jansen2002-11-221-2/+38
* Fix SF # 640557, '64-bit' systems and the dbm moduleNeal Norwitz2002-11-221-6/+17
* (This is hopefully the last large, funny checkin message forThomas Heller2002-11-222-400/+4
* get_python_version was not imported.Thomas Heller2002-11-221-0/+1
* Oops, MSVC was still open, so the project file was not yet saved.Thomas Heller2002-11-221-6/+7
* Copied the sources from the distutils CVS repository.Thomas Heller2002-11-2210-0/+3125
* Two bugs:Fred Drake2002-11-221-7/+7
* Move Windows Python away from bsddb 1.85 and toward Sleepycat's latest.Tim Peters2002-11-225-133/+173
* Fix for #641455: curses module doesn't build on MacOSX. It turns out theJack Jansen2002-11-221-0/+9
* Comment out the warnings about mktemp(). These are too annoying, andGuido van Rossum2002-11-221-3/+3
* Added the alias manager too. The interface isn't perfect yet: the aliasJack Jansen2002-11-226-0/+872
* Got angry and added support for pretty much the whole file and folderJack Jansen2002-11-2211-0/+2761
* Clarify the default setting for daemon_threads.Fred Drake2002-11-221-1/+3
* Fix markup.Fred Drake2002-11-221-1/+1
* Use False instead of 0.Fred Drake2002-11-221-1/+1