summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Patch #1268314: Cache lines in StreamReader.readlines for performance.Martin v. Löwis2005-09-181-0/+2
* Patch #1213831: Fix typo in unicodedata._getcode.Martin v. Löwis2005-09-181-0/+2
* Clear out the regex cache when the TimeRE cache is invalidated by a localeBrett Cannon2005-09-151-0/+2
* *** empty log message ***Georg Brandl2005-09-141-0/+3
* bug [ 1274828 ] splitunc not documentedGeorg Brandl2005-09-141-0/+2
* Complete format code support in getargs.c::skipitem(), which is called whenGeorg Brandl2005-09-141-0/+3
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-141-0/+4
* - Changes donated by Elemental Security to make it work on HP-UX 11 onGuido van Rossum2005-09-141-0/+3
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGustavo Niemeyer2005-09-141-0/+4
* break sets a breakpoint rather than stopping the loop.Neal Norwitz2005-09-051-2/+3
* Fix rest markup and typos.Walter Dörwald2005-09-011-2/+2
* SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it readsWalter Dörwald2005-09-011-0/+3
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-301-0/+4
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-271-0/+2
* patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieveGeorg Brandl2005-08-261-0/+3
* patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on WindowsGeorg Brandl2005-08-261-2/+5
* typoGeorg Brandl2005-08-261-1/+1
* Disallow keyword arguments for type constructors that don't use them.Georg Brandl2005-08-261-0/+3
* Correcting my last BZ2 entry. Adding one for #1215928.Georg Brandl2005-08-251-3/+5
* Make IDNA return an empty string when the input is empty. Fixes #1163178.Martin v. Löwis2005-08-251-0/+2
* patch #848017: make Cookie more RFC-compliant.Georg Brandl2005-08-241-0/+3
* Patch [ 1062060 ] fix for 1016880 urllib.urlretrieve silently truncates dwnldGeorg Brandl2005-08-241-0/+4
* Patch [ 784089 ] A program to scan python files and list those require codingGeorg Brandl2005-08-241-0/+5
* Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494.Martin v. Löwis2005-08-241-0/+2
* Forward UnicodeDecodeError into SyntaxError for source encoding errors.Martin v. Löwis2005-08-241-0/+2
* Return complete lines from codec stream readersMartin v. Löwis2005-08-241-0/+4
* bug [ 1192315 ] 'clear -1' in pdbGeorg Brandl2005-08-241-0/+2
* bug [ 1190204 ] 3.29 site is confusing re site-packages on WindowsGeorg Brandl2005-08-241-0/+2
* bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOMEGeorg Brandl2005-08-241-0/+2
* bug [ 728515 ] mmap's resize method resizes the file in win32 but not unixGeorg Brandl2005-08-241-0/+3
* Revert previous checkin.Martin v. Löwis2005-08-241-2/+0
* Patch #1262036: Make tarfile name absolute. Fixes #1257255.Martin v. Löwis2005-08-241-0/+2
* Typo fixesAndrew M. Kuchling2005-08-231-4/+4
* bug [ 1266296 ] Mistakes in decimal.Context.subtract documentationGeorg Brandl2005-08-221-1/+1
* Bug #1266283: lexists() is not exported from os.pathGeorg Brandl2005-08-221-0/+2
* Fix BZ2File.(x)readlines() for files without a newline.Georg Brandl2005-08-211-0/+3
* Add a C API for sets and frozensets.Raymond Hettinger2005-08-161-0/+2
* Port from the Python 2.4 branch, patches for SF bug # 900092,Barry Warsaw2005-08-151-0/+3
* Fix pystack command.Neil Schemenauer2005-08-131-1/+1
* Change the %s format specifier for str objects so that it returns aNeil Schemenauer2005-08-121-0/+4
* Patch #1180695: Implement nanosecond stat resolution on FreeBSD,Martin v. Löwis2005-08-091-0/+3
* Patch #1239112: Correct LINKCC C++ test. Fixes #1189330.Martin v. Löwis2005-08-071-0/+3
* Patch #827386: Support absolute source paths in msvccompiler.py.Martin v. Löwis2005-08-071-0/+2
* patch [ 1105730 ] Faster commonprefix in macpath, ntpath, etc.Georg Brandl2005-08-031-0/+3
* [ 1243192 ] Incorrect documentation of re.UNICODEGeorg Brandl2005-08-021-0/+2
* Revised the set() and frozenset() implementaion to use its own internalRaymond Hettinger2005-07-311-0/+4
* This is barry-scott's patch:Michael W. Hudson2005-07-271-0/+4
* Update permissions for Johannes Gijsbers.Raymond Hettinger2005-07-271-0/+2
* Ouch, move that comment to the right place.Guido van Rossum2005-07-271-4/+4
* Fix a problem in Tkinter introduced by SF patch #869468 (checked in asGuido van Rossum2005-07-261-0/+4