- cafc811 Added --trackcalls command line arg to display crude caller/callee by Skip Montanaro · 21 years ago
- 7eddd78 Use continue instead of break whereever possible. by Raymond Hettinger · 21 years ago
- d3b836d * Improve readability and remove data dependencies by converting by Raymond Hettinger · 21 years ago
- 467a698 Small code improvements for readability, code size, and/or speed. by Raymond Hettinger · 21 years ago
- 22ab06e Fix comment typo by Andrew M. Kuchling · 21 years ago
- d9b38d2 Remove specific Python version from #! by Andrew M. Kuchling · 21 years ago
- 7c95865 Simplify previous checkin (bitfields for WHY codes). by Raymond Hettinger · 21 years ago
- 06032cb Coded WHY flags as bitfields (taking inspiration from tp_flags). by Raymond Hettinger · 21 years ago
- 4057483 SF Patch #926375: Remove a useless UTF-16 support code that is never by Hye-Shik Chang · 21 years ago
- 8a5c3c7 Since the fast_yield branch target was introduced, it appears that most by Tim Peters · 21 years ago
- ed9192e Improve previous checkin to use a slot check instead of equivalent by Raymond Hettinger · 21 years ago
- e2eda60 Improve accuracy of sequence and mapping checks. by Raymond Hettinger · 21 years ago
- d12dfbb OS/2's TCP/IP stack supports AF_UNIX sockets, with the limitation that by Andrew MacIntyre · 21 years ago
- 69e18c9 OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied by Andrew MacIntyre · 21 years ago
- 4e10ed3 If a file is opened with an explicit buffer size >= 1, repeated by Andrew MacIntyre · 21 years ago
- ba813e2 #928751, fix typos in socket doc by Neal Norwitz · 21 years ago
- 7a92d74 It would help if I deleted the old pystack! by Skip Montanaro · 21 years ago
- 74d07f2 include local variables when dumping Python stack trace by Skip Montanaro · 21 years ago
- 456d325 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 21 years ago
- 8effa01 fix typo that wasn't properly fixed in revision 1.144 by Fred Drake · 21 years ago
- d4ceb31 Bump the magic number to avoid sharing bytecode between 2.3 and 2.4. by Jeremy Hylton · 21 years ago
- b67c943 [Bugfix candidate] Escape traceback type and value. There are probably additional cases where cgitb.py doesn't escape as paranoidly as it should (e.g. attribute names) by Andrew M. Kuchling · 21 years ago
- fb66cd2 Patch #924497: find(1) all files with /usr/local/bin/python in them. by Martin v. Löwis · 21 years ago
- 59db96f When /tmp has certain sticky bits set, newly created subdirectories by Guido van Rossum · 21 years ago
- 862b46b add a heavy box around warning notices to make them really stand out in the by Fred Drake · 21 years ago
- 90756c2 add missing and forthcoming releases by Fred Drake · 21 years ago
- 34c4320 Emphasize the requirement that Python.h be included first more strongly. by Fred Drake · 21 years ago
- 203b10c added scripts to the list of files automatically included in the by Fred Drake · 21 years ago
- da4d6cb OS/2 VACPP build updates/fixes by Andrew MacIntyre · 21 years ago
- 174175b Added a comment about the unreferenced PyThreadState.tick_counter member. by Tim Peters · 21 years ago
- aeaec8d fix typo by Andrew M. Kuchling · 21 years ago
- f13c024 Insert missing pronoun by Raymond Hettinger · 21 years ago
- 116d83c SF bug 924242: socket._fileobject._getclosed() returns wrong value by Tim Peters · 21 years ago
- 165163f add usage() function, -h(elp) flag and long versions of short flags by Skip Montanaro · 21 years ago
- dbb4078 - add entry for complex number by Skip Montanaro · 21 years ago
- d732c95 Revert 1.51 booleans so that sre will still run on old pythons. by Raymond Hettinger · 21 years ago
- 968c56a Simple Optimizations: by Raymond Hettinger · 21 years ago
- 29e3837 Remove unnecessary test. (Thanks Skip) by Raymond Hettinger · 21 years ago
- 8123ff6 remove out-of-date warning by Fred Drake · 21 years ago
- 1c5701d Fix test failure for test_tcl on OS/X and Windows if a by David Ascher · 21 years ago
- 01ab279 Marshal clean-up (SF patch #873224) by Armin Rigo · 21 years ago
- 01c9f8c Simple optimizations: by Raymond Hettinger · 21 years ago
- 707483f Update timeit example to reflect current performance. by Raymond Hettinger · 21 years ago
- 4b49823 make sure the default manifest generation includes files identified as by Fred Drake · 21 years ago
- 91e83e2 Added more Windows version names (thanks to Thomas Heller). by Marc-André Lemburg · 21 years ago
- 9001cde Fix last patch to be backwards-compatible with Python 1.5.2 . by Brett Cannon · 21 years ago
- 21beb4c Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 21 years ago
- 504ca68 Note that reading from a socket may not always return all of the by Fred Drake · 21 years ago
- 267b062 - make sure the methods minidom adds to the basic DOM are attributed by Fred Drake · 21 years ago
- ff365c9 Get rid of gcc warning. by Hye-Shik Chang · 21 years ago
- ad62202 include the right index sources by Fred Drake · 21 years ago
- 73789bc remove duplicate use of the meta-data label by Fred Drake · 21 years ago
- 093c100 Correct code to advance ptr to be well-formed C. by Martin v. Löwis · 21 years ago
- 2f00c54 fix typo by Fred Drake · 21 years ago
- f39c3c7 note that distutils API docs are included in "Distributing Python Modules" by Fred Drake · 21 years ago
- d0c3b26 improve the very-high-level API docs (contributed by Jeff Epler) by Fred Drake · 21 years ago
- 1c0f1f9 Defer compilation of regular expressions until first use. by Martin v. Löwis · 21 years ago
- 8530951 Remove note that PyErr_SetInterrupt() is obsolete; add comment about the by Fred Drake · 21 years ago
- bc503d1 Use True/False instead of 0/1 for character classes. by Martin v. Löwis · 21 years ago
- 5232f50 SF bug: #921927: Fixed a typo/thinko spelling "parameter" as "paramter" by Raymond Hettinger · 21 years ago
- 91a968a Ensure super() lookup of descriptor from classmethod works (SF #743627) by Phillip J. Eby · 21 years ago
- 2786d90 A few more PyThreadState_Get to PyThreadState_GET conversions by Nicholas Bastin · 21 years ago
- f167dc3 fix name in setacl method doc string by Piers Lauder · 21 years ago
- e5662ae Changed random calls to PyThreadState_Get() to use the macro by Nicholas Bastin · 21 years ago
- c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 21 years ago
- a1dde13 Add test case for unicode(somestring, "idna"). by Martin v. Löwis · 21 years ago
- aaeffaf Replace sequential split/join calls on strings with a single replace call. by Brett Cannon · 21 years ago
- 708b4da Convert input to a string object. Fixes #909230. Backported 2.3. by Martin v. Löwis · 21 years ago
- c723a14 ...for work done at PyCon 2004 (and beyond...) by Nicholas Bastin · 21 years ago
- 06c3479 Make socket.sslerror a subclass of socket.error . by Brett Cannon · 21 years ago
- fee6f33 more markup nits by Fred Drake · 21 years ago
- 69200fa Replace code in urllib for basejoin (undocumented) with urlparse.urljoin . by Brett Cannon · 21 years ago
- e05c3e0 fix markup nits by Fred Drake · 21 years ago
- 4ac6c6a add the distutils modules to the global modules list by Fred Drake · 21 years ago
- 48713e8 Add runctx to __all__. by Guido van Rossum · 21 years ago
- 6356fff give the document indexes by Fred Drake · 21 years ago
- 630e5bd - use recommended Python style in examples (no spaces around "=" for by Fred Drake · 21 years ago
- 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 21 years ago
- 6fca7cc merge Anthony Baxter's distutils API reference into the package by Fred Drake · 21 years ago
- 321c9ab Intern __name__. by Martin v. Löwis · 21 years ago
- 83969ee Decref all if ensure_fromlist fails. Fixes #876533. Backported to 2.3. by Martin v. Löwis · 21 years ago
- 05f842b Basic dependency checking. setup() has two new optional arguments by Anthony Baxter · 21 years ago
- a3837a0 Patch #911176: Move test function into __main__ by Martin v. Löwis · 21 years ago
- 211a2eb convert from a howto to a manual by Fred Drake · 21 years ago
- 5d2c683 Lost reference. by Armin Rigo · 21 years ago
- 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 21 years ago
- 7069338 The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in by Armin Rigo · 21 years ago
- bf57a14 Fix SF bug #765624. by Armin Rigo · 21 years ago
- ee6c9b8 Fix (really) for tight loop line events by Nicholas Bastin · 21 years ago
- fa7bec7 Test for tight loop line event fix, SF bug #765624 by Nicholas Bastin · 21 years ago
- aea9459 Test for lack of implicit return line event by Nicholas Bastin · 21 years ago
- 80d937e Fix for line events in the case: by Armin Rigo · 21 years ago
- 77d9a3e Patch #871657: Set EDOM for `nan' return values on FreeBSD and OpenBSD. by Hye-Shik Chang · 21 years ago
- 39a0f04 New parser. Next up, making the current parser use this parser by Anthony Baxter · 21 years ago
- e62c5c8 Added configure check for broken poll() on some unix systems (MacOS X 10.3) by Nicholas Bastin · 21 years ago
- 3f60629 SF bug 847019 datetime.datetime initialization needs more strict checking by Tim Peters · 21 years ago
- 6fce78e Restored revision 2.87. by Armin Rigo · 21 years ago
- 8d9b60f Change parse_qsl() to accept control-name's with no equal sign (e.g., "name") by Brett Cannon · 21 years ago
- cbddabf Remove 'now' by Andrew M. Kuchling · 21 years ago
- 1c3fd87 PyTuple_New(): vrbl i no longer referenced, so removed it (which kills by Tim Peters · 21 years ago