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 |
2008-02-02 |
Skip Montanaro | Split the refleak mail body into two parts, the first... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Neal Norwitz | Update the leaky tests (ie, ignore these tests if they... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Mark Dickinson | Make the Rational constructor accept '3.' and '.2'... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Georg Brandl | Rewrite test_cprofile as unittest (and rename the file... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Georg Brandl | Rewrite test_queue as unittest. Written for GHOP by... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Georg Brandl | Add GHOP contributor. |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Georg Brandl | Rewrite test_socketserver as unittest, written for... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Georg Brandl | Add email example how to send a multipart message. |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Georg Brandl | Rewrite test_funcattrs as unittest, written for GHOP... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Georg Brandl | Rewrite test_descr as unittest, written for GHOP by... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Georg Brandl | Amendments to the urllib2 docs, written for GHOP by... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Raymond Hettinger | Neaten-up a bit. |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Raymond Hettinger | Simpler solution to handling non-IEEE 754 environments. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Raymond Hettinger | Add protection from weirdness while scaling the mantiss... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Raymond Hettinger | Fix int/long typecase. Add check for non-binary floati... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Marc-André... | Bump distutils version number to match Python version. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Raymond Hettinger | Test round-trip on float.as_integer_ratio() and float... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Raymond Hettinger | labs() takes a long for an input. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Raymond Hettinger | Integer ratio should return ints instead of longs where... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Raymond Hettinger | Issue #1996: float.as_integer_ratio() should return... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Georg Brandl | Update for latest sphinx latex writer. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Georg Brandl | Wording nit. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Christian Heimes | More int -> pid_t. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Georg Brandl | Rename batch file. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Georg Brandl | Add link checker builder, written for GHOP by Thomas... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Georg Brandl | Update IPv6 RFC number. |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Neal Norwitz | Fix refleak |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Jeffrey Yasskin | Roll back r60248. It's useful to encourage users not... |
commit | commitdiff | tree | snapshot |
2008-02-01 |
Jeffrey Yasskin | Move __builtins__.trunc() to math.trunc() per |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Christian Heimes | Fixed bug #1983: Return from fork() is pid_t, not int |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Mark Dickinson | Issue #1678380. Fix a bug that identifies 0j and ... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Raymond Hettinger | Minor wordsmithing on docstring |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Jeffrey Yasskin | Remove unused to-be-magic methods from Rational per... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Jeffrey Yasskin | Added more documentation on how mixed-mode arithmetic... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Raymond Hettinger | Missing return |
commit | commitdiff | tree | snapshot |
2008-01-31 |
Raymond Hettinger | Fix defect in __ixor__ which would get the wrong |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | Bug #1234: Fixed semaphore errors on AIX 5.2 |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Raymond Hettinger | Update itertool recipes |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | The previous change was causing a segfault after multip... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | Fixed some references leaks in sys. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | Removed unused var |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Christian Heimes | Patch #1970 by Antoine Pitrou: Speedup unicode whitespa... |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Raymond Hettinger | Demonstrate new except/as syntax. |
commit | commitdiff | tree | snapshot |
next |