]> granicus.if.org Git - python/shortlog
python
2003-06-21 Martin v. LöwisPatch #640236: Better eplain unused data.
2003-06-21 Martin v. LöwisPatch #755087: Deal with emptied dumbdbm files correctly.
2003-06-21 Martin v. LöwisPatch #755683: Document that there might be a maximum...
2003-06-21 Martin v. LöwisSet -d in compileall, to get proper path in case DESTDI...
2003-06-20 Jack JansenAdded a field that allows the user to set sys.argv...
2003-06-20 Barry WarsawAdd some documentation which describes how to use the...
2003-06-20 Just van Rossum- do the right thing with symlinks inside directories...
2003-06-20 Jack JansenCop out, and set things to be group-writeable recursive...
2003-06-20 Just van Rossummake sure paths to dirs don't end in a /
2003-06-20 Just van RossumReworked --strip option: it will now look at _any_...
2003-06-20 Jack JansenSet the executable bits when installing the shared...
2003-06-20 Just van Rossumregister the library inside Python.framework as eligabl...
2003-06-20 Just van RossumAdd initial standalone support for Python.framework
2003-06-20 Raymond HettingerAdded regression test for SF #757818
2003-06-20 Neal NorwitzSF #757229, fix libsocket.tex typo
2003-06-20 Raymond HettingerRemoved bytecode transformation for sequence packing...
2003-06-20 Jack JansenUpdated.
2003-06-20 Jack JansenAt startup, test that PythonLauncher is the default...
2003-06-20 Jack JansenInstallation of PythonLauncher has been failing silentl...
2003-06-20 Fred DrakeRemove heading from orphan section.
2003-06-20 Fred DrakeUpdate link to Python book information.
2003-06-20 Skip Montanarominor __doc__ string tweakage
2003-06-20 Skip Montanarotypo
2003-06-20 Gustavo NiemeyerMany new tests, based on gcov's coverage information.
2003-06-19 Jack JansenInstall Demo and Tools too.
2003-06-19 Jack JansenMacPython-2.3 has progressed so far that building a...
2003-06-19 Jack JansenAdded a target frameworkinstallextras (OSX framework...
2003-06-19 Jack Jansendded notes on reporting bugs and becoming an active...
2003-06-19 Skip MontanaroAvoid using 'dir' as a variable name and use os.path...
2003-06-19 Walter DörwaldMake the comment prefix 7 character long, so the lines...
2003-06-19 Walter DörwaldUse find() instead of looping over the string in expand...
2003-06-19 Tim Petersrandrange(): Repaired my overly optimistic rewrite...
2003-06-19 Tim Petersrandrange(): 2.3 can no longer raises OverflowError...
2003-06-18 Jack Jansen- Added a "community" section.
2003-06-18 Jack Jansen- Create TMPDIR only if it doesn't exist yet
2003-06-18 Raymond HettingerMinor updates:
2003-06-18 Fred DrakeInclude "instances of most classes" in a warning about...
2003-06-18 Walter DörwaldPort test_complex.py to unittest.
2003-06-18 Jack JansenGive default _elemdict and _propdict attributes to...
2003-06-18 Jack JansenAn indenting error in the code made it miss some suites...
2003-06-18 Walter DörwaldFix whitespace.
2003-06-18 Raymond HettingerFix typo.
2003-06-18 Raymond HettingerSF patch #751038 fixing SF bug#750092: exec doesn't...
2003-06-18 Raymond HettingerSF bug #753451: classmethod abuse --> SystemError
2003-06-18 Greg WardRemove debug print on filename with NUL byte.
2003-06-18 Greg WardSF patch #755987 (Jim Ahlstrom):
2003-06-17 Raymond HettingerAdd missing DECREF.
2003-06-17 Brett CannonChange all header strings to be as if they were capital...
2003-06-17 Walter DörwaldFix typo in comment.
2003-06-17 Walter DörwaldUse _PyEval_SliceIndex to handle list.index() calls...
2003-06-17 Ken ManheimerRemove short-circuitying grubbing by using last grubbed...
2003-06-17 Raymond HettingerFix docstring
2003-06-17 Walter DörwaldUpdated documentation for the new slice arguments for...
2003-06-17 Walter DörwaldWhitespace normalization.
2003-06-17 Jack JansenMake sure the files in the installer have group "admin...
2003-06-17 Guido van RossumFix sloppy index() implementation:
2003-06-17 Walter DörwaldModernize Lib/posixpath.py: Use startswith(), endswith...
2003-06-17 Skip MontanaroSF Patch 569574 - enhancements to cgitb for plain text...
2003-06-17 Raymond HettingerSF #754014: list.index() should accept optional start...
2003-06-17 Raymond Hettingertest_posixpath.py now uses unittest. The output file...
2003-06-17 Neal NorwitzConvert some repetitive code into a loop
2003-06-17 Neal NorwitzFix some markup nits
2003-06-17 Tim PetersSF bug 751956: graminit.[ch] don't build on windows
2003-06-16 Neal NorwitzAdd test for bug #751998.
2003-06-16 Brett CannonComplete rewrite of tests by Walter Dorwald as unittest...
2003-06-16 Neil SchemenauerDon't use the module object setattr when importing...
2003-06-16 Jeremy HyltonAdd item about new threading module functions.
2003-06-16 Jeremy HyltonRemove many blanket try/except clauses.
2003-06-16 Kurt B. KaiserCorrect function name.
2003-06-16 Kurt B. KaiserAdd ':' after IDLE version, fix spacing on a couple...
2003-06-16 Jack JansenAllow passing a build directory on the command line...
2003-06-16 Jack JansenOnly fix up pathnames in installed scripts when needed...
2003-06-16 Jack JansenAdded a note about FSRef tests failing on MacOS 8.6.
2003-06-16 Jack JansenThis wasn't ansified. Fixed.
2003-06-16 Jack JansenImport EasyDialogs only when needed, so this works...
2003-06-16 Jack JansenAdded two mac items (pimp auto-update and OSA property...
2003-06-16 Jack JansenPatch #755147 by Brian Lenihan:
2003-06-16 Gustavo NiemeyerMade DateTime's constructor accept a time.struct_time...
2003-06-15 Tim PetersWhitespace normalization.
2003-06-15 Tim Petersmimetools.choose_boundary() news.
2003-06-15 Tim Peters^D means EOF on Unix but not on Windows. Expand the...
2003-06-15 Brett CannonAdd explicit text for where an obindex call for generat...
2003-06-15 Brett CannonReturn None to signal that the module the object was...
2003-06-15 Martin v. LöwisMake CREDITS.txt a Latin-1 file. Extend ViewFile to...
2003-06-15 Tim Peterschoose_boundary(): This no longer uses random, so...
2003-06-15 Tim Peterschoose_boundary(): Incorporated a threadsafe increment...
2003-06-15 Guido van RossumInstall IDLE's .def files; these are essential for...
2003-06-15 Guido van RossumChanges to install the new idle: it's now in Lib/idleli...
2003-06-15 Guido van RossumAdd a missing 'self,' to a super call in recently check...
2003-06-15 Kurt B. KaiserForwardport Patch from IDLEfork SF 615312
2003-06-15 Kurt B. KaiserSupport testing in .../Lib/idlelib when calling <python...
2003-06-15 Kurt B. KaiserMove to Version 1.0b2
2003-06-15 Greg WardUpdate copyright dates.
2003-06-14 Martin v. LöwisPatch #751107: Slant must be 'roman', not 'normal'.
2003-06-14 Martin v. LöwisProperly deal with tuples in Open._fixresult. Fixes...
2003-06-14 Martin v. LöwisPatch #752671: NetBSD needs to link libintl to _locale.so.
2003-06-14 Kurt B. KaiserForwardport Patch from IDLEfork SF 610329
2003-06-14 Martin v. LöwisUse -R instead of -rpath on Solaris. Fixes #749911.
2003-06-14 Martin v. LöwisGive a warning if SO is set. Fixes #610332.
2003-06-14 Martin v. LöwisAlways unwrap _socketobj in socket.ssl. Revert httplib...
next