- 08 Ock, 2005 4 kayıt (commit)
-
-
Johannes Gijsbers yazdı
* Use os.makedirs() instead os.mkdir(). (bug #975763) * Use copystat() to copy directory bits (bug #1048878)
-
Tim Peters yazdı
test_threading.test_foreign_thread(): new test does a basic check that "foreign" threads can using the threading module, and that they create a _DummyThread instance in at least one use case. This isn't a very good test, since a thread created by thread.start_new_thread() isn't particularly "foreign".
-
Tim Peters yazdı
does what it's supposed to do.
-
Brett Cannon yazdı
_Thread.__init__) was never used. This is a waste since locks use OS primitives that are in limited supply. So the lock is deleted in _DummyThread.__init__ . Closes bug #1089632.
-
- 07 Ock, 2005 15 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Armin Rigo yazdı
bytecodes from the previously saved .pyc files. Fixed by disabling the static optimization of BINARY_DIVIDE between two constants.
-
Tim Peters yazdı
-
Andrew M. Kuchling yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
MacOSX: if we cannot use -undefined dynamic_lookup (such as on 10.2 or earlier) we link extension directly against the dynamic library in the framework in stead of against the framework. This will fix building extensions for 2.3 after 2.4 has been installed too.
-
Jack Jansen yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
to an empty value and distutils will get confused lateron.
-
Raymond Hettinger yazdı
-
Andrew McNamara yazdı
-
Andrew McNamara yazdı
implementation features better error reporting, and better compliance with the PEP.
-
Raymond Hettinger yazdı
-
Facundo Batista yazdı
-
Raymond Hettinger yazdı
-
- 06 Ock, 2005 1 kayıt (commit)
-
-
Andrew McNamara yazdı
-
- 05 Ock, 2005 5 kayıt (commit)
-
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
Skip Montanaro yazdı
-
- 04 Ock, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 03 Ock, 2005 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Jack Jansen yazdı
something (overridable through Install-command entry) - Hidden status is now determined by flavor == hidden, not by missing Download-URL. Hidden packages behave like installer packages. - Made some error messages a bit more understandable. Because there's new functionality the version has been upped to 0.5.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 02 Ock, 2005 2 kayıt (commit)
-
-
Brett Cannon yazdı
in no way affect library or include directories the code must take that into account and not assume some options were found.
-
Raymond Hettinger yazdı
-
- 01 Ock, 2005 6 kayıt (commit)
-
-
Jack Jansen yazdı
-
Peter Astrand yazdı
prevent leaving zombies.
-
Peter Astrand yazdı
-
Raymond Hettinger yazdı
(Removed at Ping's request.)
-
Raymond Hettinger yazdı
(Contributed by Jiwon Seo.)
-
Raymond Hettinger yazdı
-
- 31 Ara, 2004 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-