]> granicus.if.org Git - python/shortlog
python
2000-03-31 Andrew M. KuchlingAdded test case output for pyexpat module
2000-03-31 Andrew M. KuchlingAdded test case for pyexpat module that tries to exerci...
2000-03-31 Andrew M. KuchlingAdded Python interface to Expat XML parser.
2000-03-31 Guido van RossumAdd Python version bump to configure script. (AMK)
2000-03-31 Guido van RossumAdded distutils and distutils/command to LIBSUBDIRS...
2000-03-31 Guido van RossumAdded _sre project to workspace.
2000-03-31 Guido van RossumRemoved three unused variables from the Windows code.
2000-03-31 Guido van RossumAdded the _sre module. It is always on.
2000-03-31 Guido van RossumAdding Fredrik Lundh's _sre.c module and its header...
2000-03-31 Guido van RossumAdded Fredrik Lundh's sre module and its supporting...
2000-03-31 Guido van RossumThomas Heller fixes a typo in an error message.
2000-03-31 Guido van RossumMore names.
2000-03-31 Greg WardAdded code to blow away the pseudo-installation tree...
2000-03-31 Greg WardOops, got a little too enthusiastic deleting code in...
2000-03-31 Greg WardFixed 'make_archive()' to explicitly turn of compressio...
2000-03-31 Greg WardRename 'formats' option to 'format', and remove the...
2000-03-31 Greg WardImport from 'types' module.
2000-03-31 Greg WardTweaked 'get_platform()' to include the first character...
2000-03-31 Greg WardRemoved some old test code: don't set 'plat' when calli...
2000-03-31 Greg WardDon't perpetrate the "_d" hack for naming debugging...
2000-03-31 Greg WardPatch (mostly) from Thomas Heller for building on Windows:
2000-03-31 Greg WardDon't put Python's library directory into the library...
2000-03-31 Guido van RossumAdd back an obscure "feature" to the Obj version of...
2000-03-31 Greg WardAdded 'bdist' and 'bdist_dumb'.
2000-03-31 Guido van RossumA version of FixTk.py that works with the way the insta...
2000-03-31 Greg WardAdded 'get_name()' and 'get_full_name()' methods to...
2000-03-31 Greg WardAdded 'create_tree()'.
2000-03-31 Greg WardAdded DistutilsInternalError.
2000-03-31 Greg WardThe 'bdist_dumb' command, the first worker bee for...
2000-03-31 Greg WardThe 'bdist' command, for creating "built" (binary)...
2000-03-31 Greg WardAdded 'get_inputs()'.
2000-03-31 Greg WardFixed 'get_outputs()' so it actually works.
2000-03-31 Greg WardChanged to use the new 'has_pure_modules()' and 'has_ex...
2000-03-31 Guido van RossumBit of cleanup on the projects.
2000-03-31 Guido van RossumSigh. On Windows, (mode_t)i fails. Assume that there...
2000-03-31 Jeremy Hyltonrename args variable in CALL_FUNCTION to callargs ...
2000-03-31 Guido van RossumMark Hammond: Ooops - even though Win32 handles the...
2000-03-31 Guido van RossumAdded mmap project. (Mark Hammond.)
2000-03-31 Guido van RossumHacked for Win32 by Mark Hammond.
2000-03-31 Guido van RossumImproved test, by Mark Hammond, for Win32.
2000-03-31 Guido van RossumNew version 1.0.4. I'm sure someone mailed me these...
2000-03-31 Guido van RossumNew version 1.0.4. I'm sure someone mailed me these...
2000-03-31 Guido van RossumFix by Eric Raymond: make the code that looks for vario...
2000-03-31 Guido van RossumDon't use the object call interface in Tk 8.0 -- the...
2000-03-31 Guido van RossumOops, the previous patch contained a bug in chmod....
2000-03-31 Guido van RossumTwo robustness patches:
2000-03-31 Guido van RossumCouple more names. We need to add way more names ...
2000-03-31 Guido van RossumChange traceback error message to "most recent call...
2000-03-31 Guido van RossumUse modern PyArg_ParseTuple style, with function names.
2000-03-31 Guido van RossumUse modern PyArg_ParseTuple style, with function names.
2000-03-31 Jeremy Hyltonrobustify UserList constructor -- will now accept any...
2000-03-30 Jeremy HyltonTwo fixes for extended call syntax:
2000-03-30 Guido van RossumAdd linuxaudio module.
2000-03-30 Guido van RossumAudio module for Linux, contributed by Peter Bosch.
2000-03-30 Guido van RossumShow Tcl/Tk version number in _test() and show Unicode...
2000-03-30 Guido van RossumMake it version 1.6a1.
2000-03-30 Guido van RossumSeems there was a version string here that still looked...
2000-03-30 Guido van RossumMark Hammond: ensure the new standard module winreg...
2000-03-30 Jeremy HyltonAdd PyDict_Copy() function to C API for dicts. It...
2000-03-30 Guido van RossumInternal changes.
2000-03-30 Guido van RossumAdded Tcl 8.3.
2000-03-30 Guido van RossumDeleting Python 1.5 project and Wise file.
2000-03-30 Andrew M. KuchlingOutput for simple test case for mmap on Unix; someone...
2000-03-30 Andrew M. KuchlingAdded simple test case for mmap on Unix; someone needs...
2000-03-30 Andrew M. KuchlingAdded mmap module -- map a view of a file into memory...
2000-03-30 Guido van RossumRemoved two files that were added temporarily.
2000-03-30 Guido van RossumBump version to 0.6 for the event of the Python 1.6...
2000-03-30 Greg WardOops: 'build_extensions()' no longer takes an 'extensio...
2000-03-30 Guido van RossumRevamped path access again, by Mark Hammond, to be...
2000-03-30 Guido van RossumMichael Hudson: With the (cool!) new call syntax, the...
2000-03-30 Guido van RossumLawrence Kesteloot noted: Lib/user.py has a comment...
2000-03-29 Fred DrakeChanges from 1.5.2p2, plus fix a couple of errors noted...
2000-03-29 Barry Warsaw__pushtodev(): Ignore transient sunaudiodev.errors...
2000-03-29 Barry Warsaweval_code2(): Oops, in the last checkin, we shouldn...
2000-03-29 Barry Warsaweval_code2(): In the extended calling syntax opcodes...
2000-03-29 Guido van RossumMoved robotparser.py to the Lib directory.
2000-03-29 Greg WardPut the Python "system" include dir last, rather than...
2000-03-29 Greg WardCall 'find_exe()', not '_find_exe()'.
2000-03-29 Greg WardPatch inspired by Bastian Kleineidam <calvin@cs.uni...
2000-03-29 Greg WardChanged 'copy_tree()' so it returns the list of all...
2000-03-29 Greg WardDocumented Bastian's patch.
2000-03-29 Greg WardPatch from Bastian Kleineidam <calvin@cs.uni-sb.de>:
2000-03-29 Greg WardAdded 'make_tarball()' and 'make_zipfile()' functions...
2000-03-29 Greg WardMoved the guts of 'make_tarball()' and 'make_zipfile...
2000-03-29 Greg WardAdded the "distribution query" methods: 'has_pure_modul...
2000-03-29 Greg WardAdded 'build_clib'; replaced 'install_py' and 'install_...
2000-03-29 Greg WardBe sure to run both 'build_py' and 'build_ext', now...
2000-03-29 Greg WardChanged so the sub-commands we rely on to do the real...
2000-03-29 Greg WardUse the new 'has_pure_modules()', 'has_ext_modules...
2000-03-29 Greg WardAdded 'get_outputs()' in prepartion for the 'bdist...
2000-03-29 Greg WardDeleted some crufty comments and code.
2000-03-29 Guido van RossumUpdate for creating and linking with python16.dll.
2000-03-29 Guido van RossumUpdated for Python 1.6 and VC++ 6.0.
2000-03-29 Guido van RossumVersion -> 1.6.
2000-03-29 Guido van RossumChanges to completely ignore the registry when it detec...
2000-03-29 Guido van RossumChange the pragmas to use python16.lib instead of pytho...
2000-03-29 Guido van RossumVersion updated to 1.6; API version to 1009.
2000-03-29 Guido van RossumThe Tcl_Obj patch discussed on the patches list.
2000-03-29 Jeremy Hyltonremove reference (vestigal) to CALL_FUNCTION_STAR
2000-03-29 Jeremy Hyltonremove reference to CALL_FUNCTION_STAR in comment
next