| 2004-05-13 |
Anthony Baxter | better yet |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Anthony Baxter | how many @*&(*$# places do we include the years?? |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.3.4c1 |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Anthony Baxter | update to match Lib/idlelib/NEWS version number |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Greg Ward | SF #847346: remove misguided optimization for short... |
commit | commitdiff | tree | snapshot |
| 2004-05-13 |
Greg Ward | SF #847346: add test_fix_sentence_endings() to ensure... |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Thomas Heller | Version '2.3.4c1' |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Thomas Heller | Windows build number for 2.3.4c1 is 52. |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Thomas Heller | Fix version number (2.3.4c1) and release date (12-May... |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Thomas Heller | 2.3.4 is derived from 2.3.3, not from itself. |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Fred Drake | set target date for Python 2.3.4 release |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Fred Drake | fix various descriptions of "ctime" |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Fred Drake | backport 1.17, 1.18 from the trunk: PyErr_SetInterrupt... |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Fred Drake | fix various typos; thanks, George Yoshida! |
commit | commitdiff | tree | snapshot |
| 2004-05-12 |
Fred Drake | add note about the __name__ read-only attribute |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Tim Peters | Update copyright years. In the Windows resource, chang... |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Tim Peters | super_getattro(): Repaired compiler warning about... |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Fred Drake | update the version information in preparation for release |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Thomas Heller | Fix SF item #876278: Unbounded recursion in modulefinder. |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Fred Drake | use tools/getversioninfo to extract the version number... |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Fred Drake | remove assignment to unused variable |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Fred Drake | update to reflect the current location of the SF bugs... |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Fred Drake | markup adjustment |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Barry Warsaw | In order to fix SF bug # 824977, we replace calloc... |
commit | commitdiff | tree | snapshot |
| 2004-05-11 |
Greg Ward | SF #832236: wrap a bunch of _EXPORT_INT calls in #ifdef... |
commit | commitdiff | tree | snapshot |
| 2004-05-10 |
Barry Warsaw | Added a note describing how fp should be opened in... |
commit | commitdiff | tree | snapshot |
| 2004-05-10 |
Fred Drake | don't make assumptions about $PATH in Cygwin instructions |
commit | commitdiff | tree | snapshot |
| 2004-05-10 |
Mark Hammond | Fix [ 738973 ] urllib2 CacheFTPHandler doesn't work... |
commit | commitdiff | tree | snapshot |
| 2004-05-09 |
Barry Warsaw | test_mime_attachments_in_constructor(): New test to... |
commit | commitdiff | tree | snapshot |
| 2004-05-09 |
Barry Warsaw | SF patch # 884030 by Amit Aronovitch; fixes the _subpar... |
commit | commitdiff | tree | snapshot |
| 2004-05-09 |
Barry Warsaw | Add this year to the copyright notices, and label it... |
commit | commitdiff | tree | snapshot |
| 2004-05-08 |
Guido van Rossum | Mention changes to platform.py. |
commit | commitdiff | tree | snapshot |
| 2004-05-08 |
Raymond Hettinger | SF #950057: itertools.chain doesn't "process" exceptio... |
commit | commitdiff | tree | snapshot |
| 2004-05-08 |
Raymond Hettinger | SF #950057: itertools.chain doesn't "process" exceptio... |
commit | commitdiff | tree | snapshot |
| 2004-05-07 |
Martin v. Löwis | Record UnixWare 7.1.4 as broken. Fixes #929689. |
commit | commitdiff | tree | snapshot |
| 2004-05-07 |
Martin v. Löwis | Fix _sre.CODESIZE on 64-bit machines in UCS-4 mode... |
commit | commitdiff | tree | snapshot |
| 2004-05-06 |
Andrew M. Kuchling | [Bug #945063 backport] Get file extension correct. |
commit | commitdiff | tree | snapshot |
| 2004-05-06 |
Fred Drake | note that descriptor objects must be instances of new... |
commit | commitdiff | tree | snapshot |
| 2004-05-06 |
Fred Drake | fix documentation for ContentHandler.ignorableWhitespace() |
commit | commitdiff | tree | snapshot |
| 2004-05-06 |
Martin v. Löwis | Consider output encoding in XMLGenerator. Fixes #938076. |
commit | commitdiff | tree | snapshot |
| 2004-05-06 |
Martin v. Löwis | Properly delegate startElementNS in saxutils.XMLFilterB... |
commit | commitdiff | tree | snapshot |
| 2004-05-06 |
Martin v. Löwis | Patch #944110: Properly process empty passwords. Fixes... |
commit | commitdiff | tree | snapshot |
| 2004-05-06 |
Martin v. Löwis | Patch #940026: Explain "in" when it is first used. |
commit | commitdiff | tree | snapshot |
| 2004-05-05 |
Guido van Rossum | Merge all fixes from Python 2.4. This includes: |
commit | commitdiff | tree | snapshot |
| 2004-05-05 |
Fred Drake | - note that __getinitargs__() is only for old-style... |
commit | commitdiff | tree | snapshot |
| 2004-05-05 |
Fred Drake | Remove list of pickle protocol names used by the copy... |
commit | commitdiff | tree | snapshot |
| 2004-05-05 |
Fred Drake | note that the error code for socket.gaierror will be... |
commit | commitdiff | tree | snapshot |
| 2004-05-05 |
Greg Ward | SF #814606: fix mixer docs to talk about "controls... |
commit | commitdiff | tree | snapshot |
| 2004-05-04 |
Phillip J. Eby | Document readline module functions added in Python... |
commit | commitdiff | tree | snapshot |
| 2004-05-04 |
Guido van Rossum | Using reversed() is not compatible with Python 1.5.2. |
commit | commitdiff | tree | snapshot |
| 2004-05-04 |
Mark Hammond | Fix [ 947405 ] os.utime() raises bad exception for... |
commit | commitdiff | tree | snapshot |
| 2004-05-02 |
Martin v. Löwis | Do not use the default namespace for attributes. |
commit | commitdiff | tree | snapshot |
| 2004-04-29 |
Fred Drake | the headers in an HTTP request are HTTP headers, not... |
commit | commitdiff | tree | snapshot |
| 2004-04-28 |
Fred Drake | remove out-of-date count of the functions in winsound |
commit | commitdiff | tree | snapshot |
| 2004-04-28 |
Fred Drake | fix typo reported in a long-buried email |
commit | commitdiff | tree | snapshot |
| 2004-04-23 |
Raymond Hettinger | SF bug #940579: section 5.10: 'not' returns boolean... |
commit | commitdiff | tree | snapshot |
| 2004-04-22 |
Thomas Heller | As discussed on python-dev, a script for the free Inno... |
commit | commitdiff | tree | snapshot |
| 2004-04-20 |
Hye-Shik Chang | SF #926075: Fixed the bug that returns a wrong pattern... |
commit | commitdiff | tree | snapshot |
| 2004-04-20 |
Hye-Shik Chang | SF #926075: Fixed the bug that returns a wrong pattern... |
commit | commitdiff | tree | snapshot |
| 2004-04-17 |
Martin v. Löwis | Special case normalization of empty strings. Fixes... |
commit | commitdiff | tree | snapshot |
| 2004-04-17 |
Raymond Hettinger | SF bug #936827: PyNumber_And() 's description |
commit | commitdiff | tree | snapshot |
| 2004-04-16 |
Thomas Heller | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
| 2004-04-16 |
Thomas Heller | The Windows installer for Python 2.3.4 will include... |
commit | commitdiff | tree | snapshot |
| 2004-04-16 |
Thomas Heller | Add tcl test results on Windows XP. |
commit | commitdiff | tree | snapshot |
| 2004-04-16 |
Skip Montanaro | backport of patch #934971. |
commit | commitdiff | tree | snapshot |
| 2004-04-15 |
Thomas Heller | Recompiled the binary wininst.exe after this change: |
commit | commitdiff | tree | snapshot |
| 2004-04-15 |
Thomas Heller | When loading the Python dll to run the postinstall... |
commit | commitdiff | tree | snapshot |
| 2004-04-15 |
Fred Drake | remove bogus markup that caused the docs to be wrong |
commit | commitdiff | tree | snapshot |
| 2004-04-14 |
Hye-Shik Chang | Backport checkin> |
commit | commitdiff | tree | snapshot |
| 2004-04-11 |
Andrew MacIntyre | add AF_UNIX notes |
commit | commitdiff | tree | snapshot |
| 2004-04-11 |
Andrew MacIntyre | Backport to 2.3: |
commit | commitdiff | tree | snapshot |
| 2004-04-08 |
Fred Drake | give rational filenames to some of the generated HTML |
commit | commitdiff | tree | snapshot |
| 2004-04-08 |
Fred Drake | include both the GIF and PNG icons in the HTML package |
commit | commitdiff | tree | snapshot |
| 2004-04-08 |
Fred Drake | avoid stripping space after indexing macros |
commit | commitdiff | tree | snapshot |
| 2004-04-04 |
Andrew MacIntyre | Backport to 2.3 to support Zope 2.7 on OS/2: |
commit | commitdiff | tree | snapshot |
| 2004-04-04 |
Andrew MacIntyre | Backport to 2.3 to support Zope 2.7 on OS/2: |
commit | commitdiff | tree | snapshot |
| 2004-04-04 |
Andrew MacIntyre | Backport to 2.3: |
commit | commitdiff | tree | snapshot |
| 2004-04-03 |
Neal Norwitz | #928751, fix typos in socket doc |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Fred Drake | remove workarounds to prevent "--" in code from being... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Fred Drake | Fix support for the "prog" keyword to the OptionParser... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Fred Drake | backport trunk revision 1.144, closing SF bug #793702: |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Fred Drake | Note that reading from a socket may not always return... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Fred Drake | - make sure the methods minidom adds to the basic DOM... |
commit | commitdiff | tree | snapshot |
| 2004-04-01 |
Fred Drake | backport fix for SF bug #796042: sdist ignores scripts... |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Martin v. Löwis | Patch #924497: find(1) all files with /usr/local/bin... |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Guido van Rossum | Backport 1.17: |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Fred Drake | add missing and forthcoming releases |
commit | commitdiff | tree | snapshot |
| 2004-03-31 |
Fred Drake | Emphasize the requirement that Python.h be included... |
commit | commitdiff | tree | snapshot |
| 2004-03-30 |
Kurt B. Kaiser | Keybindings with the Shift modifier now work correctly... |
commit | commitdiff | tree | snapshot |
| 2004-03-29 |
Andrew MacIntyre | OS/2 VACPP build updates/fixes |
commit | commitdiff | tree | snapshot |
| 2004-03-26 |
Fred Drake | remove out-of-date warning |
commit | commitdiff | tree | snapshot |
| 2004-03-25 |
Brett Cannon | Fix last patch to make backwards-compatible with Python... |
commit | commitdiff | tree | snapshot |
| 2004-03-25 |
Brett Cannon | Fixed a caching bug in platform.platform() where the... |
commit | commitdiff | tree | snapshot |
| 2004-03-25 |
Raymond Hettinger | SF bug #921927: Fixed a typo/thinko spelling "paramete... |
commit | commitdiff | tree | snapshot |
| 2004-03-25 |
Phillip J. Eby | Ensure super() lookup of descriptor from classmethod... |
commit | commitdiff | tree | snapshot |
| 2004-03-23 |
Martin v. Löwis | Convert input to a string object. Fixes #909230. |
commit | commitdiff | tree | snapshot |
| 2004-03-23 |
Martin v. Löwis | Decref all if ensure_fromlist fails. Fixes #876533. |
commit | commitdiff | tree | snapshot |
| 2004-03-22 |
Armin Rigo | Backport for bug fix of 2.204. |
commit | commitdiff | tree | snapshot |
| 2004-03-22 |
Armin Rigo | Backported fix of revision 2.217. |
commit | commitdiff | tree | snapshot |
| 2004-03-22 |
Nicholas Bastin | Added check for broken poll on OSes where it exists... |
commit | commitdiff | tree | snapshot |
| next |