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
*
revert r66114 for Jesse
Benjamin Peterson
2008-09-01
5
-39/+146
*
Submit Nick's patch for issue 3589, reviewed by jnoller
Jesse Noller
2008-09-01
4
-132/+32
*
Added section about configuring logging in a library. Thanks to Thomas Heller...
Vinay Sajip
2008-09-01
1
-0/+39
*
logging: fixed lack of use of encoding attribute specified on a stream.
Vinay Sajip
2008-09-01
1
-2/+4
*
Issue #3748: platform.architecture() printed vogus message on windows.
Hirokazu Yamamoto
2008-09-01
1
-0/+3
*
logging: fixed lack of use of encoding attribute specified on a stream.
Vinay Sajip
2008-09-01
1
-5/+10
*
Issue #3732: Backported r53335 to supress deprecation warning.
Hirokazu Yamamoto
2008-09-01
1
-5/+5
*
Fix compilation when --without-threads is given #3683
Benjamin Peterson
2008-09-01
2
-3/+8
*
#3749: fix c'n'p errors.
Georg Brandl
2008-09-01
1
-3/+3
*
#3703 unhelpful _fileio.FileIO error message when trying to open a directory
Benjamin Peterson
2008-09-01
3
-1/+17
*
issue3715: docstring representation of hex escaped string needs to be double
Gregory P. Smith
2008-08-31
1
-1/+1
*
Update patch/bug count
Andrew M. Kuchling
2008-08-31
1
-2/+2
*
Last batch of edits; remove the 'other changes' section
Andrew M. Kuchling
2008-08-31
1
-101/+102
*
Edit the library section, rearranging items to flow better and making lots of...
Andrew M. Kuchling
2008-08-31
1
-263/+277
*
Update bsddb code to version 4.7.3pre2. This code should
Jesus Cea
2008-08-31
27
-447/+1020
*
Issue 2235: document the ability to block inheritance of __hash__ in the lang...
Nick Coghlan
2008-08-31
1
-2/+18
*
More edits
Andrew M. Kuchling
2008-08-31
1
-56/+57
*
More edits; markup fixes
Andrew M. Kuchling
2008-08-30
1
-75/+75
*
Fix markup.
Georg Brandl
2008-08-30
1
-1/+1
*
#3707: fix inf. recursion in pydoc topic search. Rev'd by Antoine.
Georg Brandl
2008-08-30
1
-3/+3
*
Edit four more sections
Andrew M. Kuchling
2008-08-30
1
-41/+54
*
Correction from Antoine Pitrou: BufferedWriter and Reader support seek()
Andrew M. Kuchling
2008-08-30
1
-7/+8
*
Tidy up some sentences
Andrew M. Kuchling
2008-08-30
1
-14/+14
*
Partial edits from revision and tidying pass
Andrew M. Kuchling
2008-08-30
1
-61/+84
*
super() actually returns a super object.
Georg Brandl
2008-08-30
1
-1/+2
*
#3569: eval() also accepts "exec"able code objects.
Georg Brandl
2008-08-30
1
-4/+4
*
#3716: fix typo.
Georg Brandl
2008-08-30
1
-1/+1
*
#3730: mention "server" attribute explicitly.
Georg Brandl
2008-08-30
1
-0/+5
*
A collection of crashers, all variants of the idea
Armin Rigo
2008-08-29
1
-0/+53
*
#3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
Antoine Pitrou
2008-08-29
4
-22/+54
*
#3711: .dll isn't a valid Python extension anymore.
Georg Brandl
2008-08-28
1
-4/+8
*
Add various items
Andrew M. Kuchling
2008-08-27
1
-8/+20
*
Add an item and a note
Andrew M. Kuchling
2008-08-27
1
-5/+6
*
Trim whitespace; add a few updates
Andrew M. Kuchling
2008-08-27
1
-66/+105
*
Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
Antoine Pitrou
2008-08-26
8
-87/+210
*
sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str
Benjamin Peterson
2008-08-26
3
-0/+14
*
Try to reduce the flakiness of this test
Neal Norwitz
2008-08-25
1
-0/+4
*
Use bytes as return type from recv_bytes() methods. Not sure why this only
Neal Norwitz
2008-08-25
1
-3/+3
*
Fix problem reported by pychecker where AuthenticationError wasn't imported.
Neal Norwitz
2008-08-25
2
-2/+34
*
Clarify that some attributes/methods are listed somewhat separately because t...
Brett Cannon
2008-08-24
1
-1/+2
*
#3662: Fix segfault introduced when fixing memory leaks.
Neal Norwitz
2008-08-24
2
-1/+5
*
remove note about unimplemented feature
Benjamin Peterson
2008-08-24
1
-5/+1
*
#3654: fix duplicate test method name. Review by Benjamin P.
Georg Brandl
2008-08-24
1
-4/+2
*
generate py3k warnings on __getslice__, __delslice__, and __setslice__
Benjamin Peterson
2008-08-24
4
-8/+72
*
Use the actual blacklist of leaky tests
Neal Norwitz
2008-08-24
1
-1/+1
*
Ignore a couple more tests that report leaks inconsistently.
Neal Norwitz
2008-08-24
1
-1/+1
*
Fix:
Neal Norwitz
2008-08-24
10
-14/+75
*
fix warning
Benjamin Peterson
2008-08-23
1
-1/+1
*
#3643 add a few more checks to _testcapi to prevent segfaults
Benjamin Peterson
2008-08-23
2
-4/+26
*
Small updates to types member docs, backport from r65994.
Georg Brandl
2008-08-23
1
-14/+8
[next]