- 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
- 6680341 Normalized files in test_unicode_file to eliminate failure on OSX by Nicholas Bastin · 21 years ago
- 5671615 This is the fastest I could get on Intel GCC. I kept the memset() in to clear by Armin Rigo · 21 years ago
- abce8a6 Changed file.name to be the object passed as the 'name' argument to file() by Nicholas Bastin · 21 years ago
- 67867ea [Part of patch #909005] Added map parameter for file_dispatcher and dispatcher_with_send by Andrew M. Kuchling · 21 years ago
- 174bdbc [Part of patch #909005] Repeating exception changed from 'raise socket.error, why' to just raise. Make use of connect_ex() raise socket.error with 2-tuple instead of just error code by Andrew M. Kuchling · 21 years ago
- 419af88 [Part of patch #909005] Remove Mac code for writable by Andrew M. Kuchling · 21 years ago
- 0ebbbe3 [Part of patch #909005] Set initial poll flags by Andrew M. Kuchling · 21 years ago
- 68522b1 [Part of patch #909005] Use True/False by Andrew M. Kuchling · 21 years ago
- c3a87b8 Bug #920575: Add a workaround for GNU libc nl_langinfo()'s returning NULL. by Hye-Shik Chang · 21 years ago
- 56d7913 [Patch #900071] Be case-insensitive when removing 'usage:' string by Andrew M. Kuchling · 21 years ago
- 9303777 [Part of patch #909005] Handle POLLPRI flag, and various errors cases. Fixes bug #887279 by Andrew M. Kuchling · 21 years ago
- a982c44 [Patch #918212] Support XHTML's 'id' attribute, which can be on any element. by Andrew M. Kuchling · 21 years ago
- 4c4a45d [Patch #905863] Support the CVS version of Tcl/Tk, which has the version number 8.5 by Andrew M. Kuchling · 21 years ago
- 3c0aa7e [Patch #850977] Detect Tcl/Tk libraries on FreeBSD/OpenBSD. Bugfix candidate by Andrew M. Kuchling · 21 years ago
- e240d9b Update URLs by Andrew M. Kuchling · 21 years ago
- a7604bf Moved tracebackobject to traceback.h, Closes SF Bug #497067 by Nicholas Bastin · 21 years ago
- 8183fa4 Fix typo in comment. by Raymond Hettinger · 21 years ago
- 6602520 SF bug 917108: warnings.py does not define _test(). by Tim Peters · 21 years ago
- 93d4481 Add identity shortcut to PyObject_RichCompareBool. by Raymond Hettinger · 21 years ago
- 07973da Modified string.split documentation to reflect behaviour of splitting emtpy string. Closes SF bug #811604 by Nicholas Bastin · 21 years ago
- 5f112eb recursive_isinstance(), recursive_issubclass(): New code here returned by Tim Peters · 21 years ago
- 7139afd [693255] also back out corresponding NEWS item... by Just van Rossum · 21 years ago
- 20a8336 concrete example of why retaining old objects is good by Skip Montanaro · 21 years ago
- 347c30d Patch #853488: Tix hlist missing entryconfigure and entrycget methods. by Martin v. Löwis · 21 years ago
- 433fa69 Patch #853488: Add hlist entry_configure and entry_cget methods. by Martin v. Löwis · 21 years ago
- 4848557 Remove unused instance attributes. by Neil Schemenauer · 21 years ago
- ff5bc50 Improve byte coding for multiple assignments. by Raymond Hettinger · 21 years ago
- 8b6cc2e Removed extra period from \versionchanged entry; macro adds period by Brett Cannon · 21 years ago
- 46cf4fc Back out last patch that removed an entry from sys.path if it was not an by Brett Cannon · 21 years ago
- c82208e Deal with case of when locale time values has characters that can be mistaken by Brett Cannon · 21 years ago
- 4f65331 Limit the nesting depth of a tuple passed as the second argument to by Brett Cannon · 21 years ago
- c696617 Fix for SF 780407. Change %08l to %p to print a pointer. Will backport to 2.3. by Guido van Rossum · 21 years ago
- 70d172d Get rid of listextend_internal() and explain why the special case by Armin Rigo · 21 years ago
- 70ec0b4 Fix for SF 777848. by Guido van Rossum · 21 years ago
- 27f4961 SF patch 508730 CGIHTTPServer execfile should save cwd by Tim Peters · 21 years ago
- 9dbf908 Cancelled checkin, sorry. by Armin Rigo · 21 years ago
- 508c57d Clarify docs on where .pth files can exist. by Brett Cannon · 21 years ago
- 7cdf3e8 memset() hunt continuing. This is a net win. by Armin Rigo · 21 years ago
- cc45466 Remove non-existent paths. by Brett Cannon · 21 years ago
- 75be012 memset() with small memory sizes just kill us. by Armin Rigo · 21 years ago
- 497331f Fix how line endings were handled when iterating over a .pth file by stripping by Brett Cannon · 21 years ago
- d54357d Tweaked after following all these instructions. by Guido van Rossum · 21 years ago
- 1e13054 test_email: comment out two fail-test cases that no longer fail with the new by Thomas Wouters · 21 years ago
- 934d31b Speed HMAC.copy() by installing a secret backdoor argument to by Tim Peters · 21 years ago
- 1515fc2 A 2% speed improvement with gcc on low-endian machines. My guess is that this by Armin Rigo · 21 years ago
- 09240f6 GCC was complaining that 'value' in dictiter_iternextvalue() wasn't by Guido van Rossum · 21 years ago
- fe703e0 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 21 years ago
- 0813d76 Merge in Anthony's new parser code, from the anthony-parser-branch: by Thomas Wouters · 21 years ago
- d4079e1 Update copyright years, and change copyright.tex to use the same spelling by Tim Peters · 21 years ago
- 6fd0b0d commit the portion of PyXML patch #919008 that is relevant to the by Fred Drake · 21 years ago
- 9de0a2b fix two typos that turned text into markup by Fred Drake · 21 years ago
- bd6850f Ignore oodles of MSVC-generated files. by Tim Peters · 21 years ago
- 4ae4f26 A helper for rt.bat, copied (but with path adjustment) from PCbuild. by Tim Peters · 21 years ago
- 086a0f7 PyFile_WriteObject(): some of the local variables are only used when by Fred Drake · 21 years ago
- 8e6ad6f Expand on the semantics of reload(). Closes #919099. by Skip Montanaro · 21 years ago
- 0690512 Factor out a double lookup. by Raymond Hettinger · 21 years ago
- 4a7ad1a Add an entry for addition of the ptcp154 codec. by Hye-Shik Chang · 21 years ago
- 5c5316f Add a new unicode codec: ptcp154 (Kazakh) by Hye-Shik Chang · 21 years ago
- 435bf58 Make iterators length transparent where possible. by Raymond Hettinger · 21 years ago
- 1e5809f Improve deque iteration. by Raymond Hettinger · 21 years ago
- ade08ea Add news entries for the dictionary optimizations. by Raymond Hettinger · 21 years ago
- 0ce6dc8 Make the new dictionary iterators transparent with respect to length. by Raymond Hettinger · 21 years ago
- 0e5e6c7 Ignore error status codes occurred while compiling site-packages directory. by Hye-Shik Chang · 21 years ago
- d1de45f Fix capitalization of title for subsection 2. by Brett Cannon · 21 years ago
- 019a148 Optimize dictionary iterators. by Raymond Hettinger · 21 years ago
- 65d6342 Minor grammatical fixes. by Brett Cannon · 21 years ago
- 9b976e6 Extremely minor typo fixed. by Brett Cannon · 21 years ago
- 4344278 Dictionary optimizations: by Raymond Hettinger · 21 years ago
- 969d8c0 Add missing decref by Raymond Hettinger · 21 years ago