]> granicus.if.org Git - python/shortlog
python
1997-11-26 Barry Warsaw(python-mode): Make imenu-create-index-function buffer...
1997-11-26 Barry Warsaw(py-mark-def-or-class): Added an exchange-point-and...
1997-11-26 Barry Warsaw(python-mode): Patch to fix Imenu support under Emacs...
1997-11-26 Barry Warsaw(py-kill-emacs-hook): Simplification.
1997-11-26 Guido van RossumIcons for Windows installer.
1997-11-26 Guido van RossumAdded the HTML files.
1997-11-26 Guido van RossumAdded CRLF line endings since this is for NOTEPAD.
1997-11-26 Barry WarsawAdded comment about where to find details on python...
1997-11-25 Guido van RossumDocumented brand new behavior of sys.ps1 and sys.ps2...
1997-11-25 Guido van RossumApply str() to sys.ps1 or sys.ps2 before using them...
1997-11-25 Guido van RossumAdded utility target tarhtml to tar and gzip the HTML...
1997-11-25 Guido van RossumAdding the icons used by latex2html output to the CVS...
1997-11-25 Guido van RossumIgnore html files generated by webmaker.
1997-11-25 Guido van RossumAugmented the script so that (at CNRI anyway) it also...
1997-11-25 Guido van RossumSimple index for the reference manuals (mostly for...
1997-11-25 Guido van RossumUpdated to the most pressing 1.5 issues.
1997-11-25 Guido van RossumDrop Capitalized Important Words.
1997-11-25 Guido van RossumSeveral changes, e.g. restructuring of the intro to...
1997-11-25 Guido van RossumRemove hyperlink to time-sensitive Python release info.
1997-11-25 Guido van RossumWISE installer source for Python 1.5
1997-11-25 Guido van RossumAdded pypcre.c module.
1997-11-25 Fred DrakeAdded the "italic correction" command ("\/") to the...
1997-11-25 Fred DrakeRemoved leading comment about this being "introductory...
1997-11-25 Guido van RossumGet rid of math mode in some places.
1997-11-25 Guido van RossumDon't use $math$ mode to typeset a simple '>' sign...
1997-11-25 Guido van RossumRemove strange use of $math$ mode to produce a backslash.
1997-11-25 Guido van RossumOops, did the previous delete the wrong way.
1997-11-24 Guido van RossumGet rid of last traces of module 'audio'
1997-11-24 Guido van RossumAdded "-n file" option to only print files newer than...
1997-11-24 Guido van RossumUse fuzzy comparison from test_support to compare outco...
1997-11-24 Guido van RossumNew names...
1997-11-24 Guido van RossumAdd fileinput.
1997-11-24 Guido van RossumReplace plat-os2 with plat-win, per Jeff Rush' suggestion.
1997-11-24 Guido van RossumTrivial change in prompt label suggested by Case Roole.
1997-11-24 Guido van RossumChange the option used on Linux to export all symbols
1997-11-24 Guido van RossumDone a sort -u on the symbols (and replaced all tabs...
1997-11-24 Guido van RossumOops, the sort took some whitespace into account.
1997-11-24 Guido van RossumDone a sort -u on the symbols.
1997-11-22 Guido van Rossumos2 patch by Jeff Rush
1997-11-22 Guido van Rossumignore various VC++ turds
1997-11-22 Guido van RossumFiles specific to Visual Age C for OS/2 -- by Jeff...
1997-11-22 Guido van RossumAdded Jeff Rush' comments
1997-11-22 Guido van Rossumwin -> plat-win
1997-11-22 Guido van RossumAdd PyImport_Inittab and PyOS_AfterFork
1997-11-22 Guido van Rossumos2 patch by Jeff Rush
1997-11-22 Guido van Rossumbind_class should return a value
1997-11-22 Guido van RossumNew address parser by Ben Escoto replaces
1997-11-22 Guido van RossumUse fstat if we can; write MAGIC into file last.
1997-11-22 Guido van RossumRedone the _tkinter configuration section with support...
1997-11-22 Guido van RossumNew tkappinit supporting several popular packages.
1997-11-21 Guido van RossumA new standard module, as discussed on comp.lang.python...
1997-11-21 Guido van RossumAdd a pointer back to the wizard in the "compat" output.
1997-11-20 Barry WarsawPySocketSock_methods: Added "connect_ex" so the method...
1997-11-20 Guido van RossumA comparison with several other languages that also...
1997-11-20 Guido van RossumAdding Martin von Loewis' documentation for his locale...
1997-11-20 Guido van RossumAdd description for some modules that have been added...
1997-11-20 Guido van RossumAdd description for Queue; fix typo (whichdbm should...
1997-11-20 Guido van RossumPlug memory leak in Py_BuildValue when using {...}...
1997-11-20 Barry Warsaw(Queue.Empty): When class based exceptions are in force...
1997-11-20 Barry Warsawlibqueue.tex: Documentation for the Queue.py module.
1997-11-20 Guido van RossumDang. Formatting glitch.
1997-11-20 Guido van RossumNew blurb, derived from my Handbook of Object Technolog...
1997-11-20 Barry WarsawIn the description of sub(), give a better explanation...
1997-11-19 Guido van RossumAdd Martin von Loewis as the author of this module.
1997-11-19 Guido van RossumUser-level locale module. A wrapper around _locale...
1997-11-19 Guido van RossumAdd support for _locale.
1997-11-19 Guido van RossumAdd s.connect_ex() which returns errno instead of raisi...
1997-11-19 Guido van RossumAdd optional support fort Tix and BLT.
1997-11-19 Guido van RossumFix importing of shared libraries from inside packages.
1997-11-19 Guido van RossumAdd declaration for _Py_PackageContext -- needed to...
1997-11-19 Guido van RossumTwo changes (here we go again :-( ).
1997-11-19 Guido van RossumGive more detailed error message when the argument...
1997-11-19 Guido van RossumAdd declaration for PyNumber_CoerceEx().
1997-11-19 Guido van RossumAdd a new function PyNumber_CoerceEx() which works...
1997-11-18 Guido van RossumMartin von Loewis' _locale module (locale.py follows...
1997-11-18 Guido van RossumUndo another glitch of the automatic not-so-Grand Renam...
1997-11-18 Guido van Rossumstart numbering things 1.5b1 now
1997-11-18 Guido van RossumAssert that the proxies object passed in to the URLopen...
1997-11-18 Guido van RossumAdded docstrings (contributed by Martin von Loewis).
1997-11-18 Guido van RossumFix the release date for 1.5b1 to be Nov. 26
1997-11-18 Guido van RossumAdd support for NULL macro (like UNIX, ABC etc.).
1997-11-18 Guido van RossumAdd xmllib; remove (slow) from description of htmllib.
1997-11-18 Guido van Rossumdis is now documented; bisect is deemed useful.
1997-11-18 Guido van RossumDocument s.connect_ex(), which does not raise an except...
1997-11-18 Guido van RossumClarified reference to old profiler.
1997-11-18 Guido van RossumAdded doc for errorcode dictionary.
1997-11-18 Guido van RossumFixed case sensitivity of attributes (they are case...
1997-11-18 Guido van RossumAdding dis and xmllib docs
1997-11-18 Guido van RossumDocu for xmllib.py, by Sjoerd Mullender.
1997-11-18 Guido van RossumDocu for dis.py, written by Martin von Loewis.
1997-11-18 Guido van RossumSjoerd Mullender's xml parser (based on sgmllib, somewhat).
1997-11-14 Guido van RossumThis BUGS list hasn't been updated since the release...
1997-11-14 Guido van RossumThis fix (across 4 files in 3 directories) solves a...
1997-11-11 Guido van RossumSuggestion by David Ascher: set EXE macro to empty...
1997-11-11 Guido van RossumUse a %s format for the exit status -- through the...
1997-11-11 Guido van RossumAs Mark Hammond found out, it was a bad idea to add...
1997-11-11 Guido van RossumNew version from Neale... He promised it's the last.
1997-11-11 Guido van RossumFix memory leak in exec statement with code object...
1997-11-08 Guido van Rossumv1.1; added attribution to Neale Pickett.
1997-11-07 Guido van RossumSome restructuring.
next