Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #826074: cmath.log optional base argument, fixes #823209 | Raymond Hettinger | 2004-06-14 | 1 | -0/+3 |
| | | | | (Contributed by Andrew Gaul.) | ||||
* | 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 ↵ | Anthony Baxter | 2004-06-11 | 1 | -1/+4 |
| | | | | | | | | | | releases. Ignore it, rather than breaking. Will backport. (and r1.1000 for Misc/NEWS!) | ||||
* | Fix for bug #966623 - classes created with type() in an exec(, {}) don't | Anthony Baxter | 2004-06-11 | 1 | -0/+4 |
| | | | | | | have a __module__. Test for this case. Bugfix candidate, will backport. | ||||
* | Add a final permutation step to the tuple hash function. | Raymond Hettinger | 2004-06-10 | 1 | -0/+1 |
| | | | | | Prevents a collision pattern that occurs with nested tuples. (Yitz Gale provided code that repeatably demonstrated the weakness.) | ||||
* | SF patch #969791: Add nlargest() and nsmallest() to heapq. | Raymond Hettinger | 2004-06-10 | 1 | -1/+3 |
| | |||||
* | Patch #774665: Make Python LC_NUMERIC agnostic. | Martin v. Löwis | 2004-06-08 | 1 | -0/+4 |
| | |||||
* | Feature request #935915: Add os.path.devnull. | Martin v. Löwis | 2004-06-08 | 1 | -0/+2 |
| | |||||
* | Patch #510695: Add TSC profiling for the VM. | Martin v. Löwis | 2004-06-08 | 1 | -0/+3 |
| | |||||
* | SF 952807: Unpickling pickled instances of subclasses of datetime.date, | Tim Peters | 2004-06-07 | 1 | -0/+4 |
| | | | | | | | datetime.datetime and datetime.time could yield insane objects. Thanks to Jiwon Seo for the fix. Bugfix candidate. I'll backport it to 2.3. | ||||
* | Fix a refcount bug in an obscure code corner. | Thomas Heller | 2004-06-07 | 1 | -0/+2 |
| | |||||
* | Add some doc about using valgrind | Neal Norwitz | 2004-06-06 | 3 | -0/+289 |
| | |||||
* | SF #877165: Give an info about what C++ compiler command should be | Hye-Shik Chang | 2004-06-05 | 1 | -0/+3 |
| | | | | used in cygwin and mingw32. (Reported by Michael Droettboom) | ||||
* | Fix a bug that robotparser starves memory when the server responses | Hye-Shik Chang | 2004-06-05 | 1 | -0/+2 |
| | | | | | in HTTP/0.9 due to dissonance of httplib.LineAndFileWrapper and urllib.addbase. | ||||
* | Refactored site.py into functions. Also moved over to using sets. | Brett Cannon | 2004-06-05 | 1 | -0/+3 |
| | | | | New regression test suite. | ||||
* | Patch #926209: Patch to setup.py to run on x86_64 Linux. | Martin v. Löwis | 2004-06-04 | 1 | -0/+3 |
| | |||||
* | Warn abou missing mutate flag to ioctl. Fixes #696535. | Martin v. Löwis | 2004-06-03 | 1 | -0/+2 |
| | |||||
* | Fix the grammar a bit more. (Adjusted by Tony Meyer) | Hye-Shik Chang | 2004-06-03 | 1 | -2/+3 |
| | |||||
* | Patch #957240: Add count parameter to asyncore.loop. | Martin v. Löwis | 2004-06-03 | 1 | -0/+2 |
| | |||||
* | One more attempt to fix the grammar. | Martin v. Löwis | 2004-06-03 | 1 | -2/+2 |
| | |||||
* | Don't build the pcre module any more | Andrew M. Kuchling | 2004-06-02 | 1 | -1/+0 |
| | |||||
* | Fix grammar hopefully. :) | Hye-Shik Chang | 2004-06-02 | 1 | -2/+2 |
| | |||||
* | - SF #962502: Add two more methods for unicode type; width() and | Hye-Shik Chang | 2004-06-02 | 1 | -0/+3 |
| | | | | | | | iswide() for east asian width manipulation. (Inspired by David Goodger, Reviewed by Martin v. Loewis) - Move _PyUnicode_TypeRecord.flags to the end of the struct so that no padding is added for UCS-4 builds. (Suggested by Martin v. Loewis) | ||||
* | Add a name (old change sitting in my tree) | Andrew M. Kuchling | 2004-06-02 | 1 | -0/+1 |
| | |||||
* | Patch #954115: Fix os.stat handling of UNC roots. | Martin v. Löwis | 2004-06-02 | 1 | -0/+2 |
| | | | | Will backport to 2.3. | ||||
* | Patch #957398: Add public API for Generator Object/Type. | Martin v. Löwis | 2004-06-01 | 1 | -0/+3 |
| | |||||
* | SF bug #942952: Weakness in tuple hash | Raymond Hettinger | 2004-06-01 | 1 | -0/+3 |
| | | | | | | | (Basic approach and test concept by Tim Peters.) * Improved the hash to reduce collisions. * Added the torture test to the test suite. | ||||
* | Copy from python-2.3.spec. Incorporate patch #961465: | Martin v. Löwis | 2004-05-31 | 1 | -11/+16 |
| | | | | | Including changes from Ian Holsman to build under Red Hat 7.3. Fixing some problems with the /usr/local path change. | ||||
* | SF patch 959726: sdist versus SVN | Tim Peters | 2004-05-31 | 1 | -3/+7 |
| | | | | The disutils sdist command now ignores .svn directories. | ||||
* | Patch #963318: Add support for client-side cookie management. | Martin v. Löwis | 2004-05-31 | 1 | -0/+4 |
| | |||||
* | Add weakref support to sockets and re pattern objects. | Raymond Hettinger | 2004-05-31 | 1 | -0/+3 |
| | |||||
* | stupid, stupid, stupid... raw_input() already supports readline() if the | Skip Montanaro | 2004-05-24 | 1 | -5/+0 |
| | | | | readline module is loaded. | ||||
* | Exposed readline() function from the readline module. | Skip Montanaro | 2004-05-23 | 1 | -0/+5 |
| | |||||
* | SF bug #949329: sets.Set() --> set() | Raymond Hettinger | 2004-05-19 | 1 | -0/+2 |
| | |||||
* | SF patch #872326: Generator expression implementation | Raymond Hettinger | 2004-05-19 | 2 | -0/+3 |
| | | | | | | | | | | | | | | (Code contributed by Jiwon Seo.) The documentation portion of the patch is being re-worked and will be checked-in soon. Likewise, PEP 289 will be updated to reflect Guido's rationale for the design decisions on binding behavior (as described in in his patch comments and in discussions on python-dev). The test file, test_genexps.py, is written in doctest format and is meant to exercise all aspects of the the patch. Further additions are welcome from everyone. Please stress test this new feature as much as possible before the alpha release. | ||||
* | date typo in %changelog | Skip Montanaro | 2004-05-17 | 1 | -1/+1 |
| | |||||
* | Fix SF item #876278: Unbounded recursion in modulefinder. | Thomas Heller | 2004-05-11 | 1 | -0/+2 |
| | | | | Already backported to release23-maint. | ||||
* | Swap public and system ID in start_doctype_decl. Fixes #780300. | Martin v. Löwis | 2004-05-06 | 1 | -0/+3 |
| | |||||
* | SF patch #947476: Apply freelist technique to lists | Raymond Hettinger | 2004-05-05 | 1 | -0/+3 |
| | | | | | Re-use list object bodies. Saves calls to malloc() and free() for faster list instantiation and deallocation. | ||||
* | Forgot to mention the SF number, and that Bob Ippolito provided the patch. | Thomas Heller | 2004-04-22 | 1 | -1/+2 |
| | |||||
* | Two new public API functions, Py_IncRef and Py_DecRef. Useful for | Thomas Heller | 2004-04-22 | 1 | -0/+4 |
| | | | | dynamic embedders of Python. | ||||
* | SF #926075: Fixed the bug that returns a wrong pattern object for | Hye-Shik Chang | 2004-04-20 | 1 | -0/+4 |
| | | | | | a string or unicode object in sre.compile() when a different type pattern with the same value exists. | ||||
* | Bug #934635: Fix a bug where the configure script couldn't detect | Hye-Shik Chang | 2004-04-14 | 1 | -0/+3 |
| | | | | | getaddrinfo() properly if the KAME stack had SCTP support. (Submitted by SUZUKI Shinsuke) | ||||
* | note --trackcalls flag in trace module | Skip Montanaro | 2004-04-07 | 1 | -0/+3 |
| | |||||
* | Improve accuracy of sequence and mapping checks. | Raymond Hettinger | 2004-04-04 | 1 | -0/+3 |
| | |||||
* | If a file is opened with an explicit buffer size >= 1, repeated | Andrew MacIntyre | 2004-04-04 | 1 | -0/+4 |
| | | | | | | | | close() calls would attempt to free() the buffer already free()ed on the first close(). [bug introduced with patch #788249] Making sure that the buffer is free()ed in file object deallocation is a belt-n-braces bit of insurance against a memory leak. | ||||
* | It would help if I deleted the old pystack! | Skip Montanaro | 2004-04-02 | 1 | -23/+11 |
| | | | | Also, move pystack comment down next to it | ||||
* | include local variables when dumping Python stack trace | Skip Montanaro | 2004-04-02 | 1 | -9/+36 |
| | |||||
* | Patch #924497: find(1) all files with /usr/local/bin/python in them. | Martin v. Löwis | 2004-03-31 | 1 | -5/+7 |
| | | | | Backported to 2.3. | ||||
* | Fixed a caching bug in platform.platform() where the argument of 'terse' was | Brett Cannon | 2004-03-25 | 1 | -1/+4 |
| | | | | not taken into consideration when caching value. |