Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #1394868: doc typos | Georg Brandl | 2006-01-01 | 3 | -5/+5 |
| | |||||
* | SF patch #1379023: document that a weakref callback is not invoked if the | Armin Rigo | 2005-12-29 | 1 | -2/+2 |
| | | | | weakref object itself is deleted first. | ||||
* | adding in-place operators to the operator module. | Armin Rigo | 2005-12-29 | 1 | -0/+102 |
| | |||||
* | Typo. | Armin Rigo | 2005-12-29 | 1 | -1/+1 |
| | |||||
* | typo | Skip Montanaro | 2005-12-28 | 1 | -1/+1 |
| | |||||
* | Revert checkin for bug #1386675. | Georg Brandl | 2005-12-27 | 1 | -6/+6 |
| | |||||
* | Bug #1386675: winreg raises WindowsErrors | Georg Brandl | 2005-12-27 | 1 | -6/+6 |
| | |||||
* | Bug #1389673: document correct return value of set methods | Georg Brandl | 2005-12-26 | 1 | -5/+5 |
| | |||||
* | Bug #489256: remove note about Python 1.1 profiler | Georg Brandl | 2005-12-26 | 1 | -41/+41 |
| | |||||
* | Bug #954981: urllib2 example wont work w/o ssl | Georg Brandl | 2005-12-26 | 1 | -1/+2 |
| | |||||
* | Bug #839075: document that highly recursive data cannot be pickled | Georg Brandl | 2005-12-26 | 1 | -0/+4 |
| | |||||
* | Bug #839585: mention % string operator in language ref | Georg Brandl | 2005-12-26 | 1 | -0/+6 |
| | |||||
* | Bug #756104: document that bufsize in socket.recv() should be small | Georg Brandl | 2005-12-26 | 1 | -0/+2 |
| | |||||
* | Updating the short blob about old/new-style classes to reflect (IMHO) more | Armin Rigo | 2005-12-26 | 1 | -7/+35 |
| | | | | | | | | precisely the motivation and the differences. Added links to www.python.org/doc/newstyle.html and a footnote to warn against the statement "x[i] is equivalent to x.__getitem__(i)", which already caused many invalid bug reports on SF. | ||||
* | fixed one more typo | Fredrik Lundh | 2005-12-25 | 1 | -1/+1 |
| | |||||
* | fixed two typos in pprint reference page | Fredrik Lundh | 2005-12-25 | 1 | -2/+2 |
| | |||||
* | SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode | Neal Norwitz | 2005-12-23 | 1 | -17/+45 |
| | |||||
* | Add missing dep for cookielib doc | Neal Norwitz | 2005-12-23 | 1 | -0/+1 |
| | |||||
* | [Patch #1375417] Massive rearrangement of the Library Reference. | Andrew M. Kuchling | 2005-12-22 | 1 | -136/+230 |
| | | | | | | | | | Fred approved just checking it in; he may make further fixes. The change shrinks the 'Generic OS' and other OS chapters, which had become something of a dumping ground for random modules. It differs from the last version of the patch: 1) I've added introductions for the new chapters (still missing a few -- search for 'intro') 2) a few modules have been rearranged slightly from the version in the patch | ||||
* | Add more chapter intros | Andrew M. Kuchling | 2005-12-22 | 4 | -0/+45 |
| | |||||
* | Add markup | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+2 |
| | |||||
* | Add some chapter introductions (not linked into the LibRef yet) | Andrew M. Kuchling | 2005-12-22 | 8 | -0/+96 |
| | |||||
* | Update text | Andrew M. Kuchling | 2005-12-22 | 1 | -7/+3 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | [ 1388141 ] Minor error in md5 docs | Georg Brandl | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | SF#1383115 | Fredrik Lundh | 2005-12-18 | 1 | -0/+5 |
| | | | | added refcount information for PyObject_Call | ||||
* | Add versionadded info | Neal Norwitz | 2005-12-18 | 2 | -0/+2 |
| | |||||
* | Expose Subversion revision number (calculated via "svnversion .") to Python. | Barry Warsaw | 2005-12-18 | 2 | -0/+12 |
| | | | | | | | Add C API function Py_GetBuildNumber(), add it to the interactive prompt banner (i.e. Py_GetBuildInfo()), and add it as the sys.build_number attribute. The build number is a string instead of an int because it may contain a trailing 'M' if there are local modifications. | ||||
* | Doc for PEP 341, needs improvement | Neal Norwitz | 2005-12-17 | 1 | -19/+21 |
| | |||||
* | Bug #1373197: note that os.makedirs does not work with '..' | Georg Brandl | 2005-12-17 | 1 | -0/+2 |
| | |||||
* | Bug #1343671: clarify docs for os.removedirs | Georg Brandl | 2005-12-17 | 1 | -5/+9 |
| | |||||
* | Bug #1106572: clarify os.makedirs docs wrt umask | Georg Brandl | 2005-12-17 | 1 | -1/+2 |
| | |||||
* | Patch #1377848: typo in pyexpat docs | Georg Brandl | 2005-12-16 | 1 | -1/+1 |
| | |||||
* | Patch #1376914: traceback.format_exc() has no "file" argument | Georg Brandl | 2005-12-16 | 1 | -1/+1 |
| | |||||
* | Remove reference to the "t" open() mode as it is platform dependent. | Georg Brandl | 2005-12-15 | 1 | -1/+1 |
| | |||||
* | From a suggestion on c.l.py: modernize the introduction to the tutorial. | Andrew M. Kuchling | 2005-12-13 | 1 | -32/+40 |
| | | | | | | | | * Remove talk of shell scripting, replacing it by some more current examples * Mention C++ and Java as well as C Raymond H., please feel free to rewrite or revert as you see fit. If the changes are OK, they could be backported to the 2.4-maint branch. | ||||
* | r1076@spiff: Fredrik | 2005-12-12 22:32:28 +0100 | Fredrik Lundh | 2005-12-12 | 2 | -0/+28 |
| | | | | added xml.etree documentation stub | ||||
* | r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100 | Fredrik Lundh | 2005-12-12 | 1 | -0/+8 |
| | | | | assorted xml.etree tweaks | ||||
* | [Bug #1349316] Show how to use XML-RPC through a proxy | Andrew M. Kuchling | 2005-12-08 | 1 | -0/+27 |
| | |||||
* | add common usage example | Skip Montanaro | 2005-12-06 | 1 | -0/+17 |
| | |||||
* | Typo in a code example. | Armin Rigo | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | [Patch #1372995] Add \versionadded | Andrew M. Kuchling | 2005-12-04 | 2 | -0/+4 |
| | |||||
* | [Bug #1041501] Fix example | Andrew M. Kuchling | 2005-12-04 | 1 | -1/+1 |
| | |||||
* | [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServer | Andrew M. Kuchling | 2005-12-04 | 1 | -9/+16 |
| | |||||
* | [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, ↵ | Andrew M. Kuchling | 2005-12-04 | 1 | -2/+5 |
| | | | | CGIXMLRPCRequestHandler | ||||
* | Add placeholder section on old and new-style classes | Andrew M. Kuchling | 2005-12-04 | 1 | -0/+13 |
| | |||||
* | Bug #1368481: python.dir refers to whatsnew23 | Georg Brandl | 2005-12-02 | 1 | -1/+1 |
| | |||||
* | set expectations appropriately. ;) | Anthony Baxter | 2005-12-01 | 1 | -1/+1 |
| | |||||
* | Remove sorting HOWTO, after converting it to a wiki page at ↵ | Andrew M. Kuchling | 2005-11-30 | 1 | -266/+0 |
| | | | | http://wiki.python.org/moin/HowTo/Sorting |