- 11 Jun, 2003 3 commits
-
-
Raymond Hettinger authored
* Indicate that arguments are optional for most builtin type constructors. * Replace e.g. in staticmethod() and classmethod() docs. * Add \code{} markup to some in-line code examples.
-
Raymond Hettinger authored
-
Brett Cannon authored
-
- 10 Jun, 2003 2 commits
-
-
Raymond Hettinger authored
Added missing jump target labels.
-
Barry Warsaw authored
the expected type. In response to SF #751451.
-
- 09 Jun, 2003 12 commits
-
-
Barry Warsaw authored
there are no matching types. Updated the docs and docstrings. Added some unit tests.
-
Raymond Hettinger authored
-
Neil Schemenauer authored
names. Unfortunately, this is not bulletproof since the module dictionary can be modified directly.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
The docs recommend filling by fill(1), drawing commands, fill(0). However, the filling did not actually take place until the next draw command. Fixed by issuing a null draw command at the end of the fill method.
-
Andrew MacIntyre authored
stack usage on FreeBSD, requiring the recursion limit to be lowered further. Building with gcc 2.95 (the standard compiler on FreeBSD 4.x) is now also affected. The underlying issue is that FreeBSD's pthreads implementation has a hard-coded 1MB stack size for the initial (or "primary") thread, which can not be changed without rebuilding libc_r. Exhausting this stack results in a bus error. Building without pthreads (configure --without-threads), or linking with the port of the Linux pthreads library (aka Linuxthreads) instead of libc_r, avoids this limitation. On OS/2, only gcc 3.2 is affected and the stack size is controllable, so the special handling has been removed.
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
the Python DLL. this slightly improves performance; reduces fragmentation of address spaces and slightly reduces memory footprint.
-
Andrew MacIntyre authored
-
Andrew MacIntyre authored
reorganise modules, so that most standard extensions are built into the Python DLL. this slightly improves performance; reduces fragmentation of address spaces and slightly reduces memory footprint.
-
Andrew McNamara authored
-
Kurt B. Kaiser authored
M IOBinding.py
-
- 08 Jun, 2003 8 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
* Simplified test for visible changes * Improved variable names and line spacing * Replaced dict(a=3) style with Py2.2 compatable {'a':3}
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Raymond Hettinger authored
Documentation update and NEWS item are forthcoming.
-
Neal Norwitz authored
-
- 07 Jun, 2003 9 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Backported to 2.2.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Gustavo Niemeyer authored
have to insert it in front of other classes, nor do dirty tricks like inserting a "dummy" HTTPHandler after a ProxyHandler when building an opener with proxy support.
-
Kurt B. Kaiser authored
2. Remove obsolete comment associated with Window menu updating M EditorWindow.py M GrepDialog.py
-
- 06 Jun, 2003 2 commits
-
-
Kurt B. Kaiser authored
Window menu updates. 2. Display Python Shell window in Window menu 3. Remove some dead code in FileList.py M EditorWindow.py M FileList.py M WindowList.py
-
Raymond Hettinger authored
Minor documentation fix.
-
- 05 Jun, 2003 4 commits
-
-
Kurt B. Kaiser authored
M PyShell.py M rpc.py M run.py
-
Guido van Rossum authored
selection as the default value. This is easier to use habitually.
-
Kurt B. Kaiser authored
Also improved error notification if Tabnanny detects a TokenError. M ScriptBinding
-
Kurt B. Kaiser authored
New Window should save in the directory of the Editor Window from which it was selected. M EditorWindow.py M FileList.py M IOBinding.py
-