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 |
2008-02-22 |
Raymond Hettinger | Document itertools.product(). |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Eric Smith | Tests for bin() builtin. These need to get merged... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Eric Smith | Added bin() builtin. I'm going to check in the tests... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Georg Brandl | Another fix. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Georg Brandl | Don't reference pyshell. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Georg Brandl | A lot more typo fixes by Ori Avtalion. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Nick Coghlan | Try to make command line error messages from runpy... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Raymond Hettinger | First draft for itertools.product(). Docs and other... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Georg Brandl | Part of #2154: minimal syntax fixes in doc example... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Georg Brandl | #2079: typo in userdict docs. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Eric Smith | Moved test_format into the correct TestCase. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Guido van Rossum | Fix a few typos and layout glitches (more work is needed). |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Raymond Hettinger | Update more instances of has_key(). |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Thomas Heller | Replace 'has_key()' with 'in'. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Thomas Heller | configure.ac: Remove the configure check for _Bool... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Guido van Rossum | Removed uses of dict.has_key() from distutils, and... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Guido van Rossum | Remove news about float repr() -- issue 1580 is still... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Andrew M. Kuchling | Close manifest file. |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Eric Smith | Now that PyOS_ascii_formatd supports the 'n' format... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Eric Smith | Trim leading zeros from a floating point exponent,... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Georg Brandl | Fixes contributed by Ori Avtalion. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Eric Smith | Added PEP 3101. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Eric Smith | Added dependencies for stringobject.o. This should... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Eric Smith | Added code to correct combining str and unicode in... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Kristján Valur... | Perform correct handling of stack overflow for windows... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Eric Smith | Temporarily removed float tests. See issue 1600. |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Facundo Batista | Issue 1224. Now we support again the double slash in... |
commit | commitdiff | tree | snapshot |
2008-02-18 |
Facundo Batista | Issue #1916. Added isgenerator() and isgeneratorfunctio... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Georg Brandl | #2133: fix HTML color spec. |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Amaury Forgeot... | Compilation was broken on Windows since the introductio... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Eric Smith | Backport of PEP 3101, Advanced String Formatting, from... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Facundo Batista | Issue 2112. mmap does not raises EnvironmentError no... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Facundo Batista | Now we handle different the backup copy, because of... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Georg Brandl | Fix function name. |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Georg Brandl | #2131: note that codecs.open() always opens files in... |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Brett Cannon | Move test_logging over to doctest. |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Amaury Forgeot... | Prevent a crash with nested scopes, again caused by... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Amaury Forgeot... | Crashers of the day: Py_CLEAR must be used when there... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Georg Brandl | #2120: broken links in advocacy document. |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Raymond Hettinger | Add __all__ to logging module. |
commit | commitdiff | tree | snapshot |
next |