| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * when given, port should be converted to int | Skip Montanaro | 2002-12-05 | 1 | -1/+3 |
|
|
* | allow optional port specified as part of the hostname, e.g., | Skip Montanaro | 2002-12-05 | 1 | -3/+6 |
|
|
* | Decode untyped strings from UTF-8. | Martin v. Löwis | 2002-12-04 | 1 | -2/+27 |
|
|
* | history update | Andrew MacIntyre | 2002-12-04 | 1 | -1/+2 |
|
|
* | make BSDDB 1.85 module buildable again after BSDDB3 module import | Andrew MacIntyre | 2002-12-04 | 1 | -3/+3 |
|
|
* | reformat for PEP-7 style conformance | Andrew MacIntyre | 2002-12-04 | 1 | -121/+132 |
|
|
* | typo fix: declaration required for VACPP not EMX+gcc | Andrew MacIntyre | 2002-12-04 | 1 | -1/+1 |
|
|
* | Replace BadInternalCall with TypeError. Add a test case. Fix whitespace. | Raymond Hettinger | 2002-12-04 | 2 | -2/+10 |
|
|
* | Added _ssl.lib to the installer too. Restored alphabetical order of | Tim Peters | 2002-12-04 | 2 | -5/+10 |
|
|
* | Rearrange test_socket_ssl so that a skip is expected iff the network | Tim Peters | 2002-12-04 | 3 | -28/+35 |
|
|
* | Explain what's probably a problem unique to Win9x in building _ssl. | Tim Peters | 2002-12-04 | 1 | -0/+27 |
|
|
* | Clarify _ssl instructions. | Tim Peters | 2002-12-04 | 1 | -5/+11 |
|
|
* | Added PEP253 support to most Carbon modules. This isn't complete yet: | Jack Jansen | 2002-12-03 | 43 | -534/+1592 |
|
|
* | Added PEP253 support. | Jack Jansen | 2002-12-03 | 1 | -11/+114 |
|
|
* | Enable Check Module | Kurt B. Kaiser | 2002-12-03 | 1 | -5/+2 |
|
|
* | Fix problem in example code. It's minor in this particular example, | Fred Drake | 2002-12-03 | 1 | -1/+1 |
|
|
* | Don't make all the OpenSSL executables, just the library we need. | Mark Hammond | 2002-12-03 | 1 | -1/+21 |
|
|
* | Add the SSL libraries as dependencies. | Mark Hammond | 2002-12-03 | 1 | -1/+1 |
|
|
* | Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix. | Kurt B. Kaiser | 2002-12-03 | 1 | -17/+11 |
|
|
* | Fix example regular expressions that simulate scanf() constructs. | Fred Drake | 2002-12-03 | 2 | -3/+4 |
|
|
* | Patch #646824: Remove extra \end. | Martin v. Löwis | 2002-12-03 | 1 | -1/+0 |
|
|
* | Bug #647387: corrections to the logging section by Vinay Sanjip | Andrew M. Kuchling | 2002-12-03 | 1 | -6/+8 |
|
|
* | Some more expected skips on OSX. | Guido van Rossum | 2002-12-03 | 1 | -0/+3 |
|
|
* | Lose references to knee (no longer exists) and pyclbr (has its own | Guido van Rossum | 2002-12-03 | 1 | -2/+0 |
|
|
* | Get rid of 1.5.2 compatibility hack. :-) | Guido van Rossum | 2002-12-03 | 2 | -16/+0 |
|
|
* | Adding Python <= 2.2 support back in. | Marc-André Lemburg | 2002-12-03 | 1 | -3/+10 |
|
|
* | Add more sophistication to the comparison between pyclbr output and | Guido van Rossum | 2002-12-03 | 1 | -42/+36 |
|
|
* | Another big update, fixing all known bugs related to nesting functions | Guido van Rossum | 2002-12-03 | 1 | -50/+80 |
|
|
* | Ensure the ssl temp directory exists! | Mark Hammond | 2002-12-03 | 1 | -0/+1 |
|
|
* | _ssl.pyd added for Windows. | Mark Hammond | 2002-12-03 | 1 | -0/+3 |
|
|
* | _ssl.pyd available for Windows. | Mark Hammond | 2002-12-03 | 1 | -0/+3 |
|
|
* | Add _ssl.pyd to the list of files to be installed by Wise. | Mark Hammond | 2002-12-03 | 1 | -0/+5 |
|
|
* | Add _ssl build process for Windows. | Mark Hammond | 2002-12-03 | 5 | -0/+303 |
|
|
* | My MSVC seems to like writing the project names in quotes. Letting it do | Mark Hammond | 2002-12-03 | 1 | -19/+19 |
|
|
* | Avoid semicolon usage in echo. | Martin v. Löwis | 2002-12-02 | 2 | -5/+5 |
|
|
* | Add compile-time errors for unsupported systems. | Martin v. Löwis | 2002-12-02 | 4 | -4/+73 |
|
|
* | In class bsdTableDB, add class variables db and env (set to None) to | Guido van Rossum | 2002-12-02 | 1 | -0/+5 |
|
|
* | Fix typo in except clause (_db should be _bsddb). | Guido van Rossum | 2002-12-02 | 1 | -1/+1 |
|
|
* | Add XXX note about Sleepycat's BSDDB. | Guido van Rossum | 2002-12-02 | 1 | -0/+3 |
|
|
* | Moderately heavy reorganization of pyclbr to fix package-related bugs. | Guido van Rossum | 2002-12-02 | 2 | -67/+99 |
|
|
* | Add a better columnizer to print_topics(). | Guido van Rossum | 2002-12-02 | 1 | -7/+58 |
|
|
* | Require 'largefile' resource for Mac OSX as well. | Guido van Rossum | 2002-12-02 | 1 | -5/+5 |
|
|
* | On Max OSX, try increasing the stack limit to 2048 so test_re and | Guido van Rossum | 2002-12-02 | 1 | -0/+16 |
|
|
* | Remove dead code in get_stack(). | Kurt B. Kaiser | 2002-12-02 | 1 | -31/+23 |
|
|
* | Fix SF # 646578, Documentation Typo | Neal Norwitz | 2002-12-02 | 1 | -1/+1 |
|
|
* | Fix beep. | Kurt B. Kaiser | 2002-12-02 | 1 | -16/+3 |
|
|
* | Remove unused variable | Neal Norwitz | 2002-12-02 | 1 | -1/+1 |
|
|
* | correct wording of comments about old bsddb (now bsddb185) module | Skip Montanaro | 2002-12-02 | 1 | -6/+4 |
|
|
* | - reworked the object unpacking code, now supports new-style objects more | Just van Rossum | 2002-12-01 | 1 | -34/+46 |
|
|
* | The new imp.[gs]et_frozenmodules() will be utterly redundant if the | Just van Rossum | 2002-12-01 | 1 | -1/+2 |
|
|