Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure the email test suite can be run both stand-alone and under | Guido van Rossum | 2002-10-06 | 1 | -2/+4 |
| | | | | supervision of regrtest.py. Will backport to 2.2.2. | ||||
* | Also look in -lposix4 for sem_init. Fixes #618615. | Martin v. Löwis | 2002-10-06 | 2 | -20/+65 |
| | |||||
* | Update info for impending 2.2.2. | Tim Peters | 2002-10-06 | 2 | -0/+3 |
| | |||||
* | Apply Josh Robb's Patch: | Kurt B. Kaiser | 2002-10-06 | 1 | -3/+11 |
| | | | | | | | | | [ 617097 ] EditorWindow.py: underline recent files Added a couple of mods to reduce the indentation level. Note that the recent files menu doesn't update until Idle is restarted, pre-existing bug, at least on Linux. | ||||
* | This test fails on Win98, which is fine, but when it failed it left | Tim Peters | 2002-10-05 | 1 | -6/+17 |
| | | | | | a junk directory behind that caused 4 other tests to fail later. Now it cleans up after itself, and the 4 bogus later failures don't happen. | ||||
* | Document patch #594001. | Martin v. Löwis | 2002-10-05 | 2 | -0/+11 |
| | |||||
* | s/_alloca/alloca/g; Windows doesn't need the former, at least not unless | Tim Peters | 2002-10-05 | 2 | -5/+5 |
| | | | | __STDC__ is defined (or something like that ...). | ||||
* | Add a section to be written; remove reference to deleted code | Andrew M. Kuchling | 2002-10-04 | 1 | -9/+6 |
| | |||||
* | Josh Robb's Patch | Kurt B. Kaiser | 2002-10-04 | 1 | -0/+4 |
| | | | | [ 617109 ] WindowList.py: fix win98 quit. | ||||
* | Apply Josh Robb's Patch | Kurt B. Kaiser | 2002-10-04 | 1 | -1/+1 |
| | | | | | [ 617125 ] EditorWindow.py: Fix the wrap (used 'none' instead of NONE) | ||||
* | When looking for an alias, first look for the normalized name (which | Guido van Rossum | 2002-10-04 | 1 | -1/+3 |
| | | | | | still may contain dots), then if that doesn't exist look for the name with dots replaced by underscores. This is a little more forgiving. | ||||
* | .iterkeys() is not needed. | Raymond Hettinger | 2002-10-04 | 1 | -1/+1 |
| | |||||
* | Remove some unnecessary dependencies (minor). | Fred Drake | 2002-10-04 | 1 | -4/+4 |
| | |||||
* | Added refcount information for PyObject_GetIter(). | Fred Drake | 2002-10-04 | 1 | -0/+3 |
| | |||||
* | Undo the removal. Guido mentioned that the encoding name is in active | Marc-André Lemburg | 2002-10-04 | 1 | -0/+1 |
| | | | | by some email headers. | ||||
* | Remove unneeded alias. | Marc-André Lemburg | 2002-10-04 | 1 | -1/+0 |
| | |||||
* | SF # 607253, header file problems by Ralf W. Grosse-Kunstleve | Neal Norwitz | 2002-10-04 | 2 | -6/+6 |
| | | | | | Don't pollute the namespace when protecting against multiple header inclusion. Prefix with Py_ and use standard naming convention Py_FILENAME_H. | ||||
* | Fix doc-string. | Marc-André Lemburg | 2002-10-04 | 1 | -3/+3 |
| | |||||
* | News item about the new encoding normalization scheme. | Marc-André Lemburg | 2002-10-04 | 1 | -0/+6 |
| | |||||
* | Adapt lookup names to new more general encoding name normalization | Marc-André Lemburg | 2002-10-04 | 1 | -14/+14 |
| | | | | scheme. | ||||
* | Extending the encoding name normalization to handle more non-alphanumeric | Marc-André Lemburg | 2002-10-04 | 1 | -8/+20 |
| | | | | characters. | ||||
* | Disable LFS if Solaris/gcc bug is detected. Fixes #618095. | Martin v. Löwis | 2002-10-04 | 2 | -1/+81 |
| | |||||
* | Pulling Mark Alexander's contribution from CVS. | Marc-André Lemburg | 2002-10-04 | 5 | -948/+14 |
| | |||||
* | Patch #618347: Work around Solaris 2.6 pthread.h bug. Will backport to 2.2. | Martin v. Löwis | 2002-10-04 | 4 | -3/+25 |
| | |||||
* | Fix [ 616716 ] Bug in PyErr_SetExcFromWindows | Mark Hammond | 2002-10-04 | 1 | -9/+28 |
| | | | | | | Ensure that even if FormatMessage fails we (a) don't crash, and (b) provide something useful. Bugfix candidate. | ||||
* | Fix errors to pep277 checkin identified by Neal Norwitz. | Mark Hammond | 2002-10-04 | 1 | -3/+3 |
| | |||||
* | Tests for pep277 - Unicode file names on Windows NT. | Mark Hammond | 2002-10-03 | 2 | -0/+110 |
| | |||||
* | One last tweak to the tracing machinery: this actually computes what I intended | Michael W. Hudson | 2002-10-03 | 1 | -1/+3 |
| | | | | | | | all along. Before instr_lb tended to be too high. I don't think this actually makes any difference, given what the compiler produces, but it makes me a bit happier. | ||||
* | Clamp code objects' tp_compare result to [-1, 1]. | Michael W. Hudson | 2002-10-03 | 1 | -3/+3 |
| | | | | Bugfix candidate. | ||||
* | Updates to track Grammar changes. The patch to token.py loosens the regexp to | Michael W. Hudson | 2002-10-03 | 2 | -1/+3 |
| | | | | allow "testlist1" to be snagged. | ||||
* | Trivial fix to the pep277 checkin: ensure that exceptions always have a ↵ | Mark Hammond | 2002-10-03 | 1 | -1/+1 |
| | | | | filename attribute (previously did only when string filenames were passed, but not when unicode) | ||||
* | Patch 594001: PEP 277 - Unicode file name support for Windows NT. | Mark Hammond | 2002-10-03 | 6 | -44/+568 |
| | |||||
* | Fix an endcase bug: initial_indent was ignored when the text was short | Guido van Rossum | 2002-10-02 | 2 | -5/+16 |
| | | | | enough to fit in one line. | ||||
* | Fix for the recursion_level bug Armin Rigo reported in sf | Michael W. Hudson | 2002-10-02 | 2 | -0/+24 |
| | | | | | | | patch #617312, both on the trunk and the 22-maint branch. Also added a test case, and ported the test_trace I wrote for HEAD to 2.2.2 (with all those horrible extra 'line' events ;-). | ||||
* | Support UCS-4 builds. | Martin v. Löwis | 2002-10-01 | 1 | -8/+36 |
| | |||||
* | Add a comment to the top of the file explaining why the file is here. | Fred Drake | 2002-10-01 | 1 | -0/+7 |
| | |||||
* | Mention droped support for Tcl/Tk 8.0 and 8.1. | Guido van Rossum | 2002-10-01 | 1 | -0/+4 |
| | |||||
* | Eliminate constness warnings with Tcl 8.4. | Martin v. Löwis | 2002-10-01 | 1 | -4/+13 |
| | |||||
* | test__all__(): Fix the import list. | Barry Warsaw | 2002-10-01 | 1 | -4/+4 |
| | |||||
* | Drop support for Tk 8.0 and 8.1. | Martin v. Löwis | 2002-10-01 | 1 | -137/+2 |
| | |||||
* | save the verbose argument as an instance attributes. Subclasses of | Skip Montanaro | 2002-10-01 | 1 | -0/+1 |
| | | | | | CCompiler may rely on the presence of self.verbose (SciPy's distutils appears to). | ||||
* | build(): Use self.builddir, not self.doc when copying the icons, so | Barry Warsaw | 2002-10-01 | 1 | -1/+1 |
| | | | | they'll end up in the right directory when --dir is used. | ||||
* | When the HTML output dir is specified using --dir=~/foo, the tilde | Fred Drake | 2002-10-01 | 1 | -1/+1 |
| | | | | | needs to be expanded by mkhowto, since the shell won't touch it except at the start of the complete argument. | ||||
* | nits | Barry Warsaw | 2002-10-01 | 3 | -0/+39 |
| | |||||
* | Include the --dir argument in the help text. | Fred Drake | 2002-10-01 | 1 | -0/+1 |
| | |||||
* | Change the default path to icons so that "mkhowto" does the "right thing" by | Fred Drake | 2002-10-01 | 3 | -3/+5 |
| | | | | | | default when used for 3rd-party docs. This requires the standard Python docs to specify a location, but they are a bit of a special case in sharing one set of icons among several documents. | ||||
* | Added an introduction. | Barry Warsaw | 2002-10-01 | 1 | -1/+57 |
| | |||||
* | Stub document for the stand-alone email package distribution. | Fred Drake | 2002-10-01 | 1 | -0/+29 |
| | | | | Barry, please add a reasonable abstract! | ||||
* | Minor style nit for referring to other attributes of the same class | Fred Drake | 2002-10-01 | 1 | -1/+1 |
| | | | | from an attributes description. | ||||
* | Split the long email package examples into separate files and use | Fred Drake | 2002-10-01 | 5 | -273/+269 |
| | | | | | | \verbatiminput instead of the verbatim environment -- this does the "right thing" regarding page breaks in long examples for the typeset formats, and has nice benefits for the HTML version as well. |