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 |
2007-11-01 |
Christian Heimes | Removed non ASCII text from test as requested by Guido... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Christian Heimes | Backport of import tests for bug http://bugs.python... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Georg Brandl | #1364: os.lstat is available on Windows too, as an... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Raymond Hettinger | Sets are marshalable. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Raymond Hettinger | Clarify the reasons why pickle is almost always better... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Martin v. Löwis | Adding Christian Heimes. |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Neal Norwitz | Fix some compiler warnings for signed comparisons on... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Georg Brandl | Make example about hiding None return values at the... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Georg Brandl | Use correct markup. |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Kurt B. Kaiser | check in Tal Einat's update to tabpage.py |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Guido van Rossum | Backport fixes for the code that decodes octal escapes... |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Guido van Rossum | Patch 1353 by Jacob Winther. |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Kurt B. Kaiser | Add confirmation dialog before printing. Patch 1717170... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Hye-Shik Chang | Enable platform-specific tweaks for FreeBSD 8 (exactly... |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Hye-Shik Chang | - Add support for FreeBSD 8 which is recently forked... |
commit | commitdiff | tree | snapshot |
2007-10-27 |
Neal Norwitz | Update URL for Pygments. 0.8.1 is no longer available |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Georg Brandl | Fix new pop() method on os.environ on ignorecase-platforms. |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Kurt B. Kaiser | 1. Add comments to provide top-level documentation. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Kurt B. Kaiser | Correct an ancient bug in an unused path by removing... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Thomas Heller | ffi_type_longdouble may be already #defined. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Matthias Klose | - Build using system ffi library on arm*-linux*, pass... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Raymond Hettinger | Missing DECREFs |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Georg Brandl | Bug #1287: make os.environ.pop() work as expected. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Matthias Klose | - Build using system ffi library on arm*-linux*. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Thomas Heller | Added unittest for calling a function with paramflags... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Facundo Batista | Issue 1290. CharacterData.__repr__ was constructing... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Vinay Sajip | Bug #1321: Fixed logic error in TimedRotatingFileHandle... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Raymond Hettinger | Fixup error return and add support for intermixed ints... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Raymond Hettinger | Optimize sum() for integer and float inputs. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Raymond Hettinger | Fixup news entry |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Andrew M. Kuchling | Update name |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Raymond Hettinger | Shorter name for namedtuple() |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Guido van Rossum | Issue 1307 by Derek Shockey, fox the same bug for RCPT. |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Georg Brandl | Update Pygments version from externals. |
commit | commitdiff | tree | snapshot |
next |