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
*
Fix a few more memory leaks
Neal Norwitz
2005-11-20
4
-3/+29
*
Remove import string and use string methods
Neal Norwitz
2005-11-20
1
-4/+3
*
Last batch of ref leaks in new AST code.
Neal Norwitz
2005-11-19
2
-29/+58
*
Fix up incomplete sentence
Andrew M. Kuchling
2005-11-19
1
-1/+1
*
Merge IDLE-syntax-branch r39668:41449 into trunk
Kurt B. Kaiser
2005-11-18
13
-201/+1592
*
Increase code coverage in Python/structmember.c from 33% to 40%
Walter Dörwald
2005-11-18
1
-0/+8
*
Add tests to increase code coverage in Python/codecs.c and Python/exceptions.c.
Walter Dörwald
2005-11-17
2
-2/+150
*
don't get me started about distutils...
Skip Montanaro
2005-11-17
1
-0/+1
*
note build workaround for Sol10/gcc 3.4
Skip Montanaro
2005-11-17
1
-0/+6
*
Fix typo in comment
Walter Dörwald
2005-11-17
1
-1/+1
*
Add tests for various error cases and for readbuffer_encode() and
Walter Dörwald
2005-11-17
2
-2/+72
*
Correctly handle identifiers for anonymous scopes and align genexpr name with...
Nick Coghlan
2005-11-16
1
-11/+17
*
Bring handling of genexpr in line with other anonymous scope names
Nick Coghlan
2005-11-16
1
-4/+3
*
add more doc
Neal Norwitz
2005-11-16
1
-1/+22
*
Fix some more memory leaks.
Neal Norwitz
2005-11-16
1
-6/+11
*
version was not initialized properly
Neal Norwitz
2005-11-16
1
-0/+1
*
Better indentation after first line of string continuation.
Kurt B. Kaiser
2005-11-15
3
-5/+20
*
Fix another memory leak or two (one real, one potential)
Neal Norwitz
2005-11-15
1
-1/+2
*
Add a note about how to do the memory deallocation a bit.
Neal Norwitz
2005-11-15
1
-0/+20
*
Fix a whole bunch of potential memory leaks (and some real ones too)
Neal Norwitz
2005-11-15
1
-81/+206
*
Prevent unlikely memory leak, tok should always be freed when parsetok() returns
Neal Norwitz
2005-11-15
1
-0/+1
*
Thou shalt not lie, there are really 5 types now
Neal Norwitz
2005-11-15
1
-1/+1
*
Convert all internal errors from Exception to SystemError
Neal Norwitz
2005-11-14
1
-19/+17
*
Use convenience function
Neal Norwitz
2005-11-14
1
-1/+1
*
Fix memory leak with bad generator expression
Neal Norwitz
2005-11-14
1
-3/+10
*
remove useless debug print helper. fix a couple of exceptions
Neal Norwitz
2005-11-13
1
-7/+4
*
Whoops, checkin consistent versions of *all* files to stop polluting
Neal Norwitz
2005-11-13
5
-79/+158
*
Updated gentoo to 2005.0
Neal Norwitz
2005-11-13
1
-94/+100
*
Do a better job of not inlining Py_ADDRESS_IN_RANGE() for newer gcc's.
Neal Norwitz
2005-11-13
1
-2/+9
*
Fix a lot of memory and ref leaks in error paths.
Neal Norwitz
2005-11-13
2
-42/+110
*
Prevent name pollution by making lots of internal functions static.
Neal Norwitz
2005-11-13
5
-35/+35
*
delete Python-ast.[ch] in distclean
Skip Montanaro
2005-11-13
1
-0/+1
*
make internal method static
Neal Norwitz
2005-11-13
1
-1/+1
*
SF#1343671.
Fredrik Lundh
2005-11-12
1
-1/+1
*
r903@spiff: Fredrik | 2005-11-12 16:28:37 +0100
Fredrik Lundh
2005-11-12
4
-23/+2
*
r879@spiff: Fredrik | 2005-11-12 14:38:03 +0100
Fredrik Lundh
2005-11-12
1
-11/+14
*
r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100
Fredrik Lundh
2005-11-12
1
-0/+3
*
r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100
Fredrik Lundh
2005-11-12
1
-0/+3
*
update busted comment
Fred Drake
2005-11-11
1
-1/+2
*
Change PrettyPrinter.pprint(), so that output is written directly to the
Walter Dörwald
2005-11-11
1
-1/+2
*
Bug #1338995: fix problem with new webbrowser.py.
Georg Brandl
2005-11-09
1
-4/+9
*
Fix typos.
Walter Dörwald
2005-11-09
2
-3/+3
*
Fixed indentation bug in _connect_unixsocket (thanks to Ken Lalonde for repor...
Vinay Sajip
2005-11-09
1
-1/+1
*
SF Bug #1348477, regextest can't be pydoc'ed. Will backport.
Neal Norwitz
2005-11-09
1
-1/+2
*
- SF Bug #1350188, "setdlopenflags" leads to crash upon "import"
Neal Norwitz
2005-11-09
2
-1/+8
*
Fix typo in envvar name.
Brett Cannon
2005-11-07
1
-1/+1
*
Patch by pythonic <pythonic@gmail.com> to support Fedora
Marc-André Lemburg
2005-11-07
1
-2/+8
*
Added proper reflection on instances of <type 'method-wrapper'>, e.g.
Armin Rigo
2005-11-07
2
-13/+59
*
svn:ignoring all .pyc and .pyo files in all subdirectories of Lib/ that contain
Armin Rigo
2005-11-07
0
-0/+0
*
similar to SF bug 847019: a quick check in the time() constructor, which
Armin Rigo
2005-11-07
2
-1/+9
[next]