summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix beep.Kurt B. Kaiser2002-12-021-16/+3
* Remove unused variableNeal Norwitz2002-12-021-1/+1
* correct wording of comments about old bsddb (now bsddb185) moduleSkip Montanaro2002-12-021-6/+4
* - reworked the object unpacking code, now supports new-style objects moreJust van Rossum2002-12-011-34/+46
* The new imp.[gs]et_frozenmodules() will be utterly redundant if theJust van Rossum2002-12-011-1/+2
* Add ossaudiodev; fix typoAndrew M. Kuchling2002-12-011-1/+7
* Expunge any remaining mentions of linuxaudiodev -- it's ossaudiodev now!Greg Ward2002-11-301-7/+7
* Rename LinuxAudioError to OSSAudioError ('ossaudiodev.error').Greg Ward2002-11-301-25/+25
* Added mode 'rw' for full-duplex (play and record at the same time) mode.Greg Ward2002-11-301-21/+97
* * Don't put the device in non-blocking mode at open() time; this makesGreg Ward2002-11-301-46/+184
* ossaudiodev -- Python interface to the OSS (Open Sound System) API.Greg Ward2002-11-301-0/+524
* - found a case where sys.path[0] isn't set to Contents/Resources,Just van Rossum2002-11-301-2/+8
* Cleanup:Neal Norwitz2002-11-301-9/+5
* Remove unused importNeal Norwitz2002-11-301-5/+6
* Convert string exceptions to classes, string exceptions are deprecatedNeal Norwitz2002-11-302-8/+16
* Convert some more 1/0 to True/FalseNeal Norwitz2002-11-302-14/+14
* Add missing self for method callNeal Norwitz2002-11-301-2/+2
* Port Martin von Loewis checkin from Python:Neal Norwitz2002-11-301-5/+24
* Port Martin von Loewis checkin from python: Support sdist.Neal Norwitz2002-11-301-0/+4
* M PyShell.pyKurt B. Kaiser2002-11-302-17/+20
* getdoc():Ka-Ping Yee2002-11-302-7/+15
* Lots of minor tweaks for the pep252 checkins, mainly because QdJack Jansen2002-11-3025-61/+60
* Build _AE too.Jack Jansen2002-11-291-0/+4
* Converted the Carbon modules to use PEP252-style objects, withJack Jansen2002-11-2948-2507/+2447
* Correct an error introduced at Rev 1.30. The keyword arg is necessaryKurt B. Kaiser2002-11-291-6/+8
* Forgot to do os.path.basename() on mainprogram: a nonworking app was built if...Just van Rossum2002-11-291-7/+6
* Slightly improved version of patch #642578: "Expose PyImport_FrozenModulesJust van Rossum2002-11-293-0/+167
* added Thomas H's LOADER code for importing extension (sub)modules; little tweaksJust van Rossum2002-11-291-21/+27
* Fix mode on scripts to have the read bit set (noted by Nicholas Riley)Andrew M. Kuchling2002-11-291-1/+1
* Fix value of 'propagate' (noted by Chris Reedy)Andrew M. Kuchling2002-11-291-8/+10
* Fix typo.Walter Dörwald2002-11-291-1/+1
* Fixed two silly bugs in the PEP252 support code, added an assertJack Jansen2002-11-281-3/+10
* fixed typo and wrappingJust van Rossum2002-11-281-1/+2
* - Rewrote bootstapping code in sh so we're really independent of anJust van Rossum2002-11-281-40/+54
* Allow the device name to be passed to linuxaudiodev.open(), forGreg Ward2002-11-271-7/+19
* Add missing decrefNeal Norwitz2002-11-271-0/+1
* Mention dict.fromkeys()Andrew M. Kuchling2002-11-271-18/+29
* Update e-mail addressAndrew M. Kuchling2002-11-273-3/+3
* Nudge getting __module__ and __name__ for new-style classes so thatMichael W. Hudson2002-11-272-18/+33
* SF #641170, reST version of Lib/test/READMENeal Norwitz2002-11-271-89/+99
* I don't know why staring at the email to python-checkins made meMichael W. Hudson2002-11-272-9/+16
* Readjustments to the way we cope with exceptions from subclasses'Michael W. Hudson2002-11-272-12/+111
* [Part of patch #641685] Add .dylib as an extension for shared librariesAndrew M. Kuchling2002-11-271-1/+1
* [Patch #641685] setup.py contained code for finding libraries, insteadAndrew M. Kuchling2002-11-271-8/+24
* Bug #643631: MacOS 9 details missing from inst.texAndrew M. Kuchling2002-11-271-18/+7
* Rephrase dict.fromkeys() news.Guido van Rossum2002-11-271-4/+5
* I had the inheritance cycle stuff backwards. Oops!Michael W. Hudson2002-11-272-4/+14
* Patch #639112: fixes for None locale and tz.Martin v. Löwis2002-11-272-61/+154
* Bring UserDict in-sync with changes to dict.Raymond Hettinger2002-11-272-6/+25
* SF Patch 643443. Added dict.fromkeys(iterable, value=None), a classRaymond Hettinger2002-11-274-1/+97