Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug #999767: make setup.py obey Setup.local wrt shared modules | Georg Brandl | 2005-12-27 | 1 | -10/+11 |
| | |||||
* | [ 959576 ] Can't build Python on POSIX w/o $HOME | Georg Brandl | 2005-12-27 | 2 | -1/+5 |
| | |||||
* | Revert checkin for bug #1386675. | Georg Brandl | 2005-12-27 | 1 | -6/+6 |
| | |||||
* | Bug #1386675: winreg raises WindowsErrors | Georg Brandl | 2005-12-27 | 1 | -6/+6 |
| | |||||
* | Bug #1389673: document correct return value of set methods | Georg Brandl | 2005-12-26 | 1 | -5/+5 |
| | |||||
* | Bug #489256: remove note about Python 1.1 profiler | Georg Brandl | 2005-12-26 | 1 | -41/+41 |
| | |||||
* | Bug #954981: urllib2 example wont work w/o ssl | Georg Brandl | 2005-12-26 | 1 | -1/+2 |
| | |||||
* | Bug #839075: document that highly recursive data cannot be pickled | Georg Brandl | 2005-12-26 | 1 | -0/+4 |
| | |||||
* | Bug #839585: mention % string operator in language ref | Georg Brandl | 2005-12-26 | 1 | -0/+6 |
| | |||||
* | Bug #756104: document that bufsize in socket.recv() should be small | Georg Brandl | 2005-12-26 | 1 | -0/+2 |
| | |||||
* | Bug #649974: make docstrings for url2pathname consistent | Georg Brandl | 2005-12-26 | 4 | -21/+25 |
| | |||||
* | Updating the short blob about old/new-style classes to reflect (IMHO) more | Armin Rigo | 2005-12-26 | 1 | -7/+35 |
| | | | | | | | | precisely the motivation and the differences. Added links to www.python.org/doc/newstyle.html and a footnote to warn against the statement "x[i] is equivalent to x.__getitem__(i)", which already caused many invalid bug reports on SF. | ||||
* | As reported on c.l.py, the _elementtree project | Tim Peters | 2005-12-26 | 1 | -0/+1 |
| | | | | should depend on the pythoncore project. | ||||
* | Whitespace normalization. | Tim Peters | 2005-12-25 | 82 | -34035/+33987 |
| | |||||
* | test_bug_1333982(): This one must fail under -O. | Tim Peters | 2005-12-25 | 1 | -1/+4 |
| | | | | All the --all test pass using -O on WinXP now. | ||||
* | Repair longstanding damage introduced by the AST merge: | Tim Peters | 2005-12-25 | 1 | -4/+25 |
| | | | | | | | | - Get rid of pgen.c and tokenizer_pgen.c. - Include tokenizer.c. All the -uall tests pass on my WinXP VC7.1 box now. | ||||
* | fixed one more typo | Fredrik Lundh | 2005-12-25 | 1 | -1/+1 |
| | |||||
* | SF#1389809 | Fredrik Lundh | 2005-12-25 | 1 | -1/+1 |
| | | | | | | cast first PyUnicode_Decode argument to proper type (why is "char *" used for encoded byte streams, btw? shouldn't that be "void *" or, if necessary, "unsigned char *"?) | ||||
* | fixed two typos in pprint reference page | Fredrik Lundh | 2005-12-25 | 1 | -2/+2 |
| | |||||
* | do_mkvalue(), 'I' and 'k' cases: squash legitimate | Tim Peters | 2005-12-24 | 1 | -2/+2 |
| | | | | | compiler warnings about mixing signed and unsigned types in comparisons. | ||||
* | const poisoning, spreading to fix new const warnings | Tim Peters | 2005-12-24 | 3 | -8/+8 |
| | | | | in _winreg.c. | ||||
* | Ignore pyc files for building doc | Neal Norwitz | 2005-12-24 | 0 | -0/+0 |
| | |||||
* | Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode | Neal Norwitz | 2005-12-23 | 1 | -0/+2 |
| | |||||
* | SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape mode | Neal Norwitz | 2005-12-23 | 3 | -22/+100 |
| | |||||
* | Add missing dep for cookielib doc | Neal Norwitz | 2005-12-23 | 1 | -0/+1 |
| | |||||
* | Patch #1117398: fix cookielib LoadError | Neal Norwitz | 2005-12-23 | 1 | -0/+4 |
| | |||||
* | Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptions | Neal Norwitz | 2005-12-23 | 4 | -10/+36 |
| | | | | | | cookielib.LWPCookieJar and .MozillaCookieJar are documented to raise cookielib.LoadError on attempt to load an invalid cookies file, but raise IOError instead. Compromise by having LoadError subclass IOError. | ||||
* | [Patch #1375417] Massive rearrangement of the Library Reference. | Andrew M. Kuchling | 2005-12-22 | 1 | -136/+230 |
| | | | | | | | | | Fred approved just checking it in; he may make further fixes. The change shrinks the 'Generic OS' and other OS chapters, which had become something of a dumping ground for random modules. It differs from the last version of the patch: 1) I've added introductions for the new chapters (still missing a few -- search for 'intro') 2) a few modules have been rearranged slightly from the version in the patch | ||||
* | Add more chapter intros | Andrew M. Kuchling | 2005-12-22 | 4 | -0/+45 |
| | |||||
* | Add markup | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+2 |
| | |||||
* | Add some chapter introductions (not linked into the LibRef yet) | Andrew M. Kuchling | 2005-12-22 | 8 | -0/+96 |
| | |||||
* | Update text | Andrew M. Kuchling | 2005-12-22 | 1 | -7/+3 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | Typo fix | Andrew M. Kuchling | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | [ 1388141 ] Minor error in md5 docs | Georg Brandl | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | Add Python\pyarena.c to the VC project file. | Thomas Heller | 2005-12-21 | 1 | -3/+6 |
| | | | | Fix the definition of BUILD in the VC project settings. | ||||
* | Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep the | Barry Warsaw | 2005-12-19 | 2 | -32/+13 |
| | | | | | use of $(srcdir) in Makefile.pre.in so builds outside the source dir still work. | ||||
* | Remove extra parens | Neal Norwitz | 2005-12-19 | 1 | -1/+1 |
| | |||||
* | Remove extra parens | Neal Norwitz | 2005-12-19 | 1 | -1/+1 |
| | |||||
* | Bug #1072182, fix some potential problems if characters are signed. | Neal Norwitz | 2005-12-19 | 1 | -0/+2 |
| | |||||
* | Fix SF bug #1072182, problems with signed characters. | Neal Norwitz | 2005-12-19 | 11 | -14/+16 |
| | | | | Most of these can be backported. | ||||
* | Bug #889500, fix line number on SyntaxWarning for global declarations. | Neal Norwitz | 2005-12-19 | 2 | -7/+12 |
| | |||||
* | Handle a couple of use cases discussed in python-dev w.r.t. calculating the | Barry Warsaw | 2005-12-18 | 2 | -15/+34 |
| | | | | | | | | | | Subversion revision number. First, in an svn export, there will be no .svn directory, so use an in-file $Revision$ keyword string with the keyword chrome stripped off. Also, use $(srcdir) in the Makefile.pre.in to handle the case where Python is build outside the source tree. | ||||
* | Jack said we don't need the Mac/Python/ directory any more. | Neal Norwitz | 2005-12-18 | 2 | -2/+2 |
| | |||||
* | added TerminateProcess support to _subprocess driver | Fredrik Lundh | 2005-12-18 | 1 | -0/+21 |
| | |||||
* | SF#1383115 | Fredrik Lundh | 2005-12-18 | 1 | -0/+5 |
| | | | | added refcount information for PyObject_Call | ||||
* | fixed compilation with an ordinary C89 compiler | Fredrik Lundh | 2005-12-18 | 2 | -4/+3 |
| | |||||
* | Fixed None reference leaks in TreeBuilder class (reported by Neal | Fredrik Lundh | 2005-12-18 | 1 | -0/+4 |
| | | | | Norwitz) | ||||
* | Check return result for error | Neal Norwitz | 2005-12-18 | 1 | -0/+2 |
| | |||||
* | Fix Armin's bug 1333982. He found it, he didn't created it :-) | Neal Norwitz | 2005-12-18 | 2 | -9/+41 |
| | | | | | | | | | | This code generated a C assertion: assert 1, ([s for s in x] + [s for s in x]) pass assert was completely broken, it needed to use the proper block. compiler_use_block() is now no longer used, so remove it. |