summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed so the Res.Resource() accepts either another resource, a stringJack Jansen2002-12-053-66/+129
* Fixed typo.Jack Jansen2002-12-051-1/+1
* The final tweaks before closingMichael W. Hudson2002-12-052-20/+27
* add logmerge.py (pydoc is already installed)Skip Montanaro2002-12-051-0/+1
* Patch #649060: Cygwin bz2module patchJason Tishler2002-12-051-14/+29
* Patch #648998: test_commands ACL patchJason Tishler2002-12-051-0/+1
* Add a Cygwin skip mentioned by Jason Tishler.Tim Peters2002-12-051-1/+1
* Patch #551977: Regression exceptions for cygwinJason Tishler2002-12-051-0/+22
* simple setup.py to install some interesting scripts in $(prefix)/bin.Skip Montanaro2002-12-051-0/+16
* * when given, port should be converted to intSkip Montanaro2002-12-051-1/+3
* allow optional port specified as part of the hostname, e.g.,Skip Montanaro2002-12-051-3/+6
* Decode untyped strings from UTF-8.Martin v. Löwis2002-12-041-2/+27
* history updateAndrew MacIntyre2002-12-041-1/+2
* make BSDDB 1.85 module buildable again after BSDDB3 module importAndrew MacIntyre2002-12-041-3/+3
* reformat for PEP-7 style conformanceAndrew MacIntyre2002-12-041-121/+132
* typo fix: declaration required for VACPP not EMX+gccAndrew MacIntyre2002-12-041-1/+1
* Replace BadInternalCall with TypeError. Add a test case. Fix whitespace.Raymond Hettinger2002-12-042-2/+10
* Added _ssl.lib to the installer too. Restored alphabetical order ofTim Peters2002-12-042-5/+10
* Rearrange test_socket_ssl so that a skip is expected iff the networkTim Peters2002-12-043-28/+35
* Explain what's probably a problem unique to Win9x in building _ssl.Tim Peters2002-12-041-0/+27
* Clarify _ssl instructions.Tim Peters2002-12-041-5/+11
* Added PEP253 support to most Carbon modules. This isn't complete yet:Jack Jansen2002-12-0343-534/+1592
* Added PEP253 support.Jack Jansen2002-12-031-11/+114
* Enable Check ModuleKurt B. Kaiser2002-12-031-5/+2
* Fix problem in example code. It's minor in this particular example,Fred Drake2002-12-031-1/+1
* Don't make all the OpenSSL executables, just the library we need.Mark Hammond2002-12-031-1/+21
* Add the SSL libraries as dependencies.Mark Hammond2002-12-031-1/+1
* Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix.Kurt B. Kaiser2002-12-031-17/+11
* Fix example regular expressions that simulate scanf() constructs.Fred Drake2002-12-032-3/+4
* Patch #646824: Remove extra \end.Martin v. Löwis2002-12-031-1/+0
* Bug #647387: corrections to the logging section by Vinay SanjipAndrew M. Kuchling2002-12-031-6/+8
* Some more expected skips on OSX.Guido van Rossum2002-12-031-0/+3
* Lose references to knee (no longer exists) and pyclbr (has its ownGuido van Rossum2002-12-031-2/+0
* Get rid of 1.5.2 compatibility hack. :-)Guido van Rossum2002-12-032-16/+0
* Adding Python <= 2.2 support back in.Marc-André Lemburg2002-12-031-3/+10
* Add more sophistication to the comparison between pyclbr output andGuido van Rossum2002-12-031-42/+36
* Another big update, fixing all known bugs related to nesting functionsGuido van Rossum2002-12-031-50/+80
* Ensure the ssl temp directory exists!Mark Hammond2002-12-031-0/+1
* _ssl.pyd added for Windows.Mark Hammond2002-12-031-0/+3
* _ssl.pyd available for Windows.Mark Hammond2002-12-031-0/+3
* Add _ssl.pyd to the list of files to be installed by Wise.Mark Hammond2002-12-031-0/+5
* Add _ssl build process for Windows.Mark Hammond2002-12-035-0/+303
* My MSVC seems to like writing the project names in quotes. Letting it doMark Hammond2002-12-031-19/+19
* Avoid semicolon usage in echo.Martin v. Löwis2002-12-022-5/+5
* Add compile-time errors for unsupported systems.Martin v. Löwis2002-12-024-4/+73
* In class bsdTableDB, add class variables db and env (set to None) toGuido van Rossum2002-12-021-0/+5
* Fix typo in except clause (_db should be _bsddb).Guido van Rossum2002-12-021-1/+1
* Add XXX note about Sleepycat's BSDDB.Guido van Rossum2002-12-021-0/+3
* Moderately heavy reorganization of pyclbr to fix package-related bugs.Guido van Rossum2002-12-022-67/+99
* Add a better columnizer to print_topics().Guido van Rossum2002-12-021-7/+58