summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* The patch from weck does a better job than my original idea. Thanks!Christian Heimes2007-11-201-4/+2
* os.system: on Windows, avoid encoding the command and use the "wide" function...Amaury Forgeot d'Arc2007-11-201-1/+11
* Correct test_cvs on Windows, as suggested by Raghuram DevarakondaAmaury Forgeot d'Arc2007-11-191-1/+11
* Issue1395: Universal mode used to duplicate newlines when using read(1).Amaury Forgeot d'Arc2007-11-191-1/+1
* Make test_cmd_line_scripts pass by using a unicode string instead ofGuido van Rossum2007-11-191-14/+16
* I'm using the xxmodule and xxsubtype to test the msvccompiler on Windows. I'm...Christian Heimes2007-11-181-2/+5
* Merged revisions 59005-59040 via svnmerge fromChristian Heimes2007-11-181-40/+80
* This is roughly socket2.diff from issue 1378, with a few changes appliedGuido van Rossum2007-11-161-61/+71
* Merged revisions 58947-59004 via svnmerge fromGuido van Rossum2007-11-162-182/+92
* Fix for VS 2008Christian Heimes2007-11-151-0/+6
* get SSL support to work againBill Janssen2007-11-151-130/+198
* Replace PyObject_Unicode with PyObject_Str everywhere, and remove theThomas Heller2007-11-156-9/+9
* Fix two compiler warnings on Win64.Thomas Heller2007-11-152-2/+2
* Patch 1144 by David Binger, fix for parser module. With unittest.Guido van Rossum2007-11-151-12/+12
* Added some additional checks for sys.std?? is None, see #1440Christian Heimes2007-11-153-3/+3
* Fix for bug #1442 pythonstartup addition of minor error checkingChristian Heimes2007-11-141-0/+10
* Merged revisions 58939-58946 via svnmerge fromChristian Heimes2007-11-121-35/+41
* Fixed some of the bugs in the readline module. #1425 is still open and severa...Christian Heimes2007-11-111-14/+19
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-101-7/+27
* Issue 1406: use widechar api for os.environ, on Windows.Thomas Heller2007-11-081-3/+65
* Fixed bug #1081: file.seek allows float argumentsChristian Heimes2007-11-081-0/+4
* Change a variable to Py_ssize_t to silence a compiler warning (and because itBrett Cannon2007-11-061-1/+1
* Remove an unused local variable.Brett Cannon2007-11-061-1/+0
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-0631-368/+340
* Merged revisions 58817-58861 via svnmerge fromGuido van Rossum2007-11-051-15/+25
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-0/+4
* Fixes issue1371 and reenables those tests.Gregory P. Smith2007-11-011-1/+15
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-0114-320/+549
* Fixed bug in _fileio.c and test_pep277. On Windows IOError.filename was not s...Christian Heimes2007-10-311-0/+4
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-301-9/+27
* Get the locale and pwd tests working on the Solaris box where thereNeal Norwitz2007-10-272-4/+9
* Try to get this test to pass on Win64 by making clean for ssize_tNeal Norwitz2007-10-271-4/+6
* Get rid of more uses of string and use unicodeNeal Norwitz2007-10-271-4/+1
* Use unicode in more places. Fixes a problem with str8 + str in test.Neal Norwitz2007-10-272-7/+11
* Patch 1330 by Christian Heimes (with some TLC applied by myself).Guido van Rossum2007-10-261-3/+22
* Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),Guido van Rossum2007-10-251-114/+0
* A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s.Thomas Heller2007-10-241-1/+1
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-244-52/+48
* Patch #1314 by Christian Heimes.Guido van Rossum2007-10-231-3/+2
* #1316: remove redundant PyLong_Check calls when PyInt_Check was already called.Georg Brandl2007-10-235-26/+21
* #1061 (mainly by Thomas Wouters): use weak sets for abc caches.Georg Brandl2007-10-231-0/+1
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-221-2/+2
* Issue 1267, continued.Guido van Rossum2007-10-221-1/+8
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* Patch #1272, by Christian Heimes and Alexandre Vassalotti.Guido van Rossum2007-10-153-6/+6
* Fix typo: formats -> format. (Only mattered in wide unicode builds.)Guido van Rossum2007-10-141-1/+1
* Fix some more memory leaks (in error conditions) introduced in r58455.Neal Norwitz2007-10-141-3/+4
* Fix the memory leak introduced in r58455. The buffer referenceAlexandre Vassalotti2007-10-141-1/+4
* Remove the buffer API from PyUnicode as specified by PEP 3137. Also,Alexandre Vassalotti2007-10-142-1/+11
* Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer i...Travis E. Oliphant2007-10-131-6/+6