summaryrefslogtreecommitdiffstats
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* Patch by Vladimir Marangozov to include the function name whenGuido van Rossum2000-04-101-2/+6
* Skip Montanaro: add string precisions to calls to PyErr_FormatGuido van Rossum2000-04-102-2/+4
* Vladimir Marangozov: This fixes the line number in the stringGuido van Rossum2000-04-071-4/+2
* Marc-Andre's third try at this bulk patch seems to work (except thatGuido van Rossum2000-04-052-13/+61
* Marc-Andre Lemburg: Error reporting in the codec registry and lookupGuido van Rossum2000-03-311-12/+46
* Thomas Heller fixes a typo in an error message.Guido van Rossum2000-03-311-1/+1
* rename args variable in CALL_FUNCTION to callargs (avoids nameJeremy Hylton2000-03-311-8/+11
* Change traceback error message to "most recent call last" fromGuido van Rossum2000-03-311-1/+1
* Use modern PyArg_ParseTuple style, with function names.Guido van Rossum2000-03-311-8/+8
* Use modern PyArg_ParseTuple style, with function names.Guido van Rossum2000-03-311-8/+8
* Two fixes for extended call syntax:Jeremy Hylton2000-03-301-12/+21
* eval_code2(): Oops, in the last checkin, we shouldn't check forBarry Warsaw2000-03-291-6/+2
* eval_code2(): In the extended calling syntax opcodes, you must checkBarry Warsaw2000-03-291-0/+8
* remove reference (vestigal) to CALL_FUNCTION_STARJeremy Hylton2000-03-291-1/+1
* slightly modified version of Greg Ewing's extended call syntax patchJeremy Hylton2000-03-283-142/+223
* Marc-Andre Lemburg:Guido van Rossum2000-03-281-2/+2
* Typo fixed by Mark Hammond.Guido van Rossum2000-03-281-2/+2
* Marc-Andre Lemburg:Guido van Rossum2000-03-241-0/+118
* Marc-Andre Lemburg:Guido van Rossum2000-03-241-8/+6
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-201-2/+12
* Christian Tismer's "trashcan" patch:Guido van Rossum2000-03-131-0/+2
* Marc-Andre Lemburg: add new unicode filesGuido van Rossum2000-03-101-1/+2
* Marc-Andre Lemburg: add calls to initialize and finalize Unicode andGuido van Rossum2000-03-101-0/+18
* Marc-Andre Lemburg: support marshalling Unicode objects (code 'u').Guido van Rossum2000-03-101-5/+42
* Marc-Andre Lemburg: support for Unicode strings; 'U' expects a UnicodeGuido van Rossum2000-03-101-1/+23
* Marc-Andre Lemburg: support for Unicode string literals (u"...", ur"...").Guido van Rossum2000-03-101-3/+22
* Marc-Andre Lemburg: added new builtin functions unicode() andGuido van Rossum2000-03-101-5/+78
* Python Codec Registry and support functions, written by Marc-AndreGuido van Rossum2000-03-101-0/+382
* Mark discovered a bug in his patch: he didn't *use* PyExc_WindowsErrorGuido van Rossum2000-03-021-1/+1
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-293-21/+21
* Allow using long integers as slice indexesAndrew M. Kuchling2000-02-231-2/+34
* Remove comment that Guido agree's doesn't make sense:Fred Drake2000-02-211-2/+0
* Mark pointed out a buglet in his patch: i < _sys_nerr isn't strongGuido van Rossum2000-02-211-1/+1
* Patch by Mark Hammond:Guido van Rossum2000-02-171-15/+75
* Changes by Mark Hammond related to the new WindowsError exception.Guido van Rossum2000-02-171-0/+6
* Patch by Jack Jansen:Guido van Rossum2000-02-141-0/+12
* The rest of the changes by Trent Mick and Dale Nagata for warning-freeGuido van Rossum2000-01-202-1/+5
* Fix a bug in exec_statement() noted incidentally by Tim Peters inGuido van Rossum2000-01-121-20/+13
* Adjusted apply() docstring based on comments from Gerrit HollFred Drake1999-12-231-3/+4
* Cleanup patches from Greg Stein:Guido van Rossum1999-12-2211-75/+64
* Vladimir Marangozov:Guido van Rossum1999-12-211-1/+1
* For Windows, need to add #include <windows.h>.Guido van Rossum1999-12-201-0/+1
* Support for selecting the correct dynload_<platform>.c file.Guido van Rossum1999-12-201-0/+12
* In _PyImport_Init(), dynamically construct the table of legal suffixesGuido van Rossum1999-12-201-5/+33
* Some rearrangements for the importdl.c restructuring.Guido van Rossum1999-12-201-2/+27
* Moved most of the platform-specific code to dynload_<platform>.c files.Guido van Rossum1999-12-201-1029/+26
* The old platform-specific contents of importdl.c, broken down into oneGuido van Rossum1999-12-2010-0/+1347
* The cleanup code in com-init() at label fail_0000 should removeGuido van Rossum1999-12-201-1/+1
* Patch by Vladimir Marangozov, inspired by a bug report from GaryGuido van Rossum1999-11-161-1/+7
* Change the last PyErr_Format %s format to %.400s.Guido van Rossum1999-11-151-1/+1