summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* bug [ 729103 ] Cannot retrieve name of super objectGeorg Brandl2005-10-011-3/+3
* Patch #1309009, Fix segfault in pyexpat when the XML document isNeal Norwitz2005-09-301-0/+9
* patch [ 1300515 ] xdrlib.py: pack_fstring() did not use null bytes for paddingGeorg Brandl2005-09-291-1/+1
* bug [ 1296004 ] MemoryError in httplibGeorg Brandl2005-09-291-4/+7
* some more fixes and tests for inspect.getsource(), triggered by crashesArmin Rigo2005-09-253-27/+56
* Convert iterator __len__() methods to a private API.Raymond Hettinger2005-09-243-1/+13
* Changed license header: Now simply referring to PSF. This closes bugPeter Astrand2005-09-231-22/+2
* Patches #1298449 and #1298499: Add some missing checks for errorMichael W. Hudson2005-09-221-0/+7
* MacOSX 10.4 apparently does not allow the creation time to be set to laterJack Jansen2005-09-211-2/+2
* test and fix for buggy handling of exceptions raised by C functions,Armin Rigo2005-09-202-3/+22
* - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGEMatthias Klose2005-09-201-1/+3
* Reverted revision 1.83, which introduced a bug and subtle incompatibilityArmin Rigo2005-09-191-8/+6
* skip _locale test if OS X < 10.4Skip Montanaro2005-09-191-0/+6
* Patch #1268314: Cache lines in StreamReader.readlines for performance.Martin v. Löwis2005-09-181-0/+37
* Test case for latest complexobject fix.Georg Brandl2005-09-171-0/+2
* Added lock acquisition around handler removal from loggerVinay Sajip2005-09-161-1/+5
* No longer ignore exceptions raised by comparisons during key lookup.Raymond Hettinger2005-09-161-0/+17
* Clear out the regex cache when the TimeRE cache is invalidated by a localeBrett Cannon2005-09-152-1/+4
* - Changes donated by Elemental Security to make it work on AIX 5.3Guido van Rossum2005-09-142-5/+37
* Bug #1202493: Fixing SRE parser to handle '{}' as perl does, rather thanGustavo Niemeyer2005-09-142-0/+6
* Speed-up escape()Raymond Hettinger2005-09-121-1/+7
* Minor cleanup.Raymond Hettinger2005-09-111-2/+1
* Corrected version of 1.170Raymond Hettinger2005-09-101-6/+3
* Revert 1.170. Add tests.Raymond Hettinger2005-09-102-3/+12
* Simplify and speed-up unquote().Raymond Hettinger2005-09-101-15/+10
* Simplify and speed-up quote_plus().Raymond Hettinger2005-09-101-6/+3
* SF #1285086: urllib.quote is too slowRaymond Hettinger2005-09-091-24/+12
* Added _handlerList to allow shutdown to flush and close handlers in reverse o...Vinay Sajip2005-09-081-1/+4
* Quote docstring with r"" to keep '\r\n' in example code.Hye-Shik Chang2005-09-071-1/+1
* Changed _srcfile determination to support py2exe.Vinay Sajip2005-09-021-1/+3
* SF bug #1235646: codecs.StreamRecoder.next() now reencodes the data it readsWalter Dörwald2005-09-011-1/+3
* Reverting previous checkin. This breaks too much of HTMLParser to be appliedGeorg Brandl2005-09-011-1/+1
* No need to import exceptions, they are builtinsNeal Norwitz2005-09-013-7/+4
* Remove unused importNeal Norwitz2005-09-011-1/+0
* patch [ 1242454 ] shutil.copytree() quits too soon after an error.Georg Brandl2005-08-311-0/+4
* bug [ 761452 ] HTMLParser chokes on my.yahoo.com outputGeorg Brandl2005-08-311-1/+1
* updated __version__Piers Lauder2005-08-311-1/+1
* changed select() so readonly flag is treated as a booleanPiers Lauder2005-08-311-4/+4
* SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complainWalter Dörwald2005-08-302-3/+82
* Fix logic error introduced in last commit. Also add a comment to explain whatBrett Cannon2005-08-291-2/+5
* fix bug where str.find() was being misused where __contains__ should have beenBrett Cannon2005-08-271-1/+1
* Patch #1168594: set sizes of non-regular files to zero. Fixes #1167128.Martin v. Löwis2005-08-272-14/+47
* Whitespace normalization (via reindent.py).Tim Peters2005-08-268-11/+9
* testSeekBackwardsFromEnd(): Repair obvious syntax error.Tim Peters2005-08-261-1/+1
* Add list() around xreadlines()Georg Brandl2005-08-261-2/+2
* *** empty log message ***Georg Brandl2005-08-261-11/+11
* patch [ 810023 ] Fix for off-by-one bug in urllib.URLopener.retrieveGeorg Brandl2005-08-262-17/+99
* patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on WindowsGeorg Brandl2005-08-261-0/+2
* 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