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 |
1997-09-07 |
Guido van Rossum | Added warning about ni's obsolescence. Retracted seman... |
commit | commitdiff | tree | snapshot |
1997-09-07 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | Significant speedup -- when a submodule imports a globa... |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | Added feeble test for reload() of packages and submodules. |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | Fix reload() for package submodules. |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | Phase two of package import. "import a.b.c" and all... |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | #Added prototype for PyObject_HasAttr() -- must've... |
commit | commitdiff | tree | snapshot |
1997-09-06 |
Guido van Rossum | Test set for package import. |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Fixed some details of printing the str() of an exceptio... |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Made the 'info' argument to SyntaxError optional, so... |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Fred Drake | Fix in trailing comment: PyDict_SetItemString() does... |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | First part of package support. |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Added PyImport_ImportModuleEx(name, globals, locals... |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Contribution by Hannu Krosing (with some changes). |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Don't use ANSI string literal concatenation (everything... |
commit | commitdiff | tree | snapshot |
1997-09-05 |
Guido van Rossum | Get rid of most silly #include and #ifdefs near the... |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Jeremy Hylton | Now produces some reassuring output. |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Jeremy Hylton | Many more tests, including tests of many optional argum... |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Jeremy Hylton | Several changes: |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Guido van Rossum | Added some try-excepts so that it can be imported in... |
commit | commitdiff | tree | snapshot |
1997-09-04 |
Guido van Rossum | The re test suite is very slow on slower hosts. |
commit | commitdiff | tree | snapshot |
next |