Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix rest markup and typos. | Walter Dörwald | 2005-09-01 | 1 | -2/+2 |
| | |||||
* | SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads | Walter Dörwald | 2005-09-01 | 1 | -0/+3 |
| | | | | | from the input stream, so that the output is a byte string in the correct encoding instead of a unicode string. | ||||
* | SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain | Walter Dörwald | 2005-08-30 | 1 | -0/+4 |
| | | | | | about illegal code points. The codec now supports PEP 293 style error handlers. (This is a variant of the Nik Haldimann's patch that detects truncated data) | ||||
* | Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. | Martin v. Löwis | 2005-08-27 | 1 | -0/+2 |
| | | | | Will backport to 2.4. | ||||
* | patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve | Georg Brandl | 2005-08-26 | 1 | -0/+3 |
| | |||||
* | patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows | Georg Brandl | 2005-08-26 | 1 | -2/+5 |
| | |||||
* | typo | Georg Brandl | 2005-08-26 | 1 | -1/+1 |
| | |||||
* | Disallow keyword arguments for type constructors that don't use them. | Georg Brandl | 2005-08-26 | 1 | -0/+3 |
| | | | | (fixes bug #1119418) | ||||
* | Correcting my last BZ2 entry. Adding one for #1215928. | Georg Brandl | 2005-08-25 | 1 | -3/+5 |
| | |||||
* | Make IDNA return an empty string when the input is empty. Fixes #1163178. | Martin v. Löwis | 2005-08-25 | 1 | -0/+2 |
| | | | | Will backport to 2.4. | ||||
* | patch #848017: make Cookie more RFC-compliant. | Georg Brandl | 2005-08-24 | 1 | -0/+3 |
| | |||||
* | Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnld | Georg Brandl | 2005-08-24 | 1 | -0/+4 |
| | |||||
* | Patch [ 784089 ] A program to scan python files and list those require coding | Georg Brandl | 2005-08-24 | 1 | -0/+5 |
| | |||||
* | Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. | Martin v. Löwis | 2005-08-24 | 1 | -0/+2 |
| | | | | Will backport to 2.4. | ||||
* | Forward UnicodeDecodeError into SyntaxError for source encoding errors. | Martin v. Löwis | 2005-08-24 | 1 | -0/+2 |
| | | | | Will backport to 2.4. | ||||
* | Return complete lines from codec stream readers | Martin v. Löwis | 2005-08-24 | 1 | -0/+4 |
| | | | | | | even if there is an exception in later lines, resulting in correct line numbers for decoding errors in source code. Fixes #1178484. Will backport to 2.4. | ||||
* | bug [ 1192315 ] 'clear -1' in pdb | Georg Brandl | 2005-08-24 | 1 | -0/+2 |
| | |||||
* | bug [ 1190204 ] 3.29 site is confusing re site-packages on Windows | Georg Brandl | 2005-08-24 | 1 | -0/+2 |
| | |||||
* | bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOME | Georg Brandl | 2005-08-24 | 1 | -0/+2 |
| | |||||
* | bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix | Georg Brandl | 2005-08-24 | 1 | -0/+3 |
| | |||||
* | Revert previous checkin. | Martin v. Löwis | 2005-08-24 | 1 | -2/+0 |
| | |||||
* | Patch #1262036: Make tarfile name absolute. Fixes #1257255. | Martin v. Löwis | 2005-08-24 | 1 | -0/+2 |
| | | | | Will backport to 2.4. | ||||
* | Typo fixes | Andrew M. Kuchling | 2005-08-23 | 1 | -4/+4 |
| | |||||
* | bug [ 1266296 ] Mistakes in decimal.Context.subtract documentation | Georg Brandl | 2005-08-22 | 1 | -1/+1 |
| | |||||
* | Bug #1266283: lexists() is not exported from os.path | Georg Brandl | 2005-08-22 | 1 | -0/+2 |
| | |||||
* | Fix BZ2File.(x)readlines() for files without a newline. | Georg Brandl | 2005-08-21 | 1 | -0/+3 |
| | |||||
* | Add a C API for sets and frozensets. | Raymond Hettinger | 2005-08-16 | 1 | -0/+2 |
| | |||||
* | Port from the Python 2.4 branch, patches for SF bug # 900092, | Barry Warsaw | 2005-08-15 | 1 | -0/+3 |
| | | | | hotshot.stats.load. | ||||
* | Fix pystack command. | Neil Schemenauer | 2005-08-13 | 1 | -1/+1 |
| | |||||
* | Change the %s format specifier for str objects so that it returns a | Neil Schemenauer | 2005-08-12 | 1 | -0/+4 |
| | | | | | unicode instance if the argument is not an instance of basestring and calling __str__ on the argument returns a unicode instance. | ||||
* | Patch #1180695: Implement nanosecond stat resolution on FreeBSD, | Martin v. Löwis | 2005-08-09 | 1 | -0/+3 |
| | | | | add st_gen, st_birthtime. | ||||
* | Patch #1239112: Correct LINKCC C++ test. Fixes #1189330. | Martin v. Löwis | 2005-08-07 | 1 | -0/+3 |
| | | | | Backported to 2.4. | ||||
* | Patch #827386: Support absolute source paths in msvccompiler.py. | Martin v. Löwis | 2005-08-07 | 1 | -0/+2 |
| | | | | Backported to 2.4. | ||||
* | patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc. | Georg Brandl | 2005-08-03 | 1 | -0/+3 |
| | |||||
* | [ 1243192 ] Incorrect documentation of re.UNICODE | Georg Brandl | 2005-08-02 | 1 | -0/+2 |
| | |||||
* | Revised the set() and frozenset() implementaion to use its own internal | Raymond Hettinger | 2005-07-31 | 1 | -0/+4 |
| | | | | | data structure instead of using dictionaries. Reduces memory consumption by 1/3 and provides modest speed-ups for most set operations. | ||||
* | This is barry-scott's patch: | Michael W. Hudson | 2005-07-27 | 1 | -0/+4 |
| | | | | | | | | [ 1231069 ] ioctl has problem with -ive request codes by using the 'I' not the 'i' format code to PyArg_ParseTuple(). Backport candidate? Maybe... | ||||
* | Update permissions for Johannes Gijsbers. | Raymond Hettinger | 2005-07-27 | 1 | -0/+2 |
| | |||||
* | Ouch, move that comment to the right place. | Guido van Rossum | 2005-07-27 | 1 | -4/+4 |
| | |||||
* | Fix a problem in Tkinter introduced by SF patch #869468 (checked in as | Guido van Rossum | 2005-07-26 | 1 | -0/+4 |
| | | | | | 1.179): delete bogus __hasattr__ and __delattr__ methods on class Tk that were breaking Tkdnd. | ||||
* | Upgrade Windows build to zlib 1.2.3 (a security fix) | Trent Mick | 2005-07-26 | 1 | -0/+3 |
| | |||||
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
| | |||||
* | [ 1243081 ] repair typos | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
| | |||||
* | added news entry for previous checkin | Georg Brandl | 2005-07-18 | 1 | -0/+2 |
| | |||||
* | SF bug #1238681: freed pointer is used in longobject.c:long_pow(). | Tim Peters | 2005-07-17 | 1 | -0/+2 |
| | | | | | | | | | | In addition, long_pow() skipped a necessary (albeit extremely unlikely to trigger) error check when converting an int modulus to long. Alas, I was unable to write a test case that crashed due to either cause. Bugfix candidate. | ||||
* | - Bug #1015140: disambiguated the term "article id" in nntplib docs and | Georg Brandl | 2005-07-17 | 1 | -0/+3 |
| | | | | docstrings to either "article number" or "message id". | ||||
* | Add support for FreeBSD 7. | Hye-Shik Chang | 2005-07-17 | 1 | -0/+5 |
| | |||||
* | bug [ 1238170 ] threading.Thread uses {} as default argument | Georg Brandl | 2005-07-15 | 1 | -0/+3 |
| | |||||
* | textwrap now processes text chucks at O(n) speed instead of O(n**2). | Raymond Hettinger | 2005-07-15 | 1 | -0/+3 |
| | | | | Patch #1209527 (Contributed by Connelly). | ||||
* | Brett requests that Flovis's permissions be dropped. | Raymond Hettinger | 2005-07-14 | 1 | -0/+2 |
| |