2007-12-03 |
Martin v. Löwis | Forward-port r59310: |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Guido van Rossum | Shut up a compiler warning. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Andrew M. Kuchling | Grammar fix |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Georg Brandl | Add examples to the xmlrpclib docs. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Christian Heimes | Patch #1537 from Chad Austin |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Georg Brandl | #1548: fix apostroph placement. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Facundo Batista | Two small fixes. Issue 1547. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Martin v. Löwis | Issue #1727780: Support loading pickles of random.Rando... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Facundo Batista | Faster _fix function, and some reordering for a more... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Facundo Batista | Speedup and cleaning of __str__. Thanks Mark Dickinson. |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Christian Heimes | I followed MA Lemberg's suggestion and added comments... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Christian Heimes | Added comment to Misc/NEWS for r59290 |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Christian Heimes | Applied my patch #1455 with some extra fixes for VS... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Nick Coghlan | Implement PEP 366 |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Georg Brandl | Add documentation for PySys_* functions. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Georg Brandl | Fix a sentence I missed before. Do not merge to 3k. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Georg Brandl | Add more entries to the glossary. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Georg Brandl | Convert bdb.rst line endings to Unix style. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Georg Brandl | Add example to mmap docs. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Georg Brandl | Add "Using Python on Windows" document, by Robert Lehmann. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Georg Brandl | Add examples to the ElementTree documentation. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Georg Brandl | Add test suite for cmd module. |
commit | commitdiff | tree | snapshot |
2007-12-01 |
Georg Brandl | Add a few refcount data entries. |
commit | commitdiff | tree | snapshot |
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 |
next |