summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* eval_frame now has a PyAPI-style nameMichael W. Hudson2004-08-071-1/+1
* Subclasses of string can no longer be interned. The semantics ofJeremy Hylton2004-08-071-0/+6
* Add nameAndrew M. Kuchling2004-08-071-0/+1
* 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-022-0/+7
* "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
* Mention upgrade of optparse to Optik 1.5a1.Greg Ward2004-07-311-0/+31
* SF bug #999776, zlib home page wrongNeal Norwitz2004-07-291-1/+1
* New codec: [ 996067 ] hp-roman8 codecMarc-André Lemburg2004-07-281-0/+1
* Added a new fileno() method. ZODB's repozo.py wants this so it canTim Peters2004-07-271-0/+4
* Patch #995766: Keyword argument support in cPickle.Martin v. Löwis2004-07-271-0/+2
* Patch #998149: imaplib deleteacl and myrights.Martin v. Löwis2004-07-272-0/+3
* Patch #605370: Add description[s] for RFC 2980 compliance.Martin v. Löwis2004-07-262-0/+4
* SF bug 996392: math and cmath docs don't specify radiansTim Peters2004-07-241-1/+2
* Add news item for u'%s' change.Marc-André Lemburg2004-07-231-0/+3
* This change implements the following gettext features, asGustavo Niemeyer2004-07-221-0/+8
* SF patch 995225: tarfile.py fix for bug #990325Tim Peters2004-07-221-2/+6
* Fix bug where a KeyError was raised if -O was being used for the interpreterBrett Cannon2004-07-211-0/+4
* SF #857297 and 916874, improve handling of hard links when extractingNeal Norwitz2004-07-201-0/+3
* SF #846659, fix bufsize violation and GNU longname/longlink extensionsNeal Norwitz2004-07-201-0/+3
* Check the type of values returned by __int__, __float__, __long__,Neil Schemenauer2004-07-191-0/+5
* Don't return spurious empty fields if 'keep_empty_values' is True.Neil Schemenauer2004-07-191-0/+4
* Record that FCNTL.py has gone away; remove FCNTL hack in tempfile.py;Tim Peters2004-07-181-0/+5
* Whitespace normalization, via reindent.py.Tim Peters2004-07-182-26/+25
* Bring CJKCodecs 1.1 into trunk. This completely reorganizes sourceHye-Shik Chang2004-07-181-0/+3
* Treat None as a constant.Raymond Hettinger2004-07-161-0/+2
* Summarized changes: threading.local, Py_CLEAR, Py_VISIT, improved typeJim Fulton2004-07-141-0/+26
* install test/decimaltestdata as wellAnthony Baxter2004-07-121-0/+3
* Bug #788520: Queue class has logic error when non-blockingTim Peters2004-07-121-0/+11
* SF patch 986010: add missing doc for datetime C API, fromTim Peters2004-07-111-9/+12
* SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generatorBrett Cannon2004-07-101-0/+4