Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backport bug [ 1262320 ] minidom.py alternate newl support is broken | Georg Brandl | 2005-08-25 | 1 | -4/+11 |
| | |||||
* | backport bug [ 1262320 ] minidom.py alternate newl support is broken | Georg Brandl | 2005-08-25 | 1 | -6/+6 |
| | |||||
* | Backport fixes for bugs #1191043 and #1215928. | Georg Brandl | 2005-08-25 | 1 | -1/+17 |
| | |||||
* | Make IDNA return an empty string when the input is empty. Fixes #1163178. | Martin v. Löwis | 2005-08-25 | 2 | -0/+12 |
| | |||||
* | Backport bug #735248: fix urllib2.parse_http_list(). | Georg Brandl | 2005-08-24 | 2 | -39/+44 |
| | |||||
* | Backport bug #1016563: Bug in urllib2 proxy auth | Georg Brandl | 2005-08-24 | 1 | -1/+1 |
| | |||||
* | Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. | Martin v. Löwis | 2005-08-24 | 1 | -1/+1 |
| | |||||
* | Return complete lines from codec stream readers | Martin v. Löwis | 2005-08-24 | 1 | -3/+17 |
| | | | | | even if there is an exception in later lines, resulting in correct line numbers for decoding errors in source code. Fixes #1178484. | ||||
* | backport bug [ 1192315 ] 'clear -1' in pdb | Georg Brandl | 2005-08-24 | 1 | -1/+4 |
| | |||||
* | backport bug [ 728515 ] mmap's resize method resizes the file in win32 but ↵ | Georg Brandl | 2005-08-24 | 1 | -0/+8 |
| | | | | not unix | ||||
* | Revert previous checkin. | Martin v. Löwis | 2005-08-24 | 1 | -7/+20 |
| | |||||
* | Patch #1262036: Make tarfile name absolute. Fixes #1257255. | Martin v. Löwis | 2005-08-24 | 1 | -20/+7 |
| | |||||
* | Backport 1.74 | Raymond Hettinger | 2005-08-24 | 1 | -7/+16 |
| | |||||
* | - Mac line endings were incorrect when pasting code from some browsers | Kurt B. Kaiser | 2005-08-23 | 2 | -0/+10 |
| | | | | | | | when using X11 and the Fink distribution. Python Bug 1263656. Modified Files: Tag: release24-maint NEWS.txt ScriptBinding.py | ||||
* | add note about "markupbase" not being intended for direct use | Fred Drake | 2005-08-23 | 1 | -1/+7 |
| | | | | (closes SF bug #736659, patch #901369; backport of Lib/markupbase.py 1.11) | ||||
* | backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation | Georg Brandl | 2005-08-22 | 1 | -1/+1 |
| | |||||
* | backport bug #1266283: add lexists to os.path.__all__ | Georg Brandl | 2005-08-22 | 4 | -11/+11 |
| | |||||
* | SF bug #1242657: list(obj) can swallow KeyboardInterrupt | Raymond Hettinger | 2005-08-21 | 1 | -0/+9 |
| | | | | | | Fix over-aggressive PyErr_Clear(). The same code fragment appears in various guises in list.extend(), map(), filter(), zip(), and internally in PySequence_Tuple(). | ||||
* | Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patch | Barry Warsaw | 2005-08-15 | 1 | -0/+1 |
| | | | | | | | restores the tracing of a 'return' event for exceptions that cause a function to exit. Also, update the unit test. I will port to Python 2.5. | ||||
* | Complete backport of #1172785 fix. | Georg Brandl | 2005-08-13 | 2 | -0/+4 |
| | |||||
* | Teach set modules to correctly compute s-=s and s^=s as the empty set. | Raymond Hettinger | 2005-08-13 | 3 | -0/+29 |
| | |||||
* | * SF bug #1257731: Fix logic in set.__contains__(), set.remove(), | Raymond Hettinger | 2005-08-12 | 1 | -0/+13 |
| | | | | | | | | and set.discard for handling keys that both inherite from set and define their own __hash__() function. * Fixed O(n) performance issue with set.pop() which should have been an O(1) process. | ||||
* | Patch #827386: Support absolute source paths in msvccompiler.py. | Martin v. Löwis | 2005-08-07 | 1 | -0/+2 |
| | |||||
* | backport patch [ 1252706 ] poplib list() docstring fix (and docs too) | Georg Brandl | 2005-08-05 | 1 | -1/+1 |
| | |||||
* | add support for svn: and svn+ssh: URL schemes to urlparse | Fred Drake | 2005-07-29 | 2 | -1/+7 |
| | | | | (backported from trunk urlparse.py 1.48, test_urlparse.py 1.15) | ||||
* | (Backport) | Guido van Rossum | 2005-07-26 | 1 | -6/+0 |
| | | | | | | Fix a problem in Tkinter introduced by SF patch #869468 (checked in as 1.179): delete bogus __hasattr__ and __delattr__ methods on class Tk that were breaking Tkdnd. | ||||
* | That was one too much. | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
| | |||||
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 11 | -16/+16 |
| | |||||
* | [ 1243081 ] repair typos | Georg Brandl | 2005-07-22 | 3 | -3/+3 |
| | |||||
* | Backport checkin: | Walter Dörwald | 2005-07-20 | 2 | -6/+25 |
| | | | | | | Make attributes and local variables in the StreamReader str objects instead of unicode objects, so that codecs that do a str->str decoding won't promote the result to unicode. This fixes SF bug #1241507. | ||||
* | backport bug [ 957505 ] SocketServer module documentation misleading | Georg Brandl | 2005-07-18 | 1 | -2/+2 |
| | |||||
* | backport Bug #1015140: disambiguated the term "article id" in nntplib docs and | Georg Brandl | 2005-07-17 | 1 | -2/+2 |
| | | | | docstrings to either "article number" or "message id". | ||||
* | backport bug #1177468: don't cache /dev/urandom file descriptor in os.urandom | Georg Brandl | 2005-07-04 | 1 | -8/+4 |
| | |||||
* | backport doctest for weakref examples | Georg Brandl | 2005-07-02 | 1 | -0/+86 |
| | |||||
* | backport patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror) | Georg Brandl | 2005-07-02 | 1 | -11/+11 |
| | |||||
* | backport bug [ 839151 ] attempt to access sys.argv when it doesn't exist | Georg Brandl | 2005-06-26 | 1 | -1/+5 |
| | |||||
* | backport bug [ 1172785 ] doctest.script_from_examples() result sometimes ↵ | Georg Brandl | 2005-06-26 | 1 | -1/+2 |
| | | | | un-exec-able | ||||
* | backport bug [ 1155638 ] self.length shield exception in httplib | Georg Brandl | 2005-06-26 | 1 | -0/+1 |
| | |||||
* | Backport: Prevent creating a HTML link to file://?/ | Georg Brandl | 2005-06-26 | 1 | -2/+5 |
| | |||||
* | backport bug [ 1100201 ] Cross-site scripting on BaseHTTPServer | Georg Brandl | 2005-06-26 | 1 | -1/+4 |
| | |||||
* | SF bug #1224621: tokenize module does not detect inconsistent dedents | Raymond Hettinger | 2005-06-21 | 2 | -1/+22 |
| | |||||
* | SF patch #1200018: Restore GC support to set objects | Raymond Hettinger | 2005-06-19 | 1 | -0/+10 |
| | | | | | Reverts 1.26 and 1.27. And adds cycle testing. | ||||
* | backport Lib/test/test_class.py revision 1.13: | Michael W. Hudson | 2005-06-16 | 1 | -1/+1 |
| | | | | | Don't use 'is not' to compare strings. (spotted by reading pypy-svn :) | ||||
* | [Patch #1005892 from Alexandr Zamaraev] Fix two errors in the curses test suite | Andrew M. Kuchling | 2005-06-15 | 1 | -1/+2 |
| | |||||
* | SF bug #1219361 Fix typo | Raymond Hettinger | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | Backport 1.37 namespace cleanup. | Raymond Hettinger | 2005-06-12 | 1 | -2/+2 |
| | |||||
* | [Bug #1074261, patch #1074381] Restrict the size of chunks read from the ↵ | Andrew M. Kuchling | 2005-06-09 | 1 | -2/+3 |
| | | | | file in order to avoid overflow or huge memory consumption. Patch by Mark Eichin | ||||
* | [Patch #1171487, bug #1170331] Fix error in base64.b32decode when encoding a ↵ | Andrew M. Kuchling | 2005-06-08 | 2 | -4/+12 |
| | | | | single null byte; test a null byte in all encodings to be sure it works | ||||
* | fix broken (unexecuted) test | Anthony Baxter | 2005-06-08 | 1 | -3/+3 |
| | |||||
* | Tools/scripts/reindent.py is your friend | Anthony Baxter | 2005-06-08 | 2 | -5/+5 |
| |