summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
* Another contributor.Guido van Rossum2001-10-051-1/+2
| | | | Give Fred his Jr.
* SF patch [#466877] SIGBREAK is missing from signal module.Tim Peters2001-10-011-0/+1
| | | | Patch from Steve Scott to add SIGBREAK support (unique to Windows).
* Another SF patch contributor.Guido van Rossum2001-10-011-0/+1
|
* SF [#466125] PyLong_AsLongLong works for any integer.Tim Peters2001-09-301-0/+1
| | | | | | Generalize PyLong_AsLongLong to accept int arguments too. The real point is so that PyArg_ParseTuple's 'L' code does too. That code was undocumented (AFAICT), so documented it.
* Added Donovan Preston.Jack Jansen2001-09-111-0/+1
|
* Another contributor.Guido van Rossum2001-09-111-0/+1
|
* Another volunteer.Guido van Rossum2001-09-101-0/+1
|
* An anonymous contributor reveals his name...Guido van Rossum2001-09-021-0/+1
|
* SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, fromTim Peters2001-08-271-0/+1
| | | | Brian Quinlan.
* Another contributor's patch got accepted.Guido van Rossum2001-08-171-0/+1
|
* Add a nameAndrew M. Kuchling2001-08-131-0/+1
|
* SF patch #445412 extract ndiff functionality to difflib, fromTim Peters2001-08-121-0/+1
| | | | David Goodger.
* Added Josh Cogliati (turtle.py contributor).Guido van Rossum2001-08-091-0/+1
|
* One more.Neil Schemenauer2001-08-091-0/+1
|
* Thanks toTim Peters2001-08-081-0/+1
| | | | | | | | | LettError, Erik van Blokland, http://www.letterror.com/ the Python Windows installer finally has an attractive Pythonic bitmap to delight the senses and dampen the fears of the millions and millions of eager new Windows users anticipating their first Python programming joy. Always knew Mac users secretly wanted to switch to Windows <wink>.
* Derived from SF patch #446899 Permit import of .pyw under Windows, fromTim Peters2001-08-041-0/+1
| | | | David Bolen.
* New name.Guido van Rossum2001-07-311-0/+1
|
* Alex Coventry (SF patch 441791).Guido van Rossum2001-07-231-0/+1
|
* Clarification in the fp appendix suggested on c.l.py by Michael Chermside.Tim Peters2001-06-171-0/+1
| | | | | Also replaced a *star* style emphasis in the Representation Error section with an \emph{} thingie.
* SF bug 430991: wrong co_lnotabTim Peters2001-06-091-0/+1
| | | | | | | | | Armin Rigo pointed out that the way the line-# table got built didn't work for lines generating more than 255 bytes of bytecode. Fixed as he suggested, plus corresponding changes to pyassem.py, plus added some long overdue docs about this subtle table to compile.c. Bugfix candidate (line numbers may be off in tracebacks under -O).
* SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN.Tim Peters2001-04-241-0/+1
| | | | | I believe Kevin Rodgers here! The old WINDOWS_LEAN_AND_MEAN has, AFAICT, always been wrong.
* SF bug #417508: 'hypot' not found with Borland C++Build.Tim Peters2001-04-211-0/+1
|
* SF bug reporters.Guido van Rossum2001-04-151-0/+2
|
* Another ACK.Guido van Rossum2001-04-141-0/+1
|
* Noted the improved RISCOS port and the new Unixware 7 port.Guido van Rossum2001-04-111-0/+1
|
* Some new names.Guido van Rossum2001-04-101-0/+3
|
* Fixing Itamar's name, as per his request.Moshe Zadka2001-04-091-1/+1
|
* Get rid of useless string import, as reported by Neal Norwitz's PyChecker.pyTim Peters2001-04-081-0/+1
| | | | on c.l.py.
* Add Robin Thomas (author of the slice() comparability hack).Guido van Rossum2001-03-271-0/+1
|
* Added Gordon McMillan. He should've been in there ages ago. ThanksGuido van Rossum2001-03-221-0/+1
| | | | Moshe for noticing!
* Itamar S.T.Guido van Rossum2001-03-021-0/+1
|
* Dietmar Schwertberger; shuffled a bunch of Sch* names in alphabeticalGuido van Rossum2001-03-021-2/+3
| | | | order.
* Added William Tanksley.Tim Peters2001-03-021-0/+1
|
* Add Samuele PedroniGuido van Rossum2001-03-011-0/+1
|
* Add Donovan Baarda for fixing a tortuous zlibmodule bug (but aren't they all?)Andrew M. Kuchling2001-02-211-0/+1
|
* Update for install-sh (SF #103717).Neil Schemenauer2001-02-101-0/+1
|
* Patches for AIX. Checked by Benjamin Collar.Marc-André Lemburg2001-02-091-0/+1
|
* SF bug #131225: sys.winver is still '2.0' in python 2.1a2.Tim Peters2001-02-091-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 scopesJeremy Hylton2001-02-051-0/+1
|
* 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
|