1997-10-08 |
Jack Jansen | Bug fix for fast module location |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Jack Jansen | Upped version to 1.5a4, changed sys.path initialization... |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | timezone support for macintosh (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Include macbuildno.h here (mac only) (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | lots of "goto error" replaced by "return" (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Converted to new exception style (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Mac does support createfilehandler now (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Moved mac-specific speedup to a different place (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Fixed for WITHOUT_COMPLEX compilation (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Open files in binary mode (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Use better timer on the mac |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Allow open file as parameter (must be seekable) (Jack) |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Generate new style exception initializer (Jack). |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Ready for the release, I'd say. |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Change test for re.sub() involving g<...> to use a... |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Checking in AMK's latest installement. |
commit | commitdiff | tree | snapshot |
1997-10-08 |
Guido van Rossum | Checking in AMK's latest installement. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Jack Jansen | Implemented nositepython and oldexceptions flags |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Jack Jansen | Fixed for new "import dir.module" semantics. Needs... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Jack Jansen | New exception interface |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Use `...` around binary strings. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Fred Drake | initparser(): Use PyErr_NewException() to create the... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | A few last-minute additions and some rearrangements... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Fix EventHook (the trick to make widgets appear when... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Fred Drake | Remove this pathetic little module! |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add the Setup line for the pcre module. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Barry Warsaw | Updated for Python 1.5, including my experiences with... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Map .shtml to text/html. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Version 0.8.1. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add "set -e" to lock command. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | The target directory is now called dos-8x3, not dos_8x3. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Check that all base classes are indeed class objects... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add get_line_buffer() and insert_text(), suggested... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Whole bunch of additions... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Temporary fix to valid_identifier(). |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Return the error code from most commands, rather than... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Fix join to support multiple arguments. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add XXX note about wanting support for copy_reg.py... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add Jeff Epler's interact() function. Note that it... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add optional arguments lo and hi to insort() and bisect... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Use K&R function prototypes. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | The sequence behavior is now on the Exception root... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Added pointer to api.tex and note about the out-of... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Set Oct 10 as the release date. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Change title to {Python/C API Reference Manual}; remove... |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Typo discovered by Case Roole. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Be more careful with closing fd's 0,1,2. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Add note about condition.py. |
commit | commitdiff | tree | snapshot |
1997-10-07 |
Guido van Rossum | Completed the changes between 1.5a3 and now. Not yet... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | And "ni" has been documented... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Oops; don't know if this was my typo or not: There... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Updated the section "Parsing Python". |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Added keyword module entry. |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Minor nits (Lib/token.py is a file, token is a module... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Documentation for the keyword module. |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Reduced number of temporary names used at module scope... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Move the pprint docs after the code docs, so that all... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | Fix comment to add the all-important trailing colon... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Reduced number of temporary names used at module scope... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | Done with adding changes from 1.4 till 1.5a3. |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Don't do weird things with the "import parser"; just... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | The usual (and some new modules). |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | A variant on webchecker that creates a mirror copy... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | Several changes: |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Barry Warsaw | Document the mapping object's new get() method. |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Barry Warsaw | UserDict.get(): New method to mirror built-in dictionar... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Barry Warsaw | dict_get(): New method for item access with different... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Move the __getitem__() definition from StandardExceptio... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | New "re" regular expression support. |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | New "re" regular expression support. |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Fred Drake | Add the four latex2html output directories: api, ext... |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | Done with tread state descriptions. Sigh! |
commit | commitdiff | tree | snapshot |
1997-10-06 |
Guido van Rossum | Oops -- needed to fix another place affected by the... |
commit | commitdiff | tree | snapshot |
1997-10-05 |
Guido van Rossum | Added strerror() |
commit | commitdiff | tree | snapshot |
1997-10-05 |
Guido van Rossum | Removed emacs.py |
commit | commitdiff | tree | snapshot |
1997-10-05 |
Guido van Rossum | Fixed some stuff that was incorrectly copied from regex. |
commit | commitdiff | tree | snapshot |
1997-10-05 |
Guido van Rossum | Documented __import__, callable, isinstance, issubclass, |
commit | commitdiff | tree | snapshot |
1997-10-05 |
Guido van Rossum | Documented new exceptions and exception classes. |
commit | commitdiff | tree | snapshot |
1997-10-05 |
Guido van Rossum | Add -N0 to dvips flags to generate page structure comments. |
commit | commitdiff | tree | snapshot |
1997-10-05 |
Guido van Rossum | Checkpoint. Added docs for the new exception handling... |
commit | commitdiff | tree | snapshot |
1997-10-05 |
Guido van Rossum | The directory containing config.h has changed. |
commit | commitdiff | tree | snapshot |
1997-10-04 |
Guido van Rossum | Turns out whatsound.py and sndhdr.py were identical... |
commit | commitdiff | tree | snapshot |
1997-10-04 |
Fred Drake | install: New target that installs shared modules in |
commit | commitdiff | tree | snapshot |
1997-10-04 |
Guido van Rossum | Install install-sh with the other config files. |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Guido van Rossum | New version of PyErr_NewException() that is compatible... |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Guido van Rossum | Initialize Py_UseClassExceptionsFlag to 1. |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Guido van Rossum | Remove unreachable "return 1" at end of ensure_fromlist(). |
commit | commitdiff | tree | snapshot |
1997-10-03 |
Guido van Rossum | Fix small omission: with all the new code, sys.exit... |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Fred Drake | Argh; do the same for the "Release" version of the... |
commit | commitdiff | tree | snapshot |
1997-10-02 |
Fred Drake | Fix up include directories for compiling the resources. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Guido van Rossum | Fix path search for test data file so it works under... |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Guido van Rossum | Oops, forgot one. |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Guido van Rossum | There was actually a test that ensured that raising... |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Guido van Rossum | Fixed test for socket.error to work when it's a class... |
commit | commitdiff | tree | snapshot |
1997-10-01 |
Guido van Rossum | Apply two changes, systematically: |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Guido van Rossum | Fix PYTHONPATH for new names; rename tkinter to lib... |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Guido van Rossum | Change PyEval_SaveThread() and PyEval_RestoreThread... |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Guido van Rossum | Fix a bug in this code that made it do the wrong thing... |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Fred Drake | Fixed up formatting. |
commit | commitdiff | tree | snapshot |
1997-09-30 |
Fred Drake | Fixed up formatting, added descriptions for previously... |
commit | commitdiff | tree | snapshot |
next |