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 |
2008-02-16 |
Amaury Forgeot... | mmap.PROT_READ does not exists on win32; |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Amaury Forgeot... | Re-enable tests, they were failing since gc.collect... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Kurt B. Kaiser | Configured selection highlighting colors were ignored... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Kurt B. Kaiser | ScriptBinding event handlers weren't returning 'break... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Amaury Forgeot... | Temporarily let these tests pass |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Amaury Forgeot... | Issue #2115: __slot__ attributes setting was 10x slower. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Raymond Hettinger | Update example to match the current syntax. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Skip Montanaro | Two new functions: |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Eric Smith | In PyNumber_ToBase, changed from an assert to returning... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Christian Heimes | Bug #2111: mmap segfaults when trying to write a block... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Christian Heimes | Fixed repr() and str() of complex numbers. Complex... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Christian Heimes | Use a static and interned string for __subclasscheck__... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Thomas Heller | Try to correct a markup error that does hide the follow... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Raymond Hettinger | No need to register subclass of ABCs. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Raymond Hettinger | Fix markup |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Raymond Hettinger | Simplify moneyfmt() recipe. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Christian Heimes | Implemented Martin's suggestion to clear the free lists... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Raymond Hettinger | Fix markup. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Raymond Hettinger | Show how to remove exponents. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Raymond Hettinger | Improve rst markup |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Raymond Hettinger | Add fixed-point examples to the decimal FAQ |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Raymond Hettinger | Add diagnostic message to help figure-out why SocketSer... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Jeffrey Yasskin | Change simple instances (in Fraction) of self.numerator... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Jeffrey Yasskin | Performance optimizations on Fraction's constructor. |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Raymond Hettinger | Fix decimal repr which should have used single quotes... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Raymond Hettinger | Update notes on Decimal. |
commit | commitdiff | tree | snapshot |
next |