summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Bug #1049826] Update version of zlib referenced in textAndrew M. Kuchling2004-10-191-2/+2
|
* Rely on the style sheet more for the distutils markup.Fred Drake2004-10-192-5/+18
|
* made it clear that this isn't a complete reference toFred Drake2004-10-181-2/+35
| | | | | LaTeX-as-used-in-Python-documentation, and added some notes about what's missing
* Bump versionAndrew M. Kuchling2004-10-181-1/+1
|
* Clarify note about using %U and %W with strptime().Brett Cannon2004-10-181-2/+3
|
* Fix comments.Brett Cannon2004-10-181-2/+4
|
* Add support for %U and %W to contribute to calculating the date when the yearBrett Cannon2004-10-184-4/+72
| | | | | | and day of the week are specified. Closes bug #1045381.
* Add sections for 2.4b2Brett Cannon2004-10-181-0/+61
|
* SF #1048865: Fix a trivial typo that breaks StreamReader.readlines()Hye-Shik Chang2004-10-172-2/+13
|
* SF bug #1048756, Doc typo for pdbNeal Norwitz2004-10-171-1/+1
|
* some platforms still need offsetof() from structmember.hFred Drake2004-10-171-0/+1
|
* Fix and test weak referencing of itertools.tee objects.Raymond Hettinger2004-10-172-1/+14
|
* Fix docstring formatting of escape sequences.Raymond Hettinger2004-10-171-1/+1
|
* SF patch #1047577, typo in liblocale.texNeal Norwitz2004-10-171-1/+1
|
* SF Patch #1048341: subprocess documentation, based on PEP/docstring byFredrik Lundh2004-10-172-0/+381
| | | | Peter Astrand, with markup by Fredrik Lundh and Raymond Hettinger.
* Invalid patterns to substitute and safe_substitute would crash since patternNeal Norwitz2004-10-172-2/+16
| | | | is not a local variable. Add a test case.
* Use proper value for FalseNeal Norwitz2004-10-171-1/+1
|
* Remove unnecessary importsNeal Norwitz2004-10-171-2/+2
|
* return codes are available on all platforms, not just on UnixFredrik Lundh2004-10-171-4/+3
|
* SF Bug #1046800: Importing Tkinter correctly (thanks Vishnu).Facundo Batista2004-10-161-1/+1
|
* This commit was manufactured by cvs2svn to create tag 'r24b1'.v2.4b1cvs2svn2004-10-151-0/+1
|
* release shenanigansAnthony Baxter2004-10-153-2/+8
|
* Applied patch for [ 1047269 ] Buffer overwrite in PyUnicode_AsWideChar.Marc-André Lemburg2004-10-151-2/+2
| | | | Python 2.3.x candidate.
* make sure to check for this limit even if we're running with -OFredrik Lundh2004-10-151-2/+4
|
* Bump buildno for 2.4b1Martin v. Löwis2004-10-152-3/+5
|
* Add _subprocess.cMartin v. Löwis2004-10-151-0/+4
|
* Patch #1020042: Only define HAVE_UINTPTR_T for VC 7.x.Martin v. Löwis2004-10-151-2/+4
|
* SF bug #1046855: httplib index out of rangeRaymond Hettinger2004-10-141-1/+1
|
* Just remove the #include of signal.h. That it was C++-commented outMichael W. Hudson2004-10-141-1/+0
| | | | was a mistake of mine in updating patch #975056 (I think).
* Patch 1046644 - improved distutils support for SWIG.Anthony Baxter2004-10-145-5/+35
|
* bump the version number prior to releaseFred Drake2004-10-141-3/+3
|
* remove_stderr_debug_decorations(): Always try the substitution. ElseTim Peters2004-10-141-3/+1
| | | | | this test failed under the combination of passing -O to a debug-build Python. Now all 4 of those pass ({debug, release} x {-O, no -O}).
* Use C89 style comment for old compilersNeal Norwitz2004-10-141-1/+1
|
* Get test to pass on amd64 (opteron). This is pretty hacky, butNeal Norwitz2004-10-141-2/+7
| | | | rangeobject.c has an #ifdef that is reached only when LONG_MAX != INT_MAX
* SF bug 1046690: difflib.HtmlDiff doc errors.Tim Peters2004-10-141-24/+16
| | | | | | Easy doc corrections from Dan Gass. Also repaired the LaTeX for optional keyword arguments throughout, which was (incorrectly) nested instead of flat.
* Require minimally PyXML 0.8.4.Martin v. Löwis2004-10-131-1/+1
|
* Synchronize with PyXML 1.79:Martin v. Löwis2004-10-131-1/+10
| | | | | | 73: Restore support for Python 2.1. 74: Factor the previous change differently 79: Conditionalize usage of PyTuple_Pack.
* Replace dynamic try/except with "if 0", to keep py2exe happy. If youFredrik Lundh2004-10-131-10/+10
| | | | want to use pywin32 instead of _subprocess, you have to edit the file.
* Patch 983206: distutils obeys LDSHARED env var. Removed the code inAnthony Baxter2004-10-134-3/+6
| | | | | Python's own setup.py that did the same thing (and tested on Solaris, where LDSHARED is needed...)
* Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.hAnthony Baxter2004-10-134-3/+13
| | | | detection to configure &c.
* 969574Anthony Baxter2004-10-132-0/+4
|
* Patch #975056 - fixes for restartable signals on *BSD. In addition,Anthony Baxter2004-10-135-48/+28
| | | | a few remaining calls to signal() were converted to PyOS_setsig().
* Fixed a small bug. doctest didn't handle unicode docstrings containingJim Fulton2004-10-133-3/+26
| | | | non-ascii characters.
* oops. how did _that_ happen?Anthony Baxter2004-10-131-0/+1
|
* Backing out the basic dependency checking (from pycon sprint).Anthony Baxter2004-10-135-145/+3
| | | | | | This support was only a first cut, and doesn't deserve to be in a released version (where we have to support it in an ongoing manner)
* Don't spend quite as much time looking for leaks on Windows, whereFredrik Lundh2004-10-131-2/+4
| | | | it's rather expensive to create new processes.
* normalize case when comparing directory names (problem reported byFredrik Lundh2004-10-131-1/+2
| | | | "Khalid A. B." on python-dev)
* removed info@pythonware.com referenceFredrik Lundh2004-10-131-2/+1
| | | | | (should probably remove all traces of _xmlrpclib, but I'll leave that for another day.)
* Add a comment explaining -kb.Martin v. Löwis2004-10-131-0/+1
|
* New helper remove_stderr_debug_decorations(). This test passes in aTim Peters2004-10-131-7/+24
| | | | | debug build on Windows now. More applications of the helper may be needed on non-Windows platforms.