summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on WindowsGeorg Brandl2005-08-263-9/+19
* typoGeorg Brandl2005-08-261-1/+1
* Disallow keyword arguments for type constructors that don't use them.Georg Brandl2005-08-2613-13/+100
* bug [ 1248199 ] shelve .sync operation not documentedGeorg Brandl2005-08-251-0/+8
* bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-4/+11
* bug [ 1262320 ] minidom.py alternate newl support is brokenGeorg Brandl2005-08-251-6/+6
* bug [ 1261229 ] __new__ is class methodGeorg Brandl2005-08-251-1/+1
* Minor spelling nit.Georg Brandl2005-08-251-1/+1
* Correcting my last BZ2 entry. Adding one for #1215928.Georg Brandl2005-08-251-3/+5
* Once upon a time, I used to know TeX...Georg Brandl2005-08-251-3/+3
* Make IDNA return an empty string when the input is empty. Fixes #1163178.Martin v. Löwis2005-08-253-0/+14
* Correct test suite for #848017.Georg Brandl2005-08-252-4/+5
* Patch #1160164: Use ReleaseItanium for zlib build.Martin v. Löwis2005-08-252-2/+5
* patch #848017: make Cookie more RFC-compliant.Georg Brandl2005-08-243-45/+45
* Bug #735248: Fix urllib2.parse_http_list.Georg Brandl2005-08-242-39/+44
* Add findnocoding.py and pysource.py.Georg Brandl2005-08-241-0/+2
* Bug 1016563: Bug in urllib2 proxy authGeorg Brandl2005-08-241-1/+1
* Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnldGeorg Brandl2005-08-243-2/+48
* Patch [ 784089 ] A program to scan python files and list those require codingGeorg Brandl2005-08-243-0/+241
* Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.Martin v. Löwis2005-08-242-1/+3
* Correct names of sha modules.Raymond Hettinger2005-08-241-2/+2
* patch [ 1141428 ] more __contains__ testsGeorg Brandl2005-08-242-2/+29
* [ 1113421 ] New tutorial tests in test_generators.pyGeorg Brandl2005-08-241-0/+78
* Forward UnicodeDecodeError into SyntaxError for source encoding errors.Martin v. Löwis2005-08-242-5/+9
* Return complete lines from codec stream readersMartin v. Löwis2005-08-243-4/+26
* bug [ 1192315 ] 'clear -1' in pdbGeorg Brandl2005-08-242-1/+6
* bug [ 1190204 ] 3.29 site is confusing re site-packages on WindowsGeorg Brandl2005-08-242-2/+4
* bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOMEGeorg Brandl2005-08-242-8/+18
* bug [ 728515 ] mmap's resize method resizes the file in win32 but not unixGeorg Brandl2005-08-244-1/+23
* SF bug #1100368: Wrong "type()" syntax in docsRaymond Hettinger2005-08-241-17/+21
* Revert previous checkin.Martin v. Löwis2005-08-242-9/+20
* Patch #1262036: Make tarfile name absolute. Fixes #1257255.Martin v. Löwis2005-08-242-20/+9
* Update the PC configuration and project files for sha256 and sha512.Raymond Hettinger2005-08-243-4/+70
* * Add a fast equality check path for frozensets where the hash value hasRaymond Hettinger2005-08-241-5/+8
* Remove the C99 "ULL" suffix from the 64bit unsigned long constants.Gregory P. Smith2005-08-231-99/+99
* Add a check for the OpenSSL version number to conditionally compileGregory P. Smith2005-08-231-11/+33
* More tutorial nits.Raymond Hettinger2005-08-231-9/+9
* SF bug #1168135: Python 2.5a0 Tutorial errors and observations (Contributed ...Raymond Hettinger2005-08-231-24/+25
* SF bug #1168135: Python 2.5a0 Tutorial errors and observationsRaymond Hettinger2005-08-231-57/+65
* In an e-mail to the webmaster alias, some suggested adding this text. Window...Andrew M. Kuchling2005-08-231-0/+10
* ord() documentation update; this is what remains applicable fromFred Drake2005-08-231-4/+9
* add note about "markupbase" not being intended for direct useFred Drake2005-08-231-1/+7
* Revert previous code elimination, 'filename' is needed.Kurt B. Kaiser2005-08-231-2/+7
* 1. Mac line endings were incorrect when pasting code from some browsersKurt B. Kaiser2005-08-232-7/+6
* Typo fixesAndrew M. Kuchling2005-08-231-4/+4
* Note various items; write some shorter sectionsAndrew M. Kuchling2005-08-231-16/+96
* bug [ 1266296 ] Mistakes in decimal.Context.subtract documentationGeorg Brandl2005-08-223-3/+3
* whoops, missed adding this last night in my hashlib commitGregory P. Smith2005-08-221-0/+114
* Bug #1266283: lexists() is not exported from os.pathGeorg Brandl2005-08-225-11/+13
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-2121-51/+2587