2008-02-11 |
Lars Gustäbel | Make sure that xstar headers are read correctly. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Raymond Hettinger | No need to register classes that already inherit from... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Mark Dickinson | Put an extra space into the repr of a Fraction: |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Christian Heimes | The test requires the network resource |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Mark Dickinson | Rename rational.Rational to fractions.Fraction, to... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Raymond Hettinger | Complete an open todo on pickletools -- add a pickle... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Mark Dickinson | Remove reference to Rational |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Skip Montanaro | whoops - revert |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Skip Montanaro | Get the saying right. ;-) |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Mark Dickinson | Typos in decimal comment and documentation |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Eric Smith | Forgot to modify header file in r60707. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Mark Dickinson | Turn classmethods into staticmethods, and avoid calling... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Nick Coghlan | Add missing NEWS entry for r60695 |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Raymond Hettinger | Clarify that decimal also supports fixed-point arithmetic. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Eric Smith | Added PyNumber_ToBase and supporting routines _PyInt_Fo... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Georg Brandl | Fix for newest doctools. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Georg Brandl | Fix link. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Georg Brandl | Docs are rst now. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Georg Brandl | Needs only 2.4 now. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Christian Heimes | Issue #1706: Require Windows 2000+ |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Nick Coghlan | Issue 2021: Allow NamedTemporaryFile and SpooledTempora... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Raymond Hettinger | Temporarily disable this test. It's been broken for... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Raymond Hettinger | Metaclass declaration is inherited |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Raymond Hettinger | Add -3 warnings that set.copy(), dict.copy(), and defau... |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Raymond Hettinger | Merge with r60683. |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Raymond Hettinger | Make ABC containers inherit as documented. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Raymond Hettinger | Add advice on choosing between DictMixin and MutableMapping |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Raymond Hettinger | Fill-in missing Set comparisons |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Raymond Hettinger | Speed-up __iter__() mixin method. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Raymond Hettinger | Remove unnecessary modulo division. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Hye-Shik Chang | Update big5hkscs codec to conform to the HKSCS:2004... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Jeffrey Yasskin | Oops! 2.6's Rational.__ne__ didn't work. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Amaury Forgeot... | issue 2045: Infinite recursion when printing a subclass... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Christian Heimes | Use prefix decrement |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Christian Heimes | Deallocate content of the dict free list on interpreter... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Brett Cannon | Make sure a switch statement does not have repetitive... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Raymond Hettinger | The float conversion recipe is simpler in Py2.6 |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Walter Dörwald | Fix typo in docstring for Calendar.itermonthdays(). |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Walter Dörwald | Fix documentation for Calendar.iterweekdays(): firstwee... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Walter Dörwald | Clarify that the output of TextCalendar.formatmonth... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Facundo Batista | Fixes Issue 1401. When redirected, a possible POST... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Christian Heimes | Added some statistics code to dict and list object... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Facundo Batista | Fixes issue 2026. Tests converted to unittest. Thanks |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Andrew M. Kuchling | Update URL |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Brett Cannon | Remove unnecessary curly braces around an int literal. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Brett Cannon | Cast a struct to a void pointer so as to do a type... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Raymond Hettinger | Merge r60628, r60631, and r60633. Register UserList... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Raymond Hettinger | Merge 60627. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Raymond Hettinger | Return ints instead of longs for tuple.count() and... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Mark Dickinson | IEEE 754 should be IEEE 854; give precise reference for |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Mark Dickinson | Fix broken link in decimal documentation. |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Raymond Hettinger | Issue 2025: Add tuple.count() and tuple.index() to... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Georg Brandl | Revert accidental changes to test_queue in r60605. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Mark Dickinson | Remove incorrect usage of :const: in documentation. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Mark Dickinson | Issue 1979: Make Decimal comparisons (other than !... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Thomas Heller | Fixed refcounts and error handling. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Facundo Batista | Fixes issue 1959. Converted tests to unittest. |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Walter Dörwald | Remove month parameter from Calendar.yeardatescalendar(), |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Christian Heimes | Unified naming convention for free lists and their... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Christian Heimes | Limit free list of method and builtin function objects... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Raymond Hettinger | Sync-up with Py3k work. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Georg Brandl | * Use the same code to profile for test_profile and... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Skip Montanaro | correct object name |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Georg Brandl | Actually run the test. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Facundo Batista | Issue 1951. Converts wave test cases to unittest. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Georg Brandl | Fix unittest conversion breakage. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Guido van Rossum | In the experimental 'Scanner' feature, the group count... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Andrew M. Kuchling | Update PEP URL. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Marc-André... | Keep distutils Python 2.1 compatible (or even Python... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Georg Brandl | Convert external links to internal links. Fixes #2010. |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Lars Gustäbel | Issue #2004: Use mode 0700 for temporary directories... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Skip Montanaro | sync with most recent version from python-mode sf project |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Amaury Forgeot... | Change r60575 broke test_compile: |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Amaury Forgeot... | #1750076: Debugger did not step on every iteration... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Amaury Forgeot... | Correct quotes in NEWS file |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Christian Heimes | Small adjustments for test compact freelist test. It... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Christian Heimes | Increase debugging to investige failing tests on some... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Christian Heimes | Patch #1953 |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Jeffrey Yasskin | Make int() and long() fall back to __trunc__(). See... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Amaury Forgeot... | Let test_socketserver pass on win32, which does not... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Amaury Forgeot... | Correct test_mailbox on win32: since the test sets... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Amaury Forgeot... | Nasty typo in setobject.h |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Amaury Forgeot... | Ensure that PySet_Add() operates on a newly created... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Christian Heimes | Another int -> pid_t case |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Neal Norwitz | Ignore leaky warnings from test_asynchat |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Christian Heimes | Fixed paths to Windows build directories in build_ext.py |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Georg Brandl | #2003: fix sentence. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Brett Cannon | Add an entry for r60537. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Gregory P.... | remove a repeated occurance of a hardcoded berkeleydb... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Gregory P.... | Merge this fix from the pybsddb tree: |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Andrew MacIntyre | The wrapper function is supposed to be for spawnvpe... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Andrew MacIntyre | Rename module definition file to reflect v2.6. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Andrew MacIntyre | Update OS/2 EMX build bits for 2.6. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Brett Cannon | Use context manager for a lock. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Brett Cannon | Remove extra tick marks and add a missing closing paren... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Brett Cannon | Directories from CPPFLAGS and LDFLAGS were being added... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Brett Cannon | Fix a minor typo. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Georg Brandl | Wait for a delay before reaping children -- this should... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Georg Brandl | Fix a conversion mistake that caused test_queue to... |
commit | commitdiff | tree | snapshot |
next |