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 the docstrings of time.localtime() and gmtime() for the tm_mday field.
Brett Cannon
2007-12-24
1
-2/+3
*
Patch #1583 by Adam Olsen.
Guido van Rossum
2007-12-19
1
-1/+52
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
53
-340/+340
*
Issue #1645 by Alberto Bertogli. Fix a comment.
Guido van Rossum
2007-12-18
1
-6/+6
*
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
Thomas Heller
2007-12-18
2
-0/+21
*
Fixed warning in ssl module
Christian Heimes
2007-12-14
1
-1/+1
*
Fixed a warning in _codecs_iso2022.c and some non C89 conform // comments.
Christian Heimes
2007-12-14
3
-4/+4
*
Fix bug 1604. deque.__init__() did not clear existing contents like list.__in...
Raymond Hettinger
2007-12-13
1
-0/+1
*
Fixed a nasty problem in the xxmodule.c
Christian Heimes
2007-12-12
1
-1/+1
*
Forward-port of commit 59184.
Gerhard Häring
2007-12-11
2
-4/+14
*
Patch #1643738 by Ulisses Furquim -- make the is_tripped variable
Guido van Rossum
2007-12-10
1
-5/+26
*
Forward-port r59310:
Martin v. Löwis
2007-12-03
1
-2/+5
*
Issue #1727780: Support loading pickles of random.Random objects created
Martin v. Löwis
2007-12-03
1
-8/+9
*
I followed MA Lemberg's suggestion and added comments to the late initializat...
Christian Heimes
2007-12-03
1
-5/+7
*
Applied my patch #1455 with some extra fixes for VS 2005
Christian Heimes
2007-12-03
1
-3/+7
*
Fix for feature request #1528 Add os.fchmod
Christian Heimes
2007-11-30
1
-0/+83
*
Remove unused global variable, and remove unneeded COMError.__str__
Thomas Heller
2007-11-27
1
-15/+0
*
#1735632: add O_NOATIME constant to os module.
Georg Brandl
2007-11-24
1
-0/+4
*
Backport of the PCbuild9 directory from the py3k branch.
Christian Heimes
2007-11-22
1
-0/+4
*
Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress
Christian Heimes
2007-11-21
1
-2/+3
*
The incremental decoder for utf-7 must preserve its state between calls.
Amaury Forgeot d'Arc
2007-11-20
1
-6/+13
*
Backport some main.c cleanup from the py3k branch
Nick Coghlan
2007-11-20
1
-12/+13
*
Patch #1739468: Directories and zipfiles containing __main__.py are now execu...
Nick Coghlan
2007-11-18
1
-40/+80
*
A patch from issue 1378 by roudkerk:
Guido van Rossum
2007-11-16
1
-81/+5
*
readline module cleanup
Christian Heimes
2007-11-12
1
-99/+90
*
Only set rl_completion_display_matches_hook if there
Martin v. Löwis
2007-11-12
1
-31/+38
*
Use a freelist to speed-up block allocation and deallocation in collections.d...
Raymond Hettinger
2007-11-10
1
-7/+27
*
* db->get_types is only available in BerkeleyDB >= 4.2
Gregory P. Smith
2007-11-05
1
-0/+7
*
Add the bsddb.db.DBEnv.lock_id_free method.
Gregory P. Smith
2007-11-05
1
-0/+21
*
Fixes bug 477182 on pybsddb.sf.net. DB objects now load the flags and
Gregory P. Smith
2007-11-05
1
-15/+2
*
Fix bug introduced in revision 58385. Database keys could no longer
Gregory P. Smith
2007-11-01
1
-1/+7
*
Fix some compiler warnings for signed comparisons on Unix and Windows.
Neal Norwitz
2007-10-31
1
-2/+2
*
ffi_type_longdouble may be already #defined.
Thomas Heller
2007-10-25
1
-2/+4
*
Add phuang patch from Issue 708374 which adds offset parameter to mmap module.
Travis E. Oliphant
2007-10-23
1
-34/+75
*
Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.
Thomas Heller
2007-10-19
1
-6/+10
*
Get this module to compile with bsddb versions prior to 4.3
Neal Norwitz
2007-10-12
1
-0/+2
*
Fix Coverity 168: Close the file before returning (exiting).
Neal Norwitz
2007-10-12
1
-0/+1
*
Get rid of compiler warning about retval being used (returned) without
Neal Norwitz
2007-10-12
1
-1/+1
*
Get rid of warnings on a bunch of platforms by using a proper prototype.
Neal Norwitz
2007-10-12
7
-18/+18
*
Accept Jim Jewett's api suggestion to use None instead of -1 to indicate unbo...
Raymond Hettinger
2007-10-10
1
-10/+26
*
Fix a double free when positioning a database cursor to a non-existant
Gregory P. Smith
2007-10-09
1
-1/+13
*
Splits Modules/_bsddb.c up into bsddb.h and _bsddb.c and adds a C API
Gregory P. Smith
2007-10-09
2
-188/+263
*
Stab in the dark attempt to fix the test_bsddb3 failure on sparc and S-390
Gregory P. Smith
2007-10-06
1
-1/+7
*
Restore BEGIN/END THREADS macros which were squashed in the previous checkin
Raymond Hettinger
2007-10-05
1
-5/+21
*
Fix Coverity #159.
Neal Norwitz
2007-10-05
1
-1/+1
*
dict could be NULL, so we need to XDECREF.
Neal Norwitz
2007-10-05
1
-2/+2
*
Add __asdict__() to NamedTuple and refine the docs.
Raymond Hettinger
2007-10-05
1
-85/+101
*
itertools.count() no longer limited to sys.maxint.
Raymond Hettinger
2007-10-04
1
-9/+70
*
issue1597011: Fix for bz2 module corner-case error due to error checking bug.
Sean Reifscheider
2007-09-17
1
-23/+17
*
Add a bunch of GIL release/acquire points in tp_print implementations and for
Brett Cannon
2007-09-17
1
-1/+18
[next]