2008-02-29 |
Martin v. Löwis | Build db-4.4.20 with VS9; remove VS2003 build if necessary. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Georg Brandl | Until we got downloadable docs, stop confusing viewers... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Martin v. Löwis | Make _hashlib a separate project. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Mark Dickinson | Fix docstring typo. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Raymond Hettinger | Handle the repeat keyword argument for itertools.product(). |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Mark Dickinson | Add __format__ method to Decimal, to support PEP 3101 |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Raymond Hettinger | Add alternate constructor for itertools.chain(). |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Raymond Hettinger | Have itertools.chain() consume its inputs lazily instea... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Martin v. Löwis | Locate VS installation dir from environment, so that... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Christian Heimes | Windows fix for signal test - skip it earlier |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Martin v. Löwis | Bundle msvcr90.dll as a "private assembly". |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Martin v. Löwis | Add 2.6aN uuids. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Raymond Hettinger | Document impending updates to itertools. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Jeffrey Yasskin | Prevent SocketServer.ForkingMixIn from waiting on child... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Andrew M. Kuchling | #2169: make generated HTML more valid |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Christian Heimes | The empty tuple is usually a singleton with a much... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Raymond Hettinger | Add repeat keyword argument to itertools.product(). |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Jeffrey Yasskin | Thread.start() used sleep(0.000001) to make sure it... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Jeffrey Yasskin | Speed test_socketserver up from 28.739s to 0.226s,... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Jeffrey Yasskin | Move abc._Abstract into object by adding a new flag... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Raymond Hettinger | Simply the sample code for combinations(). |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Raymond Hettinger | Larger test range |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Raymond Hettinger | One too many decrefs. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Raymond Hettinger | Add itertools.combinations(). |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Georg Brandl | #2194: fix some typos. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Christian Heimes | Patch #1691070 from Roger Upole: Speed up PyArg_ParseTu... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Neal Norwitz | Add a timing flag to Trace so you can see where slownes... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Christian Heimes | The contains function raised a gcc warning. The new... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Neal Norwitz | Speed up this test by about 99%. Remove sleeps and... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Georg Brandl | Banish tab. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Neal Norwitz | Whitespace normalization |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Neal Norwitz | Whitespace normalization |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Neal Norwitz | Don't use a hard coded port. This test could hang... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Raymond Hettinger | Docs for itertools.combinations(). Implementation... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Facundo Batista | Coerced PyBool_Type to be able to compare it. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Raymond Hettinger | Revert part of r60927 which made invalid assumptions... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Raymond Hettinger | Make sure the itertools filter functions give the same... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Facundo Batista | Issue 2168. gdbm and dbm needs to be iterable; this... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Georg Brandl | Revert r61029. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Georg Brandl | Rename sphinx.addons to sphinx.ext. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Facundo Batista | Issue 2117. Update compiler module to handle class... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Christian Heimes | Thomas Herve explained to me that PyCrypto depends... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Andrew M. Kuchling | Use file descriptor for real stdout |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Andrew M. Kuchling | Move .setupterm() output so that we don't try to call... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Brett Cannon | Fix a minor typo in a docstring. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Brett Cannon | Add minor markup for a string. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Neal Norwitz | Fix indentation |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Christian Heimes | Added dependency rules for Objects/stringlib/*.h |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Eric Smith | Corrected assert to check for correct type in py3k. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Neal Norwitz | Create a db_home directory with a unique name so multip... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Mark Dickinson | Remove duplicate 'import re' in decimal.py |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Christian Heimes | Use PY_FORMAT_SIZE_T instead of z for string formatting... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Neal Norwitz | Fix typo of hexidecimal |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Neal Norwitz | Get ctypes working on the Alpha (Tru64). The problem... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Facundo Batista | Issue 1742669. Now %d accepts very big float numbers. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Neal Norwitz | Add a little info to the 3k deprecation warnings about... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Andrew M. Kuchling | Remove stray word |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Neal Norwitz | map(None, ...) is not supported in 3.0. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Georg Brandl | #1627: httplib now ignores negative Content-Length... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Georg Brandl | #900744: If an invalid chunked-encoding header is sent... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Christian Heimes | MS Windows doesn't have mode_t but stat.st_mode is... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | Specify what kind of warning -3 emits. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | Document import ./. threading issues. #1720705. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | #1506171: added operator.methodcaller(). |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | #1826: allow dotted attribute paths in operator.attrgetter. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | #1825: correctly document msilib.add_data. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Facundo Batista | Added simple test case. Thanks Benjamin Peterson. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | In test_heapq and test_bisect, test both the Python... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | Use os.closerange(). |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | Use os.closerange() in popen2. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | Add examples to modulefinder docs. Written for GHOP... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | #2101: fix removeAttribute docs. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Jeffrey Yasskin | Followup to r61011: Also avoid the reference cycle... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Jeffrey Yasskin | Prevent classes like: |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Andrew M. Kuchling | #1389051, #1092502: fix excessively large allocations... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Andrew M. Kuchling | #1389051: IMAP module tries to read entire message... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | Documentation coverage builder, part 1. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Christian Heimes | Issue #2051 and patch from Alexander Belopolsky: |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Christian Heimes | Patch #1957: syslogmodule: Release GIL when calling... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Christian Heimes | Patch #2167 from calvin: Remove unused imports |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Andrew M. Kuchling | #1433694: minidom's .normalize() failed to set .nextSib... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Andrew M. Kuchling | #835521: Add index entries for various pickle-protocol... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Andrew M. Kuchling | #1330538: Improve comparison of xmlrpclib.DateTime... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Eric Smith | Removed duplicate Py_CHARMASK define. It's already... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Andrew M. Kuchling | #1119331: ncurses will just call exit() if the terminal... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | #2161: Fix opcode name. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Andrew M. Kuchling | #2072: correct documentation for .rpc_paths |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | More difflib examples. Written for GHOP by Josip Dzolonga. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | #2067: file.__exit__() now calls subclasses' close... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Facundo Batista | Issue 1089358. Adds the siginterrupt() function, that... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | #2165: fix test_logging failure on some machines. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Georg Brandl | #1492: allow overriding BaseHTTPServer's content type... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Christian Heimes | Patch #1759: Backport of PEP 3129 class decorators |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Facundo Batista | Issue 1781. Now ConfigParser.add_section does not let... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Facundo Batista | Issue 1776581. Minor corrections to smtplib, and two... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Facundo Batista | Issue 1881. Increased the stack limit from 500 to 1500... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Raymond Hettinger | Add recipe using itertools.product(). |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Raymond Hettinger | Add more comments |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Eric Smith | Added future_builtins, which contains PEP 3127 compatib... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Raymond Hettinger | Improve the implementation of itertools.product() |
commit | commitdiff | tree | snapshot |
next |