Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make pending-delete/delete-selection mode work with py-electric-colon | Skip Montanaro | 2003-08-01 | 1 | -2/+4 |
| | |||||
* | Patch [ 776725 ] add SIGRTMIN, SIGRTMAX to signalmodule.c | Anthony Baxter | 2003-07-31 | 1 | -0/+10 |
| | | | | | Trivial patch, and the alternative is to guess at the right values based on platform... | ||||
* | tweak to py-fill-paragraph - problem noted by John Lee and correction | Skip Montanaro | 2003-07-31 | 1 | -1/+1 |
| | | | | submitted by Bernard Herzog. Closes patch 779830. | ||||
* | Complete move of windows builds to 2.4alpha | Mark Hammond | 2003-07-31 | 3 | -10/+10 |
| | |||||
* | Everyone knows what Fred meant, but I thought I'd make it official... ;-) | Skip Montanaro | 2003-07-31 | 1 | -2/+2 |
| | |||||
* | Generalize the template for the "What's New" document so it's easier | Fred Drake | 2003-07-30 | 1 | -0/+149 |
| | | | | | to extract next time without having to remember where in CVS to dig it out. | ||||
* | there's a new "What's New" for Python 2.4 | Fred Drake | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | boilerplate to start off "What's New in Python 2.4" | Fred Drake | 2003-07-30 | 1 | -0/+136 |
| | |||||
* | Update to the same version info used by the interpreter. | Fred Drake | 2003-07-30 | 2 | -4/+4 |
| | |||||
* | Update version number here as well; patchlevel.h is not the only place. | Fred Drake | 2003-07-30 | 2 | -12/+12 |
| | |||||
* | Fix typo. | Walter Dörwald | 2003-07-30 | 1 | -1/+1 |
| | |||||
* | [Bug #779469] Fix error in example code | Andrew M. Kuchling | 2003-07-30 | 1 | -2/+3 |
| | |||||
* | Bump the trunk to 2.4a0 | Barry Warsaw | 2003-07-30 | 1 | -3/+3 |
| | |||||
* | update the documentation contact address | Fred Drake | 2003-07-30 | 15 | -22/+22 |
| | |||||
* | - update the documentation contact address | Fred Drake | 2003-07-30 | 1 | -10/+1 |
| | | | | - remove text about the long-moved Mac OS libref chapter | ||||
* | Get rid of empty sections | Barry Warsaw | 2003-07-29 | 1 | -18/+0 |
| | |||||
* | SF bug 778400: IDLE hangs when selecting "Edit with IDLE". | Tim Peters | 2003-07-29 | 2 | -4/+9 |
| | | | | | | | | The fix is confined to the Windows installer. Not a bugfix candidate: the need for the new -n switch added here was introduced by moving to the idlefork IDLE (so this change isn't needed or helpful before 2.3). | ||||
* | Bump version number; record 2.3 release date | Andrew M. Kuchling | 2003-07-29 | 1 | -3/+3 |
| | |||||
* | Update release information. | Fred Drake | 2003-07-29 | 1 | -2/+2 |
| | |||||
* | Bump version information. | Fred Drake | 2003-07-29 | 1 | -1/+1 |
| | |||||
* | Updated Windows installer for 2.3 final. | Tim Peters | 2003-07-29 | 1 | -4/+4 |
| | |||||
* | Repaired botched release serial number. | Tim Peters | 2003-07-29 | 1 | -3/+3 |
| | |||||
* | Repair botched release serial number. | Tim Peters | 2003-07-29 | 1 | -1/+1 |
| | |||||
* | Bump Windows build number for 2.3 final. | Tim Peters | 2003-07-29 | 2 | -1/+3 |
| | |||||
* | Added section for 2.3 final; moved IDLE news into it that I inserted in | Tim Peters | 2003-07-29 | 1 | -10/+37 |
| | | | | a wrong place over the weekend. | ||||
* | Bump Windows resource version macro for 2.3 final. | Tim Peters | 2003-07-29 | 1 | -4/+4 |
| | |||||
* | Bump release level to 2.3 (we won't have time for this tomorrow). | Tim Peters | 2003-07-29 | 1 | -2/+2 |
| | |||||
* | Update URL. | Fred Drake | 2003-07-28 | 1 | -1/+1 |
| | |||||
* | Gave the main NEWS file its own IDLE section, and populated it with a | Tim Peters | 2003-07-27 | 1 | -3/+13 |
| | | | | blurb about ZoneAlarm (etc) nags. | ||||
* | Added a banner to the shell startup message discussing possible | Kurt B. Kaiser | 2003-07-27 | 3 | -2/+26 |
| | | | | | | | | | warnings from personal firewall software. Added the same text to README.txt, updated NEWS.txt for release. M NEWS.txt M PyShell.py M README.txt | ||||
* | Update for release. | Kurt B. Kaiser | 2003-07-27 | 1 | -1/+1 |
| | |||||
* | Bump the version number | Barry Warsaw | 2003-07-25 | 1 | -1/+1 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'r23c2'.v2.3c2 | cvs2svn | 2003-07-25 | 1 | -0/+1 |
| | |||||
* | This is release candidate 2 | Barry Warsaw | 2003-07-25 | 1 | -1/+1 |
| | |||||
* | Updated news for 2.3c2. | Barry Warsaw | 2003-07-25 | 1 | -1/+25 |
| | |||||
* | Don't export the SPB type as "SPB", because it shadows the method SPB, | Jack Jansen | 2003-07-24 | 1 | -0/+3 |
| | | | | | which is really important. This is a stopgap measure, as only the generated C code is adapted. Fixes #776533. | ||||
* | Added instructions on setting the proxy host. | Jack Jansen | 2003-07-24 | 1 | -0/+6 |
| | |||||
* | Fixes bug of having default argument for TimeRE's __init__ that caused the | Brett Cannon | 2003-07-24 | 1 | -2/+5 |
| | | | | | LocaleTime instance to only be created once and thus not be recreated when the locale changed. | ||||
* | Fix [ 776721 ] locale.setlocale() leaks | Mark Hammond | 2003-07-24 | 1 | -1/+3 |
| | | | | | Our saved locale was not being freed. Also check correct variable for NULL. | ||||
* | Remove caching of TimeRE (and thus LocaleTime) instance. Error was being | Brett Cannon | 2003-07-24 | 2 | -48/+23 |
| | | | | | | caught when executing test_strptime, test_logging, and test_time in that order when the testing of "%c" occured. Suspect the cache was not being recreated (the test passed when test_logging was forced to re-establish the locale). | ||||
* | Bump release number. | Fred Drake | 2003-07-24 | 2 | -2/+2 |
| | |||||
* | Update version numbers and dates for 2.3c2 -- we won't be able to do this | Tim Peters | 2003-07-24 | 6 | -13/+15 |
| | | | | during the day tomorrow, so doing it earlier than I'd like. | ||||
* | Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX. | Jack Jansen | 2003-07-23 | 3 | -3/+8 |
| | | | | | | This makes test_coercion pass on Panther. Also added a note to NEWS that pythonw works again (it was broken in rc1). | ||||
* | 1. Python Bug 775541: Calltips error when docstring is None. Introduced | Kurt B. Kaiser | 2003-07-23 | 3 | -4/+12 |
| | | | | | | by patch 769142. Fixed by patch 776062. KBK will backport net result to IDLE release22-maint and IDLEfork. 2. Update NEWS.txt and idlever for release. | ||||
* | Fix representation of ^= operator in __ixor__() documentation. | Fred Drake | 2003-07-23 | 1 | -1/+1 |
| | | | | Closes SF bug #776181. Should be backported. | ||||
* | MacPython-OS9 has its own copy of the interrupt handling code. Added ↵ | Jack Jansen | 2003-07-23 | 1 | -0/+6 |
| | | | | PyErr_SetInterrupt() here too. | ||||
* | Don't force boot-disk-only install, for reasons unknown it causes more | Jack Jansen | 2003-07-23 | 2 | -5/+8 |
| | | | | | problems than it solves. In stead, put a warning near the top of the welcome message. Fixes (or, rather works around) bug #764975. | ||||
* | Scripts runs with pythonw no longer had full window manager access due | Jack Jansen | 2003-07-23 | 2 | -3/+3 |
| | | | | | to the name change of Python.app/Contents/MacOS/python to Python.app/Contents/MacOS/Python. Fixes #776116. | ||||
* | Restored commented-out line checked in by mistake. | Tim Peters | 2003-07-23 | 1 | -1/+1 |
| | |||||
* | locale-restoration code: Don't leave comparison to None implicit. For | Tim Peters | 2003-07-23 | 2 | -2/+2 |
| | | | | | all I know, the original locale may be '' (I don't think that's possible, but ...), and if so we would certainly want to restore it. |