summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement PEP 366Nick Coghlan2007-12-037-79/+210
* Add documentation for PySys_* functions.Georg Brandl2007-12-024-2/+83
* Fix a sentence I missed before. Do not merge to 3k.Georg Brandl2007-12-021-1/+1
* Add more entries to the glossary.Georg Brandl2007-12-0221-64/+166
* Convert bdb.rst line endings to Unix style.Georg Brandl2007-12-021-337/+337
* Add example to mmap docs.Georg Brandl2007-12-021-0/+43
* Add "Using Python on Windows" document, by Robert Lehmann.Georg Brandl2007-12-015-29/+333
* Add examples to the ElementTree documentation.Georg Brandl2007-12-011-0/+68
* Add test suite for cmd module.Georg Brandl2007-12-012-0/+187
* Add a few refcount data entries.Georg Brandl2007-12-011-0/+5
* Document PyEval_* functions from ceval.c.Georg Brandl2007-12-015-5/+153
* Issue #1531: Read fileobj from the current offset, do not seek toLars Gustäbel2007-12-013-1/+37
* Added one more missing versionadded tagChristian Heimes2007-12-011-0/+2
* Add versionadded tags missing in r59254. Do NOT merge to Py3k.Georg Brandl2007-12-011-0/+6
* Feature #1534Christian Heimes2007-12-017-0/+120
* Although pyconfig.h claims that WIN32 is obsolete it is still required for th...Christian Heimes2007-12-012-9/+11
* Backport of -r59242:59246 from py3kChristian Heimes2007-11-301-2/+6
* Move lchmod() docs to correct place, and add versionadded tags.Georg Brandl2007-11-301-7/+13
* Fix for feature request #1528 Add os.fchmodChristian Heimes2007-11-305-5/+120
* Issue #1521: on 64bit platforms, str.decode fails on very long strings.Amaury Forgeot d'Arc2007-11-303-7/+15
* Add a NEWS entry for r59231Amaury Forgeot d'Arc2007-11-301-0/+4
* Removed or replaced some more deprecated preprocessor macros.Christian Heimes2007-11-3013-91/+116
* Reordering of __new__ to minimize isinstance() calls to mostFacundo Batista2007-11-301-55/+56
* Issue #1402: PyInterpreterState_Clear() may still invoke user codeAmaury Forgeot d'Arc2007-11-292-5/+39
* Add more examples to the wsgiref docs.Georg Brandl2007-11-292-1/+89
* vc2008: Move python.vcproj first in the solution file, so thatAmaury Forgeot d'Arc2007-11-291-2/+2
* Spaces vs. Tabs.Georg Brandl2007-11-291-4/+4
* Fix bug #1517, a segfault in lookdict().Guido van Rossum2007-11-291-0/+4
* Add examples to the ConfigParser documentation.Georg Brandl2007-11-292-0/+88
* Fix reference target.Georg Brandl2007-11-291-1/+1
* Added py3kwarning to the documentation of the sys module.Christian Heimes2007-11-281-0/+6
* I forgot to fix one occurence of new in test_descrChristian Heimes2007-11-271-1/+1
* Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504Christian Heimes2007-11-275-3/+27
* Patch # 1507 by Mark Dickinson. Make complex(x, -0) retain the sign ofGuido van Rossum2007-11-272-9/+28
* Added a deprecation warning to the 'new' module.Christian Heimes2007-11-271-0/+3
* Replaced import of the 'new' module with 'types' module and added a deprecati...Christian Heimes2007-11-2710-81/+52
* Backport of changes to PCbuild9 from the py3k branchChristian Heimes2007-11-276-230/+166
* Moved the errno import from inside the functions to theFacundo Batista2007-11-271-6/+3
* Remove unused global variable, and remove unneeded COMError.__str__Thomas Heller2007-11-271-15/+0
* A thread-less variant of brownian.py, submitted by Michele Simoniato.Guido van Rossum2007-11-261-0/+55
* Bug #1494: Document that appendChild removes first.Martin v. Löwis2007-11-241-2/+3
* back in these go - thanks to Titus Brown for the fixSkip Montanaro2007-11-243-0/+18
* #1735632: add O_NOATIME constant to os module.Georg Brandl2007-11-242-8/+14
* Issue #1445: Fix a SystemError when accessing the ``cell_contents``Amaury Forgeot d'Arc2007-11-243-1/+21
* Warning "<> not supported in 3.x" should be enabled only when the -3 option i...Amaury Forgeot d'Arc2007-11-241-1/+1
* #1355: remove mention of PyXML from xml.dom docs.Georg Brandl2007-11-241-9/+8
* #1467: fix documentation for TestResult.add{Error,Failure}.Georg Brandl2007-11-241-4/+6
* #1344: document that you need to open std{in,out,err} with PIPE if you wantGeorg Brandl2007-11-241-1/+6
* revertSkip Montanaro2007-11-241-3/+0
* revert change that breaks test_doctest (which I forgot to run - sorry)Skip Montanaro2007-11-242-13/+0