| Commit message (Expand) | Author | Age | Files | Lines |
* | Bring CJKCodecs 1.1 into trunk. This completely reorganizes source | Hye-Shik Chang | 2004-07-18 | 1 | -0/+3 |
|
|
* | Treat None as a constant. | Raymond Hettinger | 2004-07-16 | 1 | -0/+2 |
|
|
* | Summarized changes: threading.local, Py_CLEAR, Py_VISIT, improved type | Jim Fulton | 2004-07-14 | 1 | -0/+26 |
|
|
* | install test/decimaltestdata as well | Anthony Baxter | 2004-07-12 | 1 | -0/+3 |
|
|
* | Bug #788520: Queue class has logic error when non-blocking | Tim Peters | 2004-07-12 | 1 | -0/+11 |
|
|
* | SF patch 986010: add missing doc for datetime C API, from | Tim Peters | 2004-07-11 | 1 | -9/+12 |
|
|
* | SequenceMatcher(None, [], []).get_grouped_opcodes() now returns a generator | Brett Cannon | 2004-07-10 | 1 | -0/+4 |
|
|
* | Debug output is now printed to sys.stderr . | Brett Cannon | 2004-07-10 | 1 | -0/+2 |
|
|
* | posixpath.realpath() now detects symlink loops and returns the path just before | Brett Cannon | 2004-07-10 | 1 | -0/+4 |
|
|
* | Add PyArg_VaParseTupleAndKeywords(). Document this function and | Brett Cannon | 2004-07-10 | 1 | -0/+3 |
|
|
* | Add item | Andrew M. Kuchling | 2004-07-10 | 2 | -0/+4 |
|
|
* | Make ntpath compress multiple slashes between drive letter and the rest of the | Brett Cannon | 2004-07-10 | 1 | -0/+4 |
|
|
* | Add note about closing of bug #679953 and add Jimmy Burgett for helping out to | Brett Cannon | 2004-07-10 | 2 | -0/+5 |
|
|
* | Add an item | Andrew M. Kuchling | 2004-07-10 | 1 | -0/+3 |
|
|
* | Added note about new codecs module APIs. | Marc-André Lemburg | 2004-07-10 | 1 | -0/+4 |
|
|
* | Fix typo. | Raymond Hettinger | 2004-07-10 | 1 | -1/+1 |
|
|
* | Module and tests: | Raymond Hettinger | 2004-07-09 | 1 | -0/+3 |
|
|
* | post-release fun | Anthony Baxter | 2004-07-09 | 1 | -9/+45 |
|
|
* | 2.4a1 | Anthony Baxter | 2004-07-08 | 1 | -1/+1 |
|
|
* | release dates | Anthony Baxter | 2004-07-08 | 1 | -1/+1 |
|
|
* | This closes patch: | Michael W. Hudson | 2004-07-07 | 1 | -0/+1 |
|
|
* | Made the explanation more accurate; trimmed trailing whitespace; fixed | Tim Peters | 2004-07-07 | 1 | -16/+22 |
|
|
* | Add msg for bug #981530 (shutil.rmtree). Somehow that got missed in | Guido van Rossum | 2004-07-06 | 1 | -0/+4 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2004-07-04 | 1 | -6/+6 |
|
|
* | Clarify last added comment (bug #754449). | Brett Cannon | 2004-07-03 | 1 | -2/+3 |
|
|
* | threading.Thread objects will now print a traceback for an exception raised | Brett Cannon | 2004-07-03 | 1 | -0/+3 |
|
|
* | Make weak references subclassable: | Fred Drake | 2004-07-02 | 1 | -0/+5 |
|
|
* | SF #951851 fixed. | Thomas Heller | 2004-07-02 | 1 | -0/+3 |
|
|
* | SF Bug #215126: Over restricted type checking on eval() function | Raymond Hettinger | 2004-07-02 | 1 | -0/+2 |
|
|
* | Move Decimal from the sandbox into production. | Raymond Hettinger | 2004-07-01 | 1 | -0/+2 |
|
|
* | tyop | Michael W. Hudson | 2004-06-30 | 1 | -1/+1 |
|
|
* | restore NEWS entry for 957240 | Michael W. Hudson | 2004-06-30 | 1 | -0/+3 |
|
|
* | [Patch #974633] Check PyObject_MALLOC return for error | Andrew M. Kuchling | 2004-06-29 | 1 | -0/+1 |
|
|
* | Fix stupid mistake of forgetting to mention that the fix for bug #981299 | Brett Cannon | 2004-06-29 | 1 | -2/+2 |
|
|
* | rsync is now a recognized protocol that uses "netloc" (i.e. specifies a network | Brett Cannon | 2004-06-29 | 1 | -0/+3 |
|
|
* | Added socket.getservbyport(), and make its second argument and that of | Barry Warsaw | 2004-06-28 | 1 | -0/+3 |
|
|
* | Patch #923098: Share interned strings in marshal. | Martin v. Löwis | 2004-06-27 | 1 | -0/+3 |
|
|
* | Modules/getpath.c now compiles properly under OS X when using the | Brett Cannon | 2004-06-26 | 1 | -0/+3 |
|
|
* | Make distutils "install --home" support all platforms. | Fred Drake | 2004-06-25 | 1 | -0/+3 |
|
|
* | Fix leak found by Eric Huss. | Raymond Hettinger | 2004-06-25 | 1 | -0/+1 |
|
|
* | SF patch 876130: add C API to datetime module, from Anthony Tuininga. | Tim Peters | 2004-06-20 | 2 | -0/+5 |
|
|
* | Bug 975996: Add _PyTime_DoubleToTimet to C API | Tim Peters | 2004-06-20 | 1 | -3/+12 |
|
|
* | shutil.move() will raise an exception when trying to move a directory into | Brett Cannon | 2004-06-19 | 2 | -0/+4 |
|
|
* | Add news item about raising ValueError when timemodule.c code that uses | Brett Cannon | 2004-06-19 | 1 | -0/+4 |
|
|
* | pydoc.stripid() is now case-insensitive for its regex to support platforms that | Brett Cannon | 2004-06-19 | 2 | -1/+4 |
|
|
* | allow developers to more easily build a profiling version of the interpreter | Skip Montanaro | 2004-06-18 | 1 | -0/+3 |
|
|
* | Patch #826074: cmath.log optional base argument, fixes #823209 | Raymond Hettinger | 2004-06-14 | 1 | -0/+3 |
|
|
* | Back out #957240. | Martin v. Löwis | 2004-06-14 | 1 | -2/+0 |
|
|
* | Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora rele... | Anthony Baxter | 2004-06-11 | 1 | -1/+4 |
|
|
* | Fix for bug #966623 - classes created with type() in an exec(, {}) don't | Anthony Baxter | 2004-06-11 | 1 | -0/+4 |
|
|