2001-01-25 |
Jeremy Hylton | add extra tests to verify that co_varnames is being... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | Fix bug reported by Ka-Ping Yee: The compiler botched... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jack Jansen | ucnhash module has gone. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jack Jansen | ucnhash module has gone, xreadlines module added. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Skip Montanaro | added a few more __all__ lists |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Skip Montanaro | fail more completely by deleting dbhash from sys.module... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Sjoerd Mullender | Let's keep things portable to non GCC compilers, please. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Tim Peters | Clarify winsound.beep docs, in response to c.l.py beep... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Tim Peters | Fix bugs introduced by rewrite (in particular, time... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Tim Peters | Reworked random.py so that it no longer depends on... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Barry Warsaw | A \begin{funcdesc} was closed with an \end{methoddesc}. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Barry Warsaw | Fixed a bug where \& was needed. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Barry Warsaw | Provide a much better (and complete!) description of... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Barry Warsaw | lockf_doc: a much better description of the lockf(... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Tim Peters | Supply long-missing docs for random.seed(). Extensive... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Guido van Rossum | Check the Py_TPFLAGS_HAVE_RICHCOMPARE flag before using the |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Guido van Rossum | Add a flag to indicate the presence of the tp_richcompa... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Guido van Rossum | Fix the test output, now that escapes in repr() of... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Guido van Rossum | Fix the test output, now that escapes in repr() of... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Guido van Rossum | The array type was missing the Py_TPFLAGS_DEFAULT initi... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Andrew M. Kuchling | New asynchat.py from Sam Rushing: this foregoes using... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Fred Drake | Fix an obvious usage nit I should have caught myself... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Neil Schemenauer | Update the build instructions for flat makefile. |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Neil Schemenauer | The usual. |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Neil Schemenauer | - build now happens in toplevel directory, add subdir... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Ka-Ping Yee | Show '\011', '\012', and '\015' as '\t', '\n', '\r... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Neil Schemenauer | Patch from Andrew to properly set module source directory. |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Neil Schemenauer | There is no more Modules/Makefile, use toplevel Makefile. |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Neil Schemenauer | Changes for flat makefile. Building of modules happens... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Neil Schemenauer | Build now happens in toplevel directory, not Modules... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Neil Schemenauer | Flat makefile based on toplevel Makefile.in and makefil... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Fred Drake | Remove evil "sec:" prefix from some \label markups... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Fred Drake | AttributeList --> NamedNodeMap |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Jack Jansen | Got rid of extraneous Modues:TE in the search path. |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Jack Jansen | Waste and scrap now sort-of work for Carbon. Scrap... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Jack Jansen | Recognize {compiler} and {project} prefixes to pathname... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Jack Jansen | Regenerated (and manually massaged for PutScrap) so... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Jack Jansen | Quick (manual) fix to make the module compile with... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Jack Jansen | Waste and scrap now sort-of work for Carbon. Scrap... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Andrew M. Kuchling | Updated version of asyncore.py from Sam Rushing: |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Andrew M. Kuchling | Part of patch #102409: special cases for Cygwin: |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Jack Jansen | Blacklisted (for the time being) the functions that... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Jack Jansen | Build directives for PythonStandalone were missing. |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Jack Jansen | Added the GrafPort attributes that are unavailable... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Jack Jansen | Implemented direct attribute access for Carbon builds... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Tim Peters | test___all__ was failing on WIndows because locale... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Tim Peters | Windows: ucnhash subproject no longer exists (/F merge... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Fredrik Lundh | ucnhash is no longer used |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Fredrik Lundh | new unicodedata functions (name, lookup) |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Fredrik Lundh | ucnhash is no longer used |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Fredrik Lundh | the ucnhash module is no longer used |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Fredrik Lundh | Move uchhash functionality into unicodedata (after... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Skip Montanaro | documented (new) optional doseq parameter to urlencode. |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Skip Montanaro | a few more modules get __all__ |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Barry Warsaw | PyObject_Dump() -> _PyObject_Dump() |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Barry Warsaw | PyGC_Dump() -> _PyGC_Dump() |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Barry Warsaw | PyObject_Dump() -> _PyObject_Dump() |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Barry Warsaw | __all__: removed "error", "abort", "readonly", as these... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Barry Warsaw | It's "gopherlib" not "gopher". |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Andrew M. Kuchling | Modified version of part of patch #102409 for Cygwin: |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Andrew M. Kuchling | Add names of people who've pointed out broken links... |
commit | commitdiff | tree | snapshot |
2001-01-24 |
Andrew M. Kuchling | Fredrik pointed out that the database shrank more than 55K |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Also build the Carbon extension modules. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Removed extraneous references to Modules:TE |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | The C-prefix file for Carbon plugin projects. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Ah well, why not check this in. A script to remove... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Projects for Carbon plugin modules. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Use &# escape for non-ascii chars. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Added an attribute runtimemodel, which is either "ppc... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Added the actual builds of the carbon projects. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Generate Carbon as well as classic PPC plugin projects... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Various settings were unconditionally set. Allow them... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | If the template is not specified it depends on the... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Added a template for Carbon plugin projects. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Moved files from template to template-ppc, as this... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Andrew M. Kuchling | Fix for MacOS X/Darwin: it doesn't need -lm, ever.... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Barry Warsaw | _PyImport_Inittab: define the exceptions module's init... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Added a note about the memory size. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Upped the default memory size to a whopping 24Mb, which... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Use &# escape for non-ascii chars. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Barry Warsaw | Slight reworking to make it more useful for debugging |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Barry Warsaw | Updates and changes: |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Barry Warsaw | Add prototype for PyGC_Dump() -- but only inside the... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Barry Warsaw | Add prototype for PyObject_Dump(). |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Barry Warsaw | PyObject_Dump(): Use %p format to print the address... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Barry Warsaw | A few useful definitions if you're using gdb. Copy... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Barry Warsaw | A few miscellaneous helpers. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Barry Warsaw | Leak pluggin', bug fixin' and better documentin'. ... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | A script to search for methods that are missing in... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Made the about box a bit larger (Apparently MacOSX... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Eric S. Raymond | Fixed autoraise glitches. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Skip Montanaro | added a few more __all__ lists |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Andrew M. Kuchling | Jeremy didn't write PEP 205, Fred did! |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Sigh... First test before committing. InvalWindowRect... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Replaced InvalRect and friends with the Carbon-complian... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Jack Jansen | Replaced InvalRect and friends with the Carbon-complian... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Eric S. Raymond | Expose the autoraise capability. Improve the documenta... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Eric S. Raymond | Oops...finish a mangled sentence. |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Eric S. Raymond | Rewrite webbrowser.py to fix various bugs following... |
commit | commitdiff | tree | snapshot |
2001-01-23 |
Tim Peters | Restore alphabetic order. Also try to import rlcomplet... |
commit | commitdiff | tree | snapshot |
next |