]> granicus.if.org Git - python/shortlog
python
2002-12-31 Fred DrakeFurther cleanup of exceptions. All interpolation-relat...
2002-12-31 Skip MontanaroBernhard Herzog's paragraph and string-filling code...
2002-12-31 Tony LowndsKeep __main__ namespace clean
2002-12-31 Just van Rossummodulefinder.py moved to Lib/
2002-12-31 Raymond HettingerSpelling fix
2002-12-31 Guido van RossumFix an out-of-bound index in pmerge() discovered by...
2002-12-31 Just van Rossumpatch attached to sf item #643711:
2002-12-31 Raymond HettingerAdd markup for time object.
2002-12-31 Just van Rossummoving modulefinder.py to the standard library
2002-12-31 Neal NorwitzFix compilation errors on HPUX11
2002-12-31 Kurt B. KaiserWhitespace Normalization
2002-12-31 Tim PetersRemoved the now-untrue (or soon-to-be untrue) part...
2002-12-31 Just van Rossumremoved unused get_short() function
2002-12-31 Guido van RossumSet the release date.
2002-12-31 Eric S. RaymondDocument the new ,netrc awareness in nntplib.
2002-12-31 Fred DrakeBarry raised reasonable objections to the macro name...
2002-12-31 Fred Drake- correct the deprecation markups so this formats again
2002-12-31 Martin v. LöwisRestore signalhandler in case of error. Fix type of...
2002-12-31 Raymond HettingerComplete the markup for timedelta objects.
2002-12-31 Andrew M. KuchlingAdd posix.loadavg()
2002-12-31 Guido van RossumRevert SF patch 659809 -- it causes double options...
2002-12-31 Neal NorwitzUse the name (path) specified in the parameter list
2002-12-31 Martin v. LöwisAdd getloadavg.
2002-12-31 Martin v. LöwisPatch #658927: Add getctime to os.path.
2002-12-31 Martin v. LöwisPatch #656590: /dev/ptmx support for ptys.
2002-12-31 Neal NorwitzMake sure zip_path is null-terminated, since it's on...
2002-12-31 Martin v. LöwisDocument standard encodings.
2002-12-31 Neal NorwitzMake sure zip_path is null-terminated, since it's on...
2002-12-31 Neal NorwitzSmartCookie and SerialCookie were recently deprecated
2002-12-31 Neal NorwitzInterpolationSyntaxError was added in 2.3
2002-12-31 Andrew MacIntyreOS/2 EMX has no popen2.Popen3 even though bunzip2 is...
2002-12-31 Andrew MacIntyreadd list of expected skips for the OS/2 EMX port
2002-12-31 Andrew MacIntyreDLL export definition refresh
2002-12-31 Andrew MacIntyreadd universal newline support to configuration
2002-12-31 Andrew MacIntyrewhitespace cleanup
2002-12-31 Andrew MacIntyregetenv() replacement not required
2002-12-31 Andrew MacIntyreBuild process updates:
2002-12-31 Just van RossumBroke the zipimport/PEP 302 news item into two separate...
2002-12-31 Just van Rossum- added missing decref
2002-12-31 Fred DrakeMake sure PrettyPrinter methods that mirror the module...
2002-12-31 Fred Drake- PrettyPrinter.isreadable(), .isrecursive():
2002-12-31 Fred DrakeAdd a test that InterpolationError is constructed prope...
2002-12-31 Fred DrakeConfigParser._interpolate(): Pass the missing key...
2002-12-31 Fred DrakeUpdate version numbers.
2002-12-31 Guido van RossumPhrase repair.
2002-12-31 Guido van RossumMinor markup and spelling repair.
2002-12-31 Neal NorwitzSince the *_Init() are private, prefix with _, suggeste...
2002-12-31 Greg WardAdd build_namelists() to expose the OSS macros SOUND_DE...
2002-12-31 Greg WardRename the parameter 'xp' in several methods to 'self...
2002-12-31 Greg WardFor symmetry with the mixer interface, rename oss_t...
2002-12-31 Greg WardAdd a bunch of comments to clearly delineate sections...
2002-12-31 Greg WardYet another renaming of some mixer methods:
2002-12-31 Andrew M. KuchlingAdd a hurriedly-written section on the datetime module
2002-12-31 Guido van RossumDedent a paragraph that was accidentally aligned with...
2002-12-31 Tim PetersBump the Windows build # for 2.3a1.
2002-12-31 Guido van RossumVarious updates to the version number, on the eve of...
2002-12-31 Andrew M. KuchlingAdd lots of items.
2002-12-31 Guido van RossumFix name error, found by pychecker.
2002-12-31 Neal NorwitzFix SF #639945, 64-bit bug on AIX
2002-12-30 Neal NorwitzTix update from Mike Clarkson (maintainer)
2002-12-30 Fred Drake- added InterpolationSyntaxError to __all__
2002-12-30 Fred Drake- re-mark ESR's warning about extended registry syntax
2002-12-30 Neal NorwitzAdd missing InterpolationSyntaxError.
2002-12-30 Neal Norwitzsys was already imported, remove second import
2002-12-30 Fred Drake- prefer "import ... as" to "import / (assignments...
2002-12-30 Greg WardRename more mixer methods: getrecsrc() -> get_recsrc(),
2002-12-30 Jack JansenAdded zipimport and _random module.
2002-12-30 Jack JansenChanged sys.path initializer because of addition of...
2002-12-30 Jack JansenAdded casts to forestall warnings with MetroWerks.
2002-12-30 Jack JansenUpdated the expected skips for MacOSX.
2002-12-30 Jack JansenSkip this test on MacOSX: the locale support is too...
2002-12-30 Fred DrakeAdd entries for the dummy_thread and dummy_threading...
2002-12-30 Fred Drake- fix use of \refmodule markup
2002-12-30 Guido van RossumNews about zipimport.
2002-12-30 Tim PetersSquashed compiler wng from MSVC6.
2002-12-30 Tim PetersWouldn't compile on Windows; fixed.
2002-12-30 Jack JansenAdded a note about the move of Mac/Lib to Lib/plat...
2002-12-30 Guido van RossumUse the dummy_thread module in Queue.py and tempfile.py.
2002-12-30 Guido van RossumAdd dummy_thread[ing] sections and reference these...
2002-12-30 Guido van RossumBrett Cannon's dummy_thread and dummy_threading modules...
2002-12-30 Neal NorwitzSF #561244, Micro optimizations
2002-12-30 Jack JansenAdapted for the move of Mac/Lib to Lib/plat-mac. Makefi...
2002-12-30 Neal NorwitzFix SF #658820, regex fixes for _strptime (Brett Cannon)
2002-12-30 Jack JansenThese were somehow never added to CVS.
2002-12-30 Just van RossumPEP 302 + zipimport:
2002-12-30 Jack JansenMoved most of Mac/Lib hierarchy to Lib/plat-mac: it...
2002-12-30 Guido van RossumAdd __all__. (Brett Cannon.)
2002-12-30 Tim PetersBite the bullet on all the indirect timetz and datetime...
2002-12-30 Fred DrakeWe're using strictly American spellings, so there's...
2002-12-30 Guido van RossumSF patch 659809, by Daniel Brotsky: fix Makefile.pre...
2002-12-30 Barry WarsawA short note about the versions of BerkeleyDB we now...
2002-12-30 Barry WarsawPort BerkeleyDB 4.1 support from the pybsddb project...
2002-12-30 Barry WarsawAdd some missing tests. Should now test everything...
2002-12-30 Tim PetersA step on the way to making tzinfo classes writable...
2002-12-30 Fred DrakeStart something that might make table notes easier...
2002-12-30 Barry WarsawSearch for and use BerkeleyDB 4.1 if it's available...
2002-12-30 Barry WarsawTemplate for future tests.
2002-12-30 Fred DrakeClean up a table so it passes formatting.
2002-12-30 Neil SchemenauerAdd news about fix for bug #624807.
2002-12-30 Raymond HettingerAdded the \var{} markup so the tables will look good.
next