- 27 Mar, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
-
- 23 Şub, 2008 1 kayıt (commit)
-
-
Eric Smith yazdı
-
- 20 May, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
-
- 03 May, 2007 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
- Reenable modules on x64 that had been disabled aeons ago for Itanium. - Cleared up confusion about compilers for 64 bit windows. There is only Itanium and x64. Added macros MS_WINI64 and MS_WINX64 for those rare cases where it matters, such as the disabling of modules above. - Set target platform (_WIN32_WINNT and WINVER) to 0x0501 (XP) for x64, and 0x0400 (NT 4.0) otherwise, which are the targeted minimum platforms. - Fixed thread_nt.h. The emulated InterlockedCompareExchange function didn´t work on x64, probaby due to the lack of a "volatile" specifier. Anyway, win95 is no longer a target platform. - Itertools module used wrong constant to check for overflow in count() - PyInt_AsSsize_t couldn't deal with attribute error when accessing the __long__ member. - PyLong_FromSsize_t() incorrectly specified that the operand were unsigned. With these changes, the x64 passes the testsuite, for those modules present.
-
- 28 Şub, 2007 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 27 Tem, 2006 1 kayıt (commit)
-
-
Barry Warsaw yazdı
Note that this has only been tested for VS 2003 since that's all I have.
-
- 29 May, 2006 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Renames functional extension module to _functools and adds a Python functools module so that utility functions like update_wrapper can be added easily.
-
- 23 May, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
`struct` module changes).
-
- 16 Mar, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 27 Şub, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Cleanup Python-ast.c generation.
-
- 14 Şub, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 03 Ock, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 24 Agu, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 28 Şub, 2005 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger.
-
- 12 Eki, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
of this should be on non-WIN32 Windows variants.
-
- 31 Agu, 2004 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 28 Tem, 2004 1 kayıt (commit)
-
-
Hye-Shik Chang yazdı
for it soon.
-
- 18 Tem, 2004 2 kayıt (commit)
-
-
Tim Peters yazdı
14 input files needed to run all of them).
-
Tim Peters yazdı
-
- 02 Haz, 2004 1 kayıt (commit)
-
-
Thomas Heller yazdı
-
- 19 Nis, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Mark the C version as private and only use when available.
-
- 29 Ock, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
* Add unittests, newsitem, and whatsnew * Apply to Queue.py mutex.py threading.py pydoc.py and shlex.py * Docs are forthcoming
-
- 21 Ock, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 05 Ock, 2004 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Dmitry Vasiliev.)
-
- 02 Ock, 2004 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 08 Kas, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 18 Nis, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 01 Şub, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 30 Ara, 2002 1 kayıt (commit)
-
-
Just van Rossum yazdı
- new import hooks in import.c, exposed in the sys module - new module called 'zipimport' - various changes to allow bootstrapping from zip files I hope I didn't break the Windows build (or anything else for that matter), but then again, it's been sitting on sf long enough... Regarding the latest discussions on python-dev: zipimport sets pkg.__path__ as specified in PEP 273, and likewise, sys.path item such as /path/to/Archive.zip/subdir/ are supported again.
-
- 29 Ara, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
into the core DLL, since it's not much code and lots of stuff uses it (e.g., try getting a tempfile name without it).
-
- 07 Tem, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
+ I'm not sure what to do about configure.in. Left it alone. + Ditto pyexpat.c. Fred or Martin will know what to do.
-
- 16 Haz, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
the Windowish builds.
-
- 12 Eki, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Still broken: GETTIMEOFDAY. This macro obviously isn't being defined on Windows, so there's logic errors here I'd rather Fred untangled.
-
- 02 Agu, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 02 Şub, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 09 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
Wasn't built on Windows; not in config.c either. Module init function missing DL_EXPORT magic. test_xreadline output file obviously wrong (started w/ "test_xrl"). test program very unclear about what was expected.
-
- 04 Eki, 2000 1 kayıt (commit)
-
-
Trent Mick yazdı
(I had explicitly disabled it a while ago, possibly unecessarily, along with rgbimg, audioop, and imageop, which are advertised as "not for 64-bit platforms.)
-
- 01 Eyl, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
This should match the situation in the 1.6b1 tree.
-
- 22 Tem, 2000 1 kayıt (commit)
-
-
Thomas Wouters yazdı
char**) and return an int even on PC platforms. If not, please fix PC/utils/makesrc.c ;-P
-
- 12 Tem, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
sys.builtin_module_names. (Noticed by Toby Dickenson.) [Tim, please test!]
-