summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fredrik Lundh:Guido van Rossum2000-03-287-9/+9
* Fredrik Lundh:Guido van Rossum2000-03-281-10/+21
* Mark Hammond: test suite for new winreg module.Guido van Rossum2000-03-282-0/+151
* Marc-Andre Lemburg:Guido van Rossum2000-03-285-47/+54
* Piers Lauder:Guido van Rossum2000-03-281-26/+49
* MBCS codecs for Windows. Contributed by Mark Hammond.Guido van Rossum2000-03-281-0/+37
* Skip Montanaro:Guido van Rossum2000-03-271-17/+17
* Beefed up error-handling in 'setup()' a smidge:Greg Ward2000-03-261-1/+3
* Duh, it helps if '_nt_quote_args()' actually returns the mutated list,Greg Ward2000-03-261-1/+1
* Fixed a bunch of screwed-up logic and inconsistent terminology.Greg Ward2000-03-261-19/+33
* Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn thatGreg Ward2000-03-261-6/+11
* Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed toGreg Ward2000-03-261-9/+13
* Added 'runtime_library_dirs' parameter to 'link_*()' methods.Greg Ward2000-03-261-28/+43
* Marc-Andre Lemburg:Guido van Rossum2000-03-243-2/+31
* Fix the test so that connect() and bind() are called with a singleGuido van Rossum2000-03-241-2/+2
* Regenerated with test for 'contains'.Guido van Rossum2000-03-241-0/+1
* Import fix.Greg Ward2000-03-231-1/+1
* Fixed '_nt_quote_args()': backwards logic reversed, and now it actuallyGreg Ward2000-03-231-2/+2
* Fixed the class name.Greg Ward2000-03-231-1/+1
* Revised tons of comments to reflect the current state of affairs better.Greg Ward2000-03-221-72/+39
* Run 'install_lib' instead of 'install_py', and ditch 'install_ext'Greg Ward2000-03-221-13/+4
* Renamed install_py.py to install_lib.py, since it now handles installing allGreg Ward2000-03-221-76/+0
* Obsolete command -- no longer relevant since we now build all modules, pureGreg Ward2000-03-221-43/+0
* Dropped the evil and misguided 'set_peer_option()' method -- it's noGreg Ward2000-03-221-20/+0
* Dropped any notion of allowing the user to specify the build directories:Greg Ward2000-03-221-13/+10
* Improved an error message in 'mkpath()'.Greg Ward2000-03-221-7/+47
* Renamed 'install_path' to 'extra_path'.Greg Ward2000-03-221-2/+6
* Yet another complete rewrite. Hopefully the *last* complete rewrite ofGreg Ward2000-03-221-129/+299
* Fix how we set 'build_dir' and 'install_dir' options from 'install' options --Greg Ward2000-03-221-2/+2
* Took out what looks like old debugging code that probably should neverGreg Ward2000-03-221-2/+1
* On 17-Mar-2000, Marc-Andre Lemburg said:Barry Warsaw2000-03-203-3/+5
* Simplified doc string.Greg Ward2000-03-181-11/+2
* Oops! Don't call 'ensure_ready()' in 'Distribution.find_command_obj()' --Greg Ward2000-03-181-2/+3
* Tweaked all over:Greg Ward2000-03-181-9/+29
* Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-181-16/+2
* Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: added 'remove_tree()'.Greg Ward2000-03-181-1/+20
* Contribution from Bastian Kleineidam <calvin@cs.uni-sb.de>:Greg Ward2000-03-181-0/+44
* In 'finalize_options()': if 'self.libs' is a string, make it a singleton list.Greg Ward2000-03-181-0/+3
* Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath'Greg Ward2000-03-183-4/+20
* Oops, another in the same file; I should read the mail fully beforeFred Drake2000-03-171-1/+1
* "intput" --> "input" (in docstring); noted by Detlef LannertFred Drake2000-03-171-1/+1
* complete rewriteJeremy Hylton2000-03-162-800/+831
* simplify visitor walker classJeremy Hylton2000-03-161-32/+22
* fix list.append problemsJeremy Hylton2000-03-161-3/+3
* change name of Set method: items -> elements (avoids confusion withJeremy Hylton2000-03-161-1/+1
* Marc-Andre Lemburg: Add tests for mixed use of char in string.Guido van Rossum2000-03-131-0/+13
* Marc-Andre Lemburg: test script for Unicode implementation.Guido van Rossum2000-03-103-10/+338
* Marc-Andre Lemburg: the maxsplit argument for split() and replace()Guido van Rossum2000-03-101-4/+4
* Module codecs -- Python Codec Registry, API and helpers. Written byGuido van Rossum2000-03-101-0/+414
* Marc-Andre Lemburg: support pickling Unicode objects, both in textGuido van Rossum2000-03-101-0/+28