]> granicus.if.org Git - python/shortlog
python
1998-09-21 Guido van RossumGet rid of the classes RModuleLoader and RModuleImporte...
1998-09-21 Guido van RossumComment out 't = t[0] + t[1]' in profiler_simulation...
1998-09-21 Guido van RossumGet rid of the test for non-NULL thread state in EventH...
1998-09-21 Guido van RossumWhen we have siginterrupt(), use it to disable restarti...
1998-09-21 Guido van RossumEnable the 'new' module by default.
1998-09-21 Guido van RossumPatch by Greg Stein to document the 'P' flag.
1998-09-18 Fred Drakere.findall(): Mark as added in 1.5.2.
1998-09-18 Guido van RossumPatches from Greg Stein to support 'P' format in struct...
1998-09-17 Guido van RossumGet rid of 'ppp' that accidentally crept in.
1998-09-17 Jack JansenAdded optional mouseregion parameter to WaitNextEvent...
1998-09-17 Guido van RossumRichard Wolff's changes, documenting his changes to...
1998-09-17 Guido van RossumUntabified and applied Richard Wolff's changes (plus...
1998-09-17 Guido van RossumRichard Wolff's additional changes; some layout nits...
1998-09-17 Guido van RossumDuplicate the decls for PySys_WriteStd{out,err} here...
1998-09-17 Guido van RossumAt Greg Stein's request, add PyLong_*LongLong entry...
1998-09-17 Guido van RossumDefine SIZEOF_LONG_LONG (as 8) at Greg Stein's request.
1998-09-15 Guido van RossumIn load_inst(), when instantiating an instance the...
1998-09-14 Guido van RossumIgnore the TclError exception raised when deleting...
1998-09-14 Barry WarsawSeveral changes that Python carry on in the face of...
1998-09-14 Guido van RossumAdded the mainloop() call.
1998-09-14 Guido van Rossumnannified
1998-09-14 Guido van RossumThere was a confusion in my checkin of the code to...
1998-09-14 Guido van Rossumnannified
1998-09-14 Guido van RossumPrint serious errors to stderr instead of stdout.
1998-09-14 Barry Warsaw#Code rearranging to quiet byte-compiler
1998-09-14 Guido van Rossumnannified
1998-09-14 Guido van RossumNannified.
1998-09-14 Guido van Rossumnannified
1998-09-14 Guido van Rossumnannified.
1998-09-14 Guido van RossumPatch by Marc-Andre Lemburg: use re module to compare...
1998-09-14 Guido van RossumUtility to replace CRLF with LF in argument files.
1998-09-14 Guido van RossumUtility to replace LF with CRLF in argument files.
1998-09-14 Guido van RossumUtility to untabify stubber results.
1998-09-14 Guido van Rossumnannified.
1998-09-14 Guido van RossumMac-specific mod to enable aliases on import paths.
1998-09-13 Guido van RossumRemove some unused variables from gethostbyaddr_ex...
1998-09-13 Guido van RossumUndo victim of careless global substitute ("long long_h...
1998-09-13 Jack JansenDon't remember...
1998-09-12 Guido van RossumRichard Wolff's changes:
1998-09-11 Guido van RossumRichard Wolff's changes:
1998-09-11 Guido van RossumRichard Wolff's changes:
1998-09-11 Guido van RossumRichard Wolff's changes:
1998-09-11 Fred DrakeAdd a \label to the section "Fancier Output Formatting...
1998-09-10 Fred DrakeMarkup nits.
1998-09-10 Jeremy Hyltoncorrect bogus instructions 'ccoment out' -> 'uncomment'
1998-09-10 Fred Drakedo_cmd_methodlineni(): New function, needed because...
1998-09-10 Fred DrakeAdded comment about support for rational numbers, and...
1998-09-10 Fred DrakeMarkup nits.
1998-09-10 Guido van RossumFixed the words in the comment and error message about...
1998-09-10 Jeremy Hyltoninclude <string.h> to get prototype for strcmp
1998-09-10 Fred DrakeFix typo in URL; reported by Michael Ernst <mernst...
1998-09-10 Guido van RossumApparently on AIX when using gcc you need to call pthre...
1998-09-09 Fred Drake\itembreak,
1998-09-09 Guido van RossumFix a bug where comparison of a rational with a float...
1998-09-09 Guido van RossumMichael P. Reilly suggested this fix: makesetup wants...
1998-09-08 Guido van RossumPatch suggested by Perry Stoll -- os.path.normpath...
1998-09-08 Jack JansenSplit tcl/tk libs out of other libraries (don't want...
1998-09-07 Jack JansenMods by Just to allow aliases in sys.path entries
1998-09-04 Guido van RossumBeh, new version must be edited in a separate file.
1998-09-04 Guido van RossumUse SCRIPT_NAME (if defined) instead of hardcoding...
1998-09-04 Guido van RossumCorrect typo in #ifdef: PY_THREAD_D4, should be PY_PTHR...
1998-09-03 Guido van RossumShould no longer surround PyOS_Readline() call with
1998-09-02 Jeremy HyltonEasy optimizations of urlparse for the common case...
1998-09-02 Guido van RossumFix suggested by movits@lockstar.com (plus doc string...
1998-08-31 Guido van RossumMake bind variants without a sequence return a tuple...
1998-08-31 Guido van RossumNow that we have standard (optional) long long support...
1998-08-29 Guido van RossumThe previous fix was still broken; the Py_END_ALLOW_THR...
1998-08-29 Barry Warsaw(py-in-literal): How'd this get through? c-point ...
1998-08-28 Fred DrakeIgnore the generated README file.
1998-08-28 Fred DrakeWhen building the tarball of the PostScript files,...
1998-08-28 Fred DrakeTarget to generate a little README file with the page...
1998-08-28 Fred DrakeScript to generate page counts of the PostScript files.
1998-08-28 Fred DrakeSupport long options that take arguments of the form...
1998-08-28 Fred DrakeMarkup changes in the section on disciplines to match...
1998-08-27 Guido van RossumWe now assume that PyOS_Readline() is called with the...
1998-08-27 Guido van RossumAdd a 'volatile' to the declaration of threadid in...
1998-08-27 Guido van RossumDon't release the interpreter lock around PyParser_Pars...
1998-08-27 Guido van RossumChanges by Richard Wolff:
1998-08-27 Jack JansenAdded a note about the buildlibs script.
1998-08-25 Jeremy Hyltonfix typo in keyword argument 'allow_frament' should...
1998-08-25 Guido van Rossum__file__ used to be always set to the .pyc (or .pyo...
1998-08-25 Guido van RossumComment out the print statement about underflow. ...
1998-08-25 Guido van RossumAdd the type of the object to the error message about...
1998-08-25 Guido van RossumReplace all calls to fprintf(stderr, ...) with PySys_Wr...
1998-08-25 Guido van RossumAdd a version of PySys_WriteStderr() that writes to...
1998-08-25 Guido van RossumRestructure the file so that it is never empty. No...
1998-08-25 Guido van RossumPatch by Mark Hammond to support 64-bit ints on MS...
1998-08-25 Guido van RossumIgnore cruft generating by the test run for hello.py.
1998-08-25 Guido van RossumY2K fix affecting asctime(), mktime(), strftime().
1998-08-25 Guido van RossumDescribe what happens when ``raise C, x'' is called...
1998-08-25 Guido van RossumClarify Y2K behavior when a tuple with a 2-digit date...
1998-08-25 Guido van RossumNew version, with contributions from Sjoerd Mullender...
1998-08-25 Guido van RossumThere was still something wrong. The original NOTTESTS...
1998-08-24 Guido van RossumPatch by Chris Herborth (posted to comp.lang.python...
1998-08-24 Fred Drakeround(): Mark the second (optional) parameter as optio...
1998-08-24 Fred DrakeAdded some cross-references to the end.
1998-08-24 Fred Drakespoking --> speaking
1998-08-24 Guido van RossumTed Horst writes in psa-members@python.org:
1998-08-24 Guido van RossumShould pass explicit arguments to findtests(). Should...
1998-08-23 Guido van RossumMove an indented #define to column 1.
next