2000-11-14 |
Tim Peters | Fix for SF bug 122176: Error in rotor module documentation. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Jack Jansen | Getting rid of 68K targets. |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Tim Peters | Verify that str(a) and repr(a) don't blow up (part... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Tim Peters | SF bug 119622: compile errors due to redundant atof... |
commit | commitdiff | tree | snapshot |
2000-11-14 |
Jack Jansen | Added a note about removing preferences and .pyc files... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Guido van Rossum | Typo for Mac code, fixing SF bug 12195. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Guido van Rossum | Allow new.function() called with explicit 3rd arg of... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Guido van Rossum | Added _HAVE_BSDI and __APPLE__ to the list of platforms... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Guido van Rossum | Fix syntax error. Submitted by Bill Bumgarner. Appare... |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Guido van Rossum | Rip out DOS and Win16 support. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Guido van Rossum | Rip out DOS-8x3 support. |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Guido van Rossum | Rip out Win3.1 and DOS support |
commit | commitdiff | tree | snapshot |
2000-11-13 |
Guido van Rossum | Removing DOS 8x3 support |
commit | commitdiff | tree | snapshot |
2000-11-11 |
Greg Ward | Jack Jansen: added 'get_command_list()' method, and... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Jack Jansen | No reason to keep "Run as Python" in binhex form anymor... |
commit | commitdiff | tree | snapshot |
2000-11-10 |
Tim Peters | Fix for SF bug 117402, crashes on str(array) and repr... |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Guido van Rossum | Committing autoconf output for |
commit | commitdiff | tree | snapshot |
2000-11-09 |
Guido van Rossum | Implement the suggestion of bug_id=122070: surround... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Barry Warsaw | SMTP.connect(): If the socket.connect() raises a socket... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Fred Drake | Remove AC_C_INLINE test from configure.in, since the... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Fred Drake | Added test cases to detect regression on SourceForge... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Fred Drake | Fixed support for containment test when a negative... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Fred Drake | In the containment test, get the boundary condition... |
commit | commitdiff | tree | snapshot |
2000-11-08 |
Guido van Rossum | Add 1994 Coroutine module by Tim Peters |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Jack Jansen | Last CW Pro 5.3 projects. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Fred Drake | More names... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Greg Ward | Fix for SF bug #117606: |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Andrew M. Kuchling | Patch #102278: add tparm() function to _curses module |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Fred Drake | Document the proper exception to be raised by I/O opera... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Barry Warsaw | This fixes several bug reports concering memory bloatin... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Jeremy Hylton | a few small optimizations that seem to give a 5-10... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Jeremy Hylton | move pruneNext method to correct object (doh!) |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Jeremy Hylton | Change the graph structure to contain the code generato... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Jeremy Hylton | If a function contains a doc string, remove the doc... |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Mark Hammond | Application of [ Patch #102226 ] freeze/modulefinder... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Fredrik Lundh | Added 38,642 missing characters to the Unicode database... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Guido van Rossum | Fix Makefile so at least it uses Python 2.0, and compil... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Thomas Wouters | Move our own getopt() implementation to _PyOS_GetOpt... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Fred Drake | Make sure we clean up the index data each time it is... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Fred Drake | Fix cut & paste error that describes three paramters... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Guido van Rossum | New configure script from latest configure.in with... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Fred Drake | Make sure the Modules/ directory is created before... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Andrew M. Kuchling | Patch from Randall Hopper to fix PR #116172, "curses... |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Fred Drake | Typo: writeable --> writable |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Tim Peters | Hack ndiff to display lines w/ leading tabs more intuit... |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Jeremy Hylton | track recent change to test_extcall.py |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Guido van Rossum | Hack to force -lpthread instead instead of -lcma on... |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Jeremy Hylton | Fix for SF bug #117241 |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Fred Drake | define_module(): Change the "index sub-item" for defin... |
commit | commitdiff | tree | snapshot |
2000-10-30 |
Fred Drake | Fix \withsubitem so that it actually works if the only... |
commit | commitdiff | tree | snapshot |
2000-10-29 |
Fred Drake | Revise the message to be a little nicer. |
commit | commitdiff | tree | snapshot |
2000-10-29 |
Fred Drake | Avoid using \withsubitem and \ttindex internally; they... |
commit | commitdiff | tree | snapshot |
2000-10-29 |
Fred Drake | Many small markup revisions to be more consistent with... |
commit | commitdiff | tree | snapshot |
2000-10-29 |
Fred Drake | ParserCreate(): Added test that the namespace_separato... |
commit | commitdiff | tree | snapshot |
2000-10-29 |
Fred Drake | Do not echo the echo command with the message telling... |
commit | commitdiff | tree | snapshot |
2000-10-29 |
Martin v. Löwis | Do not release unallocated Tcl objects. Closes #117278... |
commit | commitdiff | tree | snapshot |
2000-10-28 |
Fredrik Lundh | -- properly reset groups in findall (bug #117612) |
commit | commitdiff | tree | snapshot |
2000-10-28 |
Fred Drake | Update author information. |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Barry Warsaw | (py-goto-beginning-of-tqs): When searching backwards... |
commit | commitdiff | tree | snapshot |
2000-10-27 |
Barry Warsaw | Added the -D/--docstrings option for extraction of... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Explained that os.path.basename() may return something... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Do not require packages that are not needed. |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Normalize the HTML generated for table headers. |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Minor simplification. |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Update the dependency information to allow the other... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Noted that building the info version requires the HTML... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | All acknowledgements have been moved to the Doc/ACKS... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Update build instructions to reflect the rename from... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Test for and create Modules/Setup in the configure... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Rename Setup.in to Setup.dist, and assume that configur... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Lots of small markup adjustments for consistency with... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Update a comment to be correct. |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Remove bogus stdout redirection and use of sys.__stdout... |
commit | commitdiff | tree | snapshot |
2000-10-26 |
Fred Drake | Remove bogus stdout redirection and use of sys.__stdout... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Fred Drake | Typo: shorted --> shorter |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Guido van Rossum | Patch 102114, Bug 11725. On OpenBSD (but apparently... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Guido van Rossum | Fix two typos in __imul__. Closes Bug #117745. |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Guido van Rossum | Add IDLE wish: access items of arrays |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Fred Drake | Since LookupError can be raised by sys.setdefaultencodi... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Fred Drake | Marc-Andre Lemburg <mal@lemburg.com> noted that the... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Fred Drake | Additions from Marc-Andre Lemburg <mal@lemburg.com... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Fred Drake | Several additions and updates based on text from Marc... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Jeremy Hylton | Many changes. |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Jeremy Hylton | Generated from rev 1.1 of ast.txt |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Jeremy Hylton | Small optimizations in dispatch method: 1) lookup node... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Jeremy Hylton | Support for generation of ast.py from simple descriptio... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Fred Drake | Try to clarify when the Modules/Setup file should be... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Guido van Rossum | Also point TK_LIBRARY to the appropriate directory. |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Fred Drake | Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Fred Drake | Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Fred Drake | Remove some HTML from the PYTHONDOCS fragment defined... |
commit | commitdiff | tree | snapshot |
2000-10-25 |
Fred Drake | Minor addition; add a little formatting to the release... |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Fred Drake | Make this actually work now that the tool is checked... |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Fred Drake | Ka-Ping Yee <ping@lfw.org>: |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Guido van Rossum | Insert the current directory to the front of sys.path... |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Lars Gustäbel | Added a test case for the saxutils.prepare_input_source... |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Lars Gustäbel | Fix bug in prepare_input_source (patched by Paul P... |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Lars Gustäbel | Updated output. |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Lars Gustäbel | Added some more tests here and there. |
commit | commitdiff | tree | snapshot |
2000-10-24 |
Fred Drake | Added entries for the xml.dom.minidom module. |
commit | commitdiff | tree | snapshot |
next |