summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* According to Ron Bickers, and with apparent approval of ChrisGuido van Rossum2000-01-141-1/+1
* - Actually _implemented_ SetFolder()Jack Jansen2000-01-131-3/+27
* Handling of defaultLocation argument was wrong, causing a crash when used. Fi...Jack Jansen2000-01-131-1/+16
* List objects obtained through as_List(resource) are not auto-disposed uponJack Jansen2000-01-132-11/+34
* Get/set sys.path initializer in new appearance way.Jack Jansen2000-01-131-3/+4
* Fix a bug in exec_statement() noted incidentally by Tim Peters inGuido van Rossum2000-01-121-20/+13
* The functions asctime() and mktime() are documented to take a 9-tupleGuido van Rossum2000-01-121-4/+10
* On Linux, one sometimes sees spurious errors after interruptingGuido van Rossum2000-01-121-0/+1
* 'newer_group()' can now deal with missing files, in a way specified byGreg Ward2000-01-091-2/+17
* Abstracted '_fix_link_args()' out of 'link_shared_object()'.Greg Ward2000-01-091-37/+133
* Removed a bunch of irrelevant parameters from 'link_static_lib()' signature.Greg Ward2000-01-091-8/+18
* Typo fix: 'file.warn' should have been 'manifest.warn' in a couple of places.Greg Ward2000-01-091-5/+5
* Two constants were missing.Jack Jansen2000-01-071-0/+2
* Added initializer routine optionally to be used as PEF fragment initializatio...Jack Jansen2000-01-071-0/+34
* The correct RFC to reference is RFC-1521 (MIME part one), not 1421 (PEM).Guido van Rossum2000-01-031-4/+1
* redesign/rebuild around the ImportManager concept.Greg Stein2000-01-031-149/+291
* CW Pro 5.3 projects.Jack Jansen2000-01-0131-0/+0
* setup_confname_table(): Use size_t instead of int for an index whenFred Drake1999-12-301-1/+1
* Nasty error: handle parameters are passed by _address_ to SetControlData.Jack Jansen1999-12-292-2/+2
* Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADINGJack Jansen1999-12-291-1/+1
* Modified for new dll import source organisation by Greg.Jack Jansen1999-12-246-2/+2
* Modified for appearance.Jack Jansen1999-12-241-2/+2
* Oops, forgot & in ParseTuple argument in ControlGetDataHandle.Jack Jansen1999-12-232-2/+2
* skip CVS folders when building the Scripts menu -- jvrJust van Rossum1999-12-231-1/+7
* updated copyright stringJust van Rossum1999-12-231-1/+1
* Implement the other easy thing: repr() of a float now uses %.17g,Guido van Rossum1999-12-231-6/+43
* Added item about specific missing entries in the C API manual.Fred Drake1999-12-231-0/+5
* changed the "method find" algorithm so the function/class/method popup menu a...Just van Rossum1999-12-231-3/+8
* long_format(): Now takes a third parameter, addL; iff true, aFred Drake1999-12-231-9/+19
* Revise tests to support str(<long int object>) not appending "L".Fred Drake1999-12-233-15/+21
* Added a reference to oldPICTbrowse.py.Jack Jansen1999-12-231-1/+3
* Converted to Appearance and using a List control in stead of manually creatin...Jack Jansen1999-12-237-90/+185
* Partially converted to Appearance, the dialog still has the old ugly layout andJack Jansen1999-12-232-15/+17
* Converted to Appearance.Jack Jansen1999-12-232-2/+2
* Unified handle-conversion scheme toJack Jansen1999-12-2310-27/+120
* Adjusted apply() docstring based on comments from Gerrit HollFred Drake1999-12-231-3/+4
* Don't call len() if the value is already cached! Caught by GerritFred Drake1999-12-221-1/+1
* For ZlibError and ZLIB_VERSION, only attempt to add entry to theFred Drake1999-12-221-3/+6
* Cleanup patches from Greg Stein:Guido van Rossum1999-12-2211-75/+64
* Removed a couple of items that got done(!).Fred Drake1999-12-211-17/+11
* Document GetoptError and label error an alias.Fred Drake1999-12-211-2/+9
* Contribution from Gerrit Holl:Guido van Rossum1999-12-211-8/+26
* Document 1.5.2+ aspects of the NotANumber exception. (Note that thisFred Drake1999-12-211-2/+5
* Document that the |mode| parameter to open() is optional and explain howFred Drake1999-12-212-10/+14
* Vladimir Marangozov:Guido van Rossum1999-12-211-1/+1
* Added setargv.obj to the link link.Guido van Rossum1999-12-201-2/+2
* Add dynload_win.c to project.Guido van Rossum1999-12-201-7/+4
* Add HAVE_DYNAMIC_LOADING.Guido van Rossum1999-12-201-0/+4
* For Windows, need to add #include <windows.h>.Guido van Rossum1999-12-201-0/+1
* Fix typo in docstring: wbites -> wbitsAndrew M. Kuchling1999-12-201-1/+1