summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Adds stand alone _md5 and _sha1 modules for use by hashlib on systemsGregory P. Smith2007-09-094-4/+1102
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-0812-16/+179
* Revert 57722. Move error dialog APIs to msvcrt instead,Martin v. Löwis2007-08-311-19/+0
* Insert "startfile" into posix_methods again; it was accidentiallyThomas Heller2007-08-311-0/+3
* Remove checking redundantly for checks of PyInt and PyLong.Neal Norwitz2007-08-313-8/+8
* Remove curses temp file consistently.Guido van Rossum2007-08-301-0/+6
* Remove the simple slicing API. All slicing is now done with slice objects.Thomas Wouters2007-08-303-152/+7
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-2/+305
* Forbid an empty argument list in execv call.Thomas Heller2007-08-301-0/+5
* Move definition of TZNAME_ENCODING further up.Martin v. Löwis2007-08-301-2/+2
* Implement PYTHONNOERRORWINDOW.Martin v. Löwis2007-08-301-0/+24
* Explicitly convert tzname to Unicode. Fixes #1040.Martin v. Löwis2007-08-301-2/+7
* Use s# instead of t# for nis_match.Martin v. Löwis2007-08-301-1/+1
* Three patches from issue #1047, by Amaury Forgeot d'Arc:Guido van Rossum2007-08-291-0/+54
* Use the correct type for variables corresponding to 'u' formats.Guido van Rossum2007-08-291-1/+1
* Straggler (forgot to save this earlier).Guido van Rossum2007-08-291-2/+1
* Refuse to compute digests from PyUnicode (str) instances.Guido van Rossum2007-08-291-2/+2
* Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() butGuido van Rossum2007-08-291-4/+2
* "Fix" a few places that were using PyObject_AsCharBuffer() to convert a stringGuido van Rossum2007-08-292-3/+9
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-284-258/+776
* Change to use the new buffer API instead of bytes objects for both keys andGregory P. Smith2007-08-281-136/+256
* posix.confname(): enforce that names as str instances.Guido van Rossum2007-08-271-3/+7
* More changes needed to make things work once bytes and str are truly divorced.Guido van Rossum2007-08-271-1/+1
* Fix some refleaks (and format/error checking)Neal Norwitz2007-08-271-9/+13
* Fix warningNeal Norwitz2007-08-271-1/+1
* Tkinter binding involving Control-spacebar raises unicode errorKurt B. Kaiser2007-08-271-2/+8
* Use unicode (hope it's right, I can't test it)Neal Norwitz2007-08-261-5/+5
* Pass PyBUF_CHARACTER instead of PyBUF_SIMPLE to PyObject_GetBuffer().Guido van Rossum2007-08-261-1/+1
* Use unicodeNeal Norwitz2007-08-261-39/+14
* Use unicode (and bytes as appropriate)Neal Norwitz2007-08-261-16/+16
* Fix a couple of warningsNeal Norwitz2007-08-261-1/+1
* Use unicode (and bytes as appropriate)Neal Norwitz2007-08-261-24/+27
* Use unicodeNeal Norwitz2007-08-261-11/+11
* Use unicode and remove support for some uses of str8.Neal Norwitz2007-08-262-11/+14
* Use unicode and remove support for some uses of str8.Neal Norwitz2007-08-262-18/+19
* Use unicodeNeal Norwitz2007-08-261-2/+2
* Use the new buffer api for input data.Gregory P. Smith2007-08-261-27/+79
* Use unicodeNeal Norwitz2007-08-261-5/+5
* Return a boolean for statusNeal Norwitz2007-08-261-4/+4
* Use unicodeNeal Norwitz2007-08-261-8/+8
* Use unicodeNeal Norwitz2007-08-251-5/+5
* Use unicodeNeal Norwitz2007-08-251-3/+3
* Use unicodeNeal Norwitz2007-08-252-6/+6
* Reorder code and decls so it's compilable with gcc 2.96 (C89).Guido van Rossum2007-08-251-1/+2
* Use unicode stringsNeal Norwitz2007-08-251-3/+3
* Whoops, not sure how I screwed up the name. Now builds and passes the test.Neal Norwitz2007-08-251-2/+2
* Use unicode and add a "test" for syslogNeal Norwitz2007-08-251-7/+15
* Use unicode for password modulesNeal Norwitz2007-08-242-4/+4
* Use unicode for reference (is there any way to build this module)Neal Norwitz2007-08-241-1/+1
* Remove PyArg_Parse usage from time module. (An extra set of eyeballs onSkip Montanaro2007-08-241-10/+51