| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | This commit was manufactured by cvs2svn to create tag 'r241'.v2.4.1 | cvs2svn | 2005-03-30 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Anthony Baxter | 2005-03-30 | 1 | -0/+1 |
| | | |||||
| * | prepare for Python 2.4.1 final | Fred Drake | 2005-03-29 | 2 | -1/+2 |
| | | |||||
| * | updates to NEWS | Anthony Baxter | 2005-03-29 | 1 | -0/+13 |
| | | |||||
| * | backport of 1.122 | Anthony Baxter | 2005-03-29 | 1 | -5/+5 |
| | | | | | SF patch 1167316: doctest.py fails self-test if run directly. | ||||
| * | 2.4.1 preparations. | Anthony Baxter | 2005-03-29 | 3 | -4/+9 |
| | | |||||
| * | Move exception finalisation later in the shutdown process - this | Anthony Baxter | 2005-03-29 | 2 | -7/+19 |
| | | | | | fixes the crash seen in bug #1165761 | ||||
| * | patch [1171767] - Darwin 8's headers disable functionality when | Bob Ippolito | 2005-03-28 | 3 | -14/+61 |
| | | | | | | | | | | | | | POSIX is enabled. This prevents the toolbox glue, all of Carbon, and various other non-POSIX features from compiling. The POSIX symbols are still used by default, so turning off the #define doesn't hurt. Additionally, linker flags have changed for Darwin 8, and are different for Darwin 8/gcc4 (default) and Darwin 8/gcc3.3. Approved by Anthony | ||||
| * | Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460. | Martin v. Löwis | 2005-03-28 | 1 | -1/+3 |
| | | |||||
| * | Add 0 to _POSIX_SEMAPHORES. | Martin v. Löwis | 2005-03-28 | 1 | -1/+3 |
| | | |||||
| * | 2.4.1 buildno | Anthony Baxter | 2005-03-28 | 2 | -3/+5 |
| | | |||||
| * | SF #1169212: fix silly typo in explaining AFMT macros: U16 is unsigned | Greg Ward | 2005-03-28 | 1 | -8/+9 |
| | | | | | | and S16 is signed. Duh. Clarify surrounding text a bit and refer to OSS docs. | ||||
| * | SF patch #1171417: bug fix for islice() in docs | Raymond Hettinger | 2005-03-27 | 1 | -8/+6 |
| | | |||||
| * | - Fixed decimal operator and comparison methods to return NotImplemented | Raymond Hettinger | 2005-03-27 | 3 | -11/+93 |
| | | | | | | instead of raising a TypeError when interacting with other types. Allows other classes to successfully implement __radd__ style methods. | ||||
| * | correct ontosys url - closes 1167329 | Skip Montanaro | 2005-03-21 | 1 | -1/+1 |
| | | |||||
| * | fix two typos in python(1) | Matthias Klose | 2005-03-20 | 1 | -2/+2 |
| | | |||||
| * | SF #1086675: restore "Extending optparse" section (which was dropped | Greg Ward | 2005-03-19 | 1 | -0/+244 |
| | | | | | in Python 2.4). | ||||
| * | Regenerate from Optik reST source to ensure CVS Id tags are up-to-date. | Greg Ward | 2005-03-19 | 1 | -1/+1 |
| | | |||||
| * | List all option attributes (closes SF #993601). | Greg Ward | 2005-03-19 | 1 | -0/+81 |
| | | |||||
| * | Beef up optparse reference docs -- now much closer to documenting the | Greg Ward | 2005-03-19 | 1 | -55/+198 |
| | | | | | | full API of Optik 1.5a2 (which is what's included with Python 2.4.x). Closes SF #1099324, partially addresses SF #993601. | ||||
| * | Fix typo. | Walter Dörwald | 2005-03-18 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
