summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix stupid mistake of forgetting to mention that the fix for bug #981299Brett Cannon2004-06-291-2/+2
* rsync is now a recognized protocol that uses "netloc" (i.e. specifies a networkBrett Cannon2004-06-291-0/+3
* Added socket.getservbyport(), and make its second argument and that ofBarry Warsaw2004-06-281-0/+3
* Patch #923098: Share interned strings in marshal.Martin v. Löwis2004-06-271-0/+3
* Modules/getpath.c now compiles properly under OS X when using theBrett Cannon2004-06-261-0/+3
* Make distutils "install --home" support all platforms.Fred Drake2004-06-251-0/+3
* Fix leak found by Eric Huss.Raymond Hettinger2004-06-251-0/+1
* SF patch 876130: add C API to datetime module, from Anthony Tuininga.Tim Peters2004-06-202-0/+5
* Bug 975996: Add _PyTime_DoubleToTimet to C APITim Peters2004-06-201-3/+12
* shutil.move() will raise an exception when trying to move a directory intoBrett Cannon2004-06-192-0/+4
* Add news item about raising ValueError when timemodule.c code that usesBrett Cannon2004-06-191-0/+4
* pydoc.stripid() is now case-insensitive for its regex to support platforms thatBrett Cannon2004-06-192-1/+4
* allow developers to more easily build a profiling version of the interpreterSkip Montanaro2004-06-181-0/+3
* Patch #826074: cmath.log optional base argument, fixes #823209Raymond Hettinger2004-06-141-0/+3
* Back out #957240.Martin v. Löwis2004-06-141-2/+0
* Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora rele...Anthony Baxter2004-06-111-1/+4
* Fix for bug #966623 - classes created with type() in an exec(, {}) don'tAnthony Baxter2004-06-111-0/+4
* Add a final permutation step to the tuple hash function.Raymond Hettinger2004-06-101-0/+1