1997-09-29 |
Guido van Rossum | Remove #ifdef __cplusplus. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Bump version and store DLL version in a string variable... |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Get DLL version from a variable. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Don't intern the key string for getitem and delitem. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Removed special Windows defines, at Mark Hammond's... |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Move Widget.config() c.s. to Misc class, so the Tk... |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Use sys.exc_info() where needed. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Use sys.exc_info() where needed. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | No longer need to be very careful with saving the excep... |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Removing emacs.py, which is obsolete. |
commit | commitdiff | tree | snapshot |
1997-09-29 |
Guido van Rossum | Add optional bufsize argument to various calls so we... |
commit | commitdiff | tree | snapshot |
1997-09-28 |
Guido van Rossum | Add an optional hack for threads in Tkinter. |
commit | commitdiff | tree | snapshot |
1997-09-28 |
Guido van Rossum | Add plat- prefix to MACHDEPPATH, now that it's been... |
commit | commitdiff | tree | snapshot |
1997-09-28 |
Guido van Rossum | Remove plat- prefix from MACHDEP macro; |
commit | commitdiff | tree | snapshot |
1997-09-28 |
Guido van Rossum | Changes submitted by Marc-Andre Lemburg to add two... |
commit | commitdiff | tree | snapshot |
1997-09-28 |
Guido van Rossum | In whichmodule(), use __module__ if set. |
commit | commitdiff | tree | snapshot |
1997-09-26 |
Guido van Rossum | Set the completer's word break characters appropriate... |
commit | commitdiff | tree | snapshot |
1997-09-26 |
Guido van Rossum | Use Marc Lemburg's tb_lineno() to calculate the correct... |
commit | commitdiff | tree | snapshot |
1997-09-26 |
Guido van Rossum | Word completion for the new readline.set_completer... |
commit | commitdiff | tree | snapshot |
1997-09-26 |
Guido van Rossum | Reordered and reformatted, and added some cool new... |
commit | commitdiff | tree | snapshot |
1997-09-26 |
Guido van Rossum | Release interpreter lock around readline call in [raw_... |
commit | commitdiff | tree | snapshot |
1997-09-24 |
Guido van Rossum | Change bind() to tag_bind() so it works again. |
commit | commitdiff | tree | snapshot |
1997-09-22 |
Guido van Rossum | Fix by Sjoerd: don't want to resize to zero length. |
commit | commitdiff | tree | snapshot |
1997-09-22 |
Guido van Rossum | Changes by jack so the generated modules export their... |
commit | commitdiff | tree | snapshot |
1997-09-20 |
Jack Jansen | Export type objects to Python |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Guido van Rossum | The command can now either be a string (as before)... |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Barry Warsaw | Py_Initialize(): move the call to _PyImport_FixupExtens... |
commit | commitdiff | tree | snapshot |
1997-09-18 |
Barry Warsaw | initerrors(): Eliminate circular reference which was... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Barry Warsaw | [Py_Exc]NumberError => [Py_Exc]ArithmeticError |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Barry Warsaw | NumberError => ArithmeticError |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | New API PyErr_NewException(name, base, dict) to create... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Barry Warsaw | [Py_Exc]NumberError => [Py_Exc]ArithmeticError |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Barry Warsaw | PyErr_Print(): When printing a class exception, try... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | Moved pystone to Lib/test. Use import test.pystone... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | Skip symlinks; don't bother keeping a list of files... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | New API PyErr_NewException(name, base, dict) to create... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | Introduce PyExc_Exception as the conceptual root class... |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | Two subtle changes: |
commit | commitdiff | tree | snapshot |
1997-09-16 |
Guido van Rossum | Move the "import readline" to an earlier place so it... |
commit | commitdiff | tree | snapshot |
1997-09-15 |
Guido van Rossum | Add strerror() interface. |
commit | commitdiff | tree | snapshot |
1997-09-15 |
Guido van Rossum | Patch by Case Roole <cjr@bound.xs4all.nl> to fail with... |
commit | commitdiff | tree | snapshot |
1997-09-15 |
Guido van Rossum | Entirely rewritten parseaddr() function by Sjoerd Mulle... |
commit | commitdiff | tree | snapshot |
1997-09-14 |
Guido van Rossum | Added code to emit trailing ',' for singleton tuples... |
commit | commitdiff | tree | snapshot |
1997-09-13 |
Guido van Rossum | Export names for the types defined by this module:... |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Guido van Rossum | Three independent changes: |
commit | commitdiff | tree | snapshot |
1997-09-12 |
Guido van Rossum | When creating a class, set its __module__ attribute... |
commit | commitdiff | tree | snapshot |
1997-09-11 |
Guido van Rossum | Added hint to skip the heavy stuff on first reading. |
commit | commitdiff | tree | snapshot |
1997-09-11 |
Guido van Rossum | As Paul Prescod pointed out, metaprogramming is really... |
commit | commitdiff | tree | snapshot |
1997-09-11 |
Guido van Rossum | Install config.h under $exec_prefix/include rather... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Added docstrings. Not for the obsolete functions though. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Deleted find_module_in_package and find_module_in_direc... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Update the description and the example to the new funct... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | #Added doc string. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Make functionality more closely the same as what's... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Crrected a flow control error that caused the wrong... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Implemented balloon help for EditPythonPrefs |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added Help module |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added a button to increment buildno, so it doesn't... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added balloon help for options dialog. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added no-site-python and old-exceptions preferences. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added old-exception and no-site-python options and... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added interface to the Balloon Help Manager |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added old-exceptions and no-site-python preferences... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Jack Jansen | Added old-exceptions and no-site-python options and... |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Renamed platform specific subdirectories to plat-*. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | Renamed dos_8x3 to dos-8x3. |
commit | commitdiff | tree | snapshot |
1997-09-09 |
Guido van Rossum | These directories renamed: tkinter -> lib-tk, stdwin... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Patch submitted by Brad Howes (with one bug fixed by... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Added support for __all__, which should be a list of... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Added test for __all__. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Dunno, rebinhexed? |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Preferences is a general module to get (and set) prefer... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Preference resource now has a version number |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Moved the include of macbuildno.h to getbuildinfo.c... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Added SysBeep |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | The preference resource now has a version number |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | sys.prefix and sys.exec_prefix are now set correctly. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | The python preference resource now has a version number... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Major overhaul: this is now little more than a user... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Jack Jansen | Run NumPy installer, if present. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Brought up to date with new options and env vars. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | #Adapt the doc string to reality. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | #Oops, missed a plat- prefix (for Lib/generic). |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Some nits, added a whole section on what you could... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Set it to 1.5a4, now we have dotted-name import... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Initialize self.__tempfiles to [] in the constructor... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Change packages -> site-packages |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | *Semantic change*: when unpickling the instance variabl... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Indent the #error so that a strict K&R cpp doesn't... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Change packages to site-packages (so it's clearly not... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Prefix MACHDEP directory with 'plat-'. |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Change the names of the subdirectories tkinter and... |
commit | commitdiff | tree | snapshot |
1997-09-08 |
Guido van Rossum | Forgot to install the test/output directory! |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Look for uuencoded test files in the directory containi... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Look for uuencoded test files in the directory containi... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Reverse the order in which Setup and Setup.local are... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Pass optional arguments (globals(), locals(), []) to... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Bugfix: import A.B from inside package was busted by... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Fix details in the test: |
commit | commitdiff | tree | snapshot |
next |