| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This commit was manufactured by cvs2svn to create tag 'r241c2'.v2.4.1c2 | cvs2svn | 2005-03-17 | 1 | -0/+1 |
| | | |||||
| * | 2.4.1c2 | Anthony Baxter | 2005-03-17 | 1 | -1/+1 |
| | | |||||
| * | update patchlevel | Fred Drake | 2005-03-16 | 1 | -1/+1 |
| | | |||||
| * | 2.4.1rc2 setup | Anthony Baxter | 2005-03-16 | 5 | -5/+14 |
| | | |||||
| * | Patch #1163249 - Correctly handle _POSIX_SEMAPHORES == -1 to mean no | Anthony Baxter | 2005-03-16 | 1 | -0/+4 |
| | | | | | support for posix semaphores. | ||||
| * | Decimal special values did not hash properly. | Raymond Hettinger | 2005-03-15 | 3 | -0/+10 |
| | | |||||
| * | Reuse componentids for *.dll across minor releases. | Martin v. Löwis | 2005-03-15 | 2 | -8/+38 |
| | | | | | | Indicate to the user when this is an upgrade installation. Make CHM file non-advertised. | ||||
| * | Configure bug reporting address. | Martin v. Löwis | 2005-03-14 | 2 | -27/+30 |
| | | |||||
| * | Backport checkin: | Walter Dörwald | 2005-03-14 | 1 | -1/+1 |
| | | | | | Add default value for "whence" argument. | ||||
| * | Backport checkin: | Walter Dörwald | 2005-03-14 | 3 | -1/+29 |
| | | | | | Reset internal buffers when seek() is called. This fixes SF bug #1156259. | ||||
| * | Add more UUIDs. Update custom actions for Itanium | Martin v. Löwis | 2005-03-14 | 1 | -2/+13 |
| | | |||||
| * | Backport of change to os.access to encode Unicode file names with | Martin v. Löwis | 2005-03-13 | 3 | -1/+9 |
| | | | | | the file system encoding. | ||||
| * | Patch #1159931: a test case for the buggy cases fixed by the last checkin. | Johannes Gijsbers | 2005-03-12 | 1 | -1/+1 |
| | | |||||
| * | Backport of patch #1159931/bug #1143895: inspect.getsource failed when | Johannes Gijsbers | 2005-03-12 | 1 | -5/+5 |
| | | | | | | | | | | functions, etc., had comments after the colon, and some other cases. This patch take a simpler approach that doesn't rely on looking for a ':'. Test cases are not backported, as test_inspect.py has been rewritten using unittest on the trunk. Thanks Simon Percivall! | ||||
| * | Fix test_socket's test for socket.getfqdn() to also accept the result from | Brett Cannon | 2005-03-12 | 4 | -4/+12 |
| | | | | | | | socket.gethostname() as a valid return value. Also clarified the docs as they were a little hazy on the subject matter. | ||||
| * | Bug #1160802: Can't build Zope on Windows w/ 2.4.1c1. | Tim Peters | 2005-03-11 | 2 | -4/+24 |
| | | | | | | | | | | | | | | MSVCCompiler.initialize(): set self.initialized to True, as suggested by AMK. Else we keep growing the PATH endlessly, with each new C extension built, until putenv() complains. This doesn't appear to be an issue on the HEAD (MSVCCompiler initializes itself via __init__() on the HEAD). Also added a "2.4.1c2" section to NEWS. Not meant to imply that Anthony will do a 2.4.1c2 release, just needed to a place to put the news about the MSVCCompiler bugfix. | ||||
| * | damn. | Anthony Baxter | 2005-03-10 | 1 | -0/+2 |
| | | |||||
| * | This commit was manufactured by cvs2svn to create tag 'r241c1'.v2.4.1c1 | cvs2svn | 2005-03-10 | 1 | -0/+1 |
| | | |||||
| * | - fix generated Texinfo markup for \deprecated | Fred Drake | 2005-03-10 | 1 | -1/+10 |
| | | | | | | - add support for additional markup: \leq, \textbar, \textit - add a comment about the non-support for the Euro character | ||||
| * | bump buildno for 2.4c1 | Anthony Baxter | 2005-03-10 | 1 | -3/+3 |
| | | |||||
| * | fix broken usage comment | Fred Drake | 2005-03-10 | 1 | -1/+1 |
| | | | | | (ported from trunk revision 1.112) | ||||
| * | add missing entries from GNU info conversion table | Fred Drake | 2005-03-10 | 1 | -0/+2 |
| | | |||||
| * | correct several markup errors caught by the GNU info conversion | Fred Drake | 2005-03-10 | 1 | -22/+25 |
| | | |||||
| * | SF bug #1160187: Setup file needs entries for collections, itertools, strop | Raymond Hettinger | 2005-03-09 | 1 | -0/+4 |
| | | |||||
| * | backport v1.216: add support for another DB library naming convention ↵ | Andrew MacIntyre | 2005-03-09 | 1 | -1/+3 |
| | | | | | \n(FreeBSD ports) - patch #1146231 | ||||
| * | pre-release magic | Anthony Baxter | 2005-03-09 | 6 | -12/+18 |
| | | |||||
| * | tabstop delenda est | Anthony Baxter | 2005-03-09 | 1 | -3/+3 |
| | | |||||
| * | backport | Skip Montanaro | 2005-03-09 | 1 | -2/+0 |
| | | |||||
| * | backport from head | Skip Montanaro | 2005-03-09 | 1 | -4/+4 |
| | | |||||
| * | SF #818006: revert addition of 'closed', 'mode', and 'name' attributes | Greg Ward | 2005-03-09 | 3 | -84/+27 |
| | | | | | to oss_audio_device objects. | ||||
| * | Build with --disable-unicode again. Fixes #1158607. | Martin v. Löwis | 2005-03-08 | 6 | -12/+39 |
| | | |||||
| * | SF #1156412: document the __new__() static method. | Greg Ward | 2005-03-08 | 1 | -0/+29 |
| | | |||||
| * | SF #818006: add useful read-only attributes to oss_audio_device object: | Greg Ward | 2005-03-07 | 4 | -35/+101 |
| | | | | | | 'closed', 'name', and 'mode' (as recommended by http://python.org/doc/current/lib/bltin-file-objects.html). | ||||
| * | Ensure that warnings.filters is properly restored after fiddling with it | Greg Ward | 2005-03-07 | 1 | -7/+10 |
| | | | | | (this was breaking test_warnings). | ||||
| * | Mention SF #1149508 (textwrap and hyphenated numbers). | Greg Ward | 2005-03-05 | 1 | -0/+4 |
| | | |||||
| * | SF #1149508: ensure textwrap handles hyphenated numbers correctly, | Greg Ward | 2005-03-05 | 2 | -3/+22 |
| | | | | | eg. "2004-03-04" is not broken across lines. | ||||
| * | Patches #925152, #1118602: Avoid reading after the end of the buffer | Martin v. Löwis | 2005-03-04 | 2 | -1/+4 |
| | | | | | in pyexpat.GetInputContext. | ||||
| * | Patch #1075887: Don't require MSVC in distutils if there is nothing | Martin v. Löwis | 2005-03-04 | 2 | -0/+9 |
| | | | | | to build. Will backport to 2.4 | ||||
| * | Convert "__init__ should return None" from an exception to a warning. | Raymond Hettinger | 2005-03-04 | 2 | -5/+12 |
| | | |||||
| * | Patch #1103407: Properly deal with tarfile iterators when untarring | Martin v. Löwis | 2005-03-03 | 2 | -4/+18 |
| | | | | | symbolic links on Windows. Fixes #1100429. | ||||
| * | Patch #1107221: Updated "Working on Cygwin" section. | Martin v. Löwis | 2005-03-03 | 1 | -17/+28 |
| | | |||||
| * | Corrected bug in list2cmdline wrt backslashes. Fixes #1083306. | Peter Astrand | 2005-03-03 | 1 | -0/+1 |
| | | |||||
| * | Only run extensive subprocess tests if -usubprocess to regrtest is ↵ | Peter Astrand | 2005-03-03 | 2 | -4/+7 |
| | | | | | specified. Fixes #1124637 | ||||
| * | minor edits: | Fred Drake | 2005-03-03 | 1 | -3/+4 |
| | | | | | | | - function names marked with \function should include parentheses - "standard error" instead of "stderr" for text - a boolean parameter takes true or false values, not just True or False | ||||
| * | SF bug #1155938: Missing None check for __init__(). | Raymond Hettinger | 2005-03-03 | 3 | -0/+22 |
| | | |||||
| * | Revert previous checkin on getargs 'L' code. Try to convert all | Martin v. Löwis | 2005-03-03 | 4 | -25/+27 |
| | | | | | numbers in PyLong_AsLongLong, and update test suite accordingly. | ||||
| * | Patch #1117454: Remove code to special-case cookies without values | Martin v. Löwis | 2005-03-03 | 5 | -12/+26 |
| | | | | | in LWPCookieJar. | ||||
| * | Patch #1117339: Add cookielib special name tests. | Martin v. Löwis | 2005-03-03 | 3 | -5/+30 |
| | | |||||
| * | Document quiet parameter to decode. Fixes #803413. | Martin v. Löwis | 2005-03-03 | 1 | -1/+5 |
| | | |||||
| * | Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. | Martin v. Löwis | 2005-03-03 | 2 | -2/+4 |
| | | |||||
