summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test_bug_1333982(): This one must fail under -O.Tim Peters2005-12-251-1/+4
| | | | All the --all test pass using -O on WinXP now.
* Repair longstanding damage introduced by the AST merge:Tim Peters2005-12-251-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 typoFredrik Lundh2005-12-251-1/+1
|
* SF#1389809Fredrik Lundh2005-12-251-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 pageFredrik Lundh2005-12-251-2/+2
|
* do_mkvalue(), 'I' and 'k' cases: squash legitimateTim Peters2005-12-241-2/+2
| | | | | compiler warnings about mixing signed and unsigned types in comparisons.
* const poisoning, spreading to fix new const warningsTim Peters2005-12-243-8/+8
| | | | in _winreg.c.
* Ignore pyc files for building docNeal Norwitz2005-12-240-0/+0
|
* Patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape modeNeal Norwitz2005-12-231-0/+2
|
* SF patch #1157027, cookielib mis-handles RFC 2109 cookies in Netscape modeNeal Norwitz2005-12-233-22/+100
|
* Add missing dep for cookielib docNeal Norwitz2005-12-231-0/+1
|
* Patch #1117398: fix cookielib LoadErrorNeal Norwitz2005-12-231-0/+4
|
* Fix SF #1117398, cookielib LWPCookieJar and MozillaCookieJar exceptionsNeal Norwitz2005-12-234-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. Kuchling2005-12-221-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 introsAndrew M. Kuchling2005-12-224-0/+45
|
* Add markupAndrew M. Kuchling2005-12-221-1/+2
|
* Add some chapter introductions (not linked into the LibRef yet)Andrew M. Kuchling2005-12-228-0/+96
|
* Update textAndrew M. Kuchling2005-12-221-7/+3
|
* Typo fixAndrew M. Kuchling2005-12-221-1/+1
|
* Typo fixAndrew M. Kuchling2005-12-221-1/+1
|
* [ 1388141 ] Minor error in md5 docsGeorg Brandl2005-12-221-1/+1
|
* Add Python\pyarena.c to the VC project file.Thomas Heller2005-12-211-3/+6
| | | | Fix the definition of BUILD in the VC project settings.
* Revert most of r41765. Don't use $Revision$ in Py_GetBuildNumber(). Keep theBarry Warsaw2005-12-192-32/+13
| | | | | use of $(srcdir) in Makefile.pre.in so builds outside the source dir still work.
* Remove extra parensNeal Norwitz2005-12-191-1/+1
|
* Remove extra parensNeal Norwitz2005-12-191-1/+1
|
* Bug #1072182, fix some potential problems if characters are signed.Neal Norwitz2005-12-191-0/+2
|
* Fix SF bug #1072182, problems with signed characters.Neal Norwitz2005-12-1911-14/+16
| | | | Most of these can be backported.
* Bug #889500, fix line number on SyntaxWarning for global declarations.Neal Norwitz2005-12-192-7/+12
|
* Handle a couple of use cases discussed in python-dev w.r.t. calculating theBarry Warsaw2005-12-182-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 Norwitz2005-12-182-2/+2
|
* added TerminateProcess support to _subprocess driverFredrik Lundh2005-12-181-0/+21
|
* SF#1383115Fredrik Lundh2005-12-181-0/+5
| | | | added refcount information for PyObject_Call
* fixed compilation with an ordinary C89 compilerFredrik Lundh2005-12-182-4/+3
|
* Fixed None reference leaks in TreeBuilder class (reported by NealFredrik Lundh2005-12-181-0/+4
| | | | Norwitz)
* Check return result for errorNeal Norwitz2005-12-181-0/+2
|
* Fix Armin's bug 1333982. He found it, he didn't created it :-)Neal Norwitz2005-12-182-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.
* Fix compiler warningsNeal Norwitz2005-12-181-2/+2
|
* Handle more error conditions with SystemErrorNeal Norwitz2005-12-181-8/+22
|
* Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.Neal Norwitz2005-12-185-2/+19
| | | | Needs backport.
* Get float() to be more portable across platforms. Disable hex strings.Neal Norwitz2005-12-183-50/+32
|
* Set MemoryError when alloc failsNeal Norwitz2005-12-181-3/+11
|
* Wrap long lines in the grammarNeal Norwitz2005-12-182-25/+40
|
* Fix _sys_version() so it works with the new buildno, not sure if it is ↵Neal Norwitz2005-12-181-2/+1
| | | | correct. test_platform passes
* SF Patch #1365916, mmap fails on AMD64Neal Norwitz2005-12-183-12/+30
| | | | Fix some 64-bit issues due to mismatch format characters w/actual data types
* Cleanup a bit and make things more consistent.Neal Norwitz2005-12-182-142/+87
| | | | | Don't double check for NULLs and don't initialize if not necessary. No functional changes.
* Add versionadded infoNeal Norwitz2005-12-182-0/+2
|
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-187-4/+32
| | | | | | | Add C API function Py_GetBuildNumber(), add it to the interactive prompt banner (i.e. Py_GetBuildInfo()), and add it as the sys.build_number attribute. The build number is a string instead of an int because it may contain a trailing 'M' if there are local modifications.
* Doc for PEP 341, needs improvementNeal Norwitz2005-12-172-20/+22
|
* Fix leftover word.Georg Brandl2005-12-171-1/+1
|
* Added PEP 341 to NEWS.Georg Brandl2005-12-171-0/+4
| | | | | We still need a change in the reference manual to reflect the new try statement.