- 25 Jun, 2002 9 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
and examples of the dict() constructor.
-
Raymond Hettinger authored
-
Skip Montanaro authored
fell swoop. Anyway, this just deletes a couple checks for dbm-type header files that are now performed in setup.py. See patch 553108 for details.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 24 Jun, 2002 5 commits
-
-
Piers Lauder authored
-
Barry Warsaw authored
-R/--rpath flag gets passed to the linker. Source builds of BerkeleyDB do their default installs in locations not normally on ld.so's search path.
-
Kurt B. Kaiser authored
M Debugger.py : Added clear_file_breaks() M EditorWindow.py : Clear breaks when closed, commments->docstrings, comment out some debugging print statements M PyShell.py : comments->docstrings ; clarify extending EditorWindow methods. M RemoteDebugger.py: Add clear_all_file_breaks() functionality, clarify some comments.
-
Raymond Hettinger authored
-
Neal Norwitz authored
Fix typo.
-
- 23 Jun, 2002 3 commits
-
-
Jack Jansen authored
- Use precompiled headers - Rationalized naming scheme
-
Michael W. Hudson authored
-
Piers Lauder authored
-
- 22 Jun, 2002 2 commits
-
-
Fred Drake authored
This matches the Python C style guide (PEP 7). Closes SF patch #571489.
-
Fred Drake authored
Closes SF bug #572169.
-
- 21 Jun, 2002 4 commits
-
-
Jack Jansen authored
OSX framework build process. Things fixed/modified: - the filesystem case-sensitivity test now works for builds outside the source directory - various other fixes for building outside the source directory - python.app now has a target in the main Makefile - WASTE and AquaTk are found more automatically
-
Greg Ward authored
-
Guido van Rossum authored
fixed. (Jeremy, how did you discover that?)
-
Guido van Rossum authored
-
- 20 Jun, 2002 17 commits
-
-
Jeremy Hylton authored
When resizing a tuple, zero out the memory starting at the end of the old tuple not at the beginning of the old tuple.
-
Jack Jansen authored
- These are the final projects that support classic.
-
Raymond Hettinger authored
-
Fred Drake authored
PyUnicode_Find(). This closes SF bug #566631.
-
Fred Drake authored
Closes SF bug #571759.
-
Jack Jansen authored
an out-of-memory condition (and a hang on OSX). Filed a bug report (#571845) to make sure this is eventually fixed.
-
Fred Drake authored
(which makes it more clear). Closes SF bug #571767.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
are interpreted. This closes SF bug #532467.
-
Jack Jansen authored
-
Fred Drake authored
- Include a blank line between the signature line and the description (Guido sez). - Don't include "-> None" for API functions that always return None because they don't have a meaningful return value.
-
Tim Peters authored
-
Fred Drake authored
actually allows all the legal syntax, and nothing else. Previously, it did not allow a call like func(arg, **dictionary). This closes (again!) SF bug #493243.
-
Raymond Hettinger authored
-
Kurt B. Kaiser authored
2. Debugger Clear Breakpoints, implement 3. Nice yellow breakpoints for Chui :)
-
Guido van Rossum authored
running this as part of the regular test suite again, until I have time to figure out why.
-