- aa0ef52 The contains function raised a gcc warning. The new code is copied straight from py3k. by Christian Heimes · 17 years ago
- 75992ed Speed up this test by about 99%. Remove sleeps and replace with events. by Neal Norwitz · 17 years ago
- 1b3e41c Banish tab. by Georg Brandl · 17 years ago
- df6ac3d Whitespace normalization by Neal Norwitz · 17 years ago
- b628913 Whitespace normalization by Neal Norwitz · 17 years ago
- b0917c1 Don't use a hard coded port. This test could hang/fail if the port is in use. by Neal Norwitz · 17 years ago
- 3fa41d5 Docs for itertools.combinations(). Implementation in forthcoming checkin. by Raymond Hettinger · 17 years ago
- b1d70e2 Coerced PyBool_Type to be able to compare it. by Facundo Batista · 17 years ago
- 39df661 Revert part of r60927 which made invalid assumptions about the API offered by db modules. by Raymond Hettinger · 17 years ago
- 9d63837 Make sure the itertools filter functions give the same performance for func=bool as func=None. by Raymond Hettinger · 17 years ago
- df41989 Issue 2168. gdbm and dbm needs to be iterable; this fixes a by Facundo Batista · 17 years ago
- fd42906 Revert r61029. by Georg Brandl · 17 years ago
- 976a059 Rename sphinx.addons to sphinx.ext. by Georg Brandl · 17 years ago
- 4219da4 Issue 2117. Update compiler module to handle class decorators. by Facundo Batista · 17 years ago
- a3c8c10 Thomas Herve explained to me that PyCrypto depends on the constants. I'm adding the aliases because C code for Python 2.x should compile under 2.6 as well. The aliases aren't available in Python 3.x though. by Christian Heimes · 17 years ago
- 734451a Use file descriptor for real stdout by Andrew M. Kuchling · 17 years ago
- aa5e3ce Move .setupterm() output so that we don't try to call endwin() if it fails by Andrew M. Kuchling · 17 years ago
- c6b5200 Fix a minor typo in a docstring. by Brett Cannon · 17 years ago
- 499969a Add minor markup for a string. by Brett Cannon · 17 years ago
- 0031ff3 Fix indentation by Neal Norwitz · 17 years ago
- 3376d64 Added dependency rules for Objects/stringlib/*.h by Christian Heimes · 17 years ago
- 4b051ee Corrected assert to check for correct type in py3k. by Eric Smith · 17 years ago
- 6057b2e Create a db_home directory with a unique name so multiple users can by Neal Norwitz · 17 years ago
- 6a123cb Remove duplicate 'import re' in decimal.py by Mark Dickinson · 17 years ago
- 09bde04 Use PY_FORMAT_SIZE_T instead of z for string formatting. Thanks Neal. by Christian Heimes · 17 years ago
- 114dd94 Fix typo of hexidecimal by Neal Norwitz · 17 years ago
- ed0a593 Get ctypes working on the Alpha (Tru64). The problem was that there by Neal Norwitz · 17 years ago
- c11cecf Issue 1742669. Now %d accepts very big float numbers. Thanks Gabriel Genellina. by Facundo Batista · 17 years ago
- b93e7d1 Add a little info to the 3k deprecation warnings about what to use instead. by Neal Norwitz · 17 years ago
- e7b53c5 Remove stray word by Andrew M. Kuchling · 17 years ago
- 53152a1 map(None, ...) is not supported in 3.0. by Neal Norwitz · 17 years ago
- 8c460d5 #1627: httplib now ignores negative Content-Length headers. by Georg Brandl · 17 years ago
- 2363503 #900744: If an invalid chunked-encoding header is sent by a server, by Georg Brandl · 17 years ago
- 5e8e6d2 MS Windows doesn't have mode_t but stat.st_mode is defined as unsigned short. by Christian Heimes · 17 years ago
- 4425e7c Specify what kind of warning -3 emits. by Georg Brandl · 17 years ago
- f1699cd Document import ./. threading issues. #1720705. by Georg Brandl · 17 years ago
- ebcfd11 #1506171: added operator.methodcaller(). by Georg Brandl · 17 years ago
- e2065c6 #1826: allow dotted attribute paths in operator.attrgetter. by Georg Brandl · 17 years ago
- b0b0317 #1825: correctly document msilib.add_data. by Georg Brandl · 17 years ago
- c12b988 Added simple test case. Thanks Benjamin Peterson. by Facundo Batista · 17 years ago
- 0bb8567 In test_heapq and test_bisect, test both the Python and the C implementation. by Georg Brandl · 17 years ago
- c76ea27 Use os.closerange(). by Georg Brandl · 17 years ago
- 8d01bb2 Use os.closerange() in popen2. by Georg Brandl · 17 years ago
- ffada76 Add examples to modulefinder docs. Written for GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
- 7d00992 #2101: fix removeAttribute docs. by Georg Brandl · 17 years ago
- a885c15 Followup to r61011: Also avoid the reference cycle when the Thread's target by Jeffrey Yasskin · 17 years ago
- 3414ea9 Prevent classes like: by Jeffrey Yasskin · 17 years ago
- 1beea27 #1389051, #1092502: fix excessively large allocations when using read() on a socket by Andrew M. Kuchling · 17 years ago
- 1219a80 #1389051: IMAP module tries to read entire message in one chunk. Patch by Fredrik Lundh. by Andrew M. Kuchling · 17 years ago
- 1704828 Documentation coverage builder, part 1. by Georg Brandl · 17 years ago
- 4034685 Issue #2051 and patch from Alexander Belopolsky: by Christian Heimes · 17 years ago
- f0476e8 Patch #1957: syslogmodule: Release GIL when calling syslog(3) by Christian Heimes · 17 years ago
- c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
- 19aff0c #1433694: minidom's .normalize() failed to set .nextSibling for last element. by Andrew M. Kuchling · 17 years ago
- 8887e54 #835521: Add index entries for various pickle-protocol methods and attributes by Andrew M. Kuchling · 17 years ago
- 085f75a #1330538: Improve comparison of xmlrpclib.DateTime and datetime instances. by Andrew M. Kuchling · 17 years ago
- 8328bbc Removed duplicate Py_CHARMASK define. It's already defined in Python.h. by Eric Smith · 17 years ago
- 322349e #1119331: ncurses will just call exit() if the terminal name isn't found. by Andrew M. Kuchling · 17 years ago
- 5972493 #2161: Fix opcode name. by Georg Brandl · 17 years ago
- b678f98 #2072: correct documentation for .rpc_paths by Andrew M. Kuchling · 17 years ago
- 080b094 More difflib examples. Written for GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
- ad61bc8 #2067: file.__exit__() now calls subclasses' close() method. by Georg Brandl · 17 years ago
- 7e251e8 Issue 1089358. Adds the siginterrupt() function, that is just a by Facundo Batista · 17 years ago
- 57826cf #2165: fix test_logging failure on some machines. by Georg Brandl · 17 years ago
- 1647923 #1492: allow overriding BaseHTTPServer's content type for error messages. by Georg Brandl · 17 years ago
- 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 17 years ago
- b12f0b5 Issue 1781. Now ConfigParser.add_section does not let you add a by Facundo Batista · 17 years ago
- 1660933 Issue 1776581. Minor corrections to smtplib, and two small tests. by Facundo Batista · 17 years ago
- fc2d010 Issue 1881. Increased the stack limit from 500 to 1500. Also added by Facundo Batista · 17 years ago
- 7832d4d Add recipe using itertools.product(). by Raymond Hettinger · 17 years ago
- 532316d Add more comments by Raymond Hettinger · 17 years ago
- a73fbe7 Added future_builtins, which contains PEP 3127 compatible versions of hex() and oct(). by Eric Smith · 17 years ago
- 73d7963 Improve the implementation of itertools.product() by Raymond Hettinger · 17 years ago
- c5705a8 Document itertools.product(). by Raymond Hettinger · 17 years ago
- fb0742f Tests for bin() builtin. These need to get merged into py3k, which has no tests for bin. by Eric Smith · 17 years ago
- 3cd8194 Added bin() builtin. I'm going to check in the tests in a seperate checkin, because the builtin doesn't need to be ported to py3k, but the tests are missing in py3k and need to be merged there. by Eric Smith · 17 years ago
- 1699db1 Another fix. by Georg Brandl · 17 years ago
- 4e37c66 Don't reference pyshell. by Georg Brandl · 17 years ago
- 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
- a14a4e8 Try to make command line error messages from runpy easier to understand (and suppress traceback cruft from the implicitly invoked runpy machinery) by Nick Coghlan · 17 years ago
- 50986cc First draft for itertools.product(). Docs and other updates forthcoming. by Raymond Hettinger · 17 years ago
- 12db865 Part of #2154: minimal syntax fixes in doc example snippets. by Georg Brandl · 17 years ago
- 359b9e9 #2079: typo in userdict docs. by Georg Brandl · 17 years ago
- ce584d4 Moved test_format into the correct TestCase. by Eric Smith · 17 years ago
- af16ece Fix a few typos and layout glitches (more work is needed). by Guido van Rossum · 17 years ago
- 31ce5cb Update more instances of has_key(). by Raymond Hettinger · 17 years ago
- 8982cf5 Replace 'has_key()' with 'in'. by Thomas Heller · 17 years ago
- 981f318 configure.ac: Remove the configure check for _Bool, it is already done in the by Thomas Heller · 17 years ago
- 8bc0965 Removed uses of dict.has_key() from distutils, and uses of by Guido van Rossum · 17 years ago
- b5e2684 Remove news about float repr() -- issue 1580 is still in limbo. by Guido van Rossum · 17 years ago
- 2d6c13e Close manifest file. by Andrew M. Kuchling · 17 years ago
- 8a803dd Now that PyOS_ascii_formatd supports the 'n' format, simplify the float formatting code to just call it. by Eric Smith · 17 years ago
- 7ef40bf Trim leading zeros from a floating point exponent, per C99. See issue 1600. As far as I know, this only affects Windows. Add float type 'n' to PyOS_ascii_formatd (see PEP 3101 for 'n' description). by Eric Smith · 17 years ago
- e1b8e9c Fixes contributed by Ori Avtalion. by Georg Brandl · 17 years ago
- 5a3c135 Added PEP 3101. by Eric Smith · 17 years ago
- ba486c5 Added dependencies for stringobject.o. This should fix failing tests in test_unicode.py. by Eric Smith · 17 years ago
- bc32fee Added code to correct combining str and unicode in ''.format(). Added test case. by Eric Smith · 17 years ago
- 5299935 Perform correct handling of stack overflow for windows: Catch the correct exception code and reset the overflow condition when handled. by Kristján Valur Jónsson · 17 years ago
- d50a5f2 Temporarily removed float tests. See issue 1600. by Eric Smith · 17 years ago
- d14600e Issue 1224. Now we support again the double slash in the URL. by Facundo Batista · 17 years ago