2000-12-03 |
Moshe Zadka | Call of _cmp had wrong number of paramereters. |
commit | commitdiff | tree | snapshot |
2000-12-03 |
Martin v. Löwis | Convert Unicode strings to byte strings before passing... |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Fred Drake | Update Moshe Zadka's email address to one works and... |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Guido van Rossum | Patch by Michael Hudson to clarify the error message... |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Guido van Rossum | Clarified some of the error messages, esp. "read-only... |
commit | commitdiff | tree | snapshot |
2000-12-01 |
Tim Peters | Made the description of %[udxXo] formats of negative... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Moshe Zadka | Backing out my changes. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Andrew M. Kuchling | Only use getline() when compiling using glibc |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Moshe Zadka | Added .first{item,value,key}() to dictionaries. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Fred Drake | Adjust to allow an explanation of the changes to be... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Fred Drake | A few small refinements to the table building code. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Fred Drake | Use a table to describe the keys to the locale informat... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Fred Drake | Use small tables instead of bare \item markers to descr... |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Fred Drake | Added name. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Tim Peters | Fox for SF bug #123859: %[duxXo] long formats inconsistent. |
commit | commitdiff | tree | snapshot |
2000-11-30 |
Andrew M. Kuchling | Clarify two comments |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Fred Drake | In the first discussion showing how to handle exception... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Guido van Rossum | Slight improvement to Unicode test suite, inspired... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Jack Jansen | Contributed code that converts Python source files... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Fred Drake | Added entries reflecting the separation of the abstract... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Fred Drake | Substantial re-organization of the DOM documentation... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Fred Drake | Fix broken backslashes in Unicode strings section. |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Tim Peters | Partial fix for SF bug 123730: extra backslash in... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Andrew M. Kuchling | Patch #102469: Use glibc's getline() extension when... |
commit | commitdiff | tree | snapshot |
2000-11-29 |
Andrew M. Kuchling | Patch #102469: Check for glibc's getline() extension |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Fred Drake | Added documentation for the Py_InitModule*() family... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Fred Drake | Added information on the use of Unicode with the String... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Fred Drake | Use a subclass of buildindex.Node to clean up the HTML... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Guido van Rossum | Update dependencies per /F. |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Fred Drake | Added brief explanation of the \versionchanged for... |
commit | commitdiff | tree | snapshot |
2000-11-28 |
Fred Drake | Two minor nits. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Guido van Rossum | Plug a memory leak in com_import_stmt(): the tuple... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Guido van Rossum | Patch by Finn Bock to support PyStringMap in Jython. |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Fred Drake | Minor typo: \subsubsections --> \subsubsection |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Guido van Rossum | SF patch #102548, fix for bug #121013, by mwh@users... |
commit | commitdiff | tree | snapshot |
2000-11-27 |
Tim Peters | SF non-bug 123520: fleshed out the tutorial's lambda... |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Jack Jansen | Added support for adding libraries. |
commit | commitdiff | tree | snapshot |
2000-11-26 |
Jack Jansen | Generate plugin projects automatically using mkcwprojec... |
commit | commitdiff | tree | snapshot |
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 |
next |