1997-11-25 |
Fred Drake | Removed leading comment about this being "introductory... |
commit | commitdiff | tree | snapshot |
1997-11-25 |
Guido van Rossum | Get rid of math mode in some places. |
commit | commitdiff | tree | snapshot |
1997-11-25 |
Guido van Rossum | Don't use $math$ mode to typeset a simple '>' sign... |
commit | commitdiff | tree | snapshot |
1997-11-25 |
Guido van Rossum | Remove strange use of $math$ mode to produce a backslash. |
commit | commitdiff | tree | snapshot |
1997-11-25 |
Guido van Rossum | Oops, did the previous delete the wrong way. |
commit | commitdiff | tree | snapshot |
1997-11-24 |
Guido van Rossum | Get rid of last traces of module 'audio' |
commit | commitdiff | tree | snapshot |
1997-11-24 |
Guido van Rossum | Added "-n file" option to only print files newer than... |
commit | commitdiff | tree | snapshot |
1997-11-24 |
Guido van Rossum | Use fuzzy comparison from test_support to compare outco... |
commit | commitdiff | tree | snapshot |
1997-11-24 |
Guido van Rossum | New names... |
commit | commitdiff | tree | snapshot |
1997-11-24 |
Guido van Rossum | Add fileinput. |
commit | commitdiff | tree | snapshot |
1997-11-24 |
Guido van Rossum | Replace plat-os2 with plat-win, per Jeff Rush' suggestion. |
commit | commitdiff | tree | snapshot |
1997-11-24 |
Guido van Rossum | Trivial change in prompt label suggested by Case Roole. |
commit | commitdiff | tree | snapshot |
1997-11-24 |
Guido van Rossum | Change the option used on Linux to export all symbols |
commit | commitdiff | tree | snapshot |
1997-11-24 |
Guido van Rossum | Done a sort -u on the symbols (and replaced all tabs... |
commit | commitdiff | tree | snapshot |
1997-11-24 |
Guido van Rossum | Oops, the sort took some whitespace into account. |
commit | commitdiff | tree | snapshot |
1997-11-24 |
Guido van Rossum | Done a sort -u on the symbols. |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | os2 patch by Jeff Rush |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | ignore various VC++ turds |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | Files specific to Visual Age C for OS/2 -- by Jeff... |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | Added Jeff Rush' comments |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | win -> plat-win |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | Add PyImport_Inittab and PyOS_AfterFork |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | os2 patch by Jeff Rush |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | bind_class should return a value |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | New address parser by Ben Escoto replaces |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | Use fstat if we can; write MAGIC into file last. |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | Redone the _tkinter configuration section with support... |
commit | commitdiff | tree | snapshot |
1997-11-22 |
Guido van Rossum | New tkappinit supporting several popular packages. |
commit | commitdiff | tree | snapshot |
1997-11-21 |
Guido van Rossum | A new standard module, as discussed on comp.lang.python... |
commit | commitdiff | tree | snapshot |
1997-11-21 |
Guido van Rossum | Add a pointer back to the wizard in the "compat" output. |
commit | commitdiff | tree | snapshot |
1997-11-20 |
Barry Warsaw | PySocketSock_methods: Added "connect_ex" so the method... |
commit | commitdiff | tree | snapshot |
1997-11-20 |
Guido van Rossum | A comparison with several other languages that also... |
commit | commitdiff | tree | snapshot |
1997-11-20 |
Guido van Rossum | Adding Martin von Loewis' documentation for his locale... |
commit | commitdiff | tree | snapshot |
1997-11-20 |
Guido van Rossum | Add description for some modules that have been added... |
commit | commitdiff | tree | snapshot |
1997-11-20 |
Guido van Rossum | Add description for Queue; fix typo (whichdbm should... |
commit | commitdiff | tree | snapshot |
1997-11-20 |
Guido van Rossum | Plug memory leak in Py_BuildValue when using {...}... |
commit | commitdiff | tree | snapshot |
1997-11-20 |
Barry Warsaw | (Queue.Empty): When class based exceptions are in force... |
commit | commitdiff | tree | snapshot |
1997-11-20 |
Barry Warsaw | libqueue.tex: Documentation for the Queue.py module. |
commit | commitdiff | tree | snapshot |
1997-11-20 |
Guido van Rossum | Dang. Formatting glitch. |
commit | commitdiff | tree | snapshot |
1997-11-20 |
Guido van Rossum | New blurb, derived from my Handbook of Object Technolog... |
commit | commitdiff | tree | snapshot |
1997-11-20 |
Barry Warsaw | In the description of sub(), give a better explanation... |
commit | commitdiff | tree | snapshot |
1997-11-19 |
Guido van Rossum | Add Martin von Loewis as the author of this module. |
commit | commitdiff | tree | snapshot |
1997-11-19 |
Guido van Rossum | User-level locale module. A wrapper around _locale... |
commit | commitdiff | tree | snapshot |
1997-11-19 |
Guido van Rossum | Add support for _locale. |
commit | commitdiff | tree | snapshot |
1997-11-19 |
Guido van Rossum | Add s.connect_ex() which returns errno instead of raisi... |
commit | commitdiff | tree | snapshot |
1997-11-19 |
Guido van Rossum | Add optional support fort Tix and BLT. |
commit | commitdiff | tree | snapshot |
1997-11-19 |
Guido van Rossum | Fix importing of shared libraries from inside packages. |
commit | commitdiff | tree | snapshot |
1997-11-19 |
Guido van Rossum | Add declaration for _Py_PackageContext -- needed to... |
commit | commitdiff | tree | snapshot |
1997-11-19 |
Guido van Rossum | Two changes (here we go again :-( ). |
commit | commitdiff | tree | snapshot |
1997-11-19 |
Guido van Rossum | Give more detailed error message when the argument... |
commit | commitdiff | tree | snapshot |
1997-11-19 |
Guido van Rossum | Add declaration for PyNumber_CoerceEx(). |
commit | commitdiff | tree | snapshot |
1997-11-19 |
Guido van Rossum | Add a new function PyNumber_CoerceEx() which works... |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Martin von Loewis' _locale module (locale.py follows... |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Undo another glitch of the automatic not-so-Grand Renam... |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | start numbering things 1.5b1 now |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Assert that the proxies object passed in to the URLopen... |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Added docstrings (contributed by Martin von Loewis). |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Fix the release date for 1.5b1 to be Nov. 26 |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Add support for NULL macro (like UNIX, ABC etc.). |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Add xmllib; remove (slow) from description of htmllib. |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | dis is now documented; bisect is deemed useful. |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Document s.connect_ex(), which does not raise an except... |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Clarified reference to old profiler. |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Added doc for errorcode dictionary. |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Fixed case sensitivity of attributes (they are case... |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Adding dis and xmllib docs |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Docu for xmllib.py, by Sjoerd Mullender. |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Docu for dis.py, written by Martin von Loewis. |
commit | commitdiff | tree | snapshot |
1997-11-18 |
Guido van Rossum | Sjoerd Mullender's xml parser (based on sgmllib, somewhat). |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Guido van Rossum | This BUGS list hasn't been updated since the release... |
commit | commitdiff | tree | snapshot |
1997-11-14 |
Guido van Rossum | This fix (across 4 files in 3 directories) solves a... |
commit | commitdiff | tree | snapshot |
1997-11-11 |
Guido van Rossum | Suggestion by David Ascher: set EXE macro to empty... |
commit | commitdiff | tree | snapshot |
1997-11-11 |
Guido van Rossum | Use a %s format for the exit status -- through the... |
commit | commitdiff | tree | snapshot |
1997-11-11 |
Guido van Rossum | As Mark Hammond found out, it was a bad idea to add... |
commit | commitdiff | tree | snapshot |
1997-11-11 |
Guido van Rossum | New version from Neale... He promised it's the last. |
commit | commitdiff | tree | snapshot |
1997-11-11 |
Guido van Rossum | Fix memory leak in exec statement with code object... |
commit | commitdiff | tree | snapshot |
1997-11-08 |
Guido van Rossum | v1.1; added attribution to Neale Pickett. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Guido van Rossum | Some restructuring. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Guido van Rossum | Added vgrindefs. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Guido van Rossum | Plucked this from the net. |
commit | commitdiff | tree | snapshot |
1997-11-07 |
Guido van Rossum | Fix problem discovered by Barry: if you hit ^C to |
commit | commitdiff | tree | snapshot |
1997-11-06 |
Guido van Rossum | Separate out a function pystones(loops=LOOPS) which... |
commit | commitdiff | tree | snapshot |
1997-11-06 |
Guido van Rossum | Add __init__.py to test package. |
commit | commitdiff | tree | snapshot |
1997-11-06 |
Barry Warsaw | #(py-emacs-features): Fixed typo in docstring. |
commit | commitdiff | tree | snapshot |
1997-11-06 |
Barry Warsaw | (python-font-lock-keywords): Pick up block introducing... |
commit | commitdiff | tree | snapshot |
1997-11-05 |
Barry Warsaw | (python-font-lock-keywords): Fix for consecutive keywor... |
commit | commitdiff | tree | snapshot |
1997-11-05 |
Barry Warsaw | (py-emacs-features): Test for working make-temp-name... |
commit | commitdiff | tree | snapshot |
1997-11-05 |
Guido van Rossum | A nice blurb that Mark Hammond wrote, aimed at Windows... |
commit | commitdiff | tree | snapshot |
1997-11-05 |
Barry Warsaw | (py-execute-region): Fixed small bug with queuing file... |
commit | commitdiff | tree | snapshot |
1997-11-05 |
Barry Warsaw | (mark-python-def-or-class): Renamed to py-mark-def... |
commit | commitdiff | tree | snapshot |
1997-11-04 |
Guido van Rossum | Got rid of the errorstr dictionary, which is redundant... |
commit | commitdiff | tree | snapshot |
1997-11-04 |
Guido van Rossum | Undo half of the previous change :-( |
commit | commitdiff | tree | snapshot |
1997-11-04 |
Barry Warsaw | (py-backspace-function): New variable. |
commit | commitdiff | tree | snapshot |
1997-11-04 |
Barry Warsaw | First round of changes, mostly subprocess stuff. |
commit | commitdiff | tree | snapshot |
1997-11-04 |
Guido van Rossum | islink() returns false, but there is no constant false... |
commit | commitdiff | tree | snapshot |
1997-11-04 |
Guido van Rossum | When checking for equality, open the slave file in... |
commit | commitdiff | tree | snapshot |
1997-11-04 |
Guido van Rossum | Use ``0'' instead of ``None'' to reset the underlying... |
commit | commitdiff | tree | snapshot |
1997-11-04 |
Guido van Rossum | Fix due to Bill Noon for problem discovered by Ken... |
commit | commitdiff | tree | snapshot |
1997-11-04 |
Guido van Rossum | Get rid of another reference to _PyImport_Inittab ... |
commit | commitdiff | tree | snapshot |
1997-11-03 |
Guido van Rossum | The warning about thread still having a frame now only... |
commit | commitdiff | tree | snapshot |
next |