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
*
SF patch #718867: Fix reference leak for time.strptime
Raymond Hettinger
2003-04-10
1
-1/+4
*
Make Unpickler objects colletable.
Jeremy Hylton
2003-04-09
1
-23/+65
*
Make Picklers collectable.
Jeremy Hylton
2003-04-09
1
-5/+45
*
Fix two crashes on Windows:
Guido van Rossum
2003-04-09
1
-2/+2
*
Don't use (PyObject *)PyObject_Type(x). It is a leaky and verbose way
Guido van Rossum
2003-04-09
1
-2/+2
*
tentative fix for #712322: modification time stamp checking failed
Just van Rossum
2003-04-08
1
-1/+1
*
s/referrents/referents/g. Gotta love that referrers remains rife with rs.
Tim Peters
2003-04-08
1
-8/+8
*
Finished implementing gc.get_referrents(): dealt with error and end
Tim Peters
2003-04-08
1
-6/+15
*
Comment repair; no semantic changes.
Tim Peters
2003-04-07
1
-4/+5
*
Reworked has_finalizer() to use the new _PyObject_Lookup() instead
Tim Peters
2003-04-07
1
-73/+45
*
initgc(): Rewrote to use the PyModule_AddXYZ API; cuts code size.
Tim Peters
2003-04-06
1
-17/+14
*
handle_finalizers(): Rewrote to call append_objects() and gc_list_merge()
Tim Peters
2003-04-06
1
-36/+31
*
Switched from METH_VARARGS to METH_NOARGS for the 7 module functions that
Tim Peters
2003-04-06
1
-44/+17
*
Reworked move_finalizer_reachable() to create two distinct lists:
Tim Peters
2003-04-06
1
-31/+57
*
move_finalizers(): Rewrote. It's not necessary for this routine
Tim Peters
2003-04-05
1
-29/+20
*
New comments. Rewrote has_finalizer() as a sequence of ifs instead of
Tim Peters
2003-04-05
1
-6/+21
*
Fixed new seemingly random segfaults, by moving the initialization of
Tim Peters
2003-04-05
1
-8/+11
*
Fix Tim's boom example.
Jeremy Hylton
2003-04-04
1
-20/+54
*
Use fcntl() to put the audio device *back* into blocking mode after
Greg Ward
2003-04-04
1
-0/+9
*
Add get_referrents() helper function.
Jeremy Hylton
2003-04-03
1
-1/+1
*
Add get_referrents() helper function.
Jeremy Hylton
2003-04-03
1
-1/+32
*
Revert Patch #670715: iconv support.
Martin v. Löwis
2003-04-03
2
-727/+0
*
init_bsddb(): Added a few symbols that Greg forgot.
Barry Warsaw
2003-03-31
1
-1/+4
*
SF patch #667548, Add some audio constants by Michael Pruett
Neal Norwitz
2003-03-30
1
-3/+25
*
Get build working with pre-C99 compilers
Neal Norwitz
2003-03-30
1
-1/+1
*
Patch #650412: Check whether the address of flock and getpagesize
Martin v. Löwis
2003-03-30
1
-1/+13
*
Patch #672053: Return a result from Py_Main, instead of exiting.
Martin v. Löwis
2003-03-30
1
-9/+9
*
Patch #695250: Suppress COPYRIGHT if site.py is not read. Fixes #672614.
Martin v. Löwis
2003-03-30
1
-3/+6
*
Wrap thread stuff in WITH_THREAD. Fixes #704641.
Martin v. Löwis
2003-03-30
1
-3/+23
*
Fake bool API for Python 2.2.
Martin v. Löwis
2003-03-30
1
-0/+5
*
Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
Martin v. Löwis
2003-03-29
7
-42/+42
*
4.1.5
Gregory P. Smith
2003-03-27
1
-1/+1
*
Adds support for the DBEnv->set_timeout() method.
Gregory P. Smith
2003-03-27
1
-0/+26
*
add comment about 2.2 compatibility
Skip Montanaro
2003-03-23
1
-1/+13
*
Make private function and data static.
Neal Norwitz
2003-03-23
1
-2/+3
*
Get rid of warning on IRIX
Neal Norwitz
2003-03-21
1
-1/+2
*
Add support for os.openpty() on AIX which uses /dev/ptc instead of /dev/ptmx.
Neal Norwitz
2003-03-21
1
-3/+11
*
Squash compiler wng about signed-vs-unsigned mismatch.
Tim Peters
2003-03-21
1
-1/+1
*
add _csv build line
Skip Montanaro
2003-03-20
1
-0/+3
*
new CSV file processing module - see PEP 305
Skip Montanaro
2003-03-20
1
-0/+1465
*
New private API functions _PyFloat_{Pack,Unpack}(4,8}. This is a
Tim Peters
2003-03-20
2
-446/+27
*
SF bug 705836: struct.pack of floats in non-native endian order
Tim Peters
2003-03-20
2
-18/+61
*
Renamed PyObject_GenericGetIter to PyObject_SelfIter
Raymond Hettinger
2003-03-17
4
-15/+15
*
Added a define EXTRAMACHDEPPATH which can be used to add sys.path items
Jack Jansen
2003-03-17
1
-1/+2
*
binascii_a2b_base64: Properly return an empty string if the input was all
Thomas Wouters
2003-03-17
1
-1/+8
*
Created PyObject_GenericGetIter().
Raymond Hettinger
2003-03-17
3
-24/+3
*
Created PyObject_GenericGetIter().
Raymond Hettinger
2003-03-17
1
-96/+12
*
- New function time.tzset() provides access to the C library tzet()
Guido van Rossum
2003-03-14
1
-74/+144
*
Take out my (long since disabled) POSIX signal mask handling code.
Michael W. Hudson
2003-03-13
1
-171/+0
*
Open with O_NONBLOCK to avoid hanging on open().
Greg Ward
2003-03-11
1
-1/+5
[next]