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 |
2008-01-30 |
Raymond Hettinger | MutableSets support a remove() method. |
commit | commitdiff | tree | snapshot |
2008-01-30 |
Raymond Hettinger | Add isdisjoint() to the Set/MutableSet ABCs. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Raymond Hettinger | CallMethod is faster with a NULL third-argument than... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Brett Cannon | Ignore .pyc and .pyo files. |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Brett Cannon | Update Vim syntax highlighting to specify what revision... |
commit | commitdiff | tree | snapshot |
2008-01-29 |
Brett Cannon | Fix the reindent rule to use $(BUILDPYTHON). |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Gregory P.... | Disable use of BerkeleyDB 4.6.x to see what the odd... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Raymond Hettinger | Removed unnecessary conditional (spotted by Neal Norwitz). |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Raymond Hettinger | Factor-out common code with a new macro |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Raymond Hettinger | Factor-out common code with a new macro |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Raymond Hettinger | Let marshal built-up sets and frozensets one element... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Raymond Hettinger | Make PySet_Add() work with frozensets. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Thomas Heller | Revert rev. 59925, it breaks comtypes (I need to furthe... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
Christian Heimes | static PyObject* variables should use PyString_InternFr... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Christian Heimes | Added clear cache methods to clear the internal type... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Jeffrey Yasskin | Moved Rational._binary_float_to_ratio() to float.as_int... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Georg Brandl | Add refcounting extension to build config. |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | socket.error doesn't have a headers attribute like... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Christian Heimes | Change isbasestring function as discussed on the cvs... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Try to handle socket.errors properly in is_unavailable |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Georg Brandl | Remove effectless expression statement. |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Update the comment and remove the close. If we close... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Print periodic "still working" messages since this... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Reduce buffer size since we do not need 1k |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Catch socket errors that are often the cause of transie... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Retry connection in case it fails to reduce flakiness |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Add a tiny sleep and additional flush to force the... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Update to newer version of ffi. Fixes crashes and... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Initialize variable to prevent warning on some platform... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Add assertion that we do not blow out newl |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Raymond Hettinger | Removed an unnecessary and confusing paragraph from... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Raymond Hettinger | Docstring nit |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Add stdarg include for va_list to get this to compile... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Use int for the sign rather than a char. char can... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Mostly reformat. Also set an error and return NULL... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Jeffrey Yasskin | Make rational.gcd() public and allow Rational to take... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Try to prevent this test from being flaky. We might... |
commit | commitdiff | tree | snapshot |
2008-01-27 |
Neal Norwitz | Eliminate the sleeps that assume the server will start... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Neal Norwitz | Consistently use tempfile.tempdir for the db_home direc... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Neal Norwitz | On some systems (e.g., Ubuntu on hppa) the flush() |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Neal Norwitz | Reduce the race condition by signalling when the server... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Neal Norwitz | Always try to remove the test file even if close raises... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Neal Norwitz | Cleanup the code a bit. test_rfind is failing on PPC... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Gregory P.... | Update docs for new callpack params added in r60188 |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Christian Heimes | Unit test fix from Giampaolo Rodola, #1938 |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Georg Brandl | Move C API entries to the corresponding section. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Georg Brandl | #1473257: add generator.gi_code attribute that refers to |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Georg Brandl | #1940: make it possible to use curses.filter() before... |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Georg Brandl | Clarify "b" mode under Unix. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Georg Brandl | Fix markup again. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Georg Brandl | Slashes allowed on Windows. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Georg Brandl | Add missing things in re docstring. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Georg Brandl | #1934: fix os.path.isabs docs. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Raymond Hettinger | Revert PySet_Add() changes. |
commit | commitdiff | tree | snapshot |
2008-01-26 |
Raymond Hettinger | Update test code for change to PySet_Add(). |
commit | commitdiff | tree | snapshot |
next |