]> granicus.if.org Git - python/shortlog
python
2003-01-01 Skip Montanaronew section - builtin constants
2003-01-01 Skip Montanaroadd find-uname.py
2003-01-01 Skip MontanaroSearch for Unicode character names using regular expres...
2003-01-01 Skip MontanaroSplit OPT make variable into OPT and BASECFLAGS. The...
2003-01-01 Neal NorwitzMove _PyInt_Init() into pythonrun.h, since all the...
2003-01-01 Neal NorwitzRevert last change -- test works on HPUX again after...
2003-01-01 Guido van RossumSilly little script to print statistics (files, lines...
2003-01-01 Martin v. LöwisExpose I_ constants. Auto-detect stropts.h. Properly...
2003-01-01 Fred DrakeRevert merge from 2.3 alpha 1 release branch; the chang...
2003-01-01 Tim Petersdatetimetz_astimezone(): Speed optimizations -- althou...
2003-01-01 Tim PetersThe failure of the last-second addition to the timezone...
2003-01-01 Tim PetersMerging in changes from r23a1-branch. Doc/makefile...
2003-01-01 Kurt B. KaiserMore installation info. Bump alpha version.
2003-01-01 Kurt B. KaiserDebugger was tracing through rpc.py when IDLEfork was...
2002-12-31 Kurt B. KaiserImprove exception handling.
2002-12-31 Neal NorwitzTry to get compilation working for cygwin
2002-12-31 Jason TishlerPatch #660485: Cygwin _tkinter Tcl/Tk 8.3 patch
2002-12-31 Fred DrakeThe trunk is (nominally) post-alpha.
2002-12-31 Guido van RossumMerge to trunk from release branch:
2002-12-31 Barry WarsawMake two tests non-locale-dependent
2002-12-31 Andrew M. KuchlingResults of a rewrite pass
2002-12-31 Fred Drake- use classdesc where we can (for better indexing)
2002-12-31 Jeremy HyltonReplace all but one explicit emit('SET_LINENO') with...
2002-12-31 Tony LowndsDon't let the docstring end up in __main__.__doc__
2002-12-31 Barry Warsawtest01_close_dbenv_before_db(): Added an XXX comment...
2002-12-31 Neal NorwitzComment out test, since it hangs on HPUX, still investi...
2002-12-31 Jeremy HyltonSF patch [ 597919 ] compiler package and SET_LINENO
2002-12-31 Fred DrakeGeneral style conformance. Markup some unmarked constr...
2002-12-31 Kurt B. KaiserUpdate (slightly) for Alpha release
2002-12-31 Martin v. LöwisRemove bogus test; the master is not a terminal on...
2002-12-31 Kurt B. KaiserMove history to HISTORY.txt
2002-12-31 Kurt B. KaiserUpdate for Alpha 0 Release
2002-12-31 Guido van RossumAdd recipe for creating NEWS.html.
2002-12-31 Tim PetersA new, and much hairier, implementation of astimezone...
2002-12-31 Martin v. LöwisEliminate C++ comment.
2002-12-31 Raymond HettingerUse funcdesc instead of classdesc to be consistent...
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
next