2000-11-22 |
Fred Drake | Conversion.write_ordinal(): Not used, remove it. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Fred Drake | Convert the LaTeX "tie" (~) to a simple space. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Fred Drake | Update to reflect the process changes. |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Fred Drake | Update the rules to separate the two phases for the... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Fred Drake | Add support for (relatively) recent additions and chang... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Fred Drake | Updates to reflect pending changes to the XML conversio... |
commit | commitdiff | tree | snapshot |
2000-11-22 |
Fred Drake | Do not use \verb in the Python documentation -- it... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Fred Drake | Update test output. |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Fred Drake | testInsertBefore(): Rewritten to actually test insertB... |
commit | commitdiff | tree | snapshot |
2000-11-21 |
Fred Drake | Reduce the visibility of imported modules for cleaner... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Jack Jansen | Added MathLib and InterfaceLib. Added Python:Include... |
commit | commitdiff | tree | snapshot |
2000-11-19 |
Jack Jansen | Close the project after building it, so that building... |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Andrew M. Kuchling | Document the new setupterm() function |
commit | commitdiff | tree | snapshot |
2000-11-18 |
Andrew M. Kuchling | Patch #102412 from mwh: Add support for the setupterm... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Fred Drake | Added information about the %r string formatting conver... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Fred Drake | Oops, back out change committed by accident! This... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Fred Drake | Note that readframes() returns data in linear format... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Fred Drake | Corrected a number of typos reported by Gilles Civario |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Fred Drake | Fixed typos and bug in the second example, reported... |
commit | commitdiff | tree | snapshot |
2000-11-16 |
Guido van Rossum | A solution to the classic N queens problem. |
commit | commitdiff | tree | snapshot |
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 |
next |