summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added 'get_name()' and 'get_full_name()' methods to Distribution.Greg Ward2000-03-311-2/+16
* Added 'create_tree()'.Greg Ward2000-03-311-25/+135
* Added DistutilsInternalError.Greg Ward2000-03-311-0/+6
* The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This isGreg Ward2000-03-311-0/+131
* The 'bdist' command, for creating "built" (binary) distributions.Greg Ward2000-03-311-0/+70
* Added 'get_inputs()'.Greg Ward2000-03-311-0/+20
* Fixed 'get_outputs()' so it actually works.Greg Ward2000-03-311-4/+16
* Changed to use the new 'has_pure_modules()' and 'has_ext_modules()' methodsGreg Ward2000-03-311-52/+19
* Bit of cleanup on the projects.Guido van Rossum2000-03-314-73/+54
* Sigh. On Windows, (mode_t)i fails. Assume that there's a prototypeGuido van Rossum2000-03-311-1/+1
* rename args variable in CALL_FUNCTION to callargs (avoids nameJeremy Hylton2000-03-311-8/+11
* Mark Hammond: Ooops - even though Win32 handles the same args, thereGuido van Rossum2000-03-311-4/+1
* Added mmap project. (Mark Hammond.)Guido van Rossum2000-03-312-0/+109
* Hacked for Win32 by Mark Hammond.Guido van Rossum2000-03-311-542/+569
* Improved test, by Mark Hammond, for Win32.Guido van Rossum2000-03-311-11/+10
* New version 1.0.4. I'm sure someone mailed me these patches but IGuido van Rossum2000-03-311-6/+20
* New version 1.0.4. I'm sure someone mailed me these patches but IGuido van Rossum2000-03-311-14/+33
* Fix by Eric Raymond: make the code that looks for various bits ofGuido van Rossum2000-03-311-15/+30
* Don't use the object call interface in Tk 8.0 -- the EvalObj* APIGuido van Rossum2000-03-311-41/+164
* Oops, the previous patch contained a bug in chmod. Fixed now.Guido van Rossum2000-03-311-2/+2
* Two robustness patches:Guido van Rossum2000-03-311-5/+12
* Couple more names. We need to add way more names -- I'll have to digGuido van Rossum2000-03-311-0/+21
* Change traceback error message to "most recent call last" fromGuido van Rossum2000-03-311-1/+1
* Use modern PyArg_ParseTuple style, with function names.Guido van Rossum2000-03-311-8/+8
* Use modern PyArg_ParseTuple style, with function names.Guido van Rossum2000-03-311-8/+8
* robustify UserList constructor -- will now accept any sequenceJeremy Hylton2000-03-312-5/+19
* Two fixes for extended call syntax:Jeremy Hylton2000-03-303-12/+69
* Add linuxaudio module.Guido van Rossum2000-03-301-0/+5
* Audio module for Linux, contributed by Peter Bosch.Guido van Rossum2000-03-301-0/+467
* Show Tcl/Tk version number in _test() and show Unicode test if possible.Guido van Rossum2000-03-301-1/+4
* Make it version 1.6a1.Guido van Rossum2000-03-301-3/+3
* Seems there was a version string here that still looked like 1.5.2.Guido van Rossum2000-03-301-2/+2
* Mark Hammond: ensure the new standard module winreg is installed.Guido van Rossum2000-03-301-0/+5
* Add PyDict_Copy() function to C API for dicts. It returns a newJeremy Hylton2000-03-304-2/+25
* Internal changes.Guido van Rossum2000-03-301-5/+4
* Added Tcl 8.3.Guido van Rossum2000-03-301-11/+31
* Deleting Python 1.5 project and Wise file.Guido van Rossum2000-03-302-3120/+0
* Output for simple test case for mmap on Unix; someone needs to write aAndrew M. Kuchling2000-03-301-0/+0
* Added simple test case for mmap on Unix; someone needs to write aAndrew M. Kuchling2000-03-301-0/+69
* Added mmap module -- map a view of a file into memory on Win32 and Unix.Andrew M. Kuchling2000-03-302-1/+849
* Removed two files that were added temporarily.Guido van Rossum2000-03-302-708/+0
* Bump version to 0.6 for the event of the Python 1.6 alpha 1 release.Guido van Rossum2000-03-301-1/+1
* Oops: 'build_extensions()' no longer takes an 'extensions' list.Greg Ward2000-03-301-1/+1
* Revamped path access again, by Mark Hammond, to be more robust in theGuido van Rossum2000-03-301-91/+193
* Michael Hudson: With the (cool!) new call syntax, the longest opcodeGuido van Rossum2000-03-301-1/+1
* Lawrence Kesteloot noted: Lib/user.py has a comment that says that theGuido van Rossum2000-03-301-1/+1
* Changes from 1.5.2p2, plus fix a couple of errors noted by HernanFred Drake2000-03-291-5/+11
* __pushtodev(): Ignore transient sunaudiodev.errors when setting theBarry Warsaw2000-03-291-1/+5
* eval_code2(): Oops, in the last checkin, we shouldn't check forBarry Warsaw2000-03-291-6/+2
* eval_code2(): In the extended calling syntax opcodes, you must checkBarry Warsaw2000-03-291-0/+8