- 08 Feb, 2002 3 commits
-
-
Fred Drake authored
-
Guido van Rossum authored
-
Thomas Heller authored
-
- 07 Feb, 2002 1 commit
-
-
Marc-André Lemburg authored
Fix for the UTF-8 decoder: it will now accept isolated surrogates (previously it raised an exception which causes round-trips to fail). Added new tests for UTF-8 round-trip safety (we rely on UTF-8 for marshalling Unicode objects, so we better make sure it works for all Unicode code points, including isolated surrogates). Bumped the PYC magic in a non-standard way -- please review. This was needed because the old PYC format used illegal UTF-8 sequences for isolated high surrogates which now raise an exception.
-
- 06 Feb, 2002 4 commits
-
-
Marc-André Lemburg authored
distutils patch for OS/2. Here it is...
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
-
Marc-André Lemburg authored
bug related to lone high surrogates.
-
- 05 Feb, 2002 4 commits
-
-
Jack Jansen authored
Don't blacklist ModalFilterUPP but always pass it as NULL. This enables the record routines to be generated.
-
Jack Jansen authored
-
Jack Jansen authored
-
Steven M. Gava authored
-
- 04 Feb, 2002 8 commits
-
-
Fred Drake authored
are no longer accepted.
-
Fred Drake authored
using "./". The later does not work nicely when browsing docs on a local disk (as in the installed docs on Windows).
-
Fred Drake authored
Make sure we clean up all the temp files craeted for the typeset formats.
-
Fred Drake authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
This fixes bug #511992.
-
Guido van Rossum authored
info: add info about Red Hat's python and python2.
-
- 02 Feb, 2002 1 commit
-
-
Tim Peters authored
the first 3 characters of this string in several places, so for as long as they remain "2.2" it confuses the heck out of attempts to build 2.3 stuff using distutils.
-
- 01 Feb, 2002 11 commits
-
-
Jack Jansen authored
there because of the NeXT history.
-
Andrew M. Kuchling authored
installations are present, by always unlinking the destination file before copying to it. Without the unlink(), the copied file remains owned by its previous UID, causing the subsequent chmod() to fail. Bugfix candidate, though it may cause changes on platforms where file ownership behaves differently.
-
Guido van Rossum authored
This uses os.popen3 (if it exists) to ensure that errors from a non-Python CGI script are logged. Bugfix candidate.
-
Jack Jansen authored
By default every module is imported in its own namespace, but this can be changed by defining USE_DYLD_GLOBAL_NAMESPACE. In a future version this define will be replaced by a runtime setting, but that needs a bit more thought. This code is largely based on code and feedback from Steven Majewski, Marcel Prastawa, Manoj Plakal and other on pythonmac-sig.
-
Jack Jansen authored
-
Guido van Rossum authored
Fix SF bug #511603: Error calling str on subclass of int Explicitly fill in tp_str with the same pointer as tp_repr.
-
Tim Peters authored
where their capabilities intersect. Would be nice if people using non- MSVC compilers (Borland etc) took a whack at doing something similar for them (this code relies on the MS _cwait function).
-
Thomas Heller authored
local conventions before being used by build_py. Fixes SF bug #509288, probably a candidate for 2.2.1
-
Steven M. Gava authored
-
Steven M. Gava authored
-
Tim Peters authored
-
- 31 Jan, 2002 3 commits
-
-
Andrew M. Kuchling authored
contain the type of the file (regular file, socket, link, &c.). This means that install_scripts will now print "changing mode of <file> to 775" instead of "... to 100775". 2.2 bugfix candidate, I suppose, though this isn't actually fixing a bug.
-
Marc-André Lemburg authored
Closes patch #435381.
-
Skip Montanaro authored
-
- 30 Jan, 2002 5 commits
-
-
Fred Drake authored
argument incorrectly. This closes SF bug #505997.
-
Michael W. Hudson authored
2.2.1 candiate (he says, largely talking to himself :)
-
Michael W. Hudson authored
[ #510644 ] test_curses segfaults If we use the *object* *allocator*, we should use the *object* *deallocator*, not the *raw memory* deallocator (confused yet?). I think this was what caused segfaults when pymalloc was enabled. Even if it wasn't the cause, it's still wrong. 2.2.1 candidate.
-
Jack Jansen authored
-
Tim Peters authored
uses _DummyMutex on platforms without threads.
-