summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tweak to py-fill-paragraph - problem noted by John Lee and correctionSkip Montanaro2003-07-311-1/+1
* Complete move of windows builds to 2.4alphaMark Hammond2003-07-313-10/+10
* Everyone knows what Fred meant, but I thought I'd make it official... ;-)Skip Montanaro2003-07-311-2/+2
* Generalize the template for the "What's New" document so it's easierFred Drake2003-07-301-0/+149
* there's a new "What's New" for Python 2.4Fred Drake2003-07-301-1/+1
* boilerplate to start off "What's New in Python 2.4"Fred Drake2003-07-301-0/+136
* Update to the same version info used by the interpreter.Fred Drake2003-07-302-4/+4
* Update version number here as well; patchlevel.h is not the only place.Fred Drake2003-07-302-12/+12
* Fix typo.Walter Dörwald2003-07-301-1/+1
* [Bug #779469] Fix error in example codeAndrew M. Kuchling2003-07-301-2/+3
* Bump the trunk to 2.4a0Barry Warsaw2003-07-301-3/+3
* update the documentation contact addressFred Drake2003-07-3015-22/+22
* - update the documentation contact addressFred Drake2003-07-301-10/+1
* Get rid of empty sectionsBarry Warsaw2003-07-291-18/+0
* SF bug 778400: IDLE hangs when selecting "Edit with IDLE".Tim Peters2003-07-292-4/+9
* Bump version number; record 2.3 release dateAndrew M. Kuchling2003-07-291-3/+3
* Update release information.Fred Drake2003-07-291-2/+2
* Bump version information.Fred Drake2003-07-291-1/+1
* Updated Windows installer for 2.3 final.Tim Peters2003-07-291-4/+4
* Repaired botched release serial number.Tim Peters2003-07-291-3/+3
* Repair botched release serial number.Tim Peters2003-07-291-1/+1
* Bump Windows build number for 2.3 final.Tim Peters2003-07-292-1/+3
* Added section for 2.3 final; moved IDLE news into it that I inserted inTim Peters2003-07-291-10/+37
* Bump Windows resource version macro for 2.3 final.Tim Peters2003-07-291-4/+4
* Bump release level to 2.3 (we won't have time for this tomorrow).Tim Peters2003-07-291-2/+2
* Update URL.Fred Drake2003-07-281-1/+1
* Gave the main NEWS file its own IDLE section, and populated it with aTim Peters2003-07-271-3/+13
* Added a banner to the shell startup message discussing possibleKurt B. Kaiser2003-07-273-2/+26
* Update for release.Kurt B. Kaiser2003-07-271-1/+1
* Bump the version numberBarry Warsaw2003-07-251-1/+1
* This commit was manufactured by cvs2svn to create tag 'r23c2'.v2.3c2cvs2svn2003-07-251-0/+1
* This is release candidate 2Barry Warsaw2003-07-251-1/+1
* Updated news for 2.3c2.Barry Warsaw2003-07-251-1/+25
* Don't export the SPB type as "SPB", because it shadows the method SPB,Jack Jansen2003-07-241-0/+3
* Added instructions on setting the proxy host.Jack Jansen2003-07-241-0/+6
* Fixes bug of having default argument for TimeRE's __init__ that caused theBrett Cannon2003-07-241-2/+5
* Fix [ 776721 ] locale.setlocale() leaksMark Hammond2003-07-241-1/+3
* Remove caching of TimeRE (and thus LocaleTime) instance. Error was beingBrett Cannon2003-07-242-48/+23
* Bump release number.Fred Drake2003-07-242-2/+2
* Update version numbers and dates for 2.3c2 -- we won't be able to do thisTim Peters2003-07-246-13/+15
* Bugfix for #775892: added -mno-fused-madd to BASECFLAGS on MacOSX.Jack Jansen2003-07-233-3/+8
* 1. Python Bug 775541: Calltips error when docstring is None. IntroducedKurt B. Kaiser2003-07-233-4/+12
* Fix representation of ^= operator in __ixor__() documentation.Fred Drake2003-07-231-1/+1
* MacPython-OS9 has its own copy of the interrupt handling code. Added PyErr_Se...Jack Jansen2003-07-231-0/+6
* Don't force boot-disk-only install, for reasons unknown it causes moreJack Jansen2003-07-232-5/+8
* Scripts runs with pythonw no longer had full window manager access dueJack Jansen2003-07-232-3/+3
* Restored commented-out line checked in by mistake.Tim Peters2003-07-231-1/+1
* locale-restoration code: Don't leave comparison to None implicit. ForTim Peters2003-07-232-2/+2
* Fred wasn't kidding -- there really are docs for the locale module <wink>.Tim Peters2003-07-231-11/+20
* Fix error in test of not comparing against 0 item of a listBrett Cannon2003-07-221-1/+1