2004-04-10 |
Raymond Hettinger | Revert 2.393, elimination of pre-decrementing, which |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Skip Montanaro | atof: correct parameter name |
commit | commitdiff | tree | snapshot |
2004-04-10 |
Skip Montanaro | Refactor common code out of globaltrace_trackcallers... |
commit | commitdiff | tree | snapshot |
2004-04-09 |
Fred Drake | fix up some markup |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Raymond Hettinger | Provide more information representations of repeat... |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Fred Drake | give rational filenames to some of the generated HTML |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Fred Drake | switch to PNG navigation icons by default |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Fred Drake | include both the GIF and PNG icons in the HTML package |
commit | commitdiff | tree | snapshot |
2004-04-08 |
Fred Drake | avoid stripping space after indexing macros |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Skip Montanaro | note --trackcalls flag in trace module |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Skip Montanaro | Added --trackcalls command line arg to display crude... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Raymond Hettinger | Use continue instead of break whereever possible. |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Raymond Hettinger | * Improve readability and remove data dependencies... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
Raymond Hettinger | Small code improvements for readability, code size... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Andrew M. Kuchling | Fix comment typo |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Andrew M. Kuchling | Remove specific Python version from #! |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Raymond Hettinger | Simplify previous checkin (bitfields for WHY codes). |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Raymond Hettinger | Coded WHY flags as bitfields (taking inspiration from... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
Hye-Shik Chang | SF Patch #926375: Remove a useless UTF-16 support code... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Tim Peters | Since the fast_yield branch target was introduced,... |
commit | commitdiff | tree | snapshot |
2004-04-05 |
Raymond Hettinger | Improve previous checkin to use a slot check instead... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Raymond Hettinger | Improve accuracy of sequence and mapping checks. |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Andrew MacIntyre | OS/2's TCP/IP stack supports AF_UNIX sockets, with... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Andrew MacIntyre | OS/2 has support for spawnvp() and spawnvpe() in the... |
commit | commitdiff | tree | snapshot |
2004-04-04 |
Andrew MacIntyre | If a file is opened with an explicit buffer size >... |
commit | commitdiff | tree | snapshot |
2004-04-03 |
Neal Norwitz | #928751, fix typos in socket doc |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Skip Montanaro | It would help if I deleted the old pystack! |
commit | commitdiff | tree | snapshot |
2004-04-02 |
Skip Montanaro | include local variables when dumping Python stack trace |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Fred Drake | Fix support for the "prog" keyword to the OptionParser... |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Fred Drake | fix typo that wasn't properly fixed in revision 1.144 |
commit | commitdiff | tree | snapshot |
2004-04-01 |
Jeremy Hylton | Bump the magic number to avoid sharing bytecode between... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Andrew M. Kuchling | [Bugfix candidate] Escape traceback type and value... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Martin v. Löwis | Patch #924497: find(1) all files with /usr/local/bin... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Guido van Rossum | When /tmp has certain sticky bits set, newly created... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Fred Drake | add a heavy box around warning notices to make them... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Fred Drake | add missing and forthcoming releases |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Fred Drake | Emphasize the requirement that Python.h be included... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Fred Drake | added scripts to the list of files automatically includ... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Andrew MacIntyre | OS/2 VACPP build updates/fixes |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Tim Peters | Added a comment about the unreferenced PyThreadState... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
Andrew M. Kuchling | fix typo |
commit | commitdiff | tree | snapshot |
2004-03-28 |
Raymond Hettinger | Insert missing pronoun |
commit | commitdiff | tree | snapshot |
2004-03-28 |
Tim Peters | SF bug 924242: socket._fileobject._getclosed() returns... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Skip Montanaro | add usage() function, -h(elp) flag and long versions... |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Skip Montanaro | - add entry for complex number |
commit | commitdiff | tree | snapshot |
2004-03-27 |
Raymond Hettinger | Revert 1.51 booleans so that sre will still run on... |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Raymond Hettinger | Simple Optimizations: |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Raymond Hettinger | Remove unnecessary test. (Thanks Skip) |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Fred Drake | remove out-of-date warning |
commit | commitdiff | tree | snapshot |
2004-03-26 |
David Ascher | Fix test failure for test_tcl on OS/X and Windows if a |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Armin Rigo | Marshal clean-up (SF patch #873224) |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Raymond Hettinger | Simple optimizations: |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Raymond Hettinger | Update timeit example to reflect current performance. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Fred Drake | make sure the default manifest generation includes... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Marc-André... | Added more Windows version names (thanks to Thomas... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Brett Cannon | Fix last patch to be backwards-compatible with Python... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Brett Cannon | Fixed a caching bug in platform.platform() where the... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Fred Drake | Note that reading from a socket may not always return... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Fred Drake | - make sure the methods minidom adds to the basic DOM... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Hye-Shik Chang | Get rid of gcc warning. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Fred Drake | include the right index sources |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Fred Drake | remove duplicate use of the meta-data label |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Martin v. Löwis | Correct code to advance ptr to be well-formed C. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Fred Drake | fix typo |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Fred Drake | note that distutils API docs are included in "Distribut... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Fred Drake | improve the very-high-level API docs (contributed by... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Martin v. Löwis | Defer compilation of regular expressions until first... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Fred Drake | Remove note that PyErr_SetInterrupt() is obsolete;... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Martin v. Löwis | Use True/False instead of 0/1 for character classes. |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Raymond Hettinger | SF bug: #921927: Fixed a typo/thinko spelling "paramet... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Phillip J. Eby | Ensure super() lookup of descriptor from classmethod... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Nicholas Bastin | A few more PyThreadState_Get to PyThreadState_GET conve... |
commit | commitdiff | tree | snapshot |
2004-03-25 |
Piers Lauder | fix name in setacl method doc string |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Nicholas Bastin | Changed random calls to PyThreadState_Get() to use... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Nicholas Bastin | Enable the profiling of C functions (builtins and exten... |
commit | commitdiff | tree | snapshot |
2004-03-24 |
Martin v. Löwis | Add test case for unicode(somestring, "idna"). |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Brett Cannon | Replace sequential split/join calls on strings with... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Martin v. Löwis | Convert input to a string object. Fixes #909230. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Nicholas Bastin | ...for work done at PyCon 2004 (and beyond...) |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Brett Cannon | Make socket.sslerror a subclass of socket.error . |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Fred Drake | more markup nits |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Brett Cannon | Replace code in urllib for basejoin (undocumented)... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Fred Drake | fix markup nits |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Fred Drake | add the distutils modules to the global modules list |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Guido van Rossum | Add runctx to __all__. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Fred Drake | give the document indexes |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Fred Drake | - use recommended Python style in examples (no spaces... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Nicholas Bastin | Added command line options for profile.py - one for... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Fred Drake | merge Anthony Baxter's distutils API reference into... |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Martin v. Löwis | Intern __name__. |
commit | commitdiff | tree | snapshot |
2004-03-23 |
Martin v. Löwis | Decref all if ensure_fromlist fails. Fixes #876533. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Anthony Baxter | Basic dependency checking. setup() has two new optional... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Martin v. Löwis | Patch #911176: Move test function into __main__ |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Fred Drake | convert from a howto to a manual |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Armin Rigo | Lost reference. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Nicholas Bastin | Added global runctx function to profile to fix SF Bug... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Armin Rigo | The fix in ceval.c 2.386 allows iteration-by-iteration... |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Armin Rigo | Fix SF bug #765624. |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Nicholas Bastin | Fix (really) for tight loop line events |
commit | commitdiff | tree | snapshot |
2004-03-22 |
Nicholas Bastin | Test for tight loop line event fix, SF bug #765624 |
commit | commitdiff | tree | snapshot |
next |