summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [ 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
* Upgrade Windows build to zlib 1.2.3 (a security fix)Trent Mick2005-07-261-0/+3
* Fix all wrong instances of "it's".Georg Brandl2005-07-221-1/+1
* [ 1243081 ] repair typosGeorg Brandl2005-07-221-1/+1
* added news entry for previous checkinGeorg Brandl2005-07-181-0/+2
* SF bug #1238681: freed pointer is used in longobject.c:long_pow().Tim Peters2005-07-171-0/+2
* - Bug #1015140: disambiguated the term "article id" in nntplib docs andGeorg Brandl2005-07-171-0/+3
* Add support for FreeBSD 7.Hye-Shik Chang2005-07-171-0/+5
* bug [ 1238170 ] threading.Thread uses {} as default argumentGeorg Brandl2005-07-151-0/+3
* textwrap now processes text chucks at O(n) speed instead of O(n**2).Raymond Hettinger2005-07-151-0/+3
* Brett requests that Flovis's permissions be dropped.Raymond Hettinger2005-07-141-0/+2
* RFE [ 1216944 ] Add Error Code Dictionary to urllib2Georg Brandl2005-07-141-0/+3
* Fix:Michael W. Hudson2005-07-121-0/+3
* SF bug 1185883: PyObject_Realloc can't safely take over a block currentlyTim Peters2005-07-101-8/+17
* bug [ 1234979 ] Lock.acquire treats only 1 as TrueGeorg Brandl2005-07-081-0/+3
* Note Floris's last name.Raymond Hettinger2005-07-081-2/+2
* Add permissions for the Summer of Code project.Raymond Hettinger2005-07-081-0/+7
* Fix bugMichael W. Hudson2005-07-051-0/+3
* bug #1177468: don't cache /dev/urandom file descriptor in os.urandomGeorg Brandl2005-07-041-0/+3
* SF bug #1224347: int/long unification and hex()Raymond Hettinger2005-06-291-0/+3
* - Bug #839151: Fix an attempt to access sys.argv in the warnings moduleGeorg Brandl2005-06-261-0/+3
* - Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib.Georg Brandl2005-06-261-0/+2
* - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer viaGeorg Brandl2005-06-261-0/+3
* Add NEWS entries for bugs closed at Bug Day.Georg Brandl2005-06-261-0/+12
* NEWS entry for last bugfixGeorg Brandl2005-06-251-0/+3
* SF bug #1224621: tokenize module does not detect inconsistent dedentsRaymond Hettinger2005-06-211-0/+3
* Fix bug:Michael W. Hudson2005-06-201-0/+6
* Add untokenize() function to allow full round-trip tokenization.Raymond Hettinger2005-06-101-0/+5
* Bug #1196315: fix weakref.WeakValueDictionary constructor.Georg Brandl2005-06-041-0/+2
* Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.Georg Brandl2005-06-031-0/+2
* This is my patch:Michael W. Hudson2005-06-031-0/+3
* Bug #1213894: os.path.realpath didn't resolve symlinks that were the firstGeorg Brandl2005-06-031-0/+3
* Update permissions for Birkenfeld.Raymond Hettinger2005-06-031-1/+2
* Patch #1212117: Add optional attribute st_flags to os.stat_resultHye-Shik Chang2005-06-021-0/+3
* NEWS entry for the patch I checked in last week.Michael W. Hudson2005-06-011-0/+4
* Add permissions for Reinhold Birkenfeld.Raymond Hettinger2005-05-281-0/+5
* Disallow opening files with modes 'aU' or 'wU' as specified by PEPSkip Montanaro2005-05-201-0/+3
* Add O_SHLOCK & O_EXLOCK. Closes patch #1103951.Skip Montanaro2005-05-161-0/+3
* Add better datetime support to xmlrpclib module. Closes patch #1120353.Skip Montanaro2005-05-141-0/+5
* credit source of idea for recent doc changesSkip Montanaro2005-05-121-0/+1
* Update Paul Prescod's permissions.Raymond Hettinger2005-04-301-0/+2
* Make subclasses of int, long, complex, float, and unicode perform typeBrett Cannon2005-04-261-0/+8
* Make parse_makefile fallback to environment variables if nothing isMartin v. Löwis2005-04-251-1/+1
* Introduced EXTRA_CFLAGS as an environment variable used by the Makefile. MeantBrett Cannon2005-04-242-3/+7
* If the data read from the bytestream in readline() ends in a '\r' read one moreWalter Dörwald2005-04-211-0/+6