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
*
move test into a unittest.TestCase, no functional changes
Neal Norwitz
2005-11-24
1
-74/+74
*
bug #1281408: make Py_BuildValue work with unsigned longs and long longs
Georg Brandl
2005-11-24
3
-5/+47
*
Fix main() call
Kurt B. Kaiser
2005-11-23
1
-3/+3
*
Prevent threading.Thread.join() from blocking when a previous call raised an
Brett Cannon
2005-11-23
3
-16/+23
*
1. Made advanced keybinding dialog functional.
Kurt B. Kaiser
2005-11-22
2
-13/+27
*
Bug #1357604: os.makedirs handles UNC paths
Georg Brandl
2005-11-22
1
-3/+2
*
Added example for the ** operator in function calls
Georg Brandl
2005-11-22
1
-0/+14
*
Patch #1255218: libmultifile.tex: tell what a decoration is
Georg Brandl
2005-11-22
1
-3/+3
*
Bug #869197: setgroups rejects long integer argument
Georg Brandl
2005-11-22
2
-6/+33
*
Bug #1359053: Doc: \Uxxxxxxxx escapes _are_ interpreted in raw unicode strings
Georg Brandl
2005-11-22
1
-2/+3
*
Prefer GNOME browser over mozilla.
Georg Brandl
2005-11-22
1
-7/+7
*
Add a note to os.chown that permission constants can be combined
Georg Brandl
2005-11-22
1
-1/+2
*
[Patch #1094164] replaceChild(x,x) ends up removing x of the tree. Add fix f...
Andrew M. Kuchling
2005-11-22
2
-2/+13
*
[Patch #1350573] zlib.crc32 doesn't handle 0xffffffff seed. Add tests and bu...
Andrew M. Kuchling
2005-11-22
2
-2/+4
*
Typo fix
Andrew M. Kuchling
2005-11-22
1
-1/+1
*
Add generator-expression nodes
Andrew M. Kuchling
2005-11-22
1
-0/+15
*
Add comment about updating docs
Andrew M. Kuchling
2005-11-22
1
-0/+3
*
[Bug #449093] FloorDiv AST node type not listed
Andrew M. Kuchling
2005-11-22
1
-0/+4
*
Use optparse instead of getopt for command line options.
Walter Dörwald
2005-11-22
1
-28/+20
*
Avoid using str as a variable name.
Walter Dörwald
2005-11-22
1
-4/+4
*
improve test coverage in Python/pystrtod.c and Python/mystrtoul.c.
Neal Norwitz
2005-11-22
1
-0/+29
*
Fix typo and update comment obsoleted by 'syntax' patch
Kurt B. Kaiser
2005-11-22
1
-5/+2
*
Default two second delay on attribute pop-up, less noisy interface.
Kurt B. Kaiser
2005-11-22
1
-1/+1
*
Following 'syntax' patch, accelerator keys in menus weren't being
Kurt B. Kaiser
2005-11-22
1
-22/+21
*
Use basestring instead of type.StringType for checking whether a input
Walter Dörwald
2005-11-21
2
-7/+8
*
Add a test for uu.encode() that passed filenames as
Walter Dörwald
2005-11-21
1
-0/+8
*
Add a rudimentary test for the platform module that at least calls each
Walter Dörwald
2005-11-21
1
-0/+74
*
Fix typo.
Walter Dörwald
2005-11-21
1
-1/+1
*
Enable optional "const" argument to _New routines.
Jack Jansen
2005-11-21
1
-2/+3
*
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
[next]