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
*
unpack_string(): avoid a compiler warning (about a real bug!) by
Guido van Rossum
2002-07-20
1
-1/+4
*
Return NULL instead of 0 from function with a pointer return value.
Fred Drake
2002-07-19
1
-1/+1
*
Patch to call the Pure python strptime implementation if there's no
Guido van Rossum
2002-07-19
1
-3/+18
*
Bail out early from internal_select() when socket file descriptor
Guido van Rossum
2002-07-19
1
-0/+5
*
Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
Mark Hammond
2002-07-19
2
-5/+3
*
A Python float is a C double; redeclare defaulttimeout as such; stops
Tim Peters
2002-07-18
1
-1/+1
*
Silence warning about getdefaulttimeout in PyMethodDef.
Guido van Rossum
2002-07-18
1
-1/+1
*
Fix indentation.
Jeremy Hylton
2002-07-18
1
-5/+5
*
- When the log reader detects end-of-file, close the file.
Fred Drake
2002-07-18
1
-45/+84
*
Add default timeout functionality. This adds setdefaulttimeout() and
Guido van Rossum
2002-07-18
1
-1/+65
*
Mark the closed attribute of the profiler with PyDoc_STR(), and added
Fred Drake
2002-07-17
1
-2/+3
*
Added a docstring for the closed attribute.
Fred Drake
2002-07-17
1
-4/+9
*
Removed more stray instances of statichere, but left _sre.c alone.
Tim Peters
2002-07-17
7
-8/+8
*
staticforward bites the dust.
Jeremy Hylton
2002-07-17
29
-57/+52
*
Some modernization. Get rid of the redundant next() method. Always
Guido van Rossum
2002-07-17
1
-66/+37
*
Remove RCSId; this produces annoying warnings.
Fred Drake
2002-07-17
1
-3/+0
*
Wipe out some warnings about non-ANSI code and an unsafe arg to
Guido van Rossum
2002-07-17
1
-7/+4
*
Given the persistent id code a shot at a class before calling save_global().
Jeremy Hylton
2002-07-16
1
-5/+5
*
Fix bug 581232 - [Windows] Can not interrupt time.sleep()
Mark Hammond
2002-07-16
1
-3/+46
*
/F revealed that ShellExecute() only requires shellapi.h, not the
Tim Peters
2002-07-15
1
-1/+2
*
Fix bug 231273 - [windows] os.popen doens't kill subprocess when interrupted
Mark Hammond
2002-07-14
1
-1/+1
*
WINDOWS_LEAN_AND_MEAN: There is no such symbol, although a very few
Tim Peters
2002-07-14
2
-2/+2
*
remove decl of unused variable
Jeremy Hylton
2002-07-11
1
-1/+1
*
Do more robust test of whether global objects are accessible.
Jeremy Hylton
2002-07-11
1
-4/+3
*
Trashcan cleanup: Now that cyclic gc is always there, the trashcan
Tim Peters
2002-07-07
1
-0/+3
*
Removed WITH_CYCLE_GC #ifdef-ery. Holes:
Tim Peters
2002-07-07
2
-25/+0
*
gc_list_move defined but not used.
Michael W. Hudson
2002-07-04
1
-15/+0
*
Another stab at SF 576327: zipfile when sizeof(long) == 8
Tim Peters
2002-07-02
1
-100/+106
*
visit_decref(): Added another assert.
Tim Peters
2002-07-02
1
-0/+1
*
Fix for SF bug #576327: zipfile when sizeof(long) == 8
Tim Peters
2002-07-02
1
-1/+11
*
Repair badly formatted code.
Jeremy Hylton
2002-07-02
1
-19/+17
*
Finished transitioning to using gc_refs to track gc objects' states.
Tim Peters
2002-07-02
1
-39/+66
*
Do not depend on pymemcompat.h (was only used for PyXML); Martin likes
Fred Drake
2002-07-02
1
-4/+6
*
Mac OS X Jaguar (developer preview) seems to have a working getaddrinfo().
Jack Jansen
2002-07-02
1
-0/+5
*
Reserved another gc_refs value for untracked objects. Every live gc
Tim Peters
2002-07-02
1
-6/+16
*
Bring this back into sync with PyXML revision 1.58.
Fred Drake
2002-07-01
1
-3/+10
*
OK, I couldn't stand it <0.5 wink>: removed all uncertainty about what's
Tim Peters
2002-07-01
1
-96/+163
*
visit_decref(): Two optimizations.
Tim Peters
2002-06-30
1
-5/+3
*
SF bug #574132: Major GC related performance regression
Tim Peters
2002-06-30
1
-13/+43
*
Patch #569753: Remove support for WIN16.
Martin v. Löwis
2002-06-30
7
-167/+66
*
Define PyDoc_STRVAR if it is not available (PyXML 1.54).
Martin v. Löwis
2002-06-30
1
-63/+11
*
Undo usage of PyOS_snprintf (rev. 1.51 of PyXML).
Martin v. Löwis
2002-06-30
1
-1/+3
*
Added character data buffering to pyexpat parser objects.
Fred Drake
2002-06-28
1
-20/+157
*
pyexpat code cleanup and minor refactorings:
Fred Drake
2002-06-28
1
-221/+176
*
Fix small bug. The count of objects in all generations younger then the
Neil Schemenauer
2002-06-28
1
-1/+1
*
Integrate the changes from PyXML's version of pyexpat.c revisions
Fred Drake
2002-06-27
1
-46/+109
*
Undefine DPRINTF before defining it, there was a conflict with some other
Jack Jansen
2002-06-26
1
-0/+1
*
Undefine TRUE and FALSE before redefining them.
Jack Jansen
2002-06-26
1
-0/+2
*
Clean up docstrings:
Fred Drake
2002-06-20
1
-110/+105
*
Fix the bug described in
Michael W. Hudson
2002-06-19
1
-1/+174
[next]