summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typoNeal Norwitz2006-01-141-1/+1
* Backport:Neal Norwitz2006-01-145-0/+13
* Bug #1394565: SimpleHTTPServer now doesn't choke on query paramtersGeorg Brandl2006-01-132-0/+6
* Bug #1403410: The warnings module now doesn't get confusedGeorg Brandl2006-01-132-1/+4
* Test curses.setupterm() before initscr().Georg Brandl2006-01-121-2/+3
* Bug #1397205: doc typoGeorg Brandl2006-01-101-1/+1
* Backport:Neal Norwitz2006-01-104-4/+15
* Backport:Neal Norwitz2006-01-102-16/+25
* Backport:Neal Norwitz2006-01-093-5/+8
* Backport:Neal Norwitz2006-01-093-0/+19
* Patch #881820: look for openpty and forkpty also in libbsd.Martin v. Löwis2006-01-083-3/+163
* Skip this test on Darwin. It's skipped on the trunk and is listed asSkip Montanaro2006-01-071-0/+6
* Ignore pyo filesNeal Norwitz2006-01-060-0/+0
* Backport:Neal Norwitz2006-01-061-4/+7
* backport: squash compiler warning on Mac OSX 10.3Skip Montanaro2006-01-051-0/+4
* Backport 38951:Neal Norwitz2006-01-052-5/+6
* Backport: If the audio file does not exist, the test should be skipped.Neal Norwitz2006-01-052-2/+2
* Backport: Skip test_curses if stdin is not a tty (like when run from cron or ...Neal Norwitz2006-01-051-1/+3
* Backport: Fix errors on 64-bit platforms. (There are still some test problemsNeal Norwitz2006-01-052-4/+6
* Bug #139571: wrong LaTeX labelGeorg Brandl2006-01-041-1/+1
* Ignore .svn instead of CVS now.Martin v. Löwis2006-01-031-3/+3
* bug #1395597: doc typoGeorg Brandl2006-01-021-2/+2
* merge revision 41866 from trunk:Fred Drake2006-01-023-272/+8
* Bug #1394868: doc typosGeorg Brandl2006-01-013-5/+5
* Patch by Ori Avtalion to fix a minor display glitch in the RightArrow.Barry Warsaw2006-01-012-2/+7
* Work around test_locale failing on Solaris 10.Martin v. Löwis2005-12-301-3/+8
* Use -xcode=pic32 for SunPro.Martin v. Löwis2005-12-303-1/+5
* backport Sniffer class fix (rev 41838)Skip Montanaro2005-12-282-1/+5
* Bug #999767: make setup.py obey Setup.local wrt shared modulesGeorg Brandl2005-12-271-10/+11
* [ 959576 ] Can't build Python on POSIX w/o $HOME (backport)Georg Brandl2005-12-272-1/+5
* Revert checkin for bug #1386675.Georg Brandl2005-12-271-6/+6
* Bug #1375599: Correct grammar error in tutorialGeorg Brandl2005-12-271-1/+1
* Bug #1386675: winreg raises WindowsErrors (backport)Georg Brandl2005-12-271-6/+6
* Bug #1389673: document correct return value of set methods (backport)Georg Brandl2005-12-261-5/+5
* Bug #954981: urllib2 example wont work w/o ssl (backport)Georg Brandl2005-12-261-1/+2
* Bug #839075 (backport): document that highly recursive data cannot be pickledGeorg Brandl2005-12-261-0/+4
* Bug #839585: mention % string operator in language ref (backport)Georg Brandl2005-12-261-0/+6
* Bug #756104 (backport): document that bufsize in socket.recv() should be smallGeorg Brandl2005-12-261-0/+2
* Bug #649974 (backport): make docstrings for url2pathname consistentGeorg Brandl2005-12-264-21/+25
* Backport: Patch #1117398: fix cookielib LoadErrorNeal Norwitz2005-12-235-10/+40
* Typo fixAndrew M. Kuchling2005-12-221-1/+1
* Typo fixAndrew M. Kuchling2005-12-221-1/+1
* [ 1388141 ] Minor error in md5 docs (backport)Georg Brandl2005-12-221-1/+1
* Bug #1373197: note that os.makedirs does not work with '..'Georg Brandl2005-12-171-0/+2
* Bug #1343671: clarify docs for os.removedirsGeorg Brandl2005-12-171-5/+9
* Bug #1106572: clarify os.makedirs docs wrt umaskGeorg Brandl2005-12-171-1/+2
* Bug #1379994: Fix *unicode_escape codecs to encode r'\' as r'\\'Hye-Shik Chang2005-12-173-13/+20
* Patch #1360443: Make SimpleHTTPServer display unencoded directory names.Georg Brandl2005-12-161-2/+3
* Patch #1377848: typo in pyexpat docsGeorg Brandl2005-12-161-1/+1
* Patch #1376914: traceback.format_exc() has no "file" argument.Georg Brandl2005-12-161-1/+1