summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #997912: acknowledge nested scopes in tutorial.Georg Brandl2008-01-211-4/+5
* Removing bundlebuilder docs again -- it's not to be used anymore (see #779825).Georg Brandl2008-01-212-29/+0
* Add a stub for bundlebuilder documentation.Georg Brandl2008-01-212-0/+29
* #1555501: document plistlib and move it to the general library.Georg Brandl2008-01-214-1/+128
* Fix example.Georg Brandl2008-01-211-0/+2
* mmap is an extension module.Georg Brandl2008-01-211-2/+3
* #1087741: make mmap.mmap the type of mmap objects, not aGeorg Brandl2008-01-213-27/+39
* A bunch of header files were not listed as dependencies for object files. Cha...Christian Heimes2008-01-211-7/+29
* #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.Georg Brandl2008-01-213-1/+31
* Provide a sanity check during PyThreadState_DeleteCurrent() andGregory P. Smith2008-01-211-0/+10
* Fix markup.Georg Brandl2008-01-201-4/+4
* #1219903: fix tp_richcompare docs.Georg Brandl2008-01-201-7/+13
* Add blurb about executable scripts on Windows. #760657.Georg Brandl2008-01-201-0/+6
* Switch mmap from old Py_FindMethod to new PyObject_GenericGetAttr attribute a...Georg Brandl2008-01-201-10/+36
* #1876: fix typos in test_operator.Georg Brandl2008-01-201-4/+4
* Fixed a wrong assumption in configure.in and Include/pyport.h. The is finite ...Christian Heimes2008-01-205-10/+31
* Fix test_pyclbr after urllib change.Georg Brandl2008-01-201-0/+1
* #1669: don't allow shutil.rmtree() to be called on a symlink.Georg Brandl2008-01-204-12/+43
* #1648: add sys.gettrace() and sys.getprofile().Georg Brandl2008-01-205-0/+104
* #652749: document the constants added to the builtins by site.py.Georg Brandl2008-01-202-2/+27
* #799369: document possible sys.platform values.Georg Brandl2008-01-201-3/+20
* #1664522: in urllib, don't read non-existing directories in ftp mode,Georg Brandl2008-01-202-3/+16
* #856047: respect the ``no_proxy`` env var when checking for proxiesGeorg Brandl2008-01-203-8/+56
* #1178141: add addinfourl.code to get http status code from urllib.Georg Brandl2008-01-205-10/+36
* #1351692: in pprint, always call format() for dict and list items to enableGeorg Brandl2008-01-201-55/+60
* Document that zipfile decryption is insanely slow and fix a typo andGregory P. Smith2008-01-202-2/+3
* note for r60121Gregory P. Smith2008-01-201-0/+3
* Fix zipfile decryption. The check for validity only worked on oneGregory P. Smith2008-01-202-2/+32
* Add an interactive test script for exercising cursesAndrew M. Kuchling2008-01-201-0/+46
* Patch #1048820 from Stefan Wehr: add insert-mode editing to Textbox.Andrew M. Kuchling2008-01-204-13/+35
* Fixes/Accepts Patch for issue1189216 - Work properly with archivesGregory P. Smith2008-01-192-2/+5
* Fix issue 1300: Quote command line arguments that contain a '|' character inGregory P. Smith2008-01-192-3/+5
* Undo an unnecessary else: and indentation that r60104 added.Gregory P. Smith2008-01-191-58/+57
* Missed one big file to split up.Georg Brandl2008-01-197-1166/+1175
* Split the monstrous C API manual files in smaller parts.Georg Brandl2008-01-1941-5068/+5118
* Bug 1296: restore text describing OptionGroupAndrew M. Kuchling2008-01-191-0/+29
* note about r60104Gregory P. Smith2008-01-191-0/+4
* Fixes issue1336 - a race condition could occur when forking if the gcGregory P. Smith2008-01-191-58/+71
* #1509: fix sqlite3 docstrings and docs w.r.t. cursor.fetchXXX methods.Georg Brandl2008-01-192-6/+34
* fix comment typos, use not arg instead of arg == "", add test coverageGregory P. Smith2008-01-192-3/+5
* Patch #1019808 from Federico Schwindt: Return correct socket error whenAndrew M. Kuchling2008-01-193-9/+20
* #1411695: clarify behavior of xml.sax.utils.[un]escape.Georg Brandl2008-01-191-2/+4
* #1663329: add os.closerange() to close a range of fds,Georg Brandl2008-01-195-7/+44
* Bug 1277: make Maildir use the user-provided factory instead of hard-wiring M...Andrew M. Kuchling2008-01-192-1/+18
* Fix #1146: TextWrap vs words 1-character shorter than the width.Georg Brandl2008-01-193-1/+22
* Fix #1679: "0x" was taken as a valid integer literal.Georg Brandl2008-01-196-16/+45
* Add itemAndrew M. Kuchling2008-01-191-0/+7
* missing from r60088 checkin.Skip Montanaro2008-01-191-0/+3
* Comment in NEWS regarding the change in trace.py.Facundo Batista2008-01-191-0/+3
* Fix #1693149. Now you can pass several modules separated byFacundo Batista2008-01-192-6/+10