summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Explain why we use the unsigned int format for a signed int variable.Thomas Wouters2006-03-021-0/+4
* Properly fix Py_SAFE_DOWNCAST-triggerd bugs.Thomas Wouters2006-03-021-7/+10
* Py_SAFE_DOWNCAST isn't quite doing the right thing for going from Py_ssize_tThomas Wouters2006-03-021-7/+4
* Make Py_ssize_t-cleanThomas Wouters2006-03-021-2/+4
* Remove UNLESS.Martin v. Löwis2006-03-011-29/+28
* Use Py_ssize_t for arithmetic on Py_ssize_t's, instead of unsigned ints.Thomas Wouters2006-03-011-2/+2
* Fix gcc (4.0.x) warning about use of uninitialized variable.Thomas Wouters2006-03-011-0/+1
* Patch #1440601: Add col_offset attribute to AST nodes.Martin v. Löwis2006-03-011-1/+1
* Rework channelnumber/samplesize detetion code's output variables a bit toThomas Wouters2006-03-012-14/+12
* Silence gcc (4.0.x) warning about use of uninitialized value.Thomas Wouters2006-03-011-1/+1
* Fix brainfart.Thomas Wouters2006-03-011-1/+1
* Remove gcc (4.0.x) warning about uninitialized value by explicitly settingThomas Wouters2006-03-011-2/+1
* Make Py_ssize_t-clean.Thomas Wouters2006-03-011-8/+13
* Make Py_ssize_t-clean.Thomas Wouters2006-03-011-17/+18
* Change GC refcount to Py_ssize_t.Martin v. Löwis2006-03-011-1/+1
* Repair mangled code in the Windows flavor ofTim Peters2006-03-011-2/+1
* Py_ssize_t-ify.Thomas Wouters2006-03-011-5/+10
* Fix DBEnv's set_tx_timestamp wrapper to be slightly more correct onThomas Wouters2006-03-011-4/+5
* Updates to the with-statement:Guido van Rossum2006-02-281-0/+36
* Another bit of unconstification.Tim Peters2006-02-281-1/+1
* SF patch #1438387, PEP 328: relative and absolute imports.Thomas Wouters2006-02-281-13/+28
* unconst.Martin v. Löwis2006-02-271-2/+2
* Convert array.array.insert to use Py_ssize_t (like the rest already does.)Thomas Wouters2006-02-271-2/+2
* More unconsting.Martin v. Löwis2006-02-279-62/+56
* unconst.Martin v. Löwis2006-02-271-9/+9
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-2712-30/+30
* Update for PEP 308 patch.Thomas Wouters2006-02-271-3/+54
* Create _ast module.Martin v. Löwis2006-02-271-0/+4
* - Patch 1433928:Guido van Rossum2006-02-251-1/+265
* Fix typo in functional moduleGeorg Brandl2006-02-211-2/+2
* NETLINK_TCPDIAG and NETLINK_NFLOG aren't defined on older LinuxGuido van Rossum2006-02-211-0/+4
* Patch #931938: prevent setting sys.prefix to ""Georg Brandl2006-02-201-0/+6
* Bug #854823: socketmodule now builds on Sun platforms even whenGeorg Brandl2006-02-201-2/+2
* Fix a build problem introduced by r42230.Hye-Shik Chang2006-02-191-1/+1
* Remove two instances of trailing commas. Resolves patch #1209781.Georg Brandl2006-02-192-2/+2
* Patch #1352711: make zipimport raise a complete IOErrorGeorg Brandl2006-02-191-2/+1
* Remove unused variableNeal Norwitz2006-02-181-1/+0
* Patch #1393157: os.startfile() now has an optional argument to specifyGeorg Brandl2006-02-181-7/+14
* Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offse...Georg Brandl2006-02-181-42/+33
* Fix typo.Martin v. Löwis2006-02-181-1/+1
* Fix size computation on Win64.Martin v. Löwis2006-02-181-12/+46
* Make ssize_t-clean.Martin v. Löwis2006-02-171-38/+40
* Add deprecation warning to modules deprecated since 2000.Georg Brandl2006-02-171-0/+5
* Fix typo.Thomas Wouters2006-02-171-1/+1
* Bug #1432350: arrayobject should use PyObject_VAR_HEADGeorg Brandl2006-02-171-2/+1
* 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