summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
Commit message (Expand)AuthorAgeFilesLines
* sf #1009373, #1005936. fix underscores in index entries in PDF files.Neal Norwitz2004-08-211-3/+6
* Patch 1012740: cStringIO's truncate doesn'tTim Peters2004-08-211-1/+6
* Bug #1005737, #1007249: Fix several build problems and warningsHye-Shik Chang2004-08-191-0/+3
* Patch #900727: Add Py_InitializeEx to allow embedding without signals.Martin v. Löwis2004-08-191-0/+2
* Add support for FreeBSD 6.Hye-Shik Chang2004-08-181-0/+2
* Patch #995126: Correct directory size, and generate GNU tarfiles by default.Martin v. Löwis2004-08-181-0/+2
* Patch #800236: add HTTPResponse.getheaders().Martin v. Löwis2004-08-181-0/+2
* Patch #1006219: let inspect.getsource show '@' decorators and add tests forJohannes Gijsbers2004-08-181-0/+3
* Patch #791776: Replace SMTPHandler.date_time with email.Utils.formatdate.Martin v. Löwis2004-08-181-0/+3
* Patch #764217: Add nametofont function, exists parameter.Martin v. Löwis2004-08-181-0/+5
* Various alpha 3 updates.Raymond Hettinger2004-08-181-0/+14
* - pygettext.py: Generate POT-Creation-Date header in ISO format.Matthias Klose2004-08-161-0/+2
* The attached patch fixes FTBFS on GNU/k*BSD. The problem happens on GNU/k*BSDMatthias Klose2004-08-161-0/+3
* - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).Matthias Klose2004-08-151-0/+2
* Add get_history_item and replace_history_item functions to the readlineSkip Montanaro2004-08-151-2/+8
* Correct the order of application for decorators. Meant to be bottom-up and notBrett Cannon2004-08-151-0/+3
* bug #989672: pdb.doc and the help messages for the help_d and help_u methodsJohannes Gijsbers2004-08-141-0/+4
* bug #990669: os.path.realpath() will resolve symlinks before normalizing theJohannes Gijsbers2004-08-141-1/+5
* bug 990669: os.path.normpath may alter the meaning of a path if it containsJohannes Gijsbers2004-08-141-0/+4
* bug #851123: shutil.copyfile will raise an exception when trying to copy a fileJohannes Gijsbers2004-08-141-0/+3
* Removed item about an asyncore patch that got backed out.Tim Peters2004-08-131-3/+0
* 'inspect' was not listing the functions in a module properly if the module wasBrett Cannon2004-08-131-0/+4
* SF patch #1005778, Fix seg fault if list object is modified during list.index()Neal Norwitz2004-08-131-0/+4
* Boosted the stack reservation for python.exe and python_w.exe from theTim Peters2004-08-121-0/+10
* This is my patch:Michael W. Hudson2004-08-121-0/+3
* This is my patchMichael W. Hudson2004-08-121-0/+3
* A NEWS entry for my last checked in change (I've gotten out of theMichael W. Hudson2004-08-121-0/+5
* Patch #1003700: Add socketpair function to socket module.Dave Cole2004-08-091-0/+2
* Brief xrange news.Tim Peters2004-08-081-1/+3
* Also deprecated the old Tester class, which is no longer used by anythingTim Peters2004-08-081-5/+20
* Subclasses of string can no longer be interned. The semantics ofJeremy Hylton2004-08-071-0/+6
* Create section for 2.4a3; remove empty sections in 2.4a2Andrew M. Kuchling2004-08-071-16/+39
* Another typoAndrew M. Kuchling2004-08-071-1/+1
* Typo fixAndrew M. Kuchling2004-08-071-1/+1
* SF patch #980695: efficient string concatenationRaymond Hettinger2004-08-061-0/+5
* Added new codecs and aliases for ISO_8859-11, ISO_8859-16 andMarc-André Lemburg2004-08-051-0/+3
* release dateAnthony Baxter2004-08-051-2/+2
* Edward Loper's cool and massive refactoring of doctest.py, merged fromTim Peters2004-08-041-0/+11
* Add a proper pointer to SF bug item.Hye-Shik Chang2004-08-041-2/+3
* SF #941229: Decode source code with sys.stdin.encoding in interactiveHye-Shik Chang2004-08-041-0/+4
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-0/+3
* Add a workaround for a problem that UTF-8 strings can be corruptedHye-Shik Chang2004-08-041-0/+3
* Patch #986929: Add support for wish -sync and -use options.Martin v. Löwis2004-08-031-0/+2
* allow ctime(), gmtime(), and localtime() to take None as equivalent to an omi...Fred Drake2004-08-031-0/+5
* Patch #823072: add option to NOT use ~/.netrc in nntplib.NNTP().Martin v. Löwis2004-08-031-0/+2
* Patch #994595: Recognize Basic auth even if other schemes are offered.Martin v. Löwis2004-08-031-0/+3
* Completed the patch for Bug #215126.Raymond Hettinger2004-08-021-1/+2
* notes for @decoratorAnthony Baxter2004-08-021-0/+6
* "Core" and "C API" news about new semantics for failing imports.Tim Peters2004-08-021-1/+33
* Fix SF #1001053, wave.open() with unicode filename failsNeal Norwitz2004-08-011-0/+2