summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add documentation about how the inter-module linking works.Marc-André Lemburg2002-02-251-1/+54
* Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov.Martin v. Löwis2002-02-241-10/+31
* Patch #510825: PTHREAD_SCOPE_SYSTEM support for HP-UXMartin v. Löwis2002-02-242-213/+215
* Accept Unicode strings as SMTP TO addresses. Fixes #521270.Martin v. Löwis2002-02-241-1/+1
* OS/2 EMX port Library and regression test changes:Andrew MacIntyre2002-02-246-15/+446
* tracking changes to python idle:Steven M. Gava2002-02-231-1/+1
* Patch #520483: Make IDLE OutputWindow handle Unicode.Martin v. Löwis2002-02-231-1/+1
* Patch #521714: fix pychecker warnings in ast.py.Martin v. Löwis2002-02-231-124/+124
* Patch #521670: Remove unused sys import.Martin v. Löwis2002-02-231-2/+1
* SF bug #501591: dir() doc is oldTim Peters2002-02-231-9/+22
* Grammar tweak.Greg Ward2002-02-221-1/+1
* Typo: thsi -> this. Closes SF bug #521450.Fred Drake2002-02-221-1/+1
* Create and populate OS/2 EMX port platform specific library directory:Andrew MacIntyre2002-02-225-0/+511
* moved command logging routines into IMAP4 class: thread safe/fasterPiers Lauder2002-02-221-56/+65
* First version which runs an install-script (specified by theThomas Heller2002-02-201-314/+354
* Correct the refcount information for the PyWeakref_GetObject() function.Fred Drake2002-02-201-1/+1
* Somebody made list.__dict__ grow a '__doc__' key, but apparently didn'tTim Peters2002-02-191-0/+1
* SF #515023. Make _DummyThread.join() signature match base class (Thread)Neal Norwitz2002-02-191-1/+1
* SF #515041, Update path for 2.3Neal Norwitz2002-02-191-2/+2
* Allow __doc__ to be of arbitrary type. Patch by James Henstridge,Martin v. Löwis2002-02-181-4/+16
* further work on config systemSteven M. Gava2002-02-182-9/+9
* handle user theme and key set deletionSteven M. Gava2002-02-183-11/+87
* Move some opcodes to top of big eval_frame switch statement. SkipNeil Schemenauer2002-02-171-44/+45
* SF bug #497839: reindent chokes on empty first lines.Tim Peters2002-02-171-0/+4
* Create and populate OS/2 EMX port build directory:Andrew MacIntyre2002-02-1710-0/+3424
* Repair so that importing socket doesn't blow up on platforms that lackTim Peters2002-02-171-7/+12
* Moved the declaration of PySocketSock_Type from socketmodule.h toTim Peters2002-02-172-7/+5
* For readability, switch to tab indents; was using a mix of tab indents,Tim Peters2002-02-171-35/+35
* Patch #508038: Do not use a type as a variable name.Martin v. Löwis2002-02-161-3/+3
* Patch #511193: Implement killpg in posixmodule.Martin v. Löwis2002-02-165-336/+351
* Patch #515598: removed unused import of os.Martin v. Löwis2002-02-161-1/+0
* Remove extraneous variable 'total', as reported by James Rucker.Martin v. Löwis2002-02-161-2/+1
* The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715.Martin v. Löwis2002-02-169-24/+15
* Also fix the comment.Marc-André Lemburg2002-02-161-1/+1
* Fix the name of the header file.Marc-André Lemburg2002-02-161-1/+1
* Break SSL support out of _socket module and place it into a newMarc-André Lemburg2002-02-167-579/+749
* Whitespace normalization.Tim Peters2002-02-164-10/+10
* SF bug #516372: test_thread: unhandled exc. in threadTim Peters2002-02-162-5/+13
* Use the standard expression for the availability statement for alarm().Fred Drake2002-02-151-2/+3
* note that the alarm function is not available on Windows.Skip Montanaro2002-02-151-4/+4
* Added deprecatioon information for mac.xstat().Fred Drake2002-02-151-1/+8
* The "%" character does not need to be escaped in verbatim environments.Fred Drake2002-02-151-3/+3
* Consistently use \textasciicircum to produce a ^ character.Fred Drake2002-02-141-18/+25
* Fix typo.Fred Drake2002-02-141-1/+1
* Use PyModule_AddObject() instead of accessing the module dict directly.Fred Drake2002-02-142-10/+14
* Use PyModule_AddIntConstant() instead of creating a private helper function.Fred Drake2002-02-141-30/+22
* Compute expat -I directives from srcdir. Fixes #517214.Martin v. Löwis2002-02-141-1/+3
* Finish the pyexpat rework for Windows: builders needn't suck down theTim Peters2002-02-132-21/+3
* Simon Budig's patch (posted by me):Michael W. Hudson2002-02-131-0/+3
* Define VERSION in expat.h.Martin v. Löwis2002-02-133-3/+6