2007-12-05 |
Ronald Oussoren | This "fixes" compilation issues for the Carbon._OSA... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Georg Brandl | Another markup fix. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | Updated documentation and build_tkinter.py script |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Georg Brandl | Fix markup. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Georg Brandl | Add examples to re docs. Written for GHOP by Dan Finnie. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Raymond Hettinger | Error checking was too aggressive (reported by Chris... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Georg Brandl | Add examples to csv, pprint and traceback docs. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Andrew M. Kuchling | Spelling fix |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | Added msg to Misc/NEWS |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | merge -r59315:59316 from py3k: Fix issue #1553: An... |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | Fixed error in regrtest. I must have missed the spot. |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Christian Heimes | Fixed quoting and paths in the sqlite project file |
commit | commitdiff | tree | snapshot |
2007-12-05 |
Georg Brandl | Fix typo. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Christian Heimes | These optimizations create smaller and a bit faster... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Georg Brandl | Add tutorial and examples to logging docs, from GHOP... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Georg Brandl | Fix duplicate label and a typo. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Christian Heimes | Added warning that make install may overwrite or masque... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Facundo Batista | fma speedup by avoiding to create a Context. Thanks... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Georg Brandl | Add "Python on Unix" document, mostly written for GHOP |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Christian Heimes | Added VS 2005 and VS 2008 to the search path for cabarc.exe |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Christian Heimes | Added self generated UUID for msvcr90.dll to msi.py |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Martin v. Löwis | Move nt.access change into the right section. |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Martin v. Löwis | Fix chflags issue on Tru64, from #1490190. |
commit | commitdiff | tree | snapshot |
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 |
next |