Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init_exceptions(): Decref `doc' so it doesn't leak. | Barry Warsaw | 2000-07-01 | 1 | -0/+1 |
| | |||||
* | the usual | Guido van Rossum | 2000-07-01 | 2 | -12/+14 |
| | |||||
* | A bunch of project files were checked in as text files. | Guido van Rossum | 2000-07-01 | 4 | -1991/+1991 |
| | | | | They should all be binary (cvs admin -kv has now been applied). | ||||
* | Add ucnhash (new subproject). | Guido van Rossum | 2000-07-01 | 1 | -1/+1 |
| | |||||
* | The Python include paths were not specified. | Mark Hammond | 2000-07-01 | 1 | -2/+2 |
| | |||||
* | Restore strict checking of socket address values; addresses passed to | Fred Drake | 2000-07-01 | 1 | -15/+21 |
| | | | | | | | the bind(), connect(), and connect_ex() methods must be a single parameter. Originally part of 1.98, reverted in 1.100. | ||||
* | output for openpty test | Guido van Rossum | 2000-07-01 | 1 | -0/+2 |
| | |||||
* | Define a magical symbol and magic include path so it will compile without | Guido van Rossum | 2000-07-01 | 1 | -0/+6 |
| | | | | changes to the bsddb source. | ||||
* | Add ucnhash to the workspace, as a dependency of python20. | Mark Hammond | 2000-07-01 | 1 | -1/+15 |
| | |||||
* | ucnhash now correctly builds for Windows. | Mark Hammond | 2000-07-01 | 1 | -20/+16 |
| | |||||
* | Update all projects so Debug builds use "/Zi" instead of "/ZI", which means ↵ | Mark Hammond | 2000-07-01 | 5 | -1893/+1894 |
| | | | | | | everything should still build under MSVC5 NOTE: All these projects had messed-up line endings (but MSVC didnt mind). Executing a diff with "--ignore-all-space" will show the specific changes, but I made a complete checkin with correct line endiings as it is the correct thing to do! | ||||
* | Repaired two URLs. | Tim Peters | 2000-07-01 | 1 | -6/+6 |
| | |||||
* | Do not build the "longhtml" version for pre-release versions. | Fred Drake | 2000-07-01 | 1 | -1/+5 |
| | |||||
* | The new copyright / license. | Fred Drake | 2000-07-01 | 1 | -25/+33 |
| | |||||
* | Thomas Wouters: Test script for openpty() | Guido van Rossum | 2000-07-01 | 1 | -0/+23 |
| | |||||
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 2 | -0/+6 |
| | | | | Include limits.h if we have it. | ||||
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -0/+6 |
| | | | | If we have stat.h include it if we don't have sys/stat.h | ||||
* | Jack Jansen, Mac patch: | Guido van Rossum | 2000-07-01 | 1 | -2/+3 |
| | | | | Include stat.h if needed; different Mac filename compare | ||||
* | Neil Schemenauer: small fixes for GC | Guido van Rossum | 2000-07-01 | 7 | -13/+17 |
| | |||||
* | clean up warnings in Win32 build of mmapmodule.c | Guido van Rossum | 2000-07-01 | 1 | -6/+6 |
| | |||||
* | In b_setitem(), instead of the platform dependent CHAR_MIN and | Guido van Rossum | 2000-07-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | CHAR_MAX, use hardcoded -128 and 127. This may seem strange, unless you realize that we're talking about signed bytes here! Bytes are always 8 bits and 2's complement. CHAR_MIN and CHAR_MAX are properties of the char data type, which is guaranteed to hold at least 8 bits anyway. Otherwise you'd get failing tests on platforms where unsigned char is the default (e.g. AIX). Thanks, Vladimir Marangozov, for finding this nit! | ||||
* | Update a bunch of URLs. No longer suggests to join PSA or Consortium. | Guido van Rossum | 2000-07-01 | 1 | -55/+18 |
| | |||||
* | Refer to "Authors", plural | Andrew M. Kuchling | 2000-07-01 | 1 | -1/+1 |
| | |||||
* | Change copyright notice. | Guido van Rossum | 2000-07-01 | 3 | -74/+19 |
| | |||||
* | Update the version number in an example | Andrew M. Kuchling | 2000-07-01 | 1 | -4/+5 |
| | |||||
* | Updated the URL for Python 2.0 | Andrew M. Kuchling | 2000-07-01 | 1 | -4/+5 |
| | |||||
* | Update for 2.0b1. Also add more text, to be more explicit about | Tim Peters | 2000-07-01 | 1 | -29/+87 |
| | | | | | | | | what the dozen+ subprojects are for, which are and aren't expected to build out of the box, and what else is needed to get them all to build. Also explained that Alpha configurations don't refer to pre-beta, but to the Alpha processor! That's baffled me for years <0.7 wink>. | ||||
* | Change copyright notice - 2nd try. | Guido van Rossum | 2000-06-30 | 191 | -1146/+0 |
| | |||||
* | Change copyright notice. | Guido van Rossum | 2000-06-30 | 201 | -4374/+1359 |
| | |||||
* | Thomas Wouters <thomas@xs4all.net>: | Fred Drake | 2000-06-30 | 2 | -0/+97 |
| | | | | Test case for the pty module. | ||||
* | Fix another error on AIX by using a proper cast. | Guido van Rossum | 2000-06-30 | 1 | -2/+2 |
| | |||||
* | Fix an error on AIX by using a proper cast. | Guido van Rossum | 2000-06-30 | 1 | -1/+1 |
| | |||||
* | Crude way to fix a problem on AIX: #undef STAT before defining it. | Guido van Rossum | 2000-06-30 | 1 | -0/+1 |
| | |||||
* | - fixed code generation error in multiline mode | Fredrik Lundh | 2000-06-30 | 2 | -7/+8 |
| | | | | - fixed parser flag propagation (of all stupid bugs...) | ||||
* | Only include <basetsd.h> for VC 6.0 and higher. | Guido van Rossum | 2000-06-30 | 1 | -0/+2 |
| | |||||
* | replaced <some suitable mail address> with something slightly | Fredrik Lundh | 2000-06-30 | 1 | -4/+25 |
| | | | | more suitable. | ||||
* | -- changed $ to match before a trailing newline, even | Fredrik Lundh | 2000-06-30 | 1 | -1/+3 |
| | | | | if the multiline flag isn't given. | ||||
* | As Neil Schemenauer points out, WITH_CYCLE_GC should be uncommented if | Guido van Rossum | 2000-06-30 | 1 | -1/+1 |
| | | | | we want to have GC enabled in the beta. | ||||
* | Ooops! I didn't finish all the renaming needed here, so this was | Fred Drake | 2000-06-30 | 1 | -36/+36 |
| | | | | attempting a recursive import and causing a fatal error. | ||||
* | Add back a missing CRLF line ending. | Guido van Rossum | 2000-06-30 | 1 | -1/+1 |
| | |||||
* | s/REGENTS/COPYRIGHT HOLDERS/ followed by paragraph reflow. | Guido van Rossum | 2000-06-30 | 1 | -8/+9 |
| | |||||
* | Output for test_winreg2. | Fred Drake | 2000-06-30 | 1 | -0/+1 |
| | | | | | Someone who knows what they are doing needs to replace this with something that makes sense -- I'm not running Windows right now. | ||||
* | Simplify the registry-module-finding code: _winreg or win32api/win32con. | Greg Ward | 2000-06-30 | 1 | -4/+1 |
| | | | | | | This'll work fine with 2.0 or 1.5.2, but is less than ideal for 1.6a1/a2. But the code to accomodate 1.6a1/a2 was released with Distutils 0.9, so it can go away now. | ||||
* | Paul Prescod <paul@prescod.net>: | Fred Drake | 2000-06-30 | 1 | -0/+341 |
| | | | | | | Regression test for the new winreg.py module. [Could a Windows person someone please review this?] | ||||
* | Line-wrap and properly indent a couple of docstrings. | Fred Drake | 2000-06-30 | 1 | -3/+6 |
| | |||||
* | Ignore the generated api.tex. | Fred Drake | 2000-06-30 | 1 | -0/+1 |
| | |||||
* | The new copyright / license. | Fred Drake | 2000-06-30 | 1 | -23/+27 |
| | |||||
* | - reverted to "\x is binary byte" | Fredrik Lundh | 2000-06-30 | 3 | -6/+6 |
| | | | | - removed evil tabs from sre_parse and sre_compile | ||||
* | Small grammatical correction from Frank Stajano. Added comment with | Fred Drake | 2000-06-30 | 1 | -2/+9 |
| | | | | suggestion from Frank for an example and further explanation. | ||||
* | Try to make sure \code always uses roman (non-italic) text. | Fred Drake | 2000-06-30 | 1 | -2/+2 |
| | | | | Change a 1.6 version number used in a an example in a comment to 2.0. |