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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test of hexlify on Unicode strings
Jeremy Hylton
2001-10-11
1
-0/+4
*
Add a bunch of SSL error constants
Jeremy Hylton
2001-10-11
1
-0/+12
*
Lots of code reorganization with a few small API changes.
Jeremy Hylton
2001-10-10
1
-45/+113
*
Do simple error checking before doing any SSL calls.
Jeremy Hylton
2001-10-10
1
-5/+5
*
USe PyObject_SetString() instead of PyObject_SetObject() in newSSLObject().
Jeremy Hylton
2001-10-10
1
-14/+9
*
Rather gross workaround for a bug in the mac GUSI I/O library:
Jack Jansen
2001-10-10
1
-1/+7
*
Some of the lesser used targets still used FMADD/FMSUB instructions. Fixed.
Jack Jansen
2001-10-10
2
-0/+0
*
allow long ints to be marshalled as ints - no check is made to the incoming
Skip Montanaro
2001-10-10
1
-0/+6
*
Fred's done with weakrefs
Guido van Rossum
2001-10-10
1
-2/+1
*
SF bug [#469732] os.path.walk docstring inconsistent.
Tim Peters
2001-10-10
5
-27/+67
*
In newSSLObject(), initialize the various members of an SSLObject to NULL.
Jeremy Hylton
2001-10-10
1
-2/+8
*
A bit of reformatting to match the standard style
Jeremy Hylton
2001-10-10
1
-7/+7
*
Fix two memory leaks in socket.ssl().
Jeremy Hylton
2001-10-10
1
-39/+29
*
One more place where PyString_AsString() was used after a
Jeremy Hylton
2001-10-10
1
-1/+1
*
Use AS_STRING() following the check and avoid an extra call.
Jeremy Hylton
2001-10-10
1
-1/+1
*
SF patch [ #468662 ] Allow jython to complete test_grammar
Jeremy Hylton
2001-10-10
1
-4/+14
*
Updated, and added a very terse description of PyMac_SetConsoleHandler().
Jack Jansen
2001-10-09
1
-10/+8
*
Fixed the embedding demo to correctly show the use of
Jack Jansen
2001-10-09
2
-11/+19
*
Add item about new "Edit with IDLE" menu entry created by Windows installer.
Tim Peters
2001-10-09
1
-0/+4
*
If all of Python, IDLE and Tcl/Tk are being installed, and the user has
Tim Peters
2001-10-09
1
-0/+42
*
Repair key stutter + auto-complete ugliness.
Tim Peters
2001-10-09
1
-2/+2
*
A copy-and-paste job forget the "paste" half.
Tim Peters
2001-10-09
1
-1/+1
*
Remove obsolete email address.
Fred Drake
2001-10-09
1
-1/+1
*
Allow the profiler's calibration constant to be specified in the constructor
Tim Peters
2001-10-09
3
-73/+70
*
Add a bunch of tests for a list subclass that would have caught the
Guido van Rossum
2001-10-09
1
-0/+22
*
The slot definition table entry for mp_getitem had a bogus wrapper
Guido van Rossum
2001-10-09
1
-1/+2
*
An audio/* class, like MIMEImage, contributed by Anthony Baxter.
Barry Warsaw
2001-10-09
1
-0/+71
*
Halfway checkin. This is still messy, but it's beginning to address
Guido van Rossum
2001-10-09
2
-140/+302
*
Fix minor cut-and-paste typo.
Barry Warsaw
2001-10-09
1
-1/+1
*
Update the documentation for the isinstance() function to reflect recent
Fred Drake
2001-10-09
1
-221/+226
*
Added tests for MIMEAudio class/module
Barry Warsaw
2001-10-09
1
-4/+69
*
Fix __all__ to the current list of exported modules (must pass the
Barry Warsaw
2001-10-09
1
-3/+4
*
Add documentation for the MIMEAudio class/module, contributed by
Barry Warsaw
2001-10-09
1
-0/+26
*
Improve the documentation for the os.P_* constants used with the os.spawn*()
Fred Drake
2001-10-09
1
-9/+29
*
New markup: \note{...} and \warning{...}
Fred Drake
2001-10-09
4
-0/+36
*
Fix [ #465502 ] urllib2: urlopen unicode problem
Jeremy Hylton
2001-10-09
1
-67/+36
*
Add a test for get_all() returning failobj. msg_20.txt is a sample
Barry Warsaw
2001-10-09
2
-0/+28
*
get_all(): We never returned failobj if we found no matching headers.
Barry Warsaw
2001-10-09
1
-0/+4
*
SMTPServer.__init__(): The asyncore.dispatcher base class has a method
Barry Warsaw
2001-10-09
1
-3/+1
*
Note that the values for Boolean options are case-insensitive.
Fred Drake
2001-10-09
1
-2/+3
*
Add Cesar Eduardo Barros, for asyncore patches.
Martin v. Löwis
2001-10-09
1
-0/+1
*
Add entry parameter to HList.item_cget. Fixes bug #466981.
Martin v. Löwis
2001-10-09
1
-2/+2
*
It turned out not so difficult to support old-style numbers (those
Guido van Rossum
2001-10-09
2
-12/+30
*
Update URL. Fixes bug #468118.
Martin v. Löwis
2001-10-09
1
-1/+1
*
Add additional fields to Xxo_Type declaration. Fixes bug #469250.
Martin v. Löwis
2001-10-09
1
-0/+31
*
Patch #468647: Fix exception propagation in asyncore.
Martin v. Löwis
2001-10-09
1
-34/+38
*
A brand new implementation of Profile.calibrate(). This measures an
Tim Peters
2001-10-09
2
-41/+66
*
Update outdated text about how to fix the font.
Guido van Rossum
2001-10-08
1
-4/+5
*
Replace all instances of err.strerror with err.
Jeremy Hylton
2001-10-08
1
-6/+6
*
Added tests that check getboolean() with the newly allowed values from
Fred Drake
2001-10-08
2
-0/+38
[next]