index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence gcc (4.0.x) warning about use of uninitialized value.
Thomas Wouters
2006-03-01
1
-1/+1
*
Fix brainfart.
Thomas Wouters
2006-03-01
1
-1/+1
*
Remove gcc (4.0.x) warning about uninitialized value by explicitly setting
Thomas Wouters
2006-03-01
1
-2/+1
*
Make Py_ssize_t-clean.
Thomas Wouters
2006-03-01
1
-8/+13
*
Make Py_ssize_t-clean.
Thomas Wouters
2006-03-01
1
-17/+18
*
Change GC refcount to Py_ssize_t.
Martin v. Löwis
2006-03-01
1
-1/+1
*
Repair mangled code in the Windows flavor of
Tim Peters
2006-03-01
1
-2/+1
*
Py_ssize_t-ify.
Thomas Wouters
2006-03-01
1
-5/+10
*
Fix DBEnv's set_tx_timestamp wrapper to be slightly more correct on
Thomas Wouters
2006-03-01
1
-4/+5
*
Updates to the with-statement:
Guido van Rossum
2006-02-28
1
-0/+36
*
Another bit of unconstification.
Tim Peters
2006-02-28
1
-1/+1
*
SF patch #1438387, PEP 328: relative and absolute imports.
Thomas Wouters
2006-02-28
1
-13/+28
*
unconst.
Martin v. Löwis
2006-02-27
1
-2/+2
*
Convert array.array.insert to use Py_ssize_t (like the rest already does.)
Thomas Wouters
2006-02-27
1
-2/+2
*
More unconsting.
Martin v. Löwis
2006-02-27
9
-62/+56
*
unconst.
Martin v. Löwis
2006-02-27
1
-9/+9
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
12
-30/+30
*
Update for PEP 308 patch.
Thomas Wouters
2006-02-27
1
-3/+54
*
Create _ast module.
Martin v. Löwis
2006-02-27
1
-0/+4
*
- Patch 1433928:
Guido van Rossum
2006-02-25
1
-1/+265
*
Fix typo in functional module
Georg Brandl
2006-02-21
1
-2/+2
*
NETLINK_TCPDIAG and NETLINK_NFLOG aren't defined on older Linux
Guido van Rossum
2006-02-21
1
-0/+4
*
Patch #931938: prevent setting sys.prefix to ""
Georg Brandl
2006-02-20
1
-0/+6
*
Bug #854823: socketmodule now builds on Sun platforms even when
Georg Brandl
2006-02-20
1
-2/+2
*
Fix a build problem introduced by r42230.
Hye-Shik Chang
2006-02-19
1
-1/+1
*
Remove two instances of trailing commas. Resolves patch #1209781.
Georg Brandl
2006-02-19
2
-2/+2
*
Patch #1352711: make zipimport raise a complete IOError
Georg Brandl
2006-02-19
1
-2/+1
*
Remove unused variable
Neal Norwitz
2006-02-18
1
-1/+0
*
Patch #1393157: os.startfile() now has an optional argument to specify
Georg Brandl
2006-02-18
1
-7/+14
*
Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offse...
Georg Brandl
2006-02-18
1
-42/+33
*
Fix typo.
Martin v. Löwis
2006-02-18
1
-1/+1
*
Fix size computation on Win64.
Martin v. Löwis
2006-02-18
1
-12/+46
*
Make ssize_t-clean.
Martin v. Löwis
2006-02-17
1
-38/+40
*
Add deprecation warning to modules deprecated since 2000.
Georg Brandl
2006-02-17
1
-0/+5
*
Fix typo.
Thomas Wouters
2006-02-17
1
-1/+1
*
Bug #1432350: arrayobject should use PyObject_VAR_HEAD
Georg Brandl
2006-02-17
1
-2/+1
*
Remove size restrictions.
Martin v. Löwis
2006-02-17
1
-29/+19
*
mmap_flush_method(): Squash compiler warning about
Tim Peters
2006-02-17
1
-2/+2
*
Remove space between function name and left paren
Tim Peters
2006-02-17
1
-94/+92
*
Removed pointless parens around `return` expressions;
Tim Peters
2006-02-16
1
-22/+20
*
Trimmed trailing whitespace.
Tim Peters
2006-02-16
1
-41/+41
*
new_mmap_object(), Windows flavor.
Tim Peters
2006-02-16
1
-2/+16
*
More Py_ssize_t format characters.
Thomas Wouters
2006-02-16
1
-1/+1
*
struct_pack(): Repair new assert-fail crash in
Tim Peters
2006-02-16
1
-1/+1
*
Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter over
Thomas Wouters
2006-02-16
1
-2/+2
*
Use 'n' format for Py_ssize_t variables to PyArg_ParseTuple(). Py_ssize_t
Thomas Wouters
2006-02-16
1
-1/+1
*
Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple().
Thomas Wouters
2006-02-16
1
-1/+1
*
Change _PyObject_GC_Resize to expect Py_ssize_t.
Martin v. Löwis
2006-02-16
1
-1/+1
*
Use Py_ssize_t for counts and sizes.
Martin v. Löwis
2006-02-16
12
-66/+67
*
Update comment and make accurate.
Neal Norwitz
2006-02-16
1
-1/+1
[next]