summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debug output is now printed to sys.stderr .Brett Cannon2004-07-101-0/+2
* posixpath.realpath() now detects symlink loops and returns the path just beforeBrett Cannon2004-07-101-0/+4
* Add PyArg_VaParseTupleAndKeywords(). Document this function andBrett Cannon2004-07-101-0/+3
* Add itemAndrew M. Kuchling2004-07-102-0/+4
* Make ntpath compress multiple slashes between drive letter and the rest of theBrett Cannon2004-07-101-0/+4
* Add note about closing of bug #679953 and add Jimmy Burgett for helping out toBrett Cannon2004-07-102-0/+5
* Add an itemAndrew M. Kuchling2004-07-101-0/+3
* Added note about new codecs module APIs.Marc-André Lemburg2004-07-101-0/+4
* Fix typo.Raymond Hettinger2004-07-101-1/+1
* Module and tests:Raymond Hettinger2004-07-091-0/+3
* post-release funAnthony Baxter2004-07-091-9/+45
* 2.4a1Anthony Baxter2004-07-081-1/+1
* release datesAnthony Baxter2004-07-081-1/+1
* This closes patch:Michael W. Hudson2004-07-071-0/+1
* Made the explanation more accurate; trimmed trailing whitespace; fixedTim Peters2004-07-071-16/+22
* Add msg for bug #981530 (shutil.rmtree). Somehow that got missed inGuido van Rossum2004-07-061-0/+4
* Typo fixesAndrew M. Kuchling2004-07-041-6/+6
* Clarify last added comment (bug #754449).Brett Cannon2004-07-031-2/+3
* threading.Thread objects will now print a traceback for an exception raisedBrett Cannon2004-07-031-0/+3
* Make weak references subclassable:Fred Drake2004-07-021-0/+5
* SF #951851 fixed.Thomas Heller2004-07-021-0/+3
* SF Bug #215126: Over restricted type checking on eval() functionRaymond Hettinger2004-07-021-0/+2
* Move Decimal from the sandbox into production.Raymond Hettinger2004-07-011-0/+2
* tyopMichael W. Hudson2004-06-301-1/+1
* restore NEWS entry for 957240Michael W. Hudson2004-06-301-0/+3
* [Patch #974633] Check PyObject_MALLOC return for errorAndrew M. Kuchling2004-06-291-0/+1