summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SF patch #969791: Add nlargest() and nsmallest() to heapq.Raymond Hettinger2004-06-101-1/+3
* Patch #774665: Make Python LC_NUMERIC agnostic.Martin v. Löwis2004-06-081-0/+4
* Feature request #935915: Add os.path.devnull.Martin v. Löwis2004-06-081-0/+2
* Patch #510695: Add TSC profiling for the VM.Martin v. Löwis2004-06-081-0/+3
* SF 952807: Unpickling pickled instances of subclasses of datetime.date,Tim Peters2004-06-071-0/+4
* Fix a refcount bug in an obscure code corner.Thomas Heller2004-06-071-0/+2
* Add some doc about using valgrindNeal Norwitz2004-06-063-0/+289
* SF #877165: Give an info about what C++ compiler command should beHye-Shik Chang2004-06-051-0/+3
* Fix a bug that robotparser starves memory when the server responsesHye-Shik Chang2004-06-051-0/+2
* Refactored site.py into functions. Also moved over to using sets.Brett Cannon2004-06-051-0/+3
* Patch #926209: Patch to setup.py to run on x86_64 Linux.Martin v. Löwis2004-06-041-0/+3
* Warn abou missing mutate flag to ioctl. Fixes #696535.Martin v. Löwis2004-06-031-0/+2
* Fix the grammar a bit more. (Adjusted by Tony Meyer)Hye-Shik Chang2004-06-031-2/+3
* Patch #957240: Add count parameter to asyncore.loop.Martin v. Löwis2004-06-031-0/+2
* One more attempt to fix the grammar.Martin v. Löwis2004-06-031-2/+2
* Don't build the pcre module any moreAndrew M. Kuchling2004-06-021-1/+0
* Fix grammar hopefully. :)Hye-Shik Chang2004-06-021-2/+2
* - SF #962502: Add two more methods for unicode type; width() andHye-Shik Chang2004-06-021-0/+3
* Add a name (old change sitting in my tree)Andrew M. Kuchling2004-06-021-0/+1
* Patch #954115: Fix os.stat handling of UNC roots.Martin v. Löwis2004-06-021-0/+2