summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
...
* get the proper full pathname of the script. spell build properlyNeal Norwitz2006-01-021-3/+3
* * Change tabs to spacesNeal Norwitz2006-01-021-8/+8
* Script to automatically build and test python and doc. The resultsNeal Norwitz2006-01-021-0/+192
* Ported from 2.4 branch:Barry Warsaw2006-01-011-2/+5
* Use -xcode=pic32 for SunPro. Will backport to 2.4.Martin v. Löwis2005-12-301-0/+2
* [ 959576 ] Can't build Python on POSIX w/o $HOMEGeorg Brandl2005-12-271-0/+3
* Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape modeNeal Norwitz2005-12-231-0/+2
* Patch #1117398: fix cookielib LoadErrorNeal Norwitz2005-12-231-0/+4
* Bug #1072182, fix some potential problems if characters are signed.Neal Norwitz2005-12-191-0/+2
* Bug #889500, fix line number on SyntaxWarning for global declarations.Neal Norwitz2005-12-191-0/+2
* Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.Neal Norwitz2005-12-181-0/+2
* Get float() to be more portable across platforms. Disable hex strings.Neal Norwitz2005-12-181-0/+3
* SF Patch #1365916, mmap fails on AMD64Neal Norwitz2005-12-181-0/+2
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-0/+4
* Doc for PEP 341, needs improvementNeal Norwitz2005-12-171-1/+1
* Fix leftover word.Georg Brandl2005-12-171-1/+1
* Added PEP 341 to NEWS.Georg Brandl2005-12-171-0/+4
* SF patch #1355913, PEP 341 - Unification of try/except and try/finallyNeal Norwitz2005-12-171-0/+1
* Add Michael Urman for work on SF patch #1365916Neal Norwitz2005-12-171-0/+1
* Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'Hye-Shik Chang2005-12-171-0/+3
* More text about the pragmatic significance of hashlib.Tim Peters2005-12-161-4/+13
* Add the missing mention of the hashlib module.Brett Cannon2005-12-161-0/+3
* Revert r41662 and the part of 41552 that originally caused the problemNeal Norwitz2005-12-151-3/+0
* Add a workaround for file.ftell() to raise IOError for ttys.Hye-Shik Chang2005-12-131-0/+3
* r1068@spiff: Fredrik | 2005-12-12 19:50:30 +0100Fredrik Lundh2005-12-121-0/+4
* Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn moduleHye-Shik Chang2005-12-121-0/+3
* Patch #1276356: Implement new resource "urlfetch" for regrtest.Hye-Shik Chang2005-12-101-0/+3
* [Patch #1039083] Add 'encoding' parameter to SimpleXMLRPCServerAndrew M. Kuchling2005-12-041-1/+1
* [Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXM...Andrew M. Kuchling2005-12-041-0/+3
* [Bug #792570] Under Windows, socket.read() seems to run into trouble whenAndrew M. Kuchling2005-12-041-0/+3
* [Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listenin...Andrew M. Kuchling2005-12-041-0/+3
* Patch #1350409: Port signal handling to VS 2005.Martin v. Löwis2005-11-282-0/+3
* Patch #1162825: Support non-ASCII characters in IDLE window titles.Martin v. Löwis2005-11-271-0/+2
* bug #1365984: urllib and data: URLs. Problem was that cStringIO objects canno...Georg Brandl2005-11-261-0/+2
* bug #1281408: make Py_BuildValue work with unsigned longs and long longsGeorg Brandl2005-11-241-0/+3
* Prevent threading.Thread.join() from blocking when a previous call raised anBrett Cannon2005-11-232-0/+5
* Bug #869197: setgroups rejects long integer argumentGeorg Brandl2005-11-221-0/+2
* Typo fixAndrew M. Kuchling2005-11-221-1/+1
* Use basestring instead of type.StringType for checking whether a inputWalter Dörwald2005-11-211-0/+2
* Fix a few more memory leaksNeal Norwitz2005-11-201-1/+15
* Updated gentoo to 2005.0Neal Norwitz2005-11-131-94/+100
* - SF Bug #1350188, "setdlopenflags" leads to crash upon "import"Neal Norwitz2005-11-091-0/+4
* Fix typo in envvar name.Brett Cannon2005-11-071-1/+1
* Bug #1346533, select.poll() doesn't raise an error if timeout > sys.maxintNeal Norwitz2005-11-031-0/+2
* Change time.strptime() to raise ValueError whenever there is an error in theBrett Cannon2005-11-021-0/+3
* Fix SF #1345263, colorsys tests, bug in frangeNeal Norwitz2005-11-021-0/+1
* Bug #1344508, Fix UNIX mmap leaking file descriptors. Will backport.Neal Norwitz2005-11-021-0/+2
* fix typos, mostly in commentsFred Drake2005-10-281-3/+3
* Patch #1338314, Bug #1336623: fix tarfile so it can extractNeal Norwitz2005-10-281-0/+3
* Add news item for the new charmap codecs.Marc-André Lemburg2005-10-231-0/+8