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 |
2002-10-11 |
Jeremy Hylton | Trying alphabet again |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Jeremy Hylton | Sort names alphabetically. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Jeremy Hylton | Add hexversion to list of safe sys names (SF bug 621447). |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Jeremy Hylton | Use fdopen() to create file from fd. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Michael W.... | A test for the recent overflow-in-format-crash bug. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Guido van Rossum | Back out news about SF patch 479898 -- it's withdrawn. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Martin v. Löwis | Back out #479898. |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Guido van Rossum | Fix a nasty endcase reported by Armin Rigo in SF bug... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Neal Norwitz | Add Greg Copeland for SF # 585913, Adds Galeon support... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Neal Norwitz | SF # 585913, Adds Galeon support to webbrowser.py |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Martin v. Löwis | Remove mentionings of DOS. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Martin v. Löwis | Remove more DOS support. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Fred Drake | Document when unittest was added to Python. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Andrew M. Kuchling | Add new posix functions |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Barry Warsaw | Update email micro release number. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Barry Warsaw | Document that the Charset constructor coerces its argum... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Barry Warsaw | Document that get_content_charset() coerces its return... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Barry Warsaw | Bump version number to 2.4.2 to pick up the latest... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Barry Warsaw | New tests to verify that charsets are case insensitive... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Barry Warsaw | get_content_charset(): RFC 2046 $4.1.2 says charsets... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Barry Warsaw | __init__(): RFC 2046 $4.1.2 says charsets are not case... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Guido van Rossum | Add .PHONY targets, to declare targets that aren't... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Martin v. Löwis | Patch #612602: Streamline configure methods. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Martin v. Löwis | Patch #569139: Implementation of major, minor and makedev. |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Andrew M. Kuchling | [Bug #621039] Fix broken link |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Andrew M. Kuchling | [Bug #621038] Remove duplicated item |
commit | commitdiff | tree | snapshot |
2002-10-10 |
Kurt B. Kaiser | M CallTips.py Add support for getting calltip... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Neal Norwitz | SF #614596, fix for urllib2.AbstractBasicAuthHandler... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Fred Drake | Accept Armin's documentation patch for SF bug #558179. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Guido van Rossum | News about repr() and 8-bit characters, and setlocale... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Skip Montanaro | MacOSX linker doesn't understand -R flag at all, no... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Guido van Rossum | GNU readline() mistakenly sets the LC_CTYPE locale. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Guido van Rossum | Undo this part of the previous checkin: |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Guido van Rossum | The string formatting code has a test to switch to... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Guido van Rossum | Add special consideration for rlcompleter. As a side... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Martin v. Löwis | Remove more DOS support. |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Guido van Rossum | Add a few people who were in the ACKS file in the 2... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Andrew M. Kuchling | Minor edits and markup fixes |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Tim Peters | Don't try to access sys.getwindowsversion unless it... |
commit | commitdiff | tree | snapshot |
2002-10-09 |
Tim Peters | Logic for determining whether skipping test_pep277... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Tim Peters | The |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Mark Hammond | Add os.path.supports_unicode_filenames for all platforms, |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Document PEP 293. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Document PEP 277 changes. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Include wctype.h. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Check for wctype.h. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Barry Warsaw | openfile(): Go back to opening the files in text mode... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Barry Warsaw | _parsebody(): Use get_content_type() instead of the... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Use escaped Unicode literals, according to PEP 8. |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Barry Warsaw | Bump the version to 2.4.1 (not 2.5 as previously mentio... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Fred Drake | Modified presentation of the grammar for calls to be... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Patch #479898: Use multibyte C library for printing... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Patch #448038: Add move(). Report errors from copytree... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Apply file system default encoding to exec and spawn... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Fix quoting for Solaris LDSHARED. Will backport to... |
commit | commitdiff | tree | snapshot |
2002-10-07 |
Martin v. Löwis | Patch #619493: Prefer rpmbuild over rpm if available... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Guido van Rossum | Add test_pep277 to the expected skips on Linux. (This... |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Martin v. Löwis | Patch #572031: AUTH method LOGIN for smtplib |
commit | commitdiff | tree | snapshot |
2002-10-06 |
Guido van Rossum | Make sure the email test suite can be run both stand... |
commit | commitdiff | tree | snapshot |
next |