2003-08-30 |
Raymond Hettinger | SF bug 797650: Infinite loop in textwrap.py |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Raymond Hettinger | Eliminate unnecessary eval() in tests |
commit | commitdiff | tree | snapshot |
2003-08-30 |
Raymond Hettinger | For safety, replace a tuple entry before decreffing it. |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Raymond Hettinger | SF bug #793826: using itertools.izip to mutate tuples |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Andrew M. Kuchling | Rework previous fix slightly; the &0x20 test seems... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Andrew M. Kuchling | Add tests for meta- bit set |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Andrew M. Kuchling | [Bug #790356] unctrl() doesn't work for full printable... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Andrew M. Kuchling | Add simple unit test for ascii.unctrl() function |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Andrew M. Kuchling | [Bug #776542] open_https() generates a bad Authorizatio... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Andrew M. Kuchling | [Bug #780231] One of the changes described in the... |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Fred Drake | fix minor syntactic faux pas |
commit | commitdiff | tree | snapshot |
2003-08-29 |
Brett Cannon | Make sure parentheses are escaped when used in the... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Gregory P.... | Support DBEnv.set_shm_key() to allow multi-threaded... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Jeremy Hylton | Fix for SF bug [ 784075 ] Fatal Python error: unknown... |
commit | commitdiff | tree | snapshot |
2003-08-28 |
Jeremy Hylton | Fix SF bug [ 788011 ] compiler.compileFile fails on... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Thomas Heller | Fix typo in docstring: The switch is '-x', not '-s'. |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Fred Drake | remove extra word occurance; reported to webmaster |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Thomas Heller | Remove a typo. (Or is this some markup I don't understa... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Raymond Hettinger | SF bug #795506: Wrong handling of string format code... |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Jason Tishler | test_largefile can leave its temp file open if one... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Raymond Hettinger | Make the derived tools amendable to cut and paste. |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Raymond Hettinger | Fix doubled word typos. |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Raymond Hettinger | Added doubled word warnings. |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Raymond Hettinger | Fix double word typos. |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Raymond Hettinger | SF bug #793702: Section 13.1 HTMLParser documentation... |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Raymond Hettinger | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Raymond Hettinger | Fix typo. |
commit | commitdiff | tree | snapshot |
2003-08-23 |
Greg Ward | Fix a loooong-standing brainfart: I got the site-packag... |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Thomas Heller | Build the bzip2.lib as a custom pre-link step in MSVC. |
commit | commitdiff | tree | snapshot |
2003-08-20 |
Thomas Heller | Opening the WISE script changes a few items: |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Barry Warsaw | Update get_param() description to reflect changes to... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Barry Warsaw | Bump the version number for the standalone mimelib... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Barry Warsaw | Describe the fix to the email package. |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Barry Warsaw | test_rfc2231_no_language_or_charset_in_filename(), |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Barry Warsaw | get_param(): Update the docstring to explain how CHARSE... |
commit | commitdiff | tree | snapshot |
2003-08-19 |
Barry Warsaw | decode_rfc2231(): We need to urllib.unquote() the value... |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Tim Peters | This started opening files in text mode by default... |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Walter Dörwald | Fix a crash: when sq_item failed the code continued... |
commit | commitdiff | tree | snapshot |
2003-08-18 |
Thomas Heller | Remove a stray single quote. |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Raymond Hettinger | SF #784031: Byte-order bug in socket-module getaddrinfo.c |
commit | commitdiff | tree | snapshot |
2003-08-17 |
Raymond Hettinger | Improvements to set.py: |
commit | commitdiff | tree | snapshot |
2003-08-16 |
Fred Drake | Adjust some horizontal indentation to be consistent... |
commit | commitdiff | tree | snapshot |
2003-08-16 |
Raymond Hettinger | Keep doctests in sync with the docs. |
commit | commitdiff | tree | snapshot |
2003-08-16 |
Raymond Hettinger | Incorporate documentation suggestions from feedback... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Raymond Hettinger | Make sets.py compatible with Py2.2 |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Neal Norwitz | Fix SF #789402, Memory leak on open() |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Walter Dörwald | Make a copy of L before appending, so the global L... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Walter Dörwald | Fix refcounting leak in charmaptranslate_lookup() |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Walter Dörwald | Fix another refcounting leak in PyUnicode_EncodeCharmap(). |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Walter Dörwald | Fix another refcounting leak (in PyUnicode_DecodeUnicod... |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Michael W.... | Fix for |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Michael W.... | Fix silly leak in test used in test_exceptions. |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Michael W.... | My last fix left n used unitialized in tha a==b case. |
commit | commitdiff | tree | snapshot |
2003-08-15 |
Tim Peters | complex_new(): This could leak when the argument was... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Neil Schemenauer | Don't introduce map(None, ...) in the tutorial. In... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Walter Dörwald | Fix refcount leak in the UnicodeError constructor: |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Neil Schemenauer | Make filter(bool, ...) as fast as filter(None, ...). |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Walter Dörwald | Fix refcount leak in PyUnicode_EncodeCharmap(). The... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Raymond Hettinger | SF patch #787929: reflect the introduce of boolean... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Michael W.... | Fix reference leak noted in test_types: |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Fred Drake | When piping output into a pager like "less", quiting... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Kurt B. Kaiser | IDLE didn't start correctly when Python was installed... |
commit | commitdiff | tree | snapshot |
2003-08-14 |
Fred Drake | fix markup |
commit | commitdiff | tree | snapshot |
2003-08-13 |
Andrew M. Kuchling | [Patch #739124] Add use_default_colors() to curses... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Walter Dörwald | Add a unicode prefix to the characters in the UnicodeEn... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Walter Dörwald | Enhance message for UnicodeEncodeError and UnicodeTrans... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Raymond Hettinger | SF patch#786531 'the the' typo. Contributed by George... |
commit | commitdiff | tree | snapshot |
2003-08-12 |
Raymond Hettinger | SF patch#786531 'the the' typo. Contributed by George... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Brett Cannon | Fix bug in test_bad_timezone where test was assuming... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Michael W.... | Add a couple of decrefs to error paths. |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Andrew M. Kuchling | Comment typo fixes |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Michael W.... | mention pymemcompat.h in Misc/README |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Michael W.... | Fix silly typo in comment. |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Skip Montanaro | add a statement identifying StringI and StringO objects. |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Skip Montanaro | reverting to 2.41 version (distinct tp_names) - will... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Skip Montanaro | shit - just change the visible name, not the comments... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Skip Montanaro | typos |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Michael W.... | Fix refcounting and cut & paste error (?) in last checkin. |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Jason Tishler | Unconditionally opening the temp file in text mode... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Jack Jansen | Bug fix for #780461: 'sysu' gestalt selector is meaning... |
commit | commitdiff | tree | snapshot |
2003-08-11 |
Brett Cannon | Fix handling of bad locale setup where time.tzname... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Raymond Hettinger | SF bug #778964: bad seed in python 2.3 random |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Martin v. Löwis | Add HIDDEN. Fixes #777664. |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Martin v. Löwis | Move initialization of sys.std{in,out}.encoding to... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Martin v. Löwis | Patch #771998: Put braces around variables. Will backpo... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Raymond Hettinger | SF patch #747364: BaseHTTPServer doesn't need StringIO... |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Raymond Hettinger | SF patch #783807: Clarify PySequence_Setitem ref counting |
commit | commitdiff | tree | snapshot |
2003-08-09 |
Kurt B. Kaiser | IDLEfork Bug 782759 |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | Explain argument unpacking |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Michael W.... | /* XXX From here until type is allocated, "return NULL... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | SF bug #770485: cStringIO does not set closed attr |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | SF bug #775836: change 0,1 to False,True in dict.has_ke... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | Modified itertools.izip() to match the behavior of... |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | Re-sync doc tests with the doc updates. |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Raymond Hettinger | Improve docs: |
commit | commitdiff | tree | snapshot |
2003-08-08 |
Brett Cannon | Fix docstring in LocaleTime. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Michael W.... | Repair refcounting on error return from type_set_bases. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Fred Drake | Fix hyperlinks and one class reference. |
commit | commitdiff | tree | snapshot |
2003-08-07 |
Martin v. Löwis | Release host name memory. Fixes #783312. Will backport... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Mark Hammond | Demonstrate and fix [ 783882 ] os.lstat crashes with... |
commit | commitdiff | tree | snapshot |
next |