2003-03-11 |
Barry Warsaw | test_get_decoded_uu_payload(): A new test for |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Kurt B. Kaiser | M PyShell.py |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Kurt B. Kaiser | A interruptmodule.c |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | specialsre, escapesre: In SF bug #663369, Matthew Woodc... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | test_escape_backslashes(): A test for SF bug #663369... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | _bdecode(): Remove redundant check. |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | Fix base class |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | Use ndiffAssertEqual in a couple of places for better... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | Describe what happens when decode=True and the payload... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | get_payload(): If we get a low-level binascii.Error... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | test_broken_base64_payload(): Test for crash in low... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Martin v. Löwis | Patch #700839: Fix bugs in the plural handling. |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Andrew M. Kuchling | [Patch #649762] Fix for asynchat endless loop |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | _split_ascii() [method and function]: Don't join the... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Andrew M. Kuchling | Use isinstance() instead of type comparison |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Barry Warsaw | test_another_long_multiline_header(): Yet another forma... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | openmixer()'s 'mode' parameter has been removed. |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | <sys/soundcard.h> seems to exist on both Linux and... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | Expand description of ossaudiodev.error exception. |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | Rewrite intro paragraphs and add a "See also" box for... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | Fix two unformatted lists: one is now an 'enumerate... |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Greg Ward | Add libossaudiodev.tex. |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Greg Ward | Wrap all paragraphs to 72 columns. |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Greg Ward | Documentation for the ossaudiodev module. |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Raymond Hettinger | SF patch #691928: Use datetime in _strptime |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Raymond Hettinger | Sf patch #700047: unicode object leaks refcount on... |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Raymond Hettinger | Add contributor name. |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Raymond Hettinger | SF patch #667730: More DictMixin |
commit | commitdiff | tree | snapshot |
2003-03-09 |
Raymond Hettinger | SF 698520: Iterator for urllib.URLOpener |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Just van Rossum | [ 684677 ] Allow freeze to exclude implicits |
commit | commitdiff | tree | snapshot |
2003-03-08 |
Martin v. Löwis | Skip the test if TESTFN_ENCODING is None. Fixes #699386. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Barry Warsaw | _split_ascii(): lstrip the individual lines in the... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Barry Warsaw | test_long_unbreakable_lines_with_continuation(): Anothe... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Barry Warsaw | decode_rfc2231(): RFC 2231 allows leaving out both... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Barry Warsaw | test_rfc2231_no_language_or_charset(): RFC 2231 allows... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Tim Peters | Don't quote the path to Python unless the path contains... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Barry Warsaw | whitespace normalization |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Tim Peters | This test relied on significant trailing whitespace... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Skip Montanaro | Add a little more verbiage about the bsddb module/packa... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Barry Warsaw | _write_headers(), _split_header(): All of the smarts... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Barry Warsaw | More internal refinements of the ascii splitting algorithm. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Jack Jansen | Test_ioctl and test_tarfile are skipped on MacOS9. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Jack Jansen | Removed unused variable |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Jack Jansen | Filter out macfs warning. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Tim Peters | Somebody must not have run the test before checking... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Jack Jansen | Got PythonStandalone to work again, mainly for debuggin... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Barry Warsaw | test_string_headerinst_eq(): Another Jason test :) |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Guido van Rossum | - The extended type structure used for heap types ... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Fred Drake | Minor clarification about the ob_size field. |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Jack Jansen | Make tarfile raise ImportError on MacOS9. The pathname... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Jack Jansen | The filename fix of the previous checkin was complete... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Jack Jansen | Two fixes to make this test pass on MacOS9: |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Jack Jansen | Test that os.utime and os.chmod actually exist before... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Guido van Rossum | Broke down and made it work for Python 2.0 and up.... |
commit | commitdiff | tree | snapshot |
2003-03-07 |
Skip Montanaro | fix name of db2pickle |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Raymond Hettinger | SF patch #693753: fix for bug 639806: default for... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Tim Peters | Repaired a misleading comment Barry inherited from me. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Jack Jansen | First try to use the OSATerminology module to get the... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Jack Jansen | Build the OSATerminology module on MacOSX. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Jack Jansen | Various tweaks by Jack because of the different module... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Jack Jansen | Module to get OSA terminology description through the... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Neal Norwitz | Fix SF bug #697256, PyMarshal_WriteShortToFile() docume... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | _split_ascii(): In the clause where curlen + partlen... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | test_long_received_header(): Another test case for... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Raymond Hettinger | Reverted the previous change to read() and readline(). |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Guido van Rossum | Add a note explaining why you shouldn't try to compute... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | test_whitespace_eater_unicode(): Test of the last outst... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | __unicode__(): When converting to a unicode string... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Guido van Rossum | Simpler way to write reindent(), suggested by Raymond H. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Sjoerd Mullender | Removed superfluous \r. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | test_rfc2047_multiline(): Test case for SF bug #640110. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | decode_header(): Typo when appending an unencoded chunk... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Describe Charset.__repr__(). |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Describe the new Header.encode() argument "splitchars". |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Barry Warsaw | Merge of the folding-reimpl-branch. Specific changes, |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Guido van Rossum | Add notes about baseline overhead, and about different... |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Guido van Rossum | Added more documentation. |
commit | commitdiff | tree | snapshot |
2003-03-06 |
Guido van Rossum | Mention timeit.py. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Guido van Rossum | A flexible utility to time the execution speed of a... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | Two ancient and obscure bugs found and fixed by Donovan... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Fred Drake | Declare all variables at the start of their scope. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Just van Rossum | Patch #698082 from Thomas Heller: Modulefinder didn... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | Fix for bug #697546: don't auto-register the Python... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | An #endif was missing in Just's patch. Added. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Just van Rossum | removing one Mac hack and add another: |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Martin v. Löwis | Always initialize Py_FileSystemDefaultEncoding on Unix... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | Actually *do* override the type in AppBuilder. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | Moved some application-bundle specific code from the... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Michael W.... | Back in June in revision 1.98 Steve (accidentally,... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Michael W.... | I thought it was common practice to check things compil... |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Martin v. Löwis | Patch #696645: Remove VMS code with uncertain authorship. |
commit | commitdiff | tree | snapshot |
2003-03-05 |
Jack Jansen | These are no longer used. |
commit | commitdiff | tree | snapshot |
2003-03-04 |
Andrew M. Kuchling | Point e-mail address at the SIG |
commit | commitdiff | tree | snapshot |
next |