Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another contributor. | Guido van Rossum | 2001-10-05 | 1 | -1/+2 |
| | | | | Give Fred his Jr. | ||||
* | SF patch [#466877] SIGBREAK is missing from signal module. | Tim Peters | 2001-10-01 | 1 | -0/+1 |
| | | | | Patch from Steve Scott to add SIGBREAK support (unique to Windows). | ||||
* | Another SF patch contributor. | Guido van Rossum | 2001-10-01 | 1 | -0/+1 |
| | |||||
* | SF [#466125] PyLong_AsLongLong works for any integer. | Tim Peters | 2001-09-30 | 1 | -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 Jansen | 2001-09-11 | 1 | -0/+1 |
| | |||||
* | Another contributor. | Guido van Rossum | 2001-09-11 | 1 | -0/+1 |
| | |||||
* | Another volunteer. | Guido van Rossum | 2001-09-10 | 1 | -0/+1 |
| | |||||
* | An anonymous contributor reveals his name... | Guido van Rossum | 2001-09-02 | 1 | -0/+1 |
| | |||||
* | SF patch [ #455137 ] Makes popen work with COMMAND.COM on WNT, from | Tim Peters | 2001-08-27 | 1 | -0/+1 |
| | | | | Brian Quinlan. | ||||
* | Another contributor's patch got accepted. | Guido van Rossum | 2001-08-17 | 1 | -0/+1 |
| | |||||
* | Add a name | Andrew M. Kuchling | 2001-08-13 | 1 | -0/+1 |
| | |||||
* | SF patch #445412 extract ndiff functionality to difflib, from | Tim Peters | 2001-08-12 | 1 | -0/+1 |
| | | | | David Goodger. | ||||
* | Added Josh Cogliati (turtle.py contributor). | Guido van Rossum | 2001-08-09 | 1 | -0/+1 |
| | |||||
* | One more. | Neil Schemenauer | 2001-08-09 | 1 | -0/+1 |
| | |||||
* | Thanks to | Tim Peters | 2001-08-08 | 1 | -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, from | Tim Peters | 2001-08-04 | 1 | -0/+1 |
| | | | | David Bolen. | ||||
* | New name. | Guido van Rossum | 2001-07-31 | 1 | -0/+1 |
| | |||||
* | Alex Coventry (SF patch 441791). | Guido van Rossum | 2001-07-23 | 1 | -0/+1 |
| | |||||
* | Clarification in the fp appendix suggested on c.l.py by Michael Chermside. | Tim Peters | 2001-06-17 | 1 | -0/+1 |
| | | | | | Also replaced a *star* style emphasis in the Representation Error section with an \emph{} thingie. | ||||
* | SF bug 430991: wrong co_lnotab | Tim Peters | 2001-06-09 | 1 | -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 Peters | 2001-04-24 | 1 | -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 Peters | 2001-04-21 | 1 | -0/+1 |
| | |||||
* | SF bug reporters. | Guido van Rossum | 2001-04-15 | 1 | -0/+2 |
| | |||||
* | Another ACK. | Guido van Rossum | 2001-04-14 | 1 | -0/+1 |
| | |||||
* | Noted the improved RISCOS port and the new Unixware 7 port. | Guido van Rossum | 2001-04-11 | 1 | -0/+1 |
| | |||||
* | Some new names. | Guido van Rossum | 2001-04-10 | 1 | -0/+3 |
| | |||||
* | Fixing Itamar's name, as per his request. | Moshe Zadka | 2001-04-09 | 1 | -1/+1 |
| | |||||
* | Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py | Tim Peters | 2001-04-08 | 1 | -0/+1 |
| | | | | on c.l.py. | ||||
* | Add Robin Thomas (author of the slice() comparability hack). | Guido van Rossum | 2001-03-27 | 1 | -0/+1 |
| | |||||
* | 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 |
| |