1998-06-29 |
Guido van Rossum | Experimental feature: add default argument to getattr(). |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Unsigned 1 and 2 byte sized formats shouldn't result... |
commit | commitdiff | tree | snapshot |
1998-06-29 |
Guido van Rossum | Oops! Of course, Tim is right -- when the item is... |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Guido van Rossum | Speed-up unquote(), inspired by post from Daniel Walton. |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Guido van Rossum | Note that no .pyc/.pyo files are created for script... |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Guido van Rossum | Now cmd is documented too. |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Guido van Rossum | Documented smtplib, multifile |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Guido van Rossum | Documented cmd, smtplib, multifile |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Guido van Rossum | Added cmd, smtplib, multifile |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Guido van Rossum | Contributions by Eric Raymond: documentation for modules |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Guido van Rossum | # Added missing semicolon (was #ifdef'ed out in edit... |
commit | commitdiff | tree | snapshot |
1998-06-28 |
Guido van Rossum | Added doc strings. |
commit | commitdiff | tree | snapshot |
1998-06-27 |
Guido van Rossum | Windows-specific hack to make sure that when LoadLibrar... |
commit | commitdiff | tree | snapshot |
1998-06-27 |
Guido van Rossum | Added doc strings. |
commit | commitdiff | tree | snapshot |
1998-06-27 |
Guido van Rossum | # Remove an extra blank line from a doc string. |
commit | commitdiff | tree | snapshot |
1998-06-27 |
Guido van Rossum | Added doc strings. Maybe the doc string for the module... |
commit | commitdiff | tree | snapshot |
1998-06-27 |
Guido van Rossum | New feature: if the object's type has a non-NULL tp_doc... |
commit | commitdiff | tree | snapshot |
1998-06-27 |
Guido van Rossum | Document optional kwargs argument to start_new_thread... |
commit | commitdiff | tree | snapshot |
1998-06-27 |
Guido van Rossum | Define new macro Py_InitModule3(name, methods, doc... |
commit | commitdiff | tree | snapshot |
1998-06-27 |
Guido van Rossum | Added doc strings. Also export LockType from the modou... |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Guido van Rossum | Added doc strings. |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Guido van Rossum | In raw_input(prompt), make sure that str(prompt) really... |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Guido van Rossum | Slight rearrangement of some code to make it faster... |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Jack Jansen | Added build.macfreeze to the "special" folders. |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Jack Jansen | Config file for frozen binaries. |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Jack Jansen | Initial documentation on freezing. |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Jack Jansen | Template project, bundle file and config.c file for... |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Jack Jansen | A well-known example for freeze. |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Jack Jansen | Mac version of freeze. Uses standard freeze modules... |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Jack Jansen | Print message when we load a PYC resource, if verbose... |
commit | commitdiff | tree | snapshot |
1998-06-26 |
Guido van Rossum | Remove RCS and #! cruft at top. |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Guido van Rossum | Allow binding a Tcl command (given as a string) as... |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Fred Drake | Mark the 'whence' parameter of the file object's seek... |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Guido van Rossum | Treat "HEAD" same as "GET", so that CGI scripts won... |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Guido van Rossum | Rewrite the (test) main program so that when used as... |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Guido van Rossum | Piers' latest version, labeled 2.11. This time he... |
commit | commitdiff | tree | snapshot |
1998-06-25 |
Guido van Rossum | Eric Raymond added support for ESMTP protocol and corre... |
commit | commitdiff | tree | snapshot |
1998-06-24 |
Guido van Rossum | Ignore Windows case check for ALL CAPS 8.3 files |
commit | commitdiff | tree | snapshot |
1998-06-23 |
Guido van Rossum | Subsume the interact() function in a class. This shoul... |
commit | commitdiff | tree | snapshot |
1998-06-23 |
Guido van Rossum | "if match(x) >= 0:" smells of regex matching; should... |
commit | commitdiff | tree | snapshot |
1998-06-23 |
Guido van Rossum | Patch by Eric Raymond: add an optional 'seekable' flag... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Fred Drake | Removed loading of shared font stuff from howto.cls... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Fred Drake | Make the large letter at the top of each section use... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Fred Drake | Added texinputs/pypaper.sty to the list of manual style... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Guido van Rossum | Bugfix to ESR's code reported by himself: should use... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Andrew M. Kuchling | Fix unclear wording pointed out by Tim Peters, about... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Guido van Rossum | There's no point in mentioning F6 as an alternate EOF... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Guido van Rossum | Revert the change of revision 1.30. While it's in... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Guido van Rossum | Add check in long-to-int conversion for at least one... |
commit | commitdiff | tree | snapshot |
1998-06-22 |
Guido van Rossum | Fix the tests for various anomalies in the string-to... |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Guido van Rossum | Translated to use re instead of regex. Also replaced... |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Fred Drake | eval() example: Removed final interpreter prompt;... |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Fred Drake | Somewhat updated, but not checked for everything (just... |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Guido van Rossum | Added Py_{Get,Set}PythonHome. |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Jack Jansen | Added {Get,Set}PopupData calls to get at the data for... |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Guido van Rossum | Turns out that 'winfo id' returns the id as a hex strin... |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Guido van Rossum | Different trick to get the _test() window to pop up. |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Guido van Rossum | Added <ctype.h>, needed for Windows. |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Guido van Rossum | Added _locale |
commit | commitdiff | tree | snapshot |
1998-06-19 |
Guido van Rossum | There was an error check in a loop in PythonCmd which... |
commit | commitdiff | tree | snapshot |
1998-06-18 |
Guido van Rossum | Added a stronger warning about changing the dictionary... |
commit | commitdiff | tree | snapshot |
1998-06-18 |
Guido van Rossum | Piers' latest version -- authentication added by Donn... |
commit | commitdiff | tree | snapshot |
1998-06-17 |
Guido van Rossum | # Untabified the example :-( |
commit | commitdiff | tree | snapshot |
1998-06-17 |
Guido van Rossum | Documented that by default the output goes to stderr... |
commit | commitdiff | tree | snapshot |
1998-06-17 |
Guido van Rossum | In class _Subfile, make sure read(n) can't read beyond... |
commit | commitdiff | tree | snapshot |
1998-06-17 |
Guido van Rossum | Change the description of input() -- it is exactly... |
commit | commitdiff | tree | snapshot |
1998-06-17 |
Guido van Rossum | Minor cleanup by Tim after my changes: |
commit | commitdiff | tree | snapshot |
1998-06-16 |
Guido van Rossum | Add __getitem__ to AddressList object, to make it a... |
commit | commitdiff | tree | snapshot |
1998-06-16 |
Guido van Rossum | Some extra notes, and describe a new class (AddressList... |
commit | commitdiff | tree | snapshot |
1998-06-16 |
Guido van Rossum | Some extra comments and docstrings, and a new class... |
commit | commitdiff | tree | snapshot |
1998-06-16 |
Guido van Rossum | Tim's latest, with some of my changes (also a TP sugges... |
commit | commitdiff | tree | snapshot |
1998-06-16 |
Guido van Rossum | Fixed the UDP server -- this never worked. Ray Loyzaga... |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | Subject: Bug in PC/import_nt.c |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | Lots of changes to get this in sync with the Frame... |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | Two small additions to make it identical to the obsolet... |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | NewNew abstract, copied from the obsolete Frame version. |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | # This is a new module I wrote over the weekend. Again... |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | # Note: a previous checkin message was lost because... |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | Primitive GUI for websucker. |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | Fix the way a trailing / is changed to /index.html... |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | sort the urls in the todo list |
commit | commitdiff | tree | snapshot |
1998-06-15 |
Guido van Rossum | # (My first checkin from Windows NT using remote CVS!) |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Guido van Rossum | Fixed the EventHook() code so that it also works on... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | In completer(), return None instead of raising an Index... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | On Windows, make the pipe() call return Unix file descr... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | Keep Microsoft's compiler happy. |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | Don't catch interrupts in getpass() -- the finally... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | In tcsetattr(), first initialize the mode structure... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | Use the getpass module instead of having platform-speci... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | Jonathan Giddy: |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Guido van Rossum | Jonathan Giddy: |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | With the recent change that makes numbers compare small... |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Now that test_MimeWriter is untabified, do the same... |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Add warning about use of lowercase/uppercase with maket... |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Add timegm to list of functions tested, for Marc-Andre L. |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Oops, bug in release date! |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Be more careful than the previous patch. The default... |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Support new overridable method, isheader() (ESR). |
commit | commitdiff | tree | snapshot |
1998-06-11 |
Guido van Rossum | Eric Raymond: added doc for isheader(); improved docs... |
commit | commitdiff | tree | snapshot |
1998-06-10 |
Guido van Rossum | Document the changes I just checked in. |
commit | commitdiff | tree | snapshot |
next |