| Commit message (Expand) | Author | Age | Files | Lines |
* | Create and populate OS/2 EMX port platform specific library directory: | Andrew MacIntyre | 2002-02-22 | 5 | -0/+511 |
|
|
* | moved command logging routines into IMAP4 class: thread safe/faster | Piers Lauder | 2002-02-22 | 1 | -56/+65 |
|
|
* | First version which runs an install-script (specified by the | Thomas Heller | 2002-02-20 | 1 | -314/+354 |
|
|
* | Correct the refcount information for the PyWeakref_GetObject() function. | Fred Drake | 2002-02-20 | 1 | -1/+1 |
|
|
* | Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't | Tim Peters | 2002-02-19 | 1 | -0/+1 |
|
|
* | SF #515023. Make _DummyThread.join() signature match base class (Thread) | Neal Norwitz | 2002-02-19 | 1 | -1/+1 |
|
|
* | SF #515041, Update path for 2.3 | Neal Norwitz | 2002-02-19 | 1 | -2/+2 |
|
|
* | Allow __doc__ to be of arbitrary type. Patch by James Henstridge, | Martin v. Löwis | 2002-02-18 | 1 | -4/+16 |
|
|
* | further work on config system | Steven M. Gava | 2002-02-18 | 2 | -9/+9 |
|
|
* | handle user theme and key set deletion | Steven M. Gava | 2002-02-18 | 3 | -11/+87 |
|
|
* | Move some opcodes to top of big eval_frame switch statement. Skip | Neil Schemenauer | 2002-02-17 | 1 | -44/+45 |
|
|
* | SF bug #497839: reindent chokes on empty first lines. | Tim Peters | 2002-02-17 | 1 | -0/+4 |
|
|
* | Create and populate OS/2 EMX port build directory: | Andrew MacIntyre | 2002-02-17 | 10 | -0/+3424 |
|
|
* | Repair so that importing socket doesn't blow up on platforms that lack | Tim Peters | 2002-02-17 | 1 | -7/+12 |
|
|
* | Moved the declaration of PySocketSock_Type from socketmodule.h to | Tim Peters | 2002-02-17 | 2 | -7/+5 |
|
|
* | For readability, switch to tab indents; was using a mix of tab indents, | Tim Peters | 2002-02-17 | 1 | -35/+35 |
|
|
* | Patch #508038: Do not use a type as a variable name. | Martin v. Löwis | 2002-02-16 | 1 | -3/+3 |
|
|
* | Patch #511193: Implement killpg in posixmodule. | Martin v. Löwis | 2002-02-16 | 5 | -336/+351 |
|
|
* | Patch #515598: removed unused import of os. | Martin v. Löwis | 2002-02-16 | 1 | -1/+0 |
|
|
* | Remove extraneous variable 'total', as reported by James Rucker. | Martin v. Löwis | 2002-02-16 | 1 | -2/+1 |
|
|
* | The Grande 'sendall()' patch, copied from release21-maint. Fixes #516715. | Martin v. Löwis | 2002-02-16 | 9 | -24/+15 |
|
|
* | Also fix the comment. | Marc-André Lemburg | 2002-02-16 | 1 | -1/+1 |
|
|
* | Fix the name of the header file. | Marc-André Lemburg | 2002-02-16 | 1 | -1/+1 |
|
|
* | Break SSL support out of _socket module and place it into a new | Marc-André Lemburg | 2002-02-16 | 7 | -579/+749 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-02-16 | 4 | -10/+10 |
|
|
* | SF bug #516372: test_thread: unhandled exc. in thread | Tim Peters | 2002-02-16 | 2 | -5/+13 |
|
|
* | Use the standard expression for the availability statement for alarm(). | Fred Drake | 2002-02-15 | 1 | -2/+3 |
|
|
* | note that the alarm function is not available on Windows. | Skip Montanaro | 2002-02-15 | 1 | -4/+4 |
|
|
* | Added deprecatioon information for mac.xstat(). | Fred Drake | 2002-02-15 | 1 | -1/+8 |
|
|
* | The "%" character does not need to be escaped in verbatim environments. | Fred Drake | 2002-02-15 | 1 | -3/+3 |
|
|
* | Consistently use \textasciicircum to produce a ^ character. | Fred Drake | 2002-02-14 | 1 | -18/+25 |
|
|
* | Fix typo. | Fred Drake | 2002-02-14 | 1 | -1/+1 |
|
|
* | Use PyModule_AddObject() instead of accessing the module dict directly. | Fred Drake | 2002-02-14 | 2 | -10/+14 |
|
|
* | Use PyModule_AddIntConstant() instead of creating a private helper function. | Fred Drake | 2002-02-14 | 1 | -30/+22 |
|
|
* | Compute expat -I directives from srcdir. Fixes #517214. | Martin v. Löwis | 2002-02-14 | 1 | -1/+3 |
|
|
* | Finish the pyexpat rework for Windows: builders needn't suck down the | Tim Peters | 2002-02-13 | 2 | -21/+3 |
|
|
* | Simon Budig's patch (posted by me): | Michael W. Hudson | 2002-02-13 | 1 | -0/+3 |
|
|
* | Define VERSION in expat.h. | Martin v. Löwis | 2002-02-13 | 3 | -3/+6 |
|
|
* | Windows time_clock(): rewrite to get rid of horrid casting tricks. | Tim Peters | 2002-02-13 | 1 | -12/+10 |
|
|
* | Two OSX fixes related to switching Python versions in an existing sourcetree: | Jack Jansen | 2002-02-12 | 1 | -8/+9 |
|
|
* | "Generate" from expat.h.in, for 1.95.2. | Martin v. Löwis | 2002-02-12 | 1 | -0/+735 |
|
|
* | LOAD_FAST: rearrange branches to favor the expected case, and get | Tim Peters | 2002-02-12 | 1 | -10/+7 |
|
|
* | Ensure we also build on VC7. Involves replacing largeint.h helper functions ... | Mark Hammond | 2002-02-12 | 2 | -22/+17 |
|
|
* | Build using included Expat. | Martin v. Löwis | 2002-02-12 | 1 | -13/+54 |
|
|
* | Use included Expat library. Drop support for older expat versions. | Martin v. Löwis | 2002-02-11 | 2 | -199/+24 |
|
|
* | Disable usage of Expat's config.h. | Martin v. Löwis | 2002-02-11 | 3 | -0/+6 |
|
|
* | Initial revision | Martin v. Löwis | 2002-02-11 | 17 | -0/+11093 |
|
|
* | Fix bug #511786 (2.2.1 candidate): ensure that custom-supplied headers | Greg Ward | 2002-02-11 | 1 | -1/+1 |
|
|
* | Remove mentioning of -U option in "python -h" output. | Marc-André Lemburg | 2002-02-11 | 1 | -1/+0 |
|
|
* | SF #515020, delete global variables which are used only for temporary | Neal Norwitz | 2002-02-11 | 1 | -1/+2 |
|
|