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
*
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
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
26
-275/+338
*
randombits(): Stop compiler warning about mixing
Tim Peters
2006-02-15
1
-1/+1
*
Try to improve name based on discussion on python-checkins with Jim Jewett
Neal Norwitz
2006-02-13
1
-5/+5
*
Renamed _length_cue() to __length_hint__(). See:
Armin Rigo
2006-02-11
2
-4/+4
*
Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE.
Martin v. Löwis
2006-02-11
2
-0/+9
*
The default timer unit was incorrectly measured in milliseconds instead
Armin Rigo
2006-02-10
1
-3/+3
*
Added the cProfile module.
Armin Rigo
2006-02-08
3
-0/+1015
*
Bug #876637, prevent stack corruption when socket descriptor
Neal Norwitz
2006-02-07
2
-2/+45
*
Fix indentation (whitespace only).
Neal Norwitz
2006-02-07
1
-3/+3
*
Check return results for errors
Neal Norwitz
2006-02-07
1
-0/+5
*
Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the same
Neal Norwitz
2006-02-05
1
-10/+49
*
Whitespace normalization
Neal Norwitz
2006-02-05
1
-2/+2
*
Patch #1422385: Changes to nis module to support multiple NIS domains
Martin v. Löwis
2006-02-04
1
-23/+79
*
Drop C library for stat/fstat on Windows.
Martin v. Löwis
2006-02-03
1
-117/+246
*
maintain support for older python versions in this module so that it
Gregory P. Smith
2006-01-30
1
-0/+16
*
Add wrapper for DBEnv.set_tx_timeout method to allow time based DB_RECOVER
Gregory P. Smith
2006-01-27
1
-3/+18
*
Fix bug #1413192, fix seg fault in bsddb if a txn was deleted before the env.
Neal Norwitz
2006-01-25
1
-3/+6
*
commits sourceforge patch #1407992 by neil.norwitz.
Gregory P. Smith
2006-01-24
1
-7/+7
*
Support for BerkeleyDB 4.4 (tested against 4.4.20 as well as all the
Gregory P. Smith
2006-01-24
1
-2/+16
*
_compile(): raise an exception if downcasting to SRE_CODE
Tim Peters
2006-01-21
1
-37/+40
[next]