2007-11-24 |
Georg Brandl | #1467: fix documentation for TestResult.add{Error,Failure}. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Georg Brandl | #1344: document that you need to open std{in,out,err... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Skip Montanaro | revert |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Skip Montanaro | revert change that breaks test_doctest (which I forgot... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Christian Heimes | Backport of fixes from py3k branch |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Christian Heimes | Added filename to compiling struct based on Martin... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Facundo Batista | Test cases from Cowlishaw, v2.57. All are pased cleanly. |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Facundo Batista | Major change in the internal structure of the Decimal |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Skip Montanaro | issue 1429818 |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Skip Montanaro | Make trace and doctest play nice together (issue 142981... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Andrew M. Kuchling | Add item |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Christian Heimes | And yet another fix for the patch. Paul Moore has send... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Christian Heimes | How did the comment get there? |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Christian Heimes | Fixed problems in the last commit. Filenames and line... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Christian Heimes | Applied patch #1754273 and #1754271 from Thomas Glee |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Christian Heimes | Backport of PCbuild9 fixes from py3k r59130 |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Brett Cannon | Fix a bug in the test for using __loader__.get_data(). |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Christian Heimes | Backport of the PCbuild9 directory from the py3k branch. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Guido van Rossum | Backport of _abccoll.py by Benjamin Arangueren, issue... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Christian Heimes | Final fix for #1403 |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Amaury Forgeot... | Add a NEWS entry for r59076. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Christian Heimes | Added NEWS entry |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Brett Cannon | Add a missing check before deleting a package's __loader__. |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Brett Cannon | doctest assumed that a package's __loader__.get_data... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Christian Heimes | Fixed #1372: zlibmodule.c: int overflow in PyZlib_decom... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Brett Cannon | Remove a unneeded line that had typos. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Amaury Forgeot... | The incremental decoder for utf-7 must preserve its... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Nick Coghlan | Backport some main.c cleanup from the py3k branch |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Christian Heimes | Another fix for test_shutil. Martin pointed out that... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Martin v. Löwis | Patch #1468: Package Lib/test/*.pem. |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Christian Heimes | Fixed bug #1470 |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Guido van Rossum | Fix the OSX failures in this test -- they were due... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Guido van Rossum | Make this work stand-alone, too. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Facundo Batista | Fixed detail in add_type() explanation (issue 1463). |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Nick Coghlan | Enable some test_cmd_line_script debugging output to... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Walter Dörwald | Fix for #1444: utf_8_sig.StreamReader was (indirectly... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Walter Dörwald | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Neal Norwitz | Use a slightly more recent version than 1.5.2b2. |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Nick Coghlan | Patch #1739468: Directories and zipfiles containing... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Brett Cannon | Remove a confusing sentence about pth files and which... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
Raymond Hettinger | Fix signature in example |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Facundo Batista | Made _ParseTupleFinds only defined to unicodeobject.c |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Facundo Batista | Fix for stupid error (I need to remember to do a full... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Facundo Batista | Now in find, rfind, index, and rindex, you can use... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Guido van Rossum | A patch from issue 1378 by roudkerk: |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Bill Janssen | add the certificate for the Python SVN repository for... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Raymond Hettinger | Add example for use cases requiring default values. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Raymond Hettinger | Example of multiple replacements. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Raymond Hettinger | Fixup example in docs. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Raymond Hettinger | Small improvement to the implementation of __replace__(). |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Raymond Hettinger | Accept Issac Morland's suggestion for __replace__ to... |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Raymond Hettinger | Add test for __fields__ being read-only |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Raymond Hettinger | Make __fields__ read-only. Suggested by Issac Morland |
commit | commitdiff | tree | snapshot |
2007-11-14 |
Georg Brandl | Remove dead link from random docs. |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Amaury Forgeot... | Merge from py3k branch: |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Guido van Rossum | Add the test from issue 1704621 (the issue itself is... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | readline module cleanup |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Walter Dörwald | Fix TextCalendar.prweek(). This closes issue #1427. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Martin v. Löwis | Patch #1418: Make the AC_REPLACE_FUNCS object files... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Martin v. Löwis | Only set rl_completion_display_matches_hook if there |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Andrew M. Kuchling | Re-word sentence |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Fix for #1427: Error in standard module calendar |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Christian Heimes | Added new decorator syntax to property.__doc__ |
commit | commitdiff | tree | snapshot |
2007-11-11 |
Georg Brandl | Remove duplication of "this". |
commit | commitdiff | tree | snapshot |
2007-11-11 |
Vinay Sajip | Fixed a bug reported (in private email, by Robert Crida... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Guido van Rossum | Issue 1416. Add getter, setter, deleter methods to... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Raymond Hettinger | Use a freelist to speed-up block allocation and dealloc... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Raymond Hettinger | Optimize common case for dict.fromkeys(). |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Martin v. Löwis | Add Amaury Forgeot d'Arc. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Georg Brandl | Correct a comment about testing methods - nowadays... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Georg Brandl | Fix misleading example. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Georg Brandl | Fix seealso link to sets docs. Do not merge to Py3k. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Raymond Hettinger | Reposition the decref (spotted by eagle-eye norwitz). |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Raymond Hettinger | Add set.isdisjoint() |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Christian Heimes | Backport of Guido's review of my patch. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Christian Heimes | Backported fix for bug #1392 from py3k branch r58903. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Nick Coghlan | Add missing NEWS entry |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Raymond Hettinger | Add build option for faster loop execution. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Raymond Hettinger | Optimize dict.fromkeys() with dict inputs. Useful... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Raymond Hettinger | Fix marshal's incorrect handling of subclasses of built... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Guido van Rossum | Add missing "return NULL" in overflow check in PyObject... |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Gregory P.... | Fixes Issue 1385: The hmac module now computes the... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Mark Summerfield | Clarified the fact that you can have comments for indiv... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Mark Summerfield | Added cross-references between the various archive... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Gregory P.... | * db->get_flags is only available in BerkeleyDB >= 4.2 |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Gregory P.... | * db->get_types is only available in BerkeleyDB >... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Gregory P.... | Add the bsddb.db.DBEnv.lock_id_free method. |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Gregory P.... | Fixes bug 477182 on pybsddb.sf.net. DB objects now... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Georg Brandl | Fix syntax for versionchanged markup. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Skip Montanaro | Note change to get_dialect semantics in 2.5. Will... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Brett Cannon | Add a missing quotation mark. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Georg Brandl | Make "hashable" a glossary entry and clarify docs on... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Thomas Heller | Enable the full ctypes c_longdouble tests again. |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Thomas Heller | Issue #1292: On alpha, arm, ppc, and s390 linux systems the |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Nick Coghlan | Fix for bug 1705170 - contextmanager swallowing StopIte... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Mark Summerfield | Added more file-handling related cross-references. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Gregory P.... | false "fix" undone as correct problem was found and... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Gregory P.... | Undo revision 58533 58534 fixes. Those were a workarou... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Gregory P.... | Fix bug introduced in revision 58385. Database keys... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Georg Brandl | Fix markup glitch. |
commit | commitdiff | tree | snapshot |
next |