2004-06-29 |
Brett Cannon | Fix stupid mistake of forgetting to mention that the... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Brett Cannon | rsync is now a recognized protocol that uses "netloc... |
commit | commitdiff | tree | snapshot |
2004-06-29 |
Brett Cannon | Changed applicable use of ``char *`` declarations that... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Martin v. Löwis | Add readme.txt |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Raymond Hettinger | Patch from Mark Hammond to fix a test error. |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Gregory P.... | Adds support for DB.pget and DBCursor.pget methods. |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Gregory P.... | Add weakref support to all bsddb.db objects. |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Barry Warsaw | Added socket.getservbyport(), and make its second argum... |
commit | commitdiff | tree | snapshot |
2004-06-28 |
Brett Cannon | Add missing backslash for PyDateTimeAPI->Delta_FromDelt... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Gregory P.... | raise the module minor version. |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Gregory P.... | SF patch / bug #967763 |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Brett Cannon | Add code for a range function that uses generators. |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Gregory P.... | Fix SF bug # 897820 - we can no longer use the DB_TRUNC... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Tim Peters | sizeof(char) is 1, by definition, so get rid of that... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Martin v. Löwis | Patch #923098: Share interned strings in marshal. |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Martin v. Löwis | Patch #966493: Cleanup generator/eval_frame exposure. |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Brett Cannon | Mention Py_RETURN_NONE when introducing the idiom of... |
commit | commitdiff | tree | snapshot |
2004-06-27 |
Raymond Hettinger | * Silence a test failure that resulted when test_site... |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Raymond Hettinger | SF bug #980419: int left-shift causes memory leak |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Brett Cannon | Clarify sentence at end of Intermezzo section stating... |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Skip Montanaro | Install Barry's smtpd.py daemon. |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Skip Montanaro | remove debugging print |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Skip Montanaro | Allow classes from other modules to be specified at... |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Raymond Hettinger | Add a comment with implementation notes. |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Raymond Hettinger | Get ceval.c to compile again by moving declarations... |
commit | commitdiff | tree | snapshot |
2004-06-26 |
Brett Cannon | Modules/getpath.c now compiles properly under OS X... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Nicholas Bastin | Massive performance improvement for C extension and... |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Fred Drake | Make distutils "install --home" support all platforms. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Raymond Hettinger | Cosmetic spacing fix. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Raymond Hettinger | Fix leak found by Eric Huss. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Raymond Hettinger | Fix leak found by Eric Huss. |
commit | commitdiff | tree | snapshot |
2004-06-25 |
Fred Drake | add boilerplate so the test modules can be run as scripts |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Raymond Hettinger | Move NOP to end of code transformation. |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Fred Drake | move the note about the bsddb185 module above the ... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brett Cannon | Add compilation of timemodule.c with datetimemodule... |
commit | commitdiff | tree | snapshot |
2004-06-24 |
Brett Cannon | Change comment from C++ style to C. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Nicholas Bastin | Less ugly #ifdefs for C profiling fix |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Nicholas Bastin | One forgotten C profiling #ifdef |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Nicholas Bastin | Making C profiling a configure option (at least tempora... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Raymond Hettinger | Install two code generation optimizations that depend... |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Fred Drake | add a couple of tests for the build_scripts command |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Tim Peters | SF patch 876130: add C API to datetime module, from... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Martin v. Löwis | Patch #975885: print file name in err msg in quiet... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Raymond Hettinger | Improve the documented advice on how to best use heapq... |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Raymond Hettinger | Use PyArg_UnpackTuple() where possible. |
commit | commitdiff | tree | snapshot |
2004-06-20 |
Tim Peters | Bug 975996: Add _PyTime_DoubleToTimet to C API |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Brett Cannon | shutil.move() will raise an exception when trying to... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Brett Cannon | Add news item about raising ValueError when timemodule... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Brett Cannon | Raise ValueError when value being stored in a time_t... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Marc-André... | Added normalization for Windows system name. Closes... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Brett Cannon | Change pydoc.stripid() be able to match against 64... |
commit | commitdiff | tree | snapshot |
2004-06-19 |
Brett Cannon | pydoc.stripid() is now case-insensitive for its regex... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Fred Drake | fix typo |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Sjoerd Mullender | If self.packages is None (this can happen, I saw it... |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Nicholas Bastin | Disabling end-of-loop code not reached warning on SunPro |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Thomas Heller | Rebuild the wininst.exe files. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Thomas Heller | The wininst.exe is no longer compressed with UPX. |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Thomas Heller | Fix an obvious typo (It *is* a typo, or not?) |
commit | commitdiff | tree | snapshot |
2004-06-18 |
Thomas Heller | When loading the Python dll to run the postinstall... |
commit | commitdiff | tree | snapshot |
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 |
next |