]> granicus.if.org Git - python/shortlog
python
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
2000-03-28 Jeremy Hyltonfix previous checkin
2000-03-28 Jeremy Hyltonadd test cases for Greg Ewing's extended call syntax...
2000-03-28 Jeremy Hyltonslightly modified version of Greg Ewing's extended...
2000-03-28 Guido van RossumFredrik Lundh:
2000-03-28 Guido van RossumFredrik Lundh:
2000-03-28 Just van RossumUpdated NetPresenz URL. Still needs update in the light...
2000-03-28 Just van Rossumadded PythonCGISlave and BuildCGIApplet to the list...
2000-03-28 Guido van RossumMark Hammond: add winreg module as new subproject.
2000-03-28 Guido van RossumMark Hammond: new winreg module; updated dllbase file.
2000-03-28 Guido van RossumMark Hammond: test suite for new winreg module.
2000-03-28 Guido van RossumMarc-Andre Lemburg:
2000-03-28 Guido van RossumPiers Lauder:
2000-03-28 Guido van RossumFix suggested by Magnus Kessler: in class Page, it...
2000-03-28 Guido van RossumPatch by Neil Schemenauer to remove support for Tcl...
2000-03-28 Just van Rossumsmall fix: don't depend on the exact location of Python...
2000-03-28 Just van RossumAdded getaboutmenutext() method. (jvr)
2000-03-28 Just van Rossum- new version of PythonCGISlave
2000-03-28 Guido van RossumMBCS codecs. (Win32 only.) By Mark Hammond.
2000-03-28 Guido van RossumPrototypes added for MBCS codecs. (Win32 only.)
2000-03-28 Guido van RossumTypo fixed by Mark Hammond.
2000-03-28 Guido van RossumMBCS codecs for Windows. Contributed by Mark Hammond.
2000-03-27 Guido van RossumAdd a call to Tcl_FindExecutable(). This was inspired...
2000-03-27 Guido van RossumSkip Montanaro:
next