summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Define WIN32, to get proper struct alignment in WinSock2.h.Martin v. Löwis2006-04-081-2/+2
* Fix bsddb.db.DBError derived exceptions so they can be unpickled.Gregory P. Smith2006-04-084-7/+93
* Bug #1464658: make clear that PyList_GetItem doesn't take negative indices.Georg Brandl2006-04-061-2/+3
* Bug #1465619: rot13 codec decodes to a Unicode string.Georg Brandl2006-04-061-1/+1
* Bug #1465600: note encoding issue in ZipFile.write().Georg Brandl2006-04-061-0/+9
* backport of 43688:Anthony Baxter2006-04-062-154/+163
* backport:Anthony Baxter2006-04-061-5/+7
* Bug #1451341: find fuzzy marks correctly.Georg Brandl2006-04-061-1/+1
* update URL to reflect new websiteFred Drake2006-04-061-1/+1
* move the uuids out to a separate fileAnthony Baxter2006-04-052-26/+26
* Fix 43537, using quadrigraphs properly.Martin v. Löwis2006-04-042-3/+3
* Rev 43597 on the branch purported to merge rev 43578 from the trunk,Tim Peters2006-04-031-2/+2
* post 2.4.3.Anthony Baxter2006-04-031-3/+3
* note parsedate_tz backportAnthony Baxter2006-04-031-0/+4
* backport r43579Anthony Baxter2006-04-031-1/+1
* backport of r43578Anthony Baxter2006-04-031-1/+2
* Backport of 43584: Add check_soundcard.vbs.Martin v. Löwis2006-04-031-0/+1
* Backport 43568:Neal Norwitz2006-04-031-5/+23
* Backport of r39612: some more fixes for inspect.getsource().Armin Rigo2006-04-021-27/+20
* patch #1416559: don't define _XOPEN_SOURCE on Mac OS PantherGeorg Brandl2006-04-012-2/+6
* Backport 43470:Neal Norwitz2006-04-013-1/+21
* Bug #1458017: make distutils.Log._log more forgiving when passing inGeorg Brandl2006-04-011-1/+6
* Patch #1462496: typo in libsignal.texGeorg Brandl2006-04-011-1/+1
* Patch #1459631: documnent zlib.Decompress.flush() length parameter.Georg Brandl2006-04-012-2/+7
* Bug #1460564: document that socket.fromfd() duplicates the givenGeorg Brandl2006-04-012-5/+7
* bug #1462278: small fix in documentation of __op__ vs __rop__ methodsGeorg Brandl2006-04-011-8/+9
* Merge rev 43518 from trunk.Tim Peters2006-04-011-1/+1
* Merge rev 43516 from trunk.Tim Peters2006-04-011-4/+8
* Merge rev 43511 from the trunk.Tim Peters2006-04-013-7/+48
* Backport trunk's r43510: In the fdopen(fd, 'a') case on UNIX, don't try toThomas Wouters2006-03-311-1/+1
* Make test_socket_ssl pass on WindowsGeorg Brandl2006-03-311-11/+16
* Bug #1177964: make file iterator raise MemoryError on too big filesGeorg Brandl2006-03-311-1/+2
* Add guards against fcntl() not being available on Windows.Georg Brandl2006-03-311-0/+4
* bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode.Georg Brandl2006-03-311-2/+13
* bug #1257988: don't bail out on gethostbyname(gethostname()) failureGeorg Brandl2006-03-311-1/+5
* Patch #1462313, bug #1443328: the pickle modules now can handle classesGeorg Brandl2006-03-313-2/+45
* Patch #1380952: fix SSL objects timing out on consecutive read()sGeorg Brandl2006-03-313-8/+31
* Bug #1461610: xmlrpclib has no function "binary".Georg Brandl2006-03-311-4/+0
* - update the refcount information (late, but not a bad thing to do...)Fred Drake2006-03-302-0/+120
* SF bug #1460340: random.sample can raise KeyErrorRaymond Hettinger2006-03-292-8/+12
* Tagging for release of Python 2.4.3Anthony Baxter2006-03-291-0/+1
* Relocate the misplaced heading.v2.4.3Hye-Shik Chang2006-03-281-3/+3
* Ubuntu bug #29289: Fixed a bug that the gb18030 codec raisesHye-Shik Chang2006-03-282-4/+7
* it never ends! more ignoringAnthony Baxter2006-03-280-0/+0
* ignore more generated files (*.pyo, libpython.2.4.a)Anthony Baxter2006-03-280-0/+0
* after discussions with perky, reverted fix for Bug #1379994: BuiltinAnthony Baxter2006-03-283-17/+29
* news for test_capi changeAnthony Baxter2006-03-281-2/+5
* Merge rev 43181 from the trunk.Tim Peters2006-03-282-49/+87
* preparing for 2.4.3 finalAnthony Baxter2006-03-287-8/+26
* Fix the refleak from test_unicode.Neal Norwitz2006-03-281-13/+16