1998-04-29 |
Fred Drake | Set $TEXINPUTS='' to make l2h pick up the right thing... |
commit | commitdiff | tree | snapshot |
1998-04-29 |
Guido van Rossum | Still somewhat experimental speedup. This appears... |
commit | commitdiff | tree | snapshot |
1998-04-29 |
Guido van Rossum | Add a new method of interpreter objects, interpaddr... |
commit | commitdiff | tree | snapshot |
1998-04-29 |
Fred Drake | Fix documentation based on comments from Sean Reifschneider |
commit | commitdiff | tree | snapshot |
1998-04-29 |
Guido van Rossum | Replace all calls to acquire_lock() and release_lock... |
commit | commitdiff | tree | snapshot |
1998-04-29 |
Fred Drake | Made lint a bit happier. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | Move a bit closer to HTML generation without depending... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | do_cmd_sectcode(): Obsolete; removed. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | Remove extra cruft for texi processing. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | Do better hiding of internal names. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | do_cmd_key(): Obsolete; removed. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | Fixed \code so word wrapping is allowed. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | Section for bisect module. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | Moved popen2 entry to make more sense. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | Updated. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Get rid of the unused ifdefed-out old sort code. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | On the Mac a call to TkMacInitMenus is needed. Also... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Add a declaration for strdup() for the Mac. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Generate the clear() method manually (calling __GLclear... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Type casts, and added a strdup() declaration for the... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | If USE_STACKCHECK is defined use PyOS_CheckStack()... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Enable ftruncate() on the Mac. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | accept * in return value type and convert it to _ptr... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Style and StyleParameter are two different types. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | class ByAddressType, a simple Type but passed by addres... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | On the Mac, create the Temporary Items folder if it... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Put quotes around the filename, so spaces in filenames... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Mac CodeWarrior has faulty declaration for hypot, which... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | typo in error message (fname vs. file). |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Support byte-swapped dbhash (bsddb) files. Found by... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Document changed semantics -- open() now guesses the... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Oops, I had 'n' and 'c' mixed up in my mind. Get rid... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Inspired by Ben Sayer, rewritten the code and some... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | Hook in the calendar and popen2 sections. |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | calendar module section for the library reference,... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | popen2 section for the library reference, contributed... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Fred Drake | Use of \key and \kbd were isolated to one instance... |
commit | commitdiff | tree | snapshot |
1998-04-28 |
Guido van Rossum | Quicksort retuned by Tim Peters. |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Guido van Rossum | Use a try-except so that the pickle file is written... |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Guido van Rossum | When setting the event structure fields, don't die... |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Guido van Rossum | Instead of calling mktime(), which has all sorts of... |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Guido van Rossum | Clear the error condition set by ftell(). |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Guido van Rossum | Feeble attempt at making urlopen more robust -- don... |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Jack Jansen | Updated for 1.5.1 |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Jack Jansen | Use dialog auto-placement whenever appropriate. |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Jack Jansen | Fixes by Just: |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Jack Jansen | Argument type for SetPort was wrong (WindowPtr in stead... |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Jack Jansen | Added FOUR_CHAR_CODE define |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Jack Jansen | New versions from Just. |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Jack Jansen | Regenerated with FOUR_CHAR_CODE defined |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Jack Jansen | Mention the Mac:Contrib folder |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Jack Jansen | Added Just's printing demo code. |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Fred Drake | Document transfercmd(), ntransfercmd(), delete(), rmd... |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Fred Drake | parse150(): Simplify RE used to parse the message... |
commit | commitdiff | tree | snapshot |
1998-04-27 |
Guido van Rossum | Add link to Anthony Baxter's enhanced version. |
commit | commitdiff | tree | snapshot |
1998-04-25 |
Fred Drake | clean target: Remove intermediate files from creation... |
commit | commitdiff | tree | snapshot |
1998-04-25 |
Fred Drake | Load the options from the pypaper.sty file before setti... |
commit | commitdiff | tree | snapshot |
1998-04-25 |
Fred Drake | Paper size / font size configuration file. |
commit | commitdiff | tree | snapshot |
1998-04-24 |
Fred Drake | Simplify how some options get propogated. |
commit | commitdiff | tree | snapshot |
1998-04-24 |
Fred Drake | Added libpoplib.tex to dependencies for the library... |
commit | commitdiff | tree | snapshot |
1998-04-24 |
Fred Drake | Added a section for the poplib module, contributed... |
commit | commitdiff | tree | snapshot |
1998-04-24 |
Fred Drake | Add entry for poplib. |
commit | commitdiff | tree | snapshot |
1998-04-24 |
Guido van Rossum | Use hex() when outputting the various checksums so... |
commit | commitdiff | tree | snapshot |
1998-04-24 |
Guido van Rossum | Fred's right -- we need PyList_SET_ITEM(). |
commit | commitdiff | tree | snapshot |
1998-04-24 |
Jack Jansen | Added new folder types |
commit | commitdiff | tree | snapshot |
1998-04-24 |
Jack Jansen | Added FOUR_CHAR_CODE define |
commit | commitdiff | tree | snapshot |
1998-04-24 |
Jack Jansen | Grmpf, a lot more routines have gotten a "Mac" prefix... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Barry Warsaw | Use the (new) standard script #! line |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Barry Warsaw | This script appears to no longer be in the toolchain... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | In-line the code in range() to set the list items;... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | Small corrections to comments that were cloned from... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | New test sample -- "Nobody expects the Spanish Inquisit... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | Purported fixes for 64-bit platforms with help from... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | Tiny patch for zlib 1.1.2 |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | Move unified findfile() into test_support.py |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Fred Drake | Don't override the default $ADDRESS. |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Fred Drake | Change the default $ADDRESS. |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | Add new spares to the end of the type object struct. |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | Freeze assumes that all built-in modules are part of... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | If freezing with the -O option, the optimized bytecode... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | When using extention modules, relative path names that... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Fred Drake | Convert recent additions to use new, "logical" markup. |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | Run the self-test (test.test_MimeWriter) when invoked... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | Add test for MimeWriter module |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Guido van Rossum | Add writelines() method to Compare class. |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Jack Jansen | Regenerated with FOUR_CHAR_CODE defined |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Jack Jansen | Added support for the horribly complex TimeRecord,... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Jack Jansen | SetPort was missing, and the defs file needs the FOUR_C... |
commit | commitdiff | tree | snapshot |
1998-04-23 |
Jack Jansen | Incorrect argument for PyMacBuildwide() |
commit | commitdiff | tree | snapshot |
1998-04-21 |
Fred Drake | In method & function tables, added a cast for the funct... |
commit | commitdiff | tree | snapshot |
1998-04-21 |
Guido van Rossum | Be less naive about null characters in an object's... |
commit | commitdiff | tree | snapshot |
1998-04-21 |
Jack Jansen | CW Pro 3 FC8 projects. Checked in because of ColorPicke... |
commit | commitdiff | tree | snapshot |
1998-04-21 |
Guido van Rossum | Filled in some more blanks, with the help of Drew Csillag. |
commit | commitdiff | tree | snapshot |
1998-04-21 |
Jack Jansen | If there's no comment for an error we use the symbolic... |
commit | commitdiff | tree | snapshot |
1998-04-21 |
Jack Jansen | Removed unused import of addpack |
commit | commitdiff | tree | snapshot |
1998-04-21 |
Jack Jansen | Moved some code around: occasionally the SetCreatorFile... |
commit | commitdiff | tree | snapshot |
1998-04-21 |
Jack Jansen | Updated for Python 1.5.1: version number, preference... |
commit | commitdiff | tree | snapshot |
1998-04-21 |
Jack Jansen | Added PyMac_{Get,Build}wide. These should support pytho... |
commit | commitdiff | tree | snapshot |
1998-04-21 |
Jack Jansen | Re-generated from new (3.1) universal headers |
commit | commitdiff | tree | snapshot |
1998-04-21 |
Jack Jansen | Added ColorPicker and Printing modules, donated by... |
commit | commitdiff | tree | snapshot |
next |