2001-01-03 |
Jeremy Hylton | Actually call the object with an __call__ method, inste... |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Jeremy Hylton | Revised implementation of CALL_FUNCTION and friends. |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Guido van Rossum | Two new names. |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Guido van Rossum | New, improved README from Mike Clarkson. Wow! |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Jeremy Hylton | dict_update has two boundary conditions: a.update(a... |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Jeremy Hylton | fix leak |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Marc-André... | This patch changes the default behaviour of the builtin... |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Jack Jansen | Use relative path for outputdir. |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Jack Jansen | Fixed a few declarations. |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Fred Drake | Mark the "encoding" parameter to ExternalEntityParserCr... |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Jack Jansen | struct.pack wants H for unsigned shorts, not h. |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Jack Jansen | Got rid of 68K support. |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Neil Schemenauer | Use == rather than cmp(). The return value of cmp... |
commit | commitdiff | tree | snapshot |
2001-01-03 |
Neil Schemenauer | Use numbers that can be accurately represented on binar... |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Fred Drake | Do not cache <img> tags for navigation icons as agressi... |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Jack Jansen | Remove (unused) regex imports. |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Jack Jansen | Use re in stead of regex. |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Guido van Rossum | Make the test program work outside IDLE. |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Andrew M. Kuchling | Add forgotten import |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Guido van Rossum | Duh. Instead of string.whitespace and string.digits... |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Fred Drake | Improve description of else clause of the try/except... |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Guido van Rossum | Add Alt-slash to Unix keydefs (I somehow need it on... |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Neil Schemenauer | Add more tests for compare and coercion in preparation... |
commit | commitdiff | tree | snapshot |
2001-01-02 |
Neil Schemenauer | Add garbage collection for module objects. Closes... |
commit | commitdiff | tree | snapshot |
2001-01-01 |
Jack Jansen | Updated for new universal headers (oops... this was... |
commit | commitdiff | tree | snapshot |
2001-01-01 |
Jack Jansen | Minor clarficiations in the dialogs about which errno... |
commit | commitdiff | tree | snapshot |
2001-01-01 |
Jack Jansen | New .mcp names for tkinter and imgmodules projects. |
commit | commitdiff | tree | snapshot |
2001-01-01 |
Fred Drake | Fix up an awkward sentence, pointed out by Chris Ryland... |
commit | commitdiff | tree | snapshot |
2001-01-01 |
Guido van Rossum | Patch by kragen@pobox.com: When tracing is turned on... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Thomas Wouters | Change documentation of 'else' clause of 'try/except... |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Jack Jansen | Replaced with .mcp projects in Extensions/Imaging |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Andrew M. Kuchling | Added test case for legal DOM children |
commit | commitdiff | tree | snapshot |
2000-12-31 |
Andrew M. Kuchling | Patch #102485 ] Check for legal children when adding... |
commit | commitdiff | tree | snapshot |
2000-12-30 |
Tim Peters | Christmas present to myself: changed regrtest in two... |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Jack Jansen | Changed the search path for pyexpat to include all... |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Tim Peters | getopt used to sort the long option names, in an attemp... |
commit | commitdiff | tree | snapshot |
2000-12-29 |
Tim Peters | Fred, THIS NEEDS DOCS! The function docstrings tell... |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Martin v. Löwis | Merge with 1.8 of pulldom.py: |
commit | commitdiff | tree | snapshot |
2000-12-28 |
Martin v. Löwis | Merge changes up to 1.10 from PyXML: |
commit | commitdiff | tree | snapshot |
2000-12-27 |
Guido van Rossum | Fixed snake logo and minus image by Daniel Calvelo. |
commit | commitdiff | tree | snapshot |
2000-12-27 |
Guido van Rossum | Make Traceback header conform to new traceback ("innerm... |
commit | commitdiff | tree | snapshot |
2000-12-27 |
Barry Warsaw | (python-font-lock-keywords): Add highlighting of `as... |
commit | commitdiff | tree | snapshot |
2000-12-27 |
Tim Peters | Fix for SF bug |
commit | commitdiff | tree | snapshot |
2000-12-27 |
Tim Peters | Add test case for SF bug |
commit | commitdiff | tree | snapshot |
2000-12-26 |
Andrew M. Kuchling | Fix doubled word |
commit | commitdiff | tree | snapshot |
2000-12-26 |
Andrew M. Kuchling | Remove redundant reference to tab (since it = 'horizont... |
commit | commitdiff | tree | snapshot |
2000-12-26 |
Andrew M. Kuchling | Make isspace(chr(32)) return true |
commit | commitdiff | tree | snapshot |
2000-12-26 |
Andrew M. Kuchling | Document ERR and OK |
commit | commitdiff | tree | snapshot |
2000-12-26 |
Andrew M. Kuchling | Add the curses constants ERR and OK to the module at... |
commit | commitdiff | tree | snapshot |
2000-12-25 |
Fred Drake | Make sure subsections are formatted into HTML pages... |
commit | commitdiff | tree | snapshot |
2000-12-23 |
Fred Drake | Added information on the ExternalEntityParserCreate... |
commit | commitdiff | tree | snapshot |
2000-12-23 |
Fred Drake | The "context" parameter to the ExternalEntityRefParamet... |
commit | commitdiff | tree | snapshot |
2000-12-23 |
Fred Drake | The regression test for the regex module should not... |
commit | commitdiff | tree | snapshot |
2000-12-23 |
Andrew M. Kuchling | Choose the smallest value of x,y for the clock's radius... |
commit | commitdiff | tree | snapshot |
2000-12-23 |
Andrew M. Kuchling | Remove superfluous semicolons |
commit | commitdiff | tree | snapshot |
2000-12-23 |
Andrew M. Kuchling | CHange error messages for ord(), using "string" instead... |
commit | commitdiff | tree | snapshot |
2000-12-23 |
Fred Drake | Shortened / wrapped some long lines. |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Andrew M. Kuchling | Add 'see also' link to curses.panel |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Andrew M. Kuchling | Add correction caught by Thomas Gellekum (and sitting... |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Andrew M. Kuchling | Wrapper for _curses_panel module; currently this adds... |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Andrew M. Kuchling | Added documentation for the panel wrapper module |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Andrew M. Kuchling | Add _curses_panel to Setup |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Andrew M. Kuchling | Patch #102813: add a wrapper for the panel library... |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Andrew M. Kuchling | Export C API from this module. |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Andrew M. Kuchling | Added header file for C API exported by _cursesmodule.c |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Andrew M. Kuchling | Update this demo to use curses.panel |
commit | commitdiff | tree | snapshot |
2000-12-22 |
Andrew M. Kuchling | Fix bug 126587: matchobject.groupdict() leaks memory... |
commit | commitdiff | tree | snapshot |
2000-12-21 |
Fred Drake | When using the latest & greatest version of Expat ... |
commit | commitdiff | tree | snapshot |
2000-12-21 |
Fred Drake | Fix lots of small markup nits. |
commit | commitdiff | tree | snapshot |
2000-12-21 |
Andrew M. Kuchling | Another demo from Thomas Gellekum (seasonally-themed... |
commit | commitdiff | tree | snapshot |
2000-12-21 |
Andrew M. Kuchling | Document the window.overlay() and .overwrite() methods |
commit | commitdiff | tree | snapshot |
2000-12-21 |
Andrew M. Kuchling | Another patch from Thomas Gellekum: add .overlay()... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Andrew M. Kuchling | Whoops! Two stray characters crept in to my last check-in |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Andrew M. Kuchling | Patch #102492, fixing bug #116677: |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Andrew M. Kuchling | Patch #102955, fixing one of the warnings in bug #121479: |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Andrew M. Kuchling | Change expected message for ValueError, fixing bug... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Fred Drake | Make the indentation consistently use tabs instead... |
commit | commitdiff | tree | snapshot |
2000-12-20 |
Andrew M. Kuchling | Add forgotten initialization. Fixes bug #120994, ... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Andrew M. Kuchling | Patch #102940: use only printable Unicode chars in... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Jack Jansen | Regenerated so that NewGWorld is included. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Jack Jansen | Emulate a few more non-carbon calls in carbon and the... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Jack Jansen | Added hash() and compare() functions. Needed because... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Jack Jansen | Blacklisted a few constants with funny definitions... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Andrew M. Kuchling | Patch #102868 from cgw: fix memory leak when an EOF... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Adding a warning about the regsub module. This also... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Adding a warning about the regex module. This is the... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Be explicit about scheme_chars -- string.letters is... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Andrew M. Kuchling | Fix typo |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Use binary mode to open "wave" files. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Document the warnings module. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Fred Drake | Updated string literals description to encompass Unicod... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Document warning categories. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Clarify __repr__ and __str__. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Fred Drake | Added documentation on the ErrorHandler interface. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Oops. The value "0 or +1" for the category argument... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Document Pyerr_Warn(). |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Document Pyerr_Warn(). |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Document the -W option as best as I can. |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Improve error messages for invalid warning arguments... |
commit | commitdiff | tree | snapshot |
2000-12-19 |
Guido van Rossum | Make string.translate(s, table) work for Unicode s... |
commit | commitdiff | tree | snapshot |
next |