summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Patch #656590: /dev/ptmx support for ptys.Martin v. Löwis2002-12-316-10/+76
|
* Make sure zip_path is null-terminated, since it's on the stackNeal Norwitz2002-12-311-0/+1
|
* Document standard encodings.Martin v. Löwis2002-12-311-0/+343
|
* Make sure zip_path is null-terminated, since it's on the stackNeal Norwitz2002-12-311-0/+1
|
* SmartCookie and SerialCookie were recently deprecatedNeal Norwitz2002-12-311-0/+2
|
* InterpolationSyntaxError was added in 2.3Neal Norwitz2002-12-311-0/+1
|
* OS/2 EMX has no popen2.Popen3 even though bunzip2 is availableAndrew MacIntyre2002-12-311-1/+1
|
* add list of expected skips for the OS/2 EMX portAndrew MacIntyre2002-12-311-0/+28
|
* DLL export definition refreshAndrew MacIntyre2002-12-311-18/+73
|
* add universal newline support to configurationAndrew MacIntyre2002-12-311-0/+3
|
* whitespace cleanupAndrew MacIntyre2002-12-311-16/+21
|
* getenv() replacement not requiredAndrew MacIntyre2002-12-311-16/+0
|
* Build process updates:Andrew MacIntyre2002-12-311-9/+47
| | | | | | - add new modules (zipimport, datetime, _random, bz2, _symtable) - build pyexpat with expat sources from Python distribution - regression test with and without compiled bytecode
* Broke the zipimport/PEP 302 news item into two separate items.Just van Rossum2002-12-311-9/+12
|
* - added missing decrefJust van Rossum2002-12-311-4/+5
| | | | - whitespace normalization
* Make sure PrettyPrinter methods that mirror the module-levelFred Drake2002-12-311-3/+27
| | | | | convenience functions isreadable() and isrecursive() work the same way as the convenience functions.
* - PrettyPrinter.isreadable(), .isrecursive():Fred Drake2002-12-311-21/+16
| | | | | | | Pass the right number of args to .format(). (Caught by pychecker.) - Protect the global namespace more carefully. - Don't use the types module now that we don't need to.
* Add a test that InterpolationError is constructed properly and raisedFred Drake2002-12-311-2/+20
| | | | | when expected. Only applies to the ConfigParser and SafeConfigParser classes, not RawConfigParser.
* ConfigParser._interpolate(): Pass the missing key to theFred Drake2002-12-311-4/+3
| | | | | | | | | InterpolationError constructor, not the KeyError exception itself. (Caught by the new InterpolationError test.) SafeConfigParser._interpolate_some(): Pass the right number of arguments to the InterpolationError constructor. (Caught by pychecker.)
* Update version numbers.Fred Drake2002-12-312-2/+2
|
* Phrase repair.Guido van Rossum2002-12-311-1/+1
|
* Minor markup and spelling repair.Guido van Rossum2002-12-311-2/+3
|
* Since the *_Init() are private, prefix with _, suggested by SkipNeal Norwitz2002-12-315-6/+6
|
* Add build_namelists() to expose the OSS macros SOUND_DEVICE_LABELS andGreg Ward2002-12-311-0/+45
| | | | SOUND_DEVICE_NAMES as 'control_labels' and 'control_names'.
* Rename the parameter 'xp' in several methods to 'self', since that'sGreg Ward2002-12-311-23/+23
| | | | what it is.
* For symmetry with the mixer interface, rename oss_t to oss_audio_t andGreg Ward2002-12-311-29/+29
| | | | OSSType to OSSAudioType.
* Add a bunch of comments to clearly delineate sections of the code.Greg Ward2002-12-311-1/+28
|
* Yet another renaming of some mixer methods:Greg Ward2002-12-311-9/+9
| | | | | | | | | | | | | | | devices(), stereodevices(), recdevices() -> controls(), stereocontrols(), reccontrols() Based on recommendation of Hannu Savolainen <hannu@opensound.com>: The right term to use for things like bass/treble/mic/vol/etc is "control". "Device" refers to different mixer devices (/dev/mixer0 to /dev/mixerN). "Channel" cannot be used because it refers to mono/stereo/multich channels. In fact most mixer controls have left/right channels so ...
* Add a hurriedly-written section on the datetime moduleAndrew M. Kuchling2002-12-311-6/+50
|
* Dedent a paragraph that was accidentally aligned with a precedingGuido van Rossum2002-12-311-8/+8
| | | | nested list.
* Bump the Windows build # for 2.3a1.Tim Peters2002-12-312-1/+3
|
* Various updates to the version number, on the eve of the 2.3a1 release.Guido van Rossum2002-12-313-15/+16
|
* Add lots of items.Andrew M. Kuchling2002-12-311-11/+192
| | | | The only thing missing now is the new date/time stuff.
* Fix name error, found by pychecker.Guido van Rossum2002-12-311-1/+1
|
* Fix SF #639945, 64-bit bug on AIXNeal Norwitz2002-12-311-3/+2
| | | | | | I can't test this on the snake farm (no aix box is working). This change works for the submitter seems correct. Can anybody test this on 32- and 64- bit AIX?
* Tix update from Mike Clarkson (maintainer)Neal Norwitz2002-12-303-21/+68
|
* - added InterpolationSyntaxError to __all__Fred Drake2002-12-301-4/+25
| | | | - added docstring to exceptions
* - re-mark ESR's warning about extended registry syntaxFred Drake2002-12-301-3/+11
| | | | - document InterpolationSyntaxError
* Add missing InterpolationSyntaxError.Neal Norwitz2002-12-301-0/+2
| | | | XXX Not sure this is correct.
* sys was already imported, remove second importNeal Norwitz2002-12-301-2/+0
|
* - prefer "import ... as" to "import / (assignments) / del" for most thingsFred Drake2002-12-301-18/+11
| | | | | - when the thread module isn't available, subsequent attempts to import threading should not suceed
* Rename more mixer methods: getrecsrc() -> get_recsrc(),Greg Ward2002-12-301-6/+6
| | | | setrecsrc() -> set_recsrc().
* Added zipimport and _random module.Jack Jansen2002-12-303-0/+4
|
* Changed sys.path initializer because of addition of Lib/plat-mac and a few minorJack Jansen2002-12-301-4/+3
| | | | things.
* Added casts to forestall warnings with MetroWerks.Jack Jansen2002-12-301-4/+4
|
* Updated the expected skips for MacOSX.Jack Jansen2002-12-301-0/+3
|
* Skip this test on MacOSX: the locale support is too minimal to makeJack Jansen2002-12-301-1/+3
| | | | it pass.
* Add entries for the dummy_thread and dummy_threading modules.Fred Drake2002-12-301-0/+2
|
* - fix use of \refmodule markupFred Drake2002-12-304-13/+15
| | | | | - correct some module names, add hyperlinks - wrap some long lines
* News about zipimport.Guido van Rossum2002-12-301-0/+16
|