summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - PrettyPrinter.isreadable(), .isrecursive():Fred Drake2002-12-311-21/+16
* Add a test that InterpolationError is constructed properly and raisedFred Drake2002-12-311-2/+20
* ConfigParser._interpolate(): Pass the missing key to theFred Drake2002-12-311-4/+3
* 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
* Rename the parameter 'xp' in several methods to 'self', since that'sGreg Ward2002-12-311-23/+23
* For symmetry with the mixer interface, rename oss_t to oss_audio_t andGreg Ward2002-12-311-29/+29
* 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
* 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
* 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
* 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
* Tix update from Mike Clarkson (maintainer)Neal Norwitz2002-12-303-21/+68
* - added InterpolationSyntaxError to __all__Fred Drake2002-12-301-4/+25
* - re-mark ESR's warning about extended registry syntaxFred Drake2002-12-301-3/+11
* Add missing InterpolationSyntaxError.Neal Norwitz2002-12-301-0/+2
* 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
* Rename more mixer methods: getrecsrc() -> get_recsrc(),Greg Ward2002-12-301-6/+6
* 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
* 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
* 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
* News about zipimport.Guido van Rossum2002-12-301-0/+16
* Squashed compiler wng from MSVC6.Tim Peters2002-12-301-1/+1
* Wouldn't compile on Windows; fixed.Tim Peters2002-12-301-1/+1
* Added a note about the move of Mac/Lib to Lib/plat-mac.Jack Jansen2002-12-301-0/+4
* Use the dummy_thread module in Queue.py and tempfile.py.Guido van Rossum2002-12-302-7/+7
* Add dummy_thread[ing] sections and reference these from libthread[ing].Guido van Rossum2002-12-303-1/+8
* Brett Cannon's dummy_thread and dummy_threading modules (SF patchGuido van Rossum2002-12-306-0/+460
* SF #561244, Micro optimizationsNeal Norwitz2002-12-305-19/+44
* Adapted for the move of Mac/Lib to Lib/plat-mac. Makefile.pre.in nowJack Jansen2002-12-305-84/+44
* Fix SF #658820, regex fixes for _strptime (Brett Cannon)Neal Norwitz2002-12-301-8/+9
* These were somehow never added to CVS.Jack Jansen2002-12-302-0/+360
* PEP 302 + zipimport:Just van Rossum2002-12-3013-35/+1887
* Moved most of Mac/Lib hierarchy to Lib/plat-mac: it can be used bothJack Jansen2002-12-30136-0/+207
* Add __all__. (Brett Cannon.)Guido van Rossum2002-12-301-0/+2
* Bite the bullet on all the indirect timetz and datetimetz tzinfo methods:Tim Peters2002-12-301-14/+20
* We're using strictly American spellings, so there's no diaresis overFred Drake2002-12-301-53/+56
* SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use configGuido van Rossum2002-12-302-3/+6