summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows time_clock(): rewrite to get rid of horrid casting tricks.Tim Peters2002-02-131-12/+10
* Two OSX fixes related to switching Python versions in an existing sourcetree:Jack Jansen2002-02-121-8/+9
* "Generate" from expat.h.in, for 1.95.2.Martin v. Löwis2002-02-121-0/+735
* LOAD_FAST: rearrange branches to favor the expected case, and getTim Peters2002-02-121-10/+7
* Ensure we also build on VC7. Involves replacing largeint.h helper functions ...Mark Hammond2002-02-122-22/+17
* Build using included Expat.Martin v. Löwis2002-02-121-13/+54
* Use included Expat library. Drop support for older expat versions.Martin v. Löwis2002-02-112-199/+24
* Disable usage of Expat's config.h.Martin v. Löwis2002-02-113-0/+6
* Initial revisionMartin v. Löwis2002-02-1117-0/+11093
* Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headersGreg Ward2002-02-111-1/+1
* Remove mentioning of -U option in "python -h" output.Marc-André Lemburg2002-02-111-1/+0
* SF #515020, delete global variables which are used only for temporaryNeal Norwitz2002-02-111-1/+2