summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct the grammarGeorge Yoshida2006-04-211-3/+3
* Backport p3yk r45619:Hye-Shik Chang2006-04-211-4/+28
* Fix a markup.George Yoshida2006-04-211-1/+1
* Py_ssize_t issue; repr()'ing a very large string would result in a teensyThomas Wouters2006-04-211-1/+1
* Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)Martin v. Löwis2006-04-2118-37/+37
* Add itemAndrew M. Kuchling2006-04-211-0/+5
* Add \label to make better HTML filenamesAndrew M. Kuchling2006-04-211-16/+16
* Add two items; typographical improvement for the 'with' statement; minor editsAndrew M. Kuchling2006-04-211-29/+48
* Typo, grammar fixes. This file could use another proofreading pass.Andrew M. Kuchling2006-04-211-25/+25
* Add TODO itemAndrew M. Kuchling2006-04-211-0/+1
* Add explanatory messageAndrew M. Kuchling2006-04-211-0/+1
* Typo fixesAndrew M. Kuchling2006-04-211-6/+6
* Fix variable/format-char discrepancy in new-style class __getitem__,Thomas Wouters2006-04-211-4/+4
* Package setuptoolsMartin v. Löwis2006-04-211-1/+10
* Allow pstats.Stats creator to specify an alternate to stdout.Skip Montanaro2006-04-213-74/+91
* This is a long-ago patch I submitted to SF (1100924) to time the gc passes.Skip Montanaro2006-04-211-0/+29
* - tp_init shouldn't call base class tp_init by defaultJack Jansen2006-04-201-2/+3
* Change a footnote to a parenthetical (in two senses) paragraphAndrew M. Kuchling2006-04-201-5/+8
* Argh, make another markup fixAndrew M. Kuchling2006-04-201-1/+1
* Markup fixAndrew M. Kuchling2006-04-201-1/+1
* Add some items; add "New module" consistently; make contextlib.closing exampl...Andrew M. Kuchling2006-04-201-20/+44
* Address issues brought up by MvL on python-checkins.Neal Norwitz2006-04-201-4/+4
* Whitespace, fix indentationNeal Norwitz2006-04-201-2/+1
* Document r43622.Martin v. Löwis2006-04-201-0/+4
* Correct implementation and documentation of os.confstr. Add a simple testSkip Montanaro2006-04-203-9/+17
* Add news item for pybench addition.Marc-André Lemburg2006-04-191-0/+5
* Make s.replace() work with explicit counts exceeding 2Gb.Thomas Wouters2006-04-191-2/+2
* Adding pybench 1.3 to the Tools/ directory.Marc-André Lemburg2006-04-1920-0/+8164
* Teach Python/ceval.c's inlining of 'str += str' about Py_ssize_t sizes; thisThomas Wouters2006-04-191-2/+2
* Use Py_ssize_t to hold the 'width' argument to the ljust, rjust, center andThomas Wouters2006-04-191-8/+8
* Write datetime.strptime() item; show use of @contextmanager in defining __con...Andrew M. Kuchling2006-04-191-18/+48
* SF Patch #1062014: AF_UNIX sockets under Linux have a specialArmin Rigo2006-04-193-6/+62
* Added a pycremoval rule. Called by clean, it removes all .pyc and .pyo files.Brett Cannon2006-04-181-2/+3
* Add proper svn magic to ignore .pyc/.pyo files in Lib/setuptools (andThomas Wouters2006-04-180-0/+0
* Rename remaining StgDictObject's ffi_type fields to ffi_type_pointer.Thomas Heller2006-04-181-3/+3
* C++ compiler cleanup: the typical few casts, and ... C++ didn't like thatSkip Montanaro2006-04-186-37/+42
* C++ compiler cleanup: a cast here, a cast there... still does not compile und...Skip Montanaro2006-04-181-3/+4
* C++ compiler cleanup: "typename" is a C++ keywordSkip Montanaro2006-04-181-11/+11
* Change those parts of the Python-api that were functions in 2.4, andThomas Heller2006-04-182-4/+105
* Whilespace normalization (reindint.py).Tim Peters2006-04-1831-314/+53
* add info re: pydoc, pkgutil, and setuptools additionsPhillip J. Eby2006-04-181-0/+11
* fix typoGeorge Yoshida2006-04-181-1/+1
* Split ``get_platform()`` into ``get_supported_platform()`` andPhillip J. Eby2006-04-183-11/+11
* Fix refcounting.Thomas Heller2006-04-181-0/+2
* Refactor: Move code that uses co_lnotab from ceval to codeobjectJeremy Hylton2006-04-183-117/+162
* Typo fixAndrew M. Kuchling2006-04-181-1/+1
* A dictresize() attack. If oldtable == mp->ma_smalltable then pureArmin Rigo2006-04-181-0/+32
* add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes.Michael W. Hudson2006-04-181-0/+47
* Add itemAndrew M. Kuchling2006-04-181-2/+12
* C++ compiler cleanup: proper castsSkip Montanaro2006-04-181-2/+2