Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Gordon McMillan. He should've been in there ages ago. Thanks | Guido van Rossum | 2001-03-22 | 1 | -0/+1 |
| | | | | Moshe for noticing! | ||||
* | Itamar S.T. | Guido van Rossum | 2001-03-02 | 1 | -0/+1 |
| | |||||
* | Dietmar Schwertberger; shuffled a bunch of Sch* names in alphabetical | Guido van Rossum | 2001-03-02 | 1 | -2/+3 |
| | | | | order. | ||||
* | Added William Tanksley. | Tim Peters | 2001-03-02 | 1 | -0/+1 |
| | |||||
* | Add Samuele Pedroni | Guido van Rossum | 2001-03-01 | 1 | -0/+1 |
| | |||||
* | Add Donovan Baarda for fixing a tortuous zlibmodule bug (but aren't they all?) | Andrew M. Kuchling | 2001-02-21 | 1 | -0/+1 |
| | |||||
* | Update for install-sh (SF #103717). | Neil Schemenauer | 2001-02-10 | 1 | -0/+1 |
| | |||||
* | Patches for AIX. Checked by Benjamin Collar. | Marc-André Lemburg | 2001-02-09 | 1 | -0/+1 |
| | |||||
* | SF bug #131225: sys.winver is still '2.0' in python 2.1a2. | Tim Peters | 2001-02-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | SF patch #103683: Alternative dll version resources. Changes similar to the patch. MarkH should review. File version and Product version text strings now 2.1a2. 64-bit file and product version numbers are now PY_MAJOR_VERSION, PY_MINOR_VERSION, messy, PYTHON_API_VERSION where messy = PY_MICRO_VERSION*1000 + PY_RELEASE_LEVEL*10 + PY_RELEASE_SERIAL Updated company name to "Digital Creations 2". Copyright now lists Guido; "C in a circle" symbol used instead of (C). Comments added so this is less likely to get flubbed again, and #if/#error guys added to trigger if the version number manipulations above overflow. | ||||
* | Fixed UnboundLocalError for nested scopes | Jeremy Hylton | 2001-02-05 | 1 | -0/+1 |
| | |||||
* | add info about Grant Edwards' raw packet support | Jeremy Hylton | 2001-02-02 | 1 | -0/+1 |
| | |||||
* | SF bug #130306: statcache.py full of thread problems. | Tim Peters | 2001-01-28 | 1 | -0/+1 |
| | | | | Fixed the thread races. Function forget_dir was also utterly Unix-specific. | ||||
* | SF bug http://sourceforge.net/bugs/?func=detailbug&bug_id=130242&group_id=5470 | Tim Peters | 2001-01-27 | 1 | -0/+1 |
| | | | | | | | | SF patch http://sourceforge.net/patch/?func=detailpatch&patch_id=103453&group_id=5470 PyMember_Set of T_CHAR always raises exception. Unfortunately, this is a use of a C API function that Python itself never makes, so there's no .py test I can check in to verify this stays fixed. But the fault in the code is obvious, and Dave Cole's patch just as obviously fixes it. | ||||
* | SF bug 130030: Claim of bad betavariate algorithm. | Tim Peters | 2001-01-26 | 1 | -1/+2 |
| | |||||
* | A few more contributors. | Guido van Rossum | 2001-01-23 | 1 | -0/+4 |
| | |||||
* | Add Jason Tishler to the ACKS file | Andrew M. Kuchling | 2001-01-19 | 1 | -0/+1 |
| | |||||
* | Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with ↵ | Tim Peters | 2001-01-18 | 1 | -0/+1 |
| | | | | getc(). | ||||
* | Added Jeffery Collins. | Tim Peters | 2001-01-14 | 1 | -0/+1 |
| | |||||
* | Two new names. | Guido van Rossum | 2001-01-03 | 1 | -0/+2 |
| | |||||
* | WAVE test + bugfix contributor. | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | And another. | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | One more name. | Guido van Rossum | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | new name | Jeremy Hylton | 2000-10-09 | 1 | -0/+1 |
| | |||||
* | Added Daniel Dittmar, for helping get the configuration working for | Fred Drake | 2000-10-02 | 1 | -0/+1 |
| | | | | Reliant UNIX. | ||||
* | Credit where credit is due. Also fixed an unalphabetic sequence. | Guido van Rossum | 2000-09-25 | 1 | -3/+7 |
| | |||||
* | arraymodule: Fix SF bug 113960. | Tim Peters | 2000-09-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | reverse() didn't work at all due to bad arg check. Fixed that. Added Brad Chapman to ACKS file, as the proud new owner of two implicitly copyrighted lines of Python source code <wink>. Repaired buffer_info's total lack of arg-checking. Replaced memmove by memcpy in reverse() guts, as memmove is often slower and the memory areas are guaranteed disjoint. Replaced poke-and-hope unchecked decl of tmp buffer size by assert-checked larger tmp buffer. Got rid of inconsistent spaces before open paren in docstrings. Added reverse() sanity tests to test_array.py. | ||||
* | Tim Peters: "Audun S. Runde mailto:audun@mindspring.com wins a | Guido van Rossum | 2000-09-04 | 1 | -0/+1 |
| | | | | | Fabulous Prize for being our first Windows ME tester! Also our only, and I think he should get another prize just for that." | ||||
* | Patch by Martin von Löwis to give him his umlaut, to remove Christian | Guido van Rossum | 2000-09-02 | 1 | -3/+4 |
| | | | | | | Tismer's clone, and to list Hajime Saitou's real name. Added a note that the file uses Latin-1 (as distributed). | ||||
* | Added James Henstridge | Barry Warsaw | 2000-08-30 | 1 | -0/+1 |
| | |||||
* | Typo fix. | Greg Ward | 2000-06-29 | 1 | -1/+1 |
| | |||||
* | Some new names (some contributors of patches that haven't even been | Guido van Rossum | 2000-06-29 | 1 | -0/+3 |
| | | | | accepted yet!) | ||||
* | Added a few new names... | Guido van Rossum | 2000-05-11 | 1 | -0/+3 |
| | |||||
* | Bunch of new names, mostly from patches and bugs mailing lists | Guido van Rossum | 2000-04-10 | 1 | -1/+13 |
| | | | | | (everyone who said something remotely useful in the last 100 messages I archived has been added :-). | ||||
* | Two more names. I just realize that there may be more contributors to | Guido van Rossum | 2000-03-31 | 1 | -0/+2 |
| | | | | distutils lurking in CVS logs that I probably haven't read. Oh well. | ||||
* | I believe I've now got all the names mentioned in the CVS logs since | Guido van Rossum | 2000-03-31 | 1 | -0/+20 |
| | | | | | | | | 1.5.2 was released, except those who contributed only to Doc files -- Fred has his own way of doing this. This doesn't mean that I've got everyone who contributed *before* 1.5.2 was released in here... :-( | ||||
* | More names. | Guido van Rossum | 2000-03-31 | 1 | -0/+20 |
| | |||||
* | Couple more names. We need to add way more names -- I'll have to dig | Guido van Rossum | 2000-03-31 | 1 | -0/+21 |
| | | | | them out of the changelogs :-( | ||||
* | slightly modified version of Greg Ewing's extended call syntax patch | Jeremy Hylton | 2000-03-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | executive summary: Instead of typing 'apply(f, args, kwargs)' you can type 'f(*arg, **kwargs)'. Some file-by-file details follow. Grammar/Grammar: simplify varargslist, replacing '*' '*' with '**' add * & ** options to arglist Include/opcode.h & Lib/dis.py: define three new opcodes CALL_FUNCTION_VAR CALL_FUNCTION_KW CALL_FUNCTION_VAR_KW Python/ceval.c: extend TypeError "keyword parameter redefined" message to include the name of the offending keyword reindent CALL_FUNCTION using four spaces add handling of sequences and dictionaries using extend calls fix function import_from to use PyErr_Format | ||||
* | More (Cameron Laird is honorary; the others are 1.5.2c1 testers). | Guido van Rossum | 1999-04-13 | 1 | -0/+4 |
| | |||||
* | Bunch of new names who helped iron out the last wrinkles of 1.5.2. | Guido van Rossum | 1999-04-13 | 1 | -0/+5 |
| | |||||
* | Correct missed character in Andrew Dalke's name. | Guido van Rossum | 1999-04-10 | 1 | -1/+1 |
| | |||||
* | Bunch of new contributors, including 9 who contributed to the Docs, | Guido van Rossum | 1999-04-05 | 1 | -0/+21 |
| | | | | reported by Fred. | ||||
* | Couple of new names. | Guido van Rossum | 1999-02-18 | 1 | -1/+8 |
| | |||||
* | Finn Bock. | Guido van Rossum | 1999-02-16 | 1 | -0/+1 |
| | |||||
* | Uwe Zessin. | Guido van Rossum | 1999-02-08 | 1 | -0/+1 |
| | |||||
* | The usual. | Guido van Rossum | 1999-01-25 | 1 | -0/+4 |
| | |||||
* | New names. Keep those contributions coming! | Guido van Rossum | 1998-12-21 | 1 | -1/+10 |
| | |||||
* | A few new ones... | Guido van Rossum | 1998-10-02 | 1 | -0/+4 |
| | |||||
* | New contributor. | Guido van Rossum | 1998-08-11 | 1 | -0/+1 |
| | |||||
* | New meat. | Guido van Rossum | 1998-08-04 | 1 | -0/+6 |
| |