summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Update "undocumented modules" section.Georg Brandl2006-02-171-8/+10
* Add deprecation warning to modules deprecated since 2000.Georg Brandl2006-02-172-0/+8
* Add deprecation notices to modules deprecated since 2000.Georg Brandl2006-02-172-1/+6
* Fix typo.Thomas Wouters2006-02-171-1/+1
* Bug #1430298: It is now possible to send a mail with an emptyGeorg Brandl2006-02-172-1/+7
* Add bug number to NEWS entry.Georg Brandl2006-02-171-1/+2
* The names of lambda functions are now properly displayed in pydoc.Georg Brandl2006-02-172-1/+3
* Bug #1432350: arrayobject should use PyObject_VAR_HEADGeorg Brandl2006-02-172-3/+2
* Patch #1432345: Make python compile on DragonFly.Martin v. Löwis2006-02-173-9/+13
* Remove size restrictions.Martin v. Löwis2006-02-171-29/+19
* mmap_flush_method(): Squash compiler warning aboutTim Peters2006-02-171-2/+2
* Remove space between function name and left parenTim Peters2006-02-171-94/+92
* Removed pointless parens around `return` expressions;Tim Peters2006-02-161-22/+20
* Trimmed trailing whitespace.Tim Peters2006-02-161-41/+41
* new_mmap_object(), Windows flavor.Tim Peters2006-02-161-2/+16
* More Py_ssize_t format characters.Thomas Wouters2006-02-161-1/+1
* struct_pack(): Repair new assert-fail crash inTim Peters2006-02-161-1/+1
* Use proper PyArg_Parse format char for Py_ssize_t, instead of 'l', inThomas Wouters2006-02-161-1/+1
* Use correct PyArg_Parse format char for Py_ssize_t in unicode.center().Thomas Wouters2006-02-161-1/+1
* Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter overThomas Wouters2006-02-161-2/+2
* Use 'n' format for Py_ssize_t variables to PyArg_ParseTuple(). Py_ssize_tThomas Wouters2006-02-161-1/+1
* Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple().Thomas Wouters2006-02-161-1/+1
* Use Py_ssize_t in helper function between Py_ssize_t-using functions.Thomas Wouters2006-02-161-2/+2
* Add encoding-test datafiles to svn:ignore:Thomas Wouters2006-02-160-0/+0
* Drop vsextcomp_verboseMartin v. Löwis2006-02-161-1/+1
* Fix broken example of csv.reader use (it returns an iterator, which isn'tThomas Wouters2006-02-161-1/+2
* Change _PyObject_GC_Resize to expect Py_ssize_t.Martin v. Löwis2006-02-162-2/+2
* Fix typoMartin v. Löwis2006-02-161-1/+1
* Move cast to suppress warning.Martin v. Löwis2006-02-161-2/+2
* Use Py_ssize_t to count theMartin v. Löwis2006-02-167-22/+24
* Use Py_ssize_t to count the length.Martin v. Löwis2006-02-161-1/+1
* Use Py_ssize_t for counts and sizes.Martin v. Löwis2006-02-1610-31/+33
* Use Py_ssize_t for counts and sizes.Martin v. Löwis2006-02-1612-66/+67
* Use Py_ssize_t for field sizes and offsets.Martin v. Löwis2006-02-161-3/+3
* Allow for ssize_t field offsets.Martin v. Löwis2006-02-161-1/+1
* Update comment and make accurate.Neal Norwitz2006-02-161-1/+1
* Oops, this is supposed to be disabled by default.Neal Norwitz2006-02-161-1/+1
* Use PyString_FromFormat for formatting error messages.Martin v. Löwis2006-02-161-42/+36
* Revert 42400.Martin v. Löwis2006-02-165-11/+11
* Support %zd in PyErr_Format and PyString_FromFormat.Martin v. Löwis2006-02-168-19/+35
* Get rid of compiler warnings (gcc 3.3.4 on x86)Neal Norwitz2006-02-165-11/+11
* doubletounicode(), longtounicode():Tim Peters2006-02-161-4/+8
* getpythonregpath(): Squash compiler warning aboutTim Peters2006-02-161-2/+2
* Remove two unused Py_ssize_t variables (merge glitches, looks like.)Thomas Wouters2006-02-151-2/+0
* Avoid unused variables when SIZEOF_SIZE_T == SIZEOF_LONG. Also normalizeThomas Wouters2006-02-151-1/+3
* Added some more versionchanged markup.Vinay Sajip2006-02-151-0/+6
* Remove C99ism.Martin v. Löwis2006-02-151-1/+2
* Drop py:lastmerged.Martin v. Löwis2006-02-150-0/+0
* Merge ssize_t branch.Martin v. Löwis2006-02-15102-1677/+2659
* use correct function in exampleFred Drake2006-02-151-1/+1