| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | SF #515005, change "1 + ''" (which pychecker warns about being invalid) | Neal Norwitz | 2002-02-11 | 1 | -2/+2 |
|
|
* | SF #515022 remove unused variable | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
|
|
* | SF #515009, delete global variable that was apparently used only | Neal Norwitz | 2002-02-11 | 1 | -0/+1 |
|
|
* | SF #515018, delete global variable that was apparently used only | Neal Norwitz | 2002-02-11 | 1 | -0/+1 |
|
|
* | SF #515026, delete global variable that was apparently used only | Neal Norwitz | 2002-02-11 | 1 | -0/+1 |
|
|
* | SF #515024 remove unused variable | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
|
|
* | SF #515021, print the refused list to the DEBUGSTREAM, so the parameter is used | Neal Norwitz | 2002-02-11 | 1 | -2/+2 |
|
|
* | SF #515012, cleanup: remove unused variable | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
|
|
* | SF #515011, cleanup: remove "or 0" condition | Neal Norwitz | 2002-02-11 | 1 | -2/+1 |
|
|
* | SF #515006, remove unnecessary import | Neal Norwitz | 2002-02-11 | 1 | -1/+0 |
|
|
* | SF #515004 cleanup | Neal Norwitz | 2002-02-11 | 1 | -4/+2 |
|
|
* | SF #515000, print result of f.tell() in test() instead of ignoring | Neal Norwitz | 2002-02-11 | 1 | -1/+1 |
|
|
* | Corrected import behaviour for codecs which live outside the encodings | Marc-André Lemburg | 2002-02-11 | 2 | -17/+12 |
|
|
* | Regenerate configure script | Andrew M. Kuchling | 2002-02-11 | 1 | -324/+335 |
|
|
* | Bump version number to 2.3 | Andrew M. Kuchling | 2002-02-11 | 1 | -1/+1 |
|
|
* | Removed a spurious }. (How did it get there in the first place??) | Jack Jansen | 2002-02-11 | 1 | -2/+0 |
|
|
* | on MacOSX/Darwin, use ranlib when building static libs. | Just van Rossum | 2002-02-11 | 1 | -1/+4 |
|
|
* | improvement to keybinding re-use check | Steven M. Gava | 2002-02-11 | 4 | -86/+80 |
|
|
* | base GetHighlight on GetThemeDict for better defaults | Steven M. Gava | 2002-02-11 | 2 | -20/+9 |
|
|