2004-06-18 |
Thomas Heller | The 'distributing python modules' manual now has an... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Thomas Heller | Fix typo - the module is named distutils.util. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Skip Montanaro | allow developers to more easily build a profiling versi... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Fred Drake | Use getopt where possible, so this supports option... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Brett Cannon | Add apparently missing word for InvalidStateError defin... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Fred Drake | fix bug: list of data files was initialized too soon... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Fred Drake | move support code to a helper module to ease re-use |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Fred Drake | - add link to the downloadable package in the generated... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Nicholas Bastin | Fixed end-of-loop code not reached warning when using... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Fred Drake | make the tarball available for download instead of... |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Michael W.... | silly typo |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Michael W.... | add missing closing quote. |
commit | commitdiff | tree | snapshot |
2004-06-17 |
Armin Rigo | Performance tweak: allow stack_pointer and oparg to... |
commit | commitdiff | tree | snapshot |
2004-06-16 |
Martin v. Löwis | Comment that getfilesystemencoding returns mbcs even... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Raymond Hettinger | Reverse argument order for nsmallest() and nlargest(). |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Martin v. Löwis | Return unicode strings from _getfullpathname even on... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Martin v. Löwis | Remove CRLF from project files. |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Fred Drake | add a test that actually installs some scripts |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Fred Drake | One unit test for distutils is not much, but is more... |
commit | commitdiff | tree | snapshot |
2004-06-15 |
Raymond Hettinger | SF bug #973092: inspect.getframeinfo bug if 'context... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Fred Drake | add a pointer to the Distutils Cookbook |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Raymond Hettinger | Patch #826074: cmath.log optional base argument, fixes... |
commit | commitdiff | tree | snapshot |
2004-06-14 |
Martin v. Löwis | Back out #957240. |
commit | commitdiff | tree | snapshot |
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 |
next |