]> granicus.if.org Git - python/shortlog
python
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:
2000-03-27 Just van Rossummy previous patch didn't give enough events to SIOUX...
2000-03-27 Just van Rossumfixed several event handling buglets, added command...
2000-03-26 Greg WardBeefed up error-handling in 'setup()' a smidge:
2000-03-26 Greg WardDuh, it helps if '_nt_quote_args()' actually returns...
2000-03-26 Greg WardFixed a bunch of screwed-up logic and inconsistent...
2000-03-26 Greg WardAdded 'runtime_library_dirs' parameter to 'link_*(...
2000-03-26 Greg WardAdded 'runtime_library_dirs' parameter to 'link_*(...
2000-03-26 Greg WardAdded 'runtime_library_dirs' parameter to 'link_*(...
2000-03-26 Just van Rossumrealcgitest.py: added import MacOS, it now works again...
2000-03-25 Guido van RossumChristian Tismer:
2000-03-24 Guido van RossumMarc-Andre Lemburg:
2000-03-24 Guido van RossumFix all routines to use PyArg_ParseTuple(), and add...
2000-03-24 Guido van RossumFix the test so that connect() and bind() are called...
2000-03-24 Guido van RossumMarc-Andre Lemburg:
2000-03-24 Guido van RossumRegenerated with test for 'contains'.
2000-03-24 Andrew M. KuchlingFix probable bug; if errno == EINTR, floatsleep() doesn...
2000-03-23 Fred DrakeFrom Sjoerd Mullender <sjoerd@oratrix.nl>:
2000-03-23 Greg WardImport fix.
2000-03-23 Greg WardFixed '_nt_quote_args()': backwards logic reversed...
2000-03-23 Greg WardFixed the class name.
2000-03-22 Jack JansenData of type Point is passed by value, not by reference.
2000-03-22 Greg WardFix small errors in description of Mac, Windows install...
2000-03-22 Greg WardRevised tons of comments to reflect the current state...
2000-03-22 Greg WardRun 'install_lib' instead of 'install_py', and ditch...
2000-03-22 Greg WardRenamed install_py.py to install_lib.py, since it now...
2000-03-22 Greg WardObsolete command -- no longer relevant since we now...
2000-03-22 Greg WardDropped the evil and misguided 'set_peer_option()'...
2000-03-22 Greg WardDropped any notion of allowing the user to specify...
2000-03-22 Greg WardImproved an error message in 'mkpath()'.
2000-03-22 Greg WardRenamed 'install_path' to 'extra_path'.
2000-03-22 Greg WardYet another complete rewrite. Hopefully the *last...
2000-03-22 Greg WardFix how we set 'build_dir' and 'install_dir' options...
2000-03-22 Greg WardTook out what looks like old debugging code that probab...
2000-03-21 Jack JansenAdded UserPane callbacks for HitTest and Tracking....
2000-03-21 Jack JansenAdded a GetControlRect() method to controls which retur...
2000-03-21 Fred DrakeUpdated comment: in PyTypeObject:
2000-03-20 Barry WarsawOn 17-Mar-2000, Marc-Andre Lemburg said:
2000-03-20 Jack JansenStarted on support for callbacks for UserPane controls...
2000-03-18 Greg WardSimplified doc string.
2000-03-18 Greg WardOops! Don't call 'ensure_ready()' in 'Distribution...
next