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
*
Make PyGC_Collect() use Py_ssize_t.
Neal Norwitz
2006-03-04
1
-11/+11
*
- Modernize code to use Py_ssize_t more intensively.
Hye-Shik Chang
2006-03-04
18
-168/+131
*
Explain why we use the unsigned int format for a signed int variable.
Thomas Wouters
2006-03-02
1
-0/+4
*
Properly fix Py_SAFE_DOWNCAST-triggerd bugs.
Thomas Wouters
2006-03-02
1
-7/+10
*
Py_SAFE_DOWNCAST isn't quite doing the right thing for going from Py_ssize_t
Thomas Wouters
2006-03-02
1
-7/+4
*
Make Py_ssize_t-clean
Thomas Wouters
2006-03-02
1
-2/+4
*
Remove UNLESS.
Martin v. Löwis
2006-03-01
1
-29/+28
*
Use Py_ssize_t for arithmetic on Py_ssize_t's, instead of unsigned ints.
Thomas Wouters
2006-03-01
1
-2/+2
*
Fix gcc (4.0.x) warning about use of uninitialized variable.
Thomas Wouters
2006-03-01
1
-0/+1
*
Patch #1440601: Add col_offset attribute to AST nodes.
Martin v. Löwis
2006-03-01
1
-1/+1
*
Rework channelnumber/samplesize detetion code's output variables a bit to
Thomas Wouters
2006-03-01
2
-14/+12
*
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
[next]