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 |
2002-10-18 |
Guido van Rossum | Add description of the cgi directory. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Guido van Rossum | Add description of what's here. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Fred Drake | Added cross-references to related material on exceptions. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Fred Drake | Added cross-references to related material on exceptions. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Fred Drake | Make sure section numbers wrap together with the precee... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Guido van Rossum | Fix (real! :-) memory leaks in half_cmp and half_binop. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Guido van Rossum | Sigh. That wasn't a memory leak, that was Guido commit... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Guido van Rossum | Fix memory leak in add_subclass() found by NealN with... |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Martin v. Löwis | Patch #624936: Implement __contains__. |
commit | commitdiff | tree | snapshot |
2002-10-18 |
Neal Norwitz | Try to fix the broken links caused by multiple \ref... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Neal Norwitz | Add new encoding for Ukrainian Cyrillic |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Fred Drake | Continue to work even though the test can be named... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Fred Drake | Don't call warnings.resetwarnings(); that does bad... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Guido van Rossum | Refactor cmd_view(): move line formatting to a helper... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Guido van Rossum | In cmd_create(), use a redirect directive instead of... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Fred Drake | If we have a filename and __main__.__file__ hasn't... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Fred Drake | Fix minor whitespace nit, for consistency with Python... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Fred Drake | Remove spurious cruft from the output. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Fred Drake | Clean up some whitespace to be consistent with Python... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Guido van Rossum | Remove redundant load() call. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Fred Drake | Typo(!): "normal" -> "number" |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Guido van Rossum | Grammar repair in comment. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Guido van Rossum | Use tempfile.gettempdir() to get the temp directory... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Guido van Rossum | Must catch TypeError from int(length). |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Guido van Rossum | Restructure: move all wiki code into a separate module. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Guido van Rossum | Add trailing newline when saving. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Guido van Rossum | Security fixes: reject non-wiki-word page names; set... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Fred Drake | Added missing entries to __all__. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Fred Drake | Make sure we test urlsplit() / urlunsplit() directly... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Guido van Rossum | Some really simple cgi examples. cgi3 is a MiniWiki. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Martin v. Löwis | Patch #623780: Replace obsolete struct macros. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Fred Drake | Document urldefrag(). |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Martin v. Löwis | Add n_unnamed_fields into the type. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Martin v. Löwis | Correct stat_result float time stamps entry. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Martin v. Löwis | Add PyStructSequence_UnnamedField. Add stat_float_times. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Thomas Heller | Recreated after source changes. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Guido van Rossum | posix_execve(): add missing argument for "et" format... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Fred Drake | Use string methods. Re-organize imports to Python... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Fred Drake | Only reset _is_empty if needed. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Fred Drake | Modernization: Use string methods, use str instead of |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Fred Drake | Use string methods. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Fred Drake | Use string methods. Organize the imports in Python... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Fred Drake | Use string methods; minor code cleanup. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Thomas Heller | Recreated after source changes. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Martin v. Löwis | Patch #572628: Optional timeouts for put and get. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Thomas Heller | Revert the previous checkin - it didn't work anyway. |
commit | commitdiff | tree | snapshot |
2002-10-15 |
Guido van Rossum | For some reason (probably cut and paste), __ipow__... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Martin v. Löwis | Don't drop old slots if _unicode_to_string did not... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Martin v. Löwis | Allow Unicode strings in __slots__, converting them... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Martin v. Löwis | Allow Unicode strings as message and module name. |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Guido van Rossum | [SF bug 620364] |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Martin v. Löwis | Convert empty string literal to string. Speed up creati... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Guido van Rossum | Fix for 1.33: urlsplit() should only add '//' if scheme... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Barry Warsaw | I'd forgotten that tcsh was the default for 10.1, but... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Barry Warsaw | There was a typo in the MacOSX section regarding the... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Barry Warsaw | append(): Fixing the test for convertability after... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Fred Drake | Use the same shade of blue as the site navigation areas. |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Barry Warsaw | Two new tests for splitting (or not splitting) 8-bit... |
commit | commitdiff | tree | snapshot |
next |