| Commit message (Expand) | Author | Age | Files | Lines |
* | Add item | Andrew M. Kuchling | 2006-04-21 | 1 | -0/+5 |
|
|
* | Add \label to make better HTML filenames | Andrew M. Kuchling | 2006-04-21 | 1 | -16/+16 |
|
|
* | Add two items; typographical improvement for the 'with' statement; minor edits | Andrew M. Kuchling | 2006-04-21 | 1 | -29/+48 |
|
|
* | Typo, grammar fixes. This file could use another proofreading pass. | Andrew M. Kuchling | 2006-04-21 | 1 | -25/+25 |
|
|
* | Add TODO item | Andrew M. Kuchling | 2006-04-21 | 1 | -0/+1 |
|
|
* | Add explanatory message | Andrew M. Kuchling | 2006-04-21 | 1 | -0/+1 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2006-04-21 | 1 | -6/+6 |
|
|
* | Fix variable/format-char discrepancy in new-style class __getitem__, | Thomas Wouters | 2006-04-21 | 1 | -4/+4 |
|
|
* | Package setuptools | Martin v. Löwis | 2006-04-21 | 1 | -1/+10 |
|
|
* | Allow pstats.Stats creator to specify an alternate to stdout. | Skip Montanaro | 2006-04-21 | 3 | -74/+91 |
|
|
* | This is a long-ago patch I submitted to SF (1100924) to time the gc passes. | Skip Montanaro | 2006-04-21 | 1 | -0/+29 |
|
|
* | - tp_init shouldn't call base class tp_init by default | Jack Jansen | 2006-04-20 | 1 | -2/+3 |
|
|
* | Change a footnote to a parenthetical (in two senses) paragraph | Andrew M. Kuchling | 2006-04-20 | 1 | -5/+8 |
|
|
* | Argh, make another markup fix | Andrew M. Kuchling | 2006-04-20 | 1 | -1/+1 |
|
|
* | Markup fix | Andrew M. Kuchling | 2006-04-20 | 1 | -1/+1 |
|
|
* | Add some items; add "New module" consistently; make contextlib.closing exampl... | Andrew M. Kuchling | 2006-04-20 | 1 | -20/+44 |
|
|
* | Address issues brought up by MvL on python-checkins. | Neal Norwitz | 2006-04-20 | 1 | -4/+4 |
|
|
* | Whitespace, fix indentation | Neal Norwitz | 2006-04-20 | 1 | -2/+1 |
|
|
* | Document r43622. | Martin v. Löwis | 2006-04-20 | 1 | -0/+4 |
|
|
* | Correct implementation and documentation of os.confstr. Add a simple test | Skip Montanaro | 2006-04-20 | 3 | -9/+17 |
|
|
* | Add news item for pybench addition. | Marc-André Lemburg | 2006-04-19 | 1 | -0/+5 |
|
|
* | Make s.replace() work with explicit counts exceeding 2Gb. | Thomas Wouters | 2006-04-19 | 1 | -2/+2 |
|
|
* | Adding pybench 1.3 to the Tools/ directory. | Marc-André Lemburg | 2006-04-19 | 20 | -0/+8164 |
|
|
* | Teach Python/ceval.c's inlining of 'str += str' about Py_ssize_t sizes; this | Thomas Wouters | 2006-04-19 | 1 | -2/+2 |
|
|
* | Use Py_ssize_t to hold the 'width' argument to the ljust, rjust, center and | Thomas Wouters | 2006-04-19 | 1 | -8/+8 |
|
|
* | Write datetime.strptime() item; show use of @contextmanager in defining __con... | Andrew M. Kuchling | 2006-04-19 | 1 | -18/+48 |
|
|
* | SF Patch #1062014: AF_UNIX sockets under Linux have a special | Armin Rigo | 2006-04-19 | 3 | -6/+62 |
|
|
* | Added a pycremoval rule. Called by clean, it removes all .pyc and .pyo files. | Brett Cannon | 2006-04-18 | 1 | -2/+3 |
|
|
* | Add proper svn magic to ignore .pyc/.pyo files in Lib/setuptools (and | Thomas Wouters | 2006-04-18 | 0 | -0/+0 |
|
|
* | Rename remaining StgDictObject's ffi_type fields to ffi_type_pointer. | Thomas Heller | 2006-04-18 | 1 | -3/+3 |
|
|
* | C++ compiler cleanup: the typical few casts, and ... C++ didn't like that | Skip Montanaro | 2006-04-18 | 6 | -37/+42 |
|
|
* | C++ compiler cleanup: a cast here, a cast there... still does not compile und... | Skip Montanaro | 2006-04-18 | 1 | -3/+4 |
|
|
* | C++ compiler cleanup: "typename" is a C++ keyword | Skip Montanaro | 2006-04-18 | 1 | -11/+11 |
|
|
* | Change those parts of the Python-api that were functions in 2.4, and | Thomas Heller | 2006-04-18 | 2 | -4/+105 |
|
|
* | Whilespace normalization (reindint.py). | Tim Peters | 2006-04-18 | 31 | -314/+53 |
|
|
* | add info re: pydoc, pkgutil, and setuptools additions | Phillip J. Eby | 2006-04-18 | 1 | -0/+11 |
|
|
* | fix typo | George Yoshida | 2006-04-18 | 1 | -1/+1 |
|
|
* | Split ``get_platform()`` into ``get_supported_platform()`` and | Phillip J. Eby | 2006-04-18 | 3 | -11/+11 |
|
|
* | Fix refcounting. | Thomas Heller | 2006-04-18 | 1 | -0/+2 |
|
|
* | Refactor: Move code that uses co_lnotab from ceval to codeobject | Jeremy Hylton | 2006-04-18 | 3 | -117/+162 |
|
|
* | Typo fix | Andrew M. Kuchling | 2006-04-18 | 1 | -1/+1 |
|
|
* | A dictresize() attack. If oldtable == mp->ma_smalltable then pure | Armin Rigo | 2006-04-18 | 1 | -0/+32 |
|
|
* | add a very old crasher from the 2.1 -> 2.2 round of dictionary fixes. | Michael W. Hudson | 2006-04-18 | 1 | -0/+47 |
|
|
* | Add item | Andrew M. Kuchling | 2006-04-18 | 1 | -2/+12 |
|
|
* | C++ compiler cleanup: proper casts | Skip Montanaro | 2006-04-18 | 1 | -2/+2 |
|
|
* | Comment typo fix | Andrew M. Kuchling | 2006-04-18 | 1 | -1/+1 |
|
|
* | Remove types from type_list if they have no objects | Martin v. Löwis | 2006-04-18 | 4 | -9/+47 |
|
|
* | Whitespace normalization | Neal Norwitz | 2006-04-18 | 1 | -1/+1 |
|
|
* | It's probably a good idea to actually *install* setuptools, too. ;) | Phillip J. Eby | 2006-04-18 | 1 | -0/+1 |
|
|
* | Handle easy_install being run via -m with no __file__ if done from a | Phillip J. Eby | 2006-04-18 | 2 | -2/+2 |
|
|