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
*
New support functions for test_getargs2.
Thomas Heller
2003-04-24
1
-69/+70
*
SF patch 695710: fix bug 678519: cStringIO self iterator
Raymond Hettinger
2003-04-24
1
-65/+56
*
Added a comment about backward compatibility requirements and a link
Barry Warsaw
2003-04-24
1
-1/+9
*
[Patch #679505] Trigger DeprecationWarning on importing the rotor module
Andrew M. Kuchling
2003-04-24
1
-0/+4
*
SF 686323: Minor array module enhancements
Raymond Hettinger
2003-04-24
1
-4/+6
*
SF Patch 685051: fix for 680789: reprs in arraymodule
Raymond Hettinger
2003-04-23
1
-30/+15
*
Enable os.fsync() for Windows, mapping it to MS's _commit() there. The
Tim Peters
2003-04-23
1
-16/+18
*
PyObject_IsTrue() can return an error condition.
Raymond Hettinger
2003-04-23
1
-1/+4
*
Update to the new PyGILState APIs to simplify and correct thread-state
Mark Hammond
2003-04-22
1
-2/+15
*
Made MAX_UNTIL/MIN_UNTIL code more coherent about mark protection,
Gustavo Niemeyer
2003-04-22
1
-4/+6
*
Get test_capi & test_getargs2 to pass on alphas
Neal Norwitz
2003-04-22
1
-6/+19
*
apply Mark Hammond's PEP 311 changes to the EMX ripoff of the Windows
Andrew MacIntyre
2003-04-21
1
-51/+6
*
- DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL
Andrew MacIntyre
2003-04-21
1
-7/+1
*
More work on bug #672491 and patch #712900.
Gustavo Niemeyer
2003-04-20
1
-23/+38
*
- Fixed bug #672491. This change restores the behavior of lastindex/lastgroup
Gustavo Niemeyer
2003-04-20
1
-5/+4
*
New PyGILState_ API - implements pep 311, from patch 684256.
Mark Hammond
2003-04-19
2
-50/+53
*
Fully support 32-bit codes. Enable BIGCHARSET in UCS-4 builds.
Martin v. Löwis
2003-04-19
2
-11/+43
*
Implement IDNA (Internationalized Domain Names in Applications).
Martin v. Löwis
2003-04-18
1
-5/+25
*
SF # 595026: support for masks in getargs.c.
Thomas Heller
2003-04-17
1
-0/+149
*
- New C API PyGC_Collect(), same as calling gc.collect().
Guido van Rossum
2003-04-17
1
-1/+19
*
Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880.
Martin v. Löwis
2003-04-16
1
-4/+8
*
Minor source formatting fixes.
Raymond Hettinger
2003-04-16
1
-2/+2
*
Use object interface for global vars. Fixes #721171.
Martin v. Löwis
2003-04-15
1
-127/+94
*
The date class is now properly subclassable. (SF bug #720908)
Guido van Rossum
2003-04-14
1
-5/+8
*
SF patch #720991 by Gary Herron:
Guido van Rossum
2003-04-14
2
-0/+61
*
Fix docstring typo
Andrew M. Kuchling
2003-04-14
1
-1/+1
*
Make readers and writers participate in garbage collection.
Jeremy Hylton
2003-04-14
1
-14/+71
*
Must declare vrbls at the tops of blocks in C89 (wouldn't compile).
Tim Peters
2003-04-13
1
-1/+2
*
use PyModule_Add{Int,String}Constant() where appropriate
Skip Montanaro
2003-04-12
1
-12/+6
*
tighten up string checks
Skip Montanaro
2003-04-12
1
-17/+18
*
add writerows docstring
Skip Montanaro
2003-04-12
1
-6/+24
*
typo
Skip Montanaro
2003-04-11
1
-1/+1
*
typo
Skip Montanaro
2003-04-11
1
-1/+1
*
zap commented out bit of code
Skip Montanaro
2003-04-11
1
-2/+1
*
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
[next]