summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
* add info about Grant Edwards' raw packet supportJeremy Hylton2001-02-021-0/+1
|
* SF bug #130306: statcache.py full of thread problems.Tim Peters2001-01-281-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=5470Tim Peters2001-01-271-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 Peters2001-01-261-1/+2
|
* A few more contributors.Guido van Rossum2001-01-231-0/+4
|
* Add Jason Tishler to the ACKS fileAndrew M. Kuchling2001-01-191-0/+1
|
* Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with ↵Tim Peters2001-01-181-0/+1
| | | | getc().
* Added Jeffery Collins.Tim Peters2001-01-141-0/+1
|
* Two new names.Guido van Rossum2001-01-031-0/+2
|
* WAVE test + bugfix contributor.Guido van Rossum2000-10-091-0/+1
|
* And another.Guido van Rossum2000-10-091-0/+1
|
* One more name.Guido van Rossum2000-10-091-0/+1
|
* new nameJeremy Hylton2000-10-091-0/+1
|
* Added Daniel Dittmar, for helping get the configuration working forFred Drake2000-10-021-0/+1
| | | | Reliant UNIX.
* Credit where credit is due. Also fixed an unalphabetic sequence.Guido van Rossum2000-09-251-3/+7
|
* arraymodule: Fix SF bug 113960.Tim Peters2000-09-161-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 aGuido van Rossum2000-09-041-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 ChristianGuido van Rossum2000-09-021-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 HenstridgeBarry Warsaw2000-08-301-0/+1
|
* Typo fix.Greg Ward2000-06-291-1/+1
|
* Some new names (some contributors of patches that haven't even beenGuido van Rossum2000-06-291-0/+3
| | | | accepted yet!)
* Added a few new names...Guido van Rossum2000-05-111-0/+3
|
* Bunch of new names, mostly from patches and bugs mailing listsGuido van Rossum2000-04-101-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 toGuido van Rossum2000-03-311-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 sinceGuido van Rossum2000-03-311-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 Rossum2000-03-311-0/+20
|
* Couple more names. We need to add way more names -- I'll have to digGuido van Rossum2000-03-311-0/+21
| | | | them out of the changelogs :-(
* slightly modified version of Greg Ewing's extended call syntax patchJeremy Hylton2000-03-281-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 Rossum1999-04-131-0/+4
|
* Bunch of new names who helped iron out the last wrinkles of 1.5.2.Guido van Rossum1999-04-131-0/+5
|
* Correct missed character in Andrew Dalke's name.Guido van Rossum1999-04-101-1/+1
|
* Bunch of new contributors, including 9 who contributed to the Docs,Guido van Rossum1999-04-051-0/+21
| | | | reported by Fred.
* Couple of new names.Guido van Rossum1999-02-181-1/+8
|
* Finn Bock.Guido van Rossum1999-02-161-0/+1
|
* Uwe Zessin.Guido van Rossum1999-02-081-0/+1
|
* The usual.Guido van Rossum1999-01-251-0/+4
|
* New names. Keep those contributions coming!Guido van Rossum1998-12-211-1/+10
|
* A few new ones...Guido van Rossum1998-10-021-0/+4
|
* New contributor.Guido van Rossum1998-08-111-0/+1
|
* New meat.Guido van Rossum1998-08-041-0/+6
|
* New blood.Guido van Rossum1998-06-301-0/+11
|
* Two more, for beta testers who reported real bugs.Guido van Rossum1998-04-131-0/+2
|
* Jeff EplerGuido van Rossum1998-04-101-0/+1
|
* Tons of new names...Guido van Rossum1998-04-091-0/+23
|
* New blood.Guido van Rossum1997-12-301-0/+5
|
* Doug Marien.Guido van Rossum1997-12-111-0/+1
|
* New names.Guido van Rossum1997-12-101-0/+3
|
* Four more valuable contributors...Guido van Rossum1997-11-261-0/+4
|
* New names...Guido van Rossum1997-11-241-0/+3
|
* Whole bunch of additions...Guido van Rossum1997-10-071-1/+23
|