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 |
2002-10-14 |
Barry Warsaw | Bump the __version__ |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Barry Warsaw | __init__(): Fix an invariant, that the charset item... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Barry Warsaw | _split_header(): If we have a header which is a byte... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Barry Warsaw | CHARSETS: Add faux '8bit' encoding for representing... |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Fred Drake | Minor refactoring to avoid code duplication. |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Tim Peters | Update list of Windows buildnos for 2.2.2 final. |
commit | commitdiff | tree | snapshot |
2002-10-14 |
Guido van Rossum | Add finditer to __all__ (when defining it at all). |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Greg Ward | Fix copyright date: the core of this code actually... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Martin v. Löwis | Patch #611760: read archives with comments. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Martin v. Löwis | Patch #621891: Add askopenfile{name}s. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Martin v. Löwis | Patch #621205: Tkinter updates for tk8.4. |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Barry Warsaw | _encode_chunks(), encode(): Don't modify self._chunks... |
commit | commitdiff | tree | snapshot |
2002-10-13 |
Barry Warsaw | Update the urls and other information about the add... |
commit | commitdiff | tree | snapshot |
2002-10-12 |
Fred Drake | Fix tildes in URLs. Closes SF bug #614821. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Guido van Rossum | Darn! Don't divide by zero. Bad fix. :-) |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Neal Norwitz | Fix a few docstrings, remove extra commas |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Neal Norwitz | SF # 539360, webbrowser.py and konqueror, by Andy McKay |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Neal Norwitz | SF #621948, update docstring for md5 by David M. Cooke... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Raymond Hettinger | Clarify deprecation of the floor div operator, modulo... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Guido van Rossum | Add checks for size overflow on list*n, list+list,... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Guido van Rossum | PyObject_Init[Var] is almost always called from the... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Tim Peters | The MS resource compiler simply cannot be convinced... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Tim Peters | Repair the DLL name -- this has to match the major... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Jeremy Hylton | Typo in docstring |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Jeremy Hylton | Fix for SF bug #599836: Don't duplicate headers. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Fred Drake | Allow restricted code to get byteorder, getdefaultencod... |
commit | commitdiff | tree | snapshot |
next |