2002-10-31 |
Greg Ward | Ad test_funky_hyphens() to test some screwy edge cases... |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Thomas Heller | Fixes SF bug#614051: win32 build_ext problem. |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Andrew M. Kuchling | Catch only ImportError |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Walter Dörwald | Add docstrings to register, lookup, register_error |
commit | commitdiff | tree | snapshot |
2002-10-31 |
Andrew M. Kuchling | Make the Distribution() constructor forgiving of unknow... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Add a couple of comments about the use of \normalsize and |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Still more magical <link> elements. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Hackish way to generate an up-<link> for the title... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | More <link> support for generated pages. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Two more <link> elements. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Add some relevant <link> elements. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Andrew M. Kuchling | Use personal e-mail address |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Minor rearranging. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Add notes to the asctime() and ctime() descriptions... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Sprinkle with --favicon options. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Added support for --favicon. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Added support for --favicon. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Add support for using a "favicon". |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Make use of the new "favicon" image. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Fred Drake | Added "favicon" image. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Raymond Hettinger | Added missing class to __all__. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Raymond Hettinger | Added __all__. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Raymond Hettinger | Added missing names to __all__. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Raymond Hettinger | Added new move() function to __all__. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Tim Peters | SF bug 630824: pydoc Helper keywords missing 'yield' |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Raymond Hettinger | Patrick K. O'Brien notices that kwlist was missing... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Jack Jansen | Forward port of 1.12.14.3 (which has an incorrect log... |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Guido van Rossum | Added test for this fix to classobject.c: |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Guido van Rossum | Since properties are supported here, is possible that |
commit | commitdiff | tree | snapshot |
2002-10-29 |
Martin v. Löwis | Patch #629426: Eliminate more autoconf warnings. Use... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Fred Drake | Chapter titles that get split over multiple lines in... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Fred Drake | Minor simplification. |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Fred Drake | Remove unnecessary output file. |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Fred Drake | Add a test of interaction between & and extra repla... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Fred Drake | Really do replacement of & last to avoid bad intera... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Fred Drake | Avoid calling __dict_replace() if we don't need to... |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Guido van Rossum | Oops, committed this in the wrong place. |
commit | commitdiff | tree | snapshot |
2002-10-28 |
Guido van Rossum | Spreadsheet demo that I used in the advanced talk at... |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Guido van Rossum | Beginnings of a spreadsheet I used as an example on... |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Skip Montanaro | Change PyOS_Readline declaration to match the recent... |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Martin v. Löwis | Patch #627105: Document that SYSTEM_PAGE_SIZE really... |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Martin v. Löwis | Patch #613256: Add nescape method to xml.sax.saxutils. |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Martin v. Löwis | Add Daniel Stutzbach, for #512981. |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Martin v. Löwis | Document patch #512981. |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Martin v. Löwis | Patch #512981: Update readline input stream on sys... |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Martin v. Löwis | Patch #623771: Properly use autoconf 2.5x macros. |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Martin v. Löwis | Remove duplicate definitions of _XOPEN_SOURCE_EXTENDED. |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Martin v. Löwis | Patch #628898: Define _XOPEN_SOURCE_EXTENDED and _POSIX... |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Raymond Hettinger | Clarify packages in tutorial. Closes SF bug #616211. |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Fred Drake | Implement a safer and more predictable interpolation... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Fred Drake | Add tests for both raw and non-raw versions of the... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Fred Drake | According to the docs, __name__ is not exposed via... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Fred Drake | Update to reflect the refactoring into the RawConfigPar... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Jack Jansen | Under Jaguar it seems that 'errn' return value keyword... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Fred Drake | Remove useless output file. |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Fred Drake | Convert to PyUnit. |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Fred Drake | Added (very) minimal tests of the RawConfigParser class. |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Fred Drake | Re-factor: Use a RawConfigParser base class and make... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Fred Drake | - The "-" format flag overrides the "0" flag, not the... |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Fred Drake | Correct the description of PyErr_Restore(). |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Just van Rossum | 'Replace all' in the find dialog didn't properly update... |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Fred Drake | Relocate an index entry so named anchors are not genera... |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Fred Drake | Update an example to use the DOM implementation object... |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Fred Drake | Clean up some really minor Perl warnings. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Fred Drake | Point to the PyXML package as an extended version of... |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Marc-André... | Fix for bug #626172: crash using unicode latin1 single... |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Kurt B. Kaiser | Implement Restoring Breakpoints in Subprocess Debugger |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Fred Drake | Moved description of _urlopener adjacent to the related... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Fred Drake | Describe __path__ along with the rest of the package... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Fred Drake | Modify example to use string methods instead of the... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Fred Drake | Clarified the error cases and Unicode handling of PyStr... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Greg Ward | Add comment about inability to handle Unicode strings... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Fredrik Lundh | terminology |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Fredrik Lundh | add support for basic authentication, based on patch... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Fred Drake | Clarify what versions of Windows are supported, and... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Raymond Hettinger | Patches #626105: |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Barry Warsaw | (py-parse-state-re): Remove the "if" from the regular... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Barry Warsaw | FILETYPES: Newer XFree86 rgb.txt files use the key... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Barry Warsaw | Some fixes based on feedback from Hans Petter Langtangen. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Barry Warsaw | Fix a typo, update (only one) style improvement, whitespace |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Barry Warsaw | test_body_encoding(): a new test for Charset.body_encod... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Barry Warsaw | test_body_encoding(): a new test |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Barry Warsaw | body_encode(): Fixed typo reported by Chris Lawrence... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Raymond Hettinger | Explicitly use floor division |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Raymond Hettinger | Eliminate unused instance variable |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Just van Rossum | cd to users home dir if no current dir has been set... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Jack Jansen | Made MacOS.Error a class style exception (at last!). |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Jack Jansen | Added a paragraph to explain that SchedParams(0, 0... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Fredrik Lundh | fixed the mail address in the documentation, too... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Fredrik Lundh | point people to the Python bug tracker, rather than... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Guido van Rossum | Remove reference to deleted 'www' directory. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Guido van Rossum | Note lack of speedup. Remove Irix reference. Remove... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Fred Drake | Fix markup for tilde in URL. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Martin v. Löwis | Verify that lower-higher case delta are 16-bit. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Fred Drake | Fix reference to the Fetchmail FAQ: |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Martin v. Löwis | Make lower/upper/title work for non-BMP characters. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Fred Drake | Fix markup for tilde in URL. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Neal Norwitz | Fix SF # 624982, Potential AV in slot_sq_item, by Greg... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Martin v. Löwis | Update to Unicode 3.2 database. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Guido van Rossum | Update docs. Remove old classes.doc. |
commit | commitdiff | tree | snapshot |
next |