2004-06-14 |
Raymond Hettinger | Remove a function no longer in use. |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Tim Peters | Teach pythoncore project about new pystrtod.c for VC7... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Neal Norwitz | SF bug #970042, lockf() signature uses len, doc refers... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Neal Norwitz | SF patch #969180, hotshot incorrectly computes elapsed... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Neal Norwitz | Remove compiler warning |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Neal Norwitz | Make private function static |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Neal Norwitz | Remove warning (static not being first) when building... |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Neal Norwitz | Remove warning about implicit declaration of strcmp() |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Raymond Hettinger | Fixup error exits in nlargest() and nsmallest(). |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Raymond Hettinger | Apply heapq.nlargest() to find best matches. |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Raymond Hettinger | Remove unnecessary GC support. Sets cannot have cycles. |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Raymond Hettinger | Add heapq to list of __all__ checks. |
commit | commitdiff | tree | snapshot |
2004-06-13 |
Raymond Hettinger | Install C version of heapq.nsmallest(). |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Raymond Hettinger | Install C version of heapq.nlargest(). |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Michael W.... | note a really bad test (no time to fix now) |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Raymond Hettinger | Improve the memory performance and speed of heapq.nsmal... |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Raymond Hettinger | Minor wording and spacing nits. |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Raymond Hettinger | Complete the list of weakreferencable objects. |
commit | commitdiff | tree | snapshot |
2004-06-12 |
Raymond Hettinger | * Factor out PyObject_SelfIter(). |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Fred Drake | Add support for package data. |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Michael W.... | lightly modified version of my patch |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Anthony Baxter | Bug 957381: rpmbuild builds a -debuginfo rpm on recent... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Anthony Baxter | fix a poorly worded error message |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Anthony Baxter | Fix for bug #966623 - classes created with type() in... |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Skip Montanaro | dump HAVE_FOPENRF stuff - obsolete |
commit | commitdiff | tree | snapshot |
2004-06-11 |
Skip Montanaro | Respect a module's __all__ attribute. Closes #969938. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Raymond Hettinger | Futher improvements to frozenset hashing (based on... |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Raymond Hettinger | Fixups to the hash function for frozensets. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Raymond Hettinger | Add a final permutation step to the tuple hash function. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Raymond Hettinger | Convert test_heapq.py to unittests. |
commit | commitdiff | tree | snapshot |
2004-06-10 |
Raymond Hettinger | SF patch #969791: Add nlargest() and nsmallest() to... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Thomas Heller | Defining Py_GCC_ATTRIBUTE finds even some more undocume... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Thomas Heller | Public Python functions are nowadays marked PyAPI_FUNC... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Fred Drake | make a reference to the SimpleHTTPServer module a hyper... |
commit | commitdiff | tree | snapshot |
2004-06-09 |
Neal Norwitz | Ensure path is initialized to prevent freeing random... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Tim Peters | test_devnull(): Use assertEqual() instead of an assert... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Tim Peters | Teach MSVC 6 about pystrtod.c. |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Martin v. Löwis | Patch #774665: Make Python LC_NUMERIC agnostic. |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Brett Cannon | Removed test_sitepackages test. Skip discovered that... |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Fred Drake | - markup fix |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Martin v. Löwis | Feature request #935915: Add os.path.devnull. |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Martin v. Löwis | Patch #510695: Add TSC profiling for the VM. |
commit | commitdiff | tree | snapshot |
2004-06-08 |
Neil Schemenauer | Note that memory returned by PyBuffer_New is not specif... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Tim Peters | SF 952807: Unpickling pickled instances of subclasses... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Raymond Hettinger | Add genexps to the glossary. |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Thomas Heller | Fix a refcount bug in an obscure code corner. |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Thomas Heller | Fix a refcount bug in an obscure code corner. |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Skip Montanaro | Another nit found by Neal Norwitz using pychecker.... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Neal Norwitz | Cleanup: the in operator already returns a bool, no... |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Neal Norwitz | There is no reason to have an underscore after self |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Neal Norwitz | Remove a useless operation, setting name to itself |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Skip Montanaro | correct name error caught by Neal Norwitz with pychecker |
commit | commitdiff | tree | snapshot |
2004-06-07 |
Raymond Hettinger | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Andrew M. Kuchling | [Bug #953177] Mention .getlist(); text from Paul Moore |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | Plug a few memory leaks in utime(). path is allocated... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | Try to improve test coverage for utime() |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | Valgrind was reporting an uninitialized read for bad... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | Look for the multibyte codec map files in the parent... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | Add some doc about using valgrind |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | whoops, I wanted that commented out by default, will... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Neal Norwitz | SF bug 881641, make it easier to use valgrind |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Tim Peters | SF 964876 mapping a 0 length file |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Phillip J. Eby | Added documentation to address SF bug #963246: limitati... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Skip Montanaro | add -L flag to cause leaks(1) command to run just befor... |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Kurt B. Kaiser | Noam Raphel: Further developemt of CodeContext feature. |
commit | commitdiff | tree | snapshot |
2004-06-06 |
Nicholas Bastin | Doc fix for SF #962633. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | Reword message |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Neil Schemenauer | Remove a number of tests that differ only in input... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | Fix exception wording |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #918710] Add paragraph to clarify docs |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #758665] cgitb.scanvars() fails because of an... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Neil Schemenauer | Remove lots of magic constants. |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #936837] Add missing word |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Hye-Shik Chang | SF #877165: Give an info about what C++ compiler comman... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Skip Montanaro | Rewrote to use temporary files instead of StringIO... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #897935] Fix fd leak in pty.spawn(). Reported... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #921657] Allow '@' in unquoted HTML attributes... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Raymond Hettinger | SF bug #964230: random.choice([]) should return more... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #954364] inspect.getframeinfo() sometimes produces... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Hye-Shik Chang | Fix a bug that robotparser starves memory when the... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #841757] Patch from /F to allow Unicode strings... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Andrew M. Kuchling | [Bug #841757] Exercise handling of Unicode strings |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Raymond Hettinger | SF bug #963956: Bad error mesage when subclassing... |
commit | commitdiff | tree | snapshot |
2004-06-05 |
Brett Cannon | Refactored site.py into functions. Also moved over... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Martin v. Löwis | Patch #926209: Patch to setup.py to run on x86_64 Linux. |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Hye-Shik Chang | SF #966375: Fix typo (Reported by Kristian Ovaska) |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Raymond Hettinger | Replaced arbitrary addend in tuple_hash with one that... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Raymond Hettinger | SF patch #961387: Make IDLE's paragraph reformatting... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Hye-Shik Chang | Reuse width/iswide tests from strings_test. (Suggested... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Hye-Shik Chang | Add comments for unicode-only methods to give hints... |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Hye-Shik Chang | Fix typo. |
commit | commitdiff | tree | snapshot |
2004-06-04 |
Hye-Shik Chang | Add iswide() and width() method for UserString accordin... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jack Jansen | Fix for #860242: use correct names in the "save prefere... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jack Jansen | - Fix for #862941: "run with commandline python" crashe... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Fred Drake | if we must argue over the/they, we can just remove... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Fred Drake | avoid backticks in examples; use repr() instead |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jack Jansen | Fix for #932977: MacOSX does not pass the whole pathnam... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Jack Jansen | On startup, attempt to set the working directory to... |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Raymond Hettinger | Fix typo: the-->they |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Guido van Rossum | Fix typo. |
commit | commitdiff | tree | snapshot |
next |