2007-12-01 |
Georg Brandl | Document PyEval_* functions from ceval.c. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Lars Gustäbel | Issue #1531: Read fileobj from the current offset,... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Christian Heimes | Added one more missing versionadded tag |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Georg Brandl | Add versionadded tags missing in r59254. Do NOT merge... |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Christian Heimes | Feature #1534 |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Christian Heimes | Although pyconfig.h claims that WIN32 is obsolete it... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Christian Heimes | Backport of -r59242:59246 from py3k |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Georg Brandl | Move lchmod() docs to correct place, and add versionadd... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Christian Heimes | Fix for feature request #1528 Add os.fchmod |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Amaury Forgeot... | Issue #1521: on 64bit platforms, str.decode fails on... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Amaury Forgeot... | Add a NEWS entry for r59231 |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Christian Heimes | Removed or replaced some more deprecated preprocessor... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Facundo Batista | Reordering of __new__ to minimize isinstance() calls... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Amaury Forgeot... | Issue #1402: PyInterpreterState_Clear() may still invok... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Georg Brandl | Add more examples to the wsgiref docs. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Amaury Forgeot... | vc2008: Move python.vcproj first in the solution file... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Georg Brandl | Spaces vs. Tabs. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Guido van Rossum | Fix bug #1517, a segfault in lookdict(). |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Georg Brandl | Add examples to the ConfigParser documentation. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Georg Brandl | Fix reference target. |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Christian Heimes | Added py3kwarning to the documentation of the sys module. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Christian Heimes | I forgot to fix one occurence of new in test_descr |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Christian Heimes | Expose Py_Py3kWarningFlag as sys.py3kwarning as discuss... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Guido van Rossum | Patch # 1507 by Mark Dickinson. Make complex(x, -0... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Christian Heimes | Added a deprecation warning to the 'new' module. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Christian Heimes | Replaced import of the 'new' module with 'types' module... |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Christian Heimes | Backport of changes to PCbuild9 from the py3k branch |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Facundo Batista | Moved the errno import from inside the functions to the |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Thomas Heller | Remove unused global variable, and remove unneeded... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Guido van Rossum | A thread-less variant of brownian.py, submitted by... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Martin v. Löwis | Bug #1494: Document that appendChild removes first. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Skip Montanaro | back in these go - thanks to Titus Brown for the fix |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Georg Brandl | #1735632: add O_NOATIME constant to os module. |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Amaury Forgeot... | Issue #1445: Fix a SystemError when accessing the ... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Amaury Forgeot... | Warning "<> not supported in 3.x" should be enabled... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Georg Brandl | #1355: remove mention of PyXML from xml.dom docs. |
commit | commitdiff | tree | snapshot |
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 |
next |