| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some broken links. | Guido van Rossum | 2000-01-20 | 1 | -3/+3 |
|
|
* | Changes by Trent Mick (of ActiveState) and Dale Nagata to support | Guido van Rossum | 2000-01-20 | 8 | -177/+1718 |
|
|
* | Two patches from Jack Jansen: | Guido van Rossum | 2000-01-20 | 2 | -7/+16 |
|
|
* | EXPERIMENTAL | Jeremy Hylton | 2000-01-20 | 1 | -0/+1063 |
|
|
* | Change two occurrences of type(x) <> types.CodeType into | Guido van Rossum | 2000-01-19 | 1 | -2/+2 |
|
|
* | Made all textfields in message and question boxes minimal height and invisibl... | Jack Jansen | 2000-01-18 | 2 | -0/+10 |
|
|
* | Fix indentation bug. | Greg Ward | 2000-01-17 | 1 | -2/+2 |
|
|
* | Catch OSError from 'spawnv()' in '_spawn_nt()'. | Greg Ward | 2000-01-17 | 1 | -5/+12 |
|
|
* | Removed /GD switch -- currently ignored by MSVC. | Greg Ward | 2000-01-17 | 1 | -1/+1 |
|
|
* | Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded | Greg Ward | 2000-01-17 | 1 | -1/+1 |
|
|
* | Added missing import. | Greg Ward | 2000-01-17 | 1 | -8/+23 |
|
|
* | Added code to use Jim Ahlstrom's zipfile.py module if the external zip | Greg Ward | 2000-01-17 | 1 | -5/+32 |
|
|
* | Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. | Greg Ward | 2000-01-17 | 1 | -5/+2 |
|
|
* | Always run sys.prefix and sys.exec_prefix through 'os.path.normpath()' | Greg Ward | 2000-01-17 | 1 | -4/+4 |
|
|
* | Ditch unneeded imports. | Greg Ward | 2000-01-17 | 1 | -1/+0 |
|
|
* | Fix by Nick Russo in processing of timezone in test program; the | Guido van Rossum | 2000-01-17 | 1 | -2/+4 |
|
|
* | According to Ron Bickers, and with apparent approval of Chris | Guido van Rossum | 2000-01-14 | 1 | -1/+1 |
|
|
* | - Actually _implemented_ SetFolder() | Jack Jansen | 2000-01-13 | 1 | -3/+27 |
|
|
* | Handling of defaultLocation argument was wrong, causing a crash when used. Fi... | Jack Jansen | 2000-01-13 | 1 | -1/+16 |
|
|
* | List objects obtained through as_List(resource) are not auto-disposed upon | Jack Jansen | 2000-01-13 | 2 | -11/+34 |
|
|
* | Get/set sys.path initializer in new appearance way. | Jack Jansen | 2000-01-13 | 1 | -3/+4 |
|
|
* | Fix a bug in exec_statement() noted incidentally by Tim Peters in | Guido van Rossum | 2000-01-12 | 1 | -20/+13 |
|
|
* | The functions asctime() and mktime() are documented to take a 9-tuple | Guido van Rossum | 2000-01-12 | 1 | -4/+10 |
|
|
* | On Linux, one sometimes sees spurious errors after interrupting | Guido van Rossum | 2000-01-12 | 1 | -0/+1 |
|
|
* | 'newer_group()' can now deal with missing files, in a way specified by | Greg Ward | 2000-01-09 | 1 | -2/+17 |
|
|
* | Abstracted '_fix_link_args()' out of 'link_shared_object()'. | Greg Ward | 2000-01-09 | 1 | -37/+133 |
|
|
* | Removed a bunch of irrelevant parameters from 'link_static_lib()' signature. | Greg Ward | 2000-01-09 | 1 | -8/+18 |
|
|
* | Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places. | Greg Ward | 2000-01-09 | 1 | -5/+5 |
|
|
* | Two constants were missing. | Jack Jansen | 2000-01-07 | 1 | -0/+2 |
|
|
* | Added initializer routine optionally to be used as PEF fragment initializatio... | Jack Jansen | 2000-01-07 | 1 | -0/+34 |
|
|
* | The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM). | Guido van Rossum | 2000-01-03 | 1 | -4/+1 |
|
|
* | redesign/rebuild around the ImportManager concept. | Greg Stein | 2000-01-03 | 1 | -149/+291 |
|
|
* | CW Pro 5.3 projects. | Jack Jansen | 2000-01-01 | 31 | -0/+0 |
|
|
* | setup_confname_table(): Use size_t instead of int for an index when | Fred Drake | 1999-12-30 | 1 | -1/+1 |
|
|
* | Nasty error: handle parameters are passed by _address_ to SetControlData. | Jack Jansen | 1999-12-29 | 2 | -2/+2 |
|
|
* | Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING | Jack Jansen | 1999-12-29 | 1 | -1/+1 |
|
|
* | Modified for new dll import source organisation by Greg. | Jack Jansen | 1999-12-24 | 6 | -2/+2 |
|
|
* | Modified for appearance. | Jack Jansen | 1999-12-24 | 1 | -2/+2 |
|
|
* | Oops, forgot & in ParseTuple argument in ControlGetDataHandle. | Jack Jansen | 1999-12-23 | 2 | -2/+2 |
|
|
* | skip CVS folders when building the Scripts menu -- jvr | Just van Rossum | 1999-12-23 | 1 | -1/+7 |
|
|
* | updated copyright string | Just van Rossum | 1999-12-23 | 1 | -1/+1 |
|
|
* | Implement the other easy thing: repr() of a float now uses %.17g, | Guido van Rossum | 1999-12-23 | 1 | -6/+43 |
|
|
* | Added item about specific missing entries in the C API manual. | Fred Drake | 1999-12-23 | 1 | -0/+5 |
|
|
* | changed the "method find" algorithm so the function/class/method popup menu a... | Just van Rossum | 1999-12-23 | 1 | -3/+8 |
|
|
* | long_format(): Now takes a third parameter, addL; iff true, a | Fred Drake | 1999-12-23 | 1 | -9/+19 |
|
|
* | Revise tests to support str(<long int object>) not appending "L". | Fred Drake | 1999-12-23 | 3 | -15/+21 |
|
|
* | Added a reference to oldPICTbrowse.py. | Jack Jansen | 1999-12-23 | 1 | -1/+3 |
|
|
* | Converted to Appearance and using a List control in stead of manually creatin... | Jack Jansen | 1999-12-23 | 7 | -90/+185 |
|
|
* | Partially converted to Appearance, the dialog still has the old ugly layout and | Jack Jansen | 1999-12-23 | 2 | -15/+17 |
|
|
* | Converted to Appearance. | Jack Jansen | 1999-12-23 | 2 | -2/+2 |
|
|