Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch by Ori Avtalion to fix a minor display glitch in the RightArrow. | Barry Warsaw | 2006-01-01 | 1 | -0/+5 |
| | | | | I will port forward to 2.5. | ||||
* | Use -xcode=pic32 for SunPro. | Martin v. Löwis | 2005-12-30 | 1 | -0/+2 |
| | |||||
* | [ 959576 ] Can't build Python on POSIX w/o $HOME (backport) | Georg Brandl | 2005-12-27 | 1 | -0/+3 |
| | |||||
* | Backport: Patch #1117398: fix cookielib LoadError | Neal Norwitz | 2005-12-23 | 1 | -0/+4 |
| | |||||
* | Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\' | Hye-Shik Chang | 2005-12-17 | 1 | -0/+3 |
| | | | | just like string codecs. | ||||
* | Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn module | Hye-Shik Chang | 2005-12-12 | 1 | -0/+3 |
| | | | | build problem on AIX. | ||||
* | backport: bug #1365984, urllib and data: URLs^^ | Georg Brandl | 2005-11-26 | 1 | -0/+2 |
| | |||||
* | bug #1281408: make Py_BuildValue work with unsigned longs and long longs | Georg Brandl | 2005-11-24 | 1 | -0/+3 |
| | |||||
* | Backport of patch #1314396: prevent threading.Thread.join() from blocking if a | Brett Cannon | 2005-11-23 | 1 | -0/+4 |
| | | | | previous call raised an exception (e.g., calling it with an illegal argument). | ||||
* | Bug #869197: setgroups rejects long integer argument | Georg Brandl | 2005-11-22 | 1 | -0/+2 |
| | |||||
* | Backport: | Neal Norwitz | 2005-11-09 | 1 | -0/+4 |
| | | | | | | SF Bug #1350188, "setdlopenflags" leads to crash upon "import" It was possible dlerror() returns a NULL pointer, use a default error message in this case. | ||||
* | Backport (with output/test_poll): | Neal Norwitz | 2005-11-03 | 1 | -0/+2 |
| | | | | | Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxint Need to check return result of PyInt_AsLong() | ||||
* | Backport: | Neal Norwitz | 2005-11-02 | 1 | -0/+1 |
| | | | | | | Fix SF #1345263, colorsys tests, bug in frange Fix a typo that caused step to be ignored. | ||||
* | Backport (with cleanup): Bug #1344508, Fix UNIX mmap leaking file descriptors. | Neal Norwitz | 2005-11-02 | 1 | -0/+2 |
| | |||||
* | Backport: | Neal Norwitz | 2005-10-28 | 1 | -0/+3 |
| | | | | | - Patch #1338314, Bug #1336623: fix tarfile so it can extract REGTYPE directories from tarfiles written by old programs. | ||||
* | Backport: SF bug #1167751: fix incorrect code being for generator expressions. | Neal Norwitz | 2005-10-23 | 1 | -0/+3 |
| | |||||
* | Teach unquote() to handle unicode inputs | Raymond Hettinger | 2005-10-15 | 1 | -0/+3 |
| | |||||
* | SF #1313496: bisect C replacement doesn't accept named args | Raymond Hettinger | 2005-10-05 | 1 | -0/+2 |
| | |||||
* | Backport: | Neal Norwitz | 2005-10-03 | 1 | -0/+2 |
| | | | | Fix SF bug #976608, Unhelpful error message when mtime of a module is -1 | ||||
* | Backport: | Neal Norwitz | 2005-10-03 | 1 | -0/+3 |
| | | | | | | SF bug #887946, segfault if redirecting directory Also provide a warning if a directory is passed on the command line. Add minimal command line test. | ||||
* | Backported: | Neal Norwitz | 2005-10-02 | 1 | -0/+5 |
| | | | | | Fix segfault with invalid coding. (See SF bug: 772896 for another fix) | ||||
* | backport bug [ 729103 ] Cannot retrieve name of super object | Georg Brandl | 2005-10-01 | 1 | -0/+3 |
| | |||||
* | - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, | Neal Norwitz | 2005-09-30 | 2 | -1/+5 |
| | | | | but Python incorrectly assumes it is in UTF-8 format | ||||
* | backport patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes ↵ | Georg Brandl | 2005-09-29 | 1 | -0/+3 |
| | | | | for padding | ||||
* | backport bug [ 1296004 ] MemoryError in httplib | Georg Brandl | 2005-09-29 | 1 | -0/+6 |
| | |||||
* | backport: fix parse errors in readline | Georg Brandl | 2005-09-29 | 1 | -2/+14 |
| | |||||
* | 2.4.2 release stuff | Anthony Baxter | 2005-09-28 | 2 | -8/+4 |
| | |||||
* | Backport (with Anthony's blessing (in fact he reminded me to do it :)): | Michael W. Hudson | 2005-09-26 | 2 | -0/+4 |
| | | | | | | | Patches #1298449 and #1298499: Add some missing checks for error returns in cStringIO.c. Thanks to Andrew Bennetts. This must be a backport candidate. | ||||
* | Backport bugfix: | Michael W. Hudson | 2005-09-23 | 1 | -0/+6 |
| | | | | | | | | | | Fix bug: [ 1163563 ] Sub threads execute in restricted mode basically by fixing bug 1010677 in a non-broken way. Backport candidate. | ||||
* | News about the test_macfs fix. | Guido van Rossum | 2005-09-23 | 1 | -0/+4 |
| | |||||
* | Backport fix for patch #1297028, cjkcodecs does not initialize type pointer | Neal Norwitz | 2005-09-23 | 1 | -0/+24 |
| | |||||
* | - On 64-bit platforms, when __len__() returns a value that cannot be | Guido van Rossum | 2005-09-20 | 1 | -0/+3 |
| | | | | | represented as a C int, raise OverflowError. (Will forward-port.) | ||||
* | pre-release machinations | Anthony Baxter | 2005-09-20 | 2 | -4/+4 |
| | |||||
* | - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE | Matthias Klose | 2005-09-20 | 1 | -0/+6 |
| | | | | | | | to get the correct encoding. - Patch #1166938: locale.py: Parse LANGUAGE as a colon separated list of languages. | ||||
* | Note fix of memory leak. | Neal Norwitz | 2005-09-19 | 1 | -0/+2 |
| | |||||
* | Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather than | Georg Brandl | 2005-09-18 | 1 | -0/+4 |
| | | | | | | considering it exactly like a '*'. Backport from 2.5 branch. | ||||
* | Patch #1268314: Cache lines in StreamReader.readlines for performance. | Martin v. Löwis | 2005-09-18 | 1 | -0/+2 |
| | |||||
* | Patch #1213831: Fix typo in unicodedata._getcode. | Martin v. Löwis | 2005-09-18 | 1 | -0/+2 |
| | |||||
* | Clear the regex cache when the locale changes. | Brett Cannon | 2005-09-15 | 1 | -0/+3 |
| | | | | Backport of fix for bug #1290505. | ||||
* | *** empty log message *** | Georg Brandl | 2005-09-14 | 1 | -0/+3 |
| | |||||
* | backport bug [ 1274828 ] splitunc not documented | Georg Brandl | 2005-09-14 | 1 | -0/+2 |
| | |||||
* | Complete format code support in getargs.c::skipitem(), which is called when | Georg Brandl | 2005-09-14 | 1 | -0/+3 |
| | | | | | | | | | | | | | evaluating keyword arguments. CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: Python/getargs.c CVS: ---------------------------------------------------------------------- | ||||
* | - Changes donated by Elemental Security to make it work on AIX 5.3 | Guido van Rossum | 2005-09-14 | 1 | -0/+4 |
| | | | | | with IBM's 64-bit compiler (SF patch #1284289). This also closes SF bug #105470: test_pwd fails on 64bit system (Opteron). | ||||
* | (backport from HEAD) | Guido van Rossum | 2005-09-14 | 1 | -0/+3 |
| | | | | | - Changes donated by Elemental Security to make it work on HP-UX 11 on Itanium2 with HP's 64-bit compiler (SF patch #1225212). | ||||
* | Backport checkin: | Walter Dörwald | 2005-09-01 | 1 | -0/+3 |
| | | | | | | SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it reads from the input stream, so that the output is a byte string in the correct encoding instead of a unicode string. | ||||
* | Backport checkin: | Walter Dörwald | 2005-08-30 | 1 | -0/+4 |
| | | | | | | SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain about illegal code points. The codec now supports PEP 293 style error handlers. (This is a variant of the patch by Nik Haldimann that detects truncated data) | ||||
* | Fix bug where __contains__ should have been used over str.find() | Brett Cannon | 2005-08-27 | 1 | -0/+3 |
| | |||||
* | Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128. | Martin v. Löwis | 2005-08-27 | 1 | -0/+2 |
| | |||||
* | backport patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieve | Georg Brandl | 2005-08-26 | 1 | -0/+3 |
| | |||||
* | backport patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows | Georg Brandl | 2005-08-26 | 1 | -0/+3 |
| |