| Commit message (Expand) | Author | Age | Files | Lines |
* | New version 1.0.4. I'm sure someone mailed me these patches but I | Guido van Rossum | 2000-03-31 | 1 | -6/+20 |
|
|
* | New version 1.0.4. I'm sure someone mailed me these patches but I | Guido van Rossum | 2000-03-31 | 1 | -14/+33 |
|
|
* | Fix by Eric Raymond: make the code that looks for various bits of | Guido van Rossum | 2000-03-31 | 1 | -15/+30 |
|
|
* | Don't use the object call interface in Tk 8.0 -- the EvalObj* API | Guido van Rossum | 2000-03-31 | 1 | -41/+164 |
|
|
* | Oops, the previous patch contained a bug in chmod. Fixed now. | Guido van Rossum | 2000-03-31 | 1 | -2/+2 |
|
|
* | Two robustness patches: | Guido van Rossum | 2000-03-31 | 1 | -5/+12 |
|
|
* | Couple more names. We need to add way more names -- I'll have to dig | Guido van Rossum | 2000-03-31 | 1 | -0/+21 |
|
|
* | Change traceback error message to "most recent call last" from | Guido van Rossum | 2000-03-31 | 1 | -1/+1 |
|
|
* | Use modern PyArg_ParseTuple style, with function names. | Guido van Rossum | 2000-03-31 | 1 | -8/+8 |
|
|
* | Use modern PyArg_ParseTuple style, with function names. | Guido van Rossum | 2000-03-31 | 1 | -8/+8 |
|
|
* | robustify UserList constructor -- will now accept any sequence | Jeremy Hylton | 2000-03-31 | 2 | -5/+19 |
|
|
* | Two fixes for extended call syntax: | Jeremy Hylton | 2000-03-30 | 3 | -12/+69 |
|
|
* | Add linuxaudio module. | Guido van Rossum | 2000-03-30 | 1 | -0/+5 |
|
|
* | Audio module for Linux, contributed by Peter Bosch. | Guido van Rossum | 2000-03-30 | 1 | -0/+467 |
|
|
* | Show Tcl/Tk version number in _test() and show Unicode test if possible. | Guido van Rossum | 2000-03-30 | 1 | -1/+4 |
|
|
* | Make it version 1.6a1. | Guido van Rossum | 2000-03-30 | 1 | -3/+3 |
|
|
* | Seems there was a version string here that still looked like 1.5.2. | Guido van Rossum | 2000-03-30 | 1 | -2/+2 |
|
|
* | Mark Hammond: ensure the new standard module winreg is installed. | Guido van Rossum | 2000-03-30 | 1 | -0/+5 |
|
|
* | Add PyDict_Copy() function to C API for dicts. It returns a new | Jeremy Hylton | 2000-03-30 | 4 | -2/+25 |
|
|
* | Internal changes. | Guido van Rossum | 2000-03-30 | 1 | -5/+4 |
|
|
* | Added Tcl 8.3. | Guido van Rossum | 2000-03-30 | 1 | -11/+31 |
|
|
* | Deleting Python 1.5 project and Wise file. | Guido van Rossum | 2000-03-30 | 2 | -3120/+0 |
|
|
* | Output for simple test case for mmap on Unix; someone needs to write a | Andrew M. Kuchling | 2000-03-30 | 1 | -0/+0 |
|
|
* | Added simple test case for mmap on Unix; someone needs to write a | Andrew M. Kuchling | 2000-03-30 | 1 | -0/+69 |
|
|
* | Added mmap module -- map a view of a file into memory on Win32 and Unix. | Andrew M. Kuchling | 2000-03-30 | 2 | -1/+849 |
|
|
* | Removed two files that were added temporarily. | Guido van Rossum | 2000-03-30 | 2 | -708/+0 |
|
|
* | Bump version to 0.6 for the event of the Python 1.6 alpha 1 release. | Guido van Rossum | 2000-03-30 | 1 | -1/+1 |
|
|
* | Oops: 'build_extensions()' no longer takes an 'extensions' list. | Greg Ward | 2000-03-30 | 1 | -1/+1 |
|
|
* | Revamped path access again, by Mark Hammond, to be more robust in the | Guido van Rossum | 2000-03-30 | 1 | -91/+193 |
|
|
* | Michael Hudson: With the (cool!) new call syntax, the longest opcode | Guido van Rossum | 2000-03-30 | 1 | -1/+1 |
|
|
* | Lawrence Kesteloot noted: Lib/user.py has a comment that says that the | Guido van Rossum | 2000-03-30 | 1 | -1/+1 |
|
|
* | Changes from 1.5.2p2, plus fix a couple of errors noted by Hernan | Fred Drake | 2000-03-29 | 1 | -5/+11 |
|
|
* | __pushtodev(): Ignore transient sunaudiodev.errors when setting the | Barry Warsaw | 2000-03-29 | 1 | -1/+5 |
|
|
* | eval_code2(): Oops, in the last checkin, we shouldn't check for | Barry Warsaw | 2000-03-29 | 1 | -6/+2 |
|
|
* | eval_code2(): In the extended calling syntax opcodes, you must check | Barry Warsaw | 2000-03-29 | 1 | -0/+8 |
|
|
* | Moved robotparser.py to the Lib directory. | Guido van Rossum | 2000-03-29 | 1 | -97/+0 |
|
|
* | Put the Python "system" include dir last, rather than first. | Greg Ward | 2000-03-29 | 1 | -1/+3 |
|
|
* | Call 'find_exe()', not '_find_exe()'. | Greg Ward | 2000-03-29 | 1 | -3/+3 |
|
|
* | Patch inspired by Bastian Kleineidam <calvin@cs.uni-sb.de>: | Greg Ward | 2000-03-29 | 1 | -12/+7 |
|
|
* | Changed 'copy_tree()' so it returns the list of all files that were copied or | Greg Ward | 2000-03-29 | 1 | -11/+12 |
|
|
* | Documented Bastian's patch. | Greg Ward | 2000-03-29 | 1 | -7/+9 |
|
|
* | Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: | Greg Ward | 2000-03-29 | 1 | -3/+5 |
|
|
* | Added 'make_tarball()' and 'make_zipfile()' functions in preparation | Greg Ward | 2000-03-29 | 1 | -2/+90 |
|
|
* | Moved the guts of 'make_tarball()' and 'make_zipfile()' to distutils.util | Greg Ward | 2000-03-29 | 1 | -53/+4 |
|
|
* | Added the "distribution query" methods: 'has_pure_modules()', | Greg Ward | 2000-03-29 | 1 | -2/+22 |
|
|
* | Added 'build_clib'; replaced 'install_py' and 'install_ext' with 'install_lib'. | Greg Ward | 2000-03-29 | 1 | -2/+2 |
|
|
* | Be sure to run both 'build_py' and 'build_ext', now that this command | Greg Ward | 2000-03-29 | 1 | -5/+47 |
|
|
* | Changed so the sub-commands we rely on to do the real work is specified | Greg Ward | 2000-03-29 | 1 | -4/+24 |
|
|
* | Use the new 'has_pure_modules()', 'has_ext_modules()', 'has_c_libraries()' | Greg Ward | 2000-03-29 | 1 | -3/+3 |
|
|
* | Added 'get_outputs()' in prepartion for the 'bdist' command. | Greg Ward | 2000-03-29 | 1 | -8/+29 |
|
|