summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Disallow keyword arguments for type constructors that don't use themGeorg Brandl2005-08-261-0/+3
* Backport fixes for bugs #1191043 and #1215928.Georg Brandl2005-08-251-0/+5
* Make IDNA return an empty string when the input is empty. Fixes #1163178.Martin v. Löwis2005-08-251-0/+2
* Patch #1160164: Use ReleaseItanium for zlib build.Martin v. Löwis2005-08-251-0/+2
* 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
* backport bug [ 1192315 ] 'clear -1' in pdbGeorg Brandl2005-08-241-0/+2
* backport bug [ 1190204 ] 3.29 site is confusing re site-packages on WindowsGeorg Brandl2005-08-241-0/+2
* backport bug [ 1193849 ] os.path.expanduser documentation wrt. empty $HOMEGeorg Brandl2005-08-241-0/+2
* backport bug [ 728515 ] mmap's resize method resizes the file in win32 but no...Georg 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
* backport bug [ 1266296 ] Mistakes in decimal.Context.subtract documentationGeorg Brandl2005-08-221-1/+1
* backport bug #1266283: add lexists to os.path.__all__Georg Brandl2005-08-221-0/+2
* Add news about SF bug # 900092 fix.Barry Warsaw2005-08-151-0/+3
* Teach set modules to correctly compute s-=s and s^=s as the empty set.Raymond Hettinger2005-08-131-0/+4
* * SF bug #1257731: Fix logic in set.__contains__(), set.remove(),Raymond Hettinger2005-08-121-0/+5
* 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
* backport [ 1243192 ] Incorrect documentation of re.UNICODEGeorg Brandl2005-08-021-0/+2
* (Backport)Guido van Rossum2005-07-261-0/+4
* Upgrade Windows build to zlib 1.2.3 (a security fix)Trent Mick2005-07-261-0/+8
* [ 1243081 ] repair typosGeorg Brandl2005-07-221-1/+1
* added news entry for previous checkinGeorg Brandl2005-07-181-0/+2
* backporting fix by tim_one:Georg Brandl2005-07-181-0/+2
* backport Bug #1015140: disambiguated the term "article id" in nntplib docs andGeorg Brandl2005-07-171-0/+3
* Backport:Georg Brandl2005-07-111-0/+9
* backport bug [ 1234979 ] Lock.acquire treats only 1 as TrueGeorg Brandl2005-07-081-0/+3
* backport bug #1177468: don't cache /dev/urandom file descriptor in os.urandomGeorg Brandl2005-07-041-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/+19
* SF bug #1224621: tokenize module does not detect inconsistent dedentsRaymond Hettinger2005-06-211-0/+2
* SF patch #1200018: Restore GC support to set objectsRaymond Hettinger2005-06-191-0/+2
* Backport bug #1196315: fix weakref.WeakValueDictionary constructor.Georg Brandl2005-06-041-0/+2
* Backport bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.Georg Brandl2005-06-031-0/+2
* Backport bug #1213894: os.path.realpath didn't resolve symlinks that were the...Georg Brandl2005-06-031-0/+3
* backportSkip Montanaro2005-05-121-0/+1
* Backport my recent fix (rev. 2.40 of Python/pystate.c):Michael W. Hudson2005-04-241-0/+6
* Backport checkin (and the appropriate fix to the test):Walter Dörwald2005-04-211-0/+6
* Backport my recent raw_input() vs no threads build vs SIGINT argh:Michael W. Hudson2005-04-071-0/+3
* Backport checkin:Walter Dörwald2005-03-311-0/+6
* I meant to check this in with the last check in (CVS disturbs meMichael W. Hudson2005-03-311-0/+8
* Backport:Michael W. Hudson2005-03-311-0/+3
* SF bug #1770766: weakref proxy has incorrect __nonzero__ behavior.Raymond Hettinger2005-03-311-0/+9
* updates to NEWSAnthony Baxter2005-03-291-0/+13
* Move exception finalisation later in the shutdown process - thisAnthony Baxter2005-03-291-0/+11
* - Fixed decimal operator and comparison methods to return NotImplementedRaymond Hettinger2005-03-271-0/+4
* fix two typos in python(1)Matthias Klose2005-03-201-2/+2