- a57dccd Patch #700839: Fix bugs in the plural handling. by Martin v. Löwis · 22 years ago
- a416341 [Patch #649762] Fix for asynchat endless loop by Andrew M. Kuchling · 22 years ago
- 5b8c69f _split_ascii() [method and function]: Don't join the lines just to by Barry Warsaw · 22 years ago
- faef74a Use isinstance() instead of type comparison by Andrew M. Kuchling · 22 years ago
- 7963763 test_another_long_multiline_header(): Yet another formatting test. by Barry Warsaw · 22 years ago
- cd930f5 openmixer()'s 'mode' parameter has been removed. by Greg Ward · 22 years ago
- 0b6dfb8 <sys/soundcard.h> seems to exist on both Linux and FreeBSD, so include by Greg Ward · 22 years ago
- f882c77 Expand description of ossaudiodev.error exception. by Greg Ward · 22 years ago
- 3e34f59 Rewrite intro paragraphs and add a "See also" box for the link to the by Greg Ward · 22 years ago
- 074472b Fix two unformatted lists: one is now an 'enumerate' environment, the by Greg Ward · 22 years ago
- 41a28e3 Add libossaudiodev.tex. by Greg Ward · 22 years ago
- 33bcd98 Wrap all paragraphs to 72 columns. by Greg Ward · 22 years ago
- 620e343 Documentation for the ossaudiodev module. by Greg Ward · 22 years ago
- 1fdb633 SF patch #691928: Use datetime in _strptime Contributed by Brett Cannon. by Raymond Hettinger · 22 years ago
- c8df578 Sf patch #700047: unicode object leaks refcount on resizing by Raymond Hettinger · 22 years ago
- 5284b44 Add contributor name. by Raymond Hettinger · 22 years ago
- 2c2d322 SF patch #667730: More DictMixin by Raymond Hettinger · 22 years ago
- 42182eb SF 698520: Iterator for urllib.URLOpener Contributed by Brett Cannon. by Raymond Hettinger · 22 years ago
- e9e20a9 [ 684677 ] Allow freeze to exclude implicits by Just van Rossum · 22 years ago
- c49435c Skip the test if TESTFN_ENCODING is None. Fixes #699386. by Martin v. Löwis · 22 years ago
- 33975ea _split_ascii(): lstrip the individual lines in the ascii split lines, by Barry Warsaw · 22 years ago
- 28ffcef test_long_unbreakable_lines_with_continuation(): Another funky example by Barry Warsaw · 22 years ago
- 8e1e7f5 decode_rfc2231(): RFC 2231 allows leaving out both the charset and by Barry Warsaw · 22 years ago
- 21fcc4e test_rfc2231_no_language_or_charset(): RFC 2231 allows leaving out by Barry Warsaw · 22 years ago
- 61cd0db Don't quote the path to Python unless the path contains an embedded space. by Tim Peters · 22 years ago
- 669454e Whitespace normalization. by Tim Peters · 22 years ago
- bf7e241 whitespace normalization by Barry Warsaw · 22 years ago
- eabafeb This test relied on significant trailing whitespace in a string literal. Evil. by Tim Peters · 22 years ago
- 959c772 Add a little more verbiage about the bsddb module/package change. It's by Skip Montanaro · 22 years ago
- ce6bf59 _write_headers(), _split_header(): All of the smarts for splitting by Barry Warsaw · 22 years ago
- 9f3fcd9 More internal refinements of the ascii splitting algorithm. by Barry Warsaw · 22 years ago
- c4d6bdd Test_ioctl and test_tarfile are skipped on MacOS9. by Jack Jansen · 22 years ago
- 45f5c4a Removed unused variable by Jack Jansen · 22 years ago
- 1c8501e Filter out macfs warning. by Jack Jansen · 22 years ago
- f934778 Somebody must not have run the test before checking this in -- it had by Tim Peters · 22 years ago
- 1d0c6cf Got PythonStandalone to work again, mainly for debugging purposes (it's much easier to debug GUSI errors in a static build). by Jack Jansen · 22 years ago
- 82783e6 test_string_headerinst_eq(): Another Jason test :) by Barry Warsaw · 22 years ago
- e5c691a - The extended type structure used for heap types (new-style by Guido van Rossum · 22 years ago
- 9e1595e Minor clarification about the ob_size field. by Fred Drake · 22 years ago
- cfc4902 Make tarfile raise ImportError on MacOS9. The pathname handling needs work, and I don't have time to fix it. I'll file a bug report. by Jack Jansen · 22 years ago
- 149a899 The filename fix of the previous checkin was complete bogus, the problem is elsewhere. Retracting. by Jack Jansen · 22 years ago
- c7fcc2d Two fixes to make this test pass on MacOS9: by Jack Jansen · 22 years ago
- 834eff6 Test that os.utime and os.chmod actually exist before using them. by Jack Jansen · 22 years ago
- 6e31aad Broke down and made it work for Python 2.0 and up. (Older versions by Guido van Rossum · 22 years ago
- ea7598e fix name of db2pickle by Skip Montanaro · 22 years ago
- a3e1e4c SF patch #693753: fix for bug 639806: default for dict.pop by Raymond Hettinger · 22 years ago
- 2b48213 Repaired a misleading comment Barry inherited from me. by Tim Peters · 22 years ago
- fa1bf1c First try to use the OSATerminology module to get the terminology by Jack Jansen · 22 years ago
- 7a251db Build the OSATerminology module on MacOSX. by Jack Jansen · 22 years ago
- ee1c85c Various tweaks by Jack because of the different module name, adaptation by Jack Jansen · 22 years ago
- 86f25fb Module to get OSA terminology description through the "official channels", by Jack Jansen · 22 years ago
- 1930949 Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented by Neal Norwitz · 22 years ago
- bd836df _split_ascii(): In the clause where curlen + partlen > maxlen, if the by Barry Warsaw · 22 years ago
- f0d3585 test_long_received_header(): Another test case for folding long by Barry Warsaw · 22 years ago
- 4922768 Reverted the previous change to read() and readline(). by Raymond Hettinger · 22 years ago
- 5573541 Add a note explaining why you shouldn't try to compute mean and by Guido van Rossum · 22 years ago
- c79ffb0 test_whitespace_eater_unicode(): Test of the last outstanding bug in by Barry Warsaw · 22 years ago
- 4848805 __unicode__(): When converting to a unicode string, we need to by Barry Warsaw · 22 years ago
- e05dcce Simpler way to write reindent(), suggested by Raymond H. by Guido van Rossum · 22 years ago
- 259d3d5 Removed superfluous \r. by Sjoerd Mullender · 22 years ago
- 28ffcb6 test_rfc2047_multiline(): Test case for SF bug #640110. by Barry Warsaw · 22 years ago
- 671c3e6 decode_header(): Typo when appending an unencoded chunk to the by Barry Warsaw · 22 years ago
- 1a2c373 Describe Charset.__repr__(). by Barry Warsaw · 22 years ago
- f32e313 Describe the new Header.encode() argument "splitchars". by Barry Warsaw · 22 years ago
- 10627ba Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- e899e51 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- 0e4570b Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- 5c2f153 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- 5d384ef Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- 784cf6a Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- 0ed81c3 Merge of the folding-reimpl-branch. Specific changes, by Barry Warsaw · 22 years ago
- e8577b7 Add notes about baseline overhead, and about different Python by Guido van Rossum · 22 years ago
- b7ab600 Added more documentation. by Guido van Rossum · 22 years ago
- 9589a25 Mention timeit.py. by Guido van Rossum · 22 years ago
- b3f09d4 A flexible utility to time the execution speed of a code snippet. by Guido van Rossum · 22 years ago
- 5b73385 Two ancient and obscure bugs found and fixed by Donovan Preston (these by Jack Jansen · 22 years ago
- 6a9a329 Declare all variables at the start of their scope. by Fred Drake · 22 years ago
- f0dfbaf Patch #698082 from Thomas Heller: Modulefinder didn't exclude modules by Just van Rossum · 22 years ago
- 62442c2 Fix for bug #697546: don't auto-register the Python documentation by Jack Jansen · 22 years ago
- fbd861b An #endif was missing in Just's patch. Added. by Jack Jansen · 22 years ago
- 2ac79ef removing one Mac hack and add another: by Just van Rossum · 22 years ago
- 73d538b Always initialize Py_FileSystemDefaultEncoding on Unix in Py_Initialize, by Martin v. Löwis · 22 years ago
- 620c083 Actually *do* override the type in AppBuilder. by Jack Jansen · 22 years ago
- cc81b80 Moved some application-bundle specific code from the BundleBuilder class to by Jack Jansen · 22 years ago
- 9c20615 Back in June in revision 1.98 Steve (accidentally, presumably) wiped by Michael W. Hudson · 22 years ago
- 2ab1d08 I thought it was common practice to check things compiled before by Michael W. Hudson · 22 years ago
- 7a924e6 Patch #696645: Remove VMS code with uncertain authorship. by Martin v. Löwis · 22 years ago
- 0d58ba9 These are no longer used. by Jack Jansen · 22 years ago
- 55fa3bb Point e-mail address at the SIG by Andrew M. Kuchling · 22 years ago
- 6a42183 os.listdir(): Fall back to the original byte string if conversion to unicode by Just van Rossum · 22 years ago
- 69700ef Weaken recommendation of Friedl book; fix reference by Andrew M. Kuchling · 22 years ago
- 02a0b3b [bug #692016] update description of {m,n} modifier; you can omit the lower bound by Andrew M. Kuchling · 22 years ago
- 85f3227 [bug #696771] Remove misleading parenthetical aside by Andrew M. Kuchling · 22 years ago
- b4329f3 Patch #696613 by Ben Laurie: use "test -L" to test for symlinks in stead by Jack Jansen · 22 years ago
- ddeaf11 Attempting to save the shell raised an error related to saving by Kurt B. Kaiser · 22 years ago
- b248733 SF 693333 by Kurt B. Kaiser · 22 years ago
- fd8e6e5 test_ioctl is an expected skip on Windows. by Tim Peters · 22 years ago
- 12e2217 Fix SF #692416, don't crash interpreter for _tkinter.deletefilehandler by Neal Norwitz · 22 years ago
- a52b852 [Bug #693470] 'licence' as an alias for 'license' doesn't work. by Andrew M. Kuchling · 22 years ago
- b6aff15 SF 695861 by Kurt B. Kaiser · 22 years ago