summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Forward-port r59310:Martin v. Löwis2007-12-032-2/+7
* Shut up a compiler warning.Guido van Rossum2007-12-031-0/+1
* Grammar fixAndrew M. Kuchling2007-12-031-1/+1
* Add examples to the xmlrpclib docs.Georg Brandl2007-12-032-7/+167
* Patch #1537 from Chad AustinChristian Heimes2007-12-036-11/+25
* #1548: fix apostroph placement.Georg Brandl2007-12-031-1/+1
* Two small fixes. Issue 1547.Facundo Batista2007-12-031-2/+2
* Issue #1727780: Support loading pickles of random.Random objects createdMartin v. Löwis2007-12-0310-10/+1944
* Faster _fix function, and some reordering for a more elegantFacundo Batista2007-12-031-52/+47
* Speedup and cleaning of __str__. Thanks Mark Dickinson.Facundo Batista2007-12-031-71/+41
* I followed MA Lemberg's suggestion and added comments to the late initializat...Christian Heimes2007-12-031-5/+7
* Added comment to Misc/NEWS for r59290Christian Heimes2007-12-031-0/+3
* Applied my patch #1455 with some extra fixes for VS 2005Christian Heimes2007-12-035-25/+713
* 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