summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - clean up some extra punctuation hidden in indexing markupFred Drake2003-04-291-13/+10
* Clarify that the timeout argument to read_until() is in seconds.Fred Drake2003-04-291-1/+2
* SF bug #729096: getopt online documentation example improvementRaymond Hettinger2003-04-291-1/+4
* detect_modules(): On Redhat 9, building the ssl stuff eventuallyBarry Warsaw2003-04-271-2/+6
* backport of note arising from bug 711019.Skip Montanaro2003-04-261-1/+11
* Markup change; make the notice a little stronger by using the "boxed"Fred Drake2003-04-251-6/+9
* Add modified versions of the examples from Sean ReifschneiderFred Drake2003-04-251-0/+36
* Backport the Carlo Verre fix.Guido van Rossum2003-04-252-0/+25
* Backport 1.157Raymond Hettinger2003-04-251-0/+4
* Backport 1.157 and 1.39Raymond Hettinger2003-04-251-4/+34
* Backport 1.47 and 1.7Raymond Hettinger2003-04-252-11/+47
* Backport 1.18:Raymond Hettinger2003-04-251-3/+4
* Add cross-references between urllib.urlencode() and cgi.parse_qs[l]().Fred Drake2003-04-242-0/+6
* Include notice that the rotor module will be deprecated in Python 2.3.Fred Drake2003-04-241-0/+2
* Fix documentation errors in regards to urlretrieve() and local files.Brett Cannon2003-04-242-12/+12
* backport note about password limitationsSkip Montanaro2003-04-231-0/+7
* fsync(): Implemented for Windows, via calling MS _commit. This countsTim Peters2003-04-233-2/+15
* Backport 1.17 adding punctuation as allowable charactersRaymond Hettinger2003-04-231-2/+1
* Patch #681152: Support escaped unicode characters in classes. Fixes 612074.Martin v. Löwis2003-04-192-1/+5
* Patch #716969: Detect thread creation failure.Martin v. Löwis2003-04-192-9/+9
* Patch #711835: Remove unnecessary lock operations.Martin v. Löwis2003-04-181-8/+4
* Added documentation for the handle_pi() method, based on SF patch #662464.Fred Drake2003-04-171-1/+15
* As discussed on python-dev, revised docs to note thatRaymond Hettinger2003-04-161-1/+8
* Backport:Neal Norwitz2003-04-116-31/+43
* Backport:Guido van Rossum2003-04-101-3/+2
* Backport reference leak fix from HEAD revision 1.79.Fred Drake2003-04-091-2/+2
* Backport comments about PyObject_Type() (HEAD revisions 1.24, 1.25).Fred Drake2003-04-091-3/+7
* Backport from trunk:Guido van Rossum2003-04-091-0/+1
* Fixed the gc-vs-__del__ bugs for new-style classes. That's it for this one.Tim Peters2003-04-083-10/+58
* Backporting new gc-vs-__del__ tests. These pass, but are restrictedTim Peters2003-04-081-0/+53
* More backporting of gc-vs-__del__ fixes. It should be fixed for instancesTim Peters2003-04-082-6/+18
* Added private API function _PyInstance_Lookup(). This is part ofTim Peters2003-04-082-8/+41
* Added example of using positional and keyword args with atexit.register().Fred Drake2003-04-081-0/+15
* Backporting:Barry Warsaw2003-04-042-5/+12
* Backporting email 2.5.1 patches.Barry Warsaw2003-04-041-1/+1
* Backporting:Barry Warsaw2003-04-041-3/+3
* Fix memory corruption in garbage collection.Jeremy Hylton2003-04-031-1/+5
* Remove trailing newline.Fred Drake2003-04-011-1/+0
* This was failing on Windows, due to various attempts to delete filesTim Peters2003-03-311-10/+5
* note test_locale skipSkip Montanaro2003-03-311-0/+2
* backport test skip for test_locale on Mac OS XSkip Montanaro2003-03-312-1/+4
* note test_largefile restriction on Mac OS XSkip Montanaro2003-03-311-0/+2
* backport largefile resource requirement for Mac OSXSkip Montanaro2003-03-311-5/+5
* Match some of the markup changes from the trunk.Fred Drake2003-03-311-3/+4
* Fix symbol in grammar; this should fix some hyperlinking in the HTMLFred Drake2003-03-311-1/+1
* Patch #710576: Implement per-interpreter-state codec registries.Martin v. Löwis2003-03-305-70/+51
* SF patch #706338, Fix a few broken links in pydoc by Greg ChapmanNeal Norwitz2003-03-301-4/+4
* Backport Patch 659834 checked in by GvR on 2002/12/30 16:25:38Neal Norwitz2003-03-301-0/+3
* Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614.Martin v. Löwis2003-03-301-3/+6
* Backport Patch 659834 checked in by GvR on 2002/12/30 16:25:38Neal Norwitz2003-03-293-19/+71