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
*
Remove .cvsignore files, as they live in svn:ignore
Martin v. Löwis
2005-10-30
1
-9/+0
*
Fix a bunch of imports to use code.h instead of compile.h.
Jeremy Hylton
2005-10-21
4
-4/+1
*
Merge ast-branch to head
Jeremy Hylton
2005-10-20
2
-3/+6
*
Get bsddb module to compile with version 3.2 of BSD DB.
Neal Norwitz
2005-10-20
1
-0/+8
*
Change the internal "undefined codepoint" mark for CJKCodecs decoders
Hye-Shik Chang
2005-10-06
1
-1/+4
*
SF #1313496: bisect C replacement doesn't accept named args
Raymond Hettinger
2005-10-05
1
-22/+26
*
SF Bug # 941346, AIX shared library fix
Neal Norwitz
2005-10-03
1
-0/+4
*
SF bug #887946, segfault if redirecting directory
Neal Norwitz
2005-10-03
1
-0/+8
*
Patch #1309009, Fix segfault in pyexpat when the XML document is
Neal Norwitz
2005-09-30
1
-1/+6
*
Fix parse errors in readline module when compiling without threads.
Georg Brandl
2005-09-29
1
-0/+2
*
Commit memory leaking fix.
Georg Brandl
2005-09-25
1
-2/+6
*
Convert iterator __len__() methods to a private API.
Raymond Hettinger
2005-09-24
2
-15/+23
*
Patch #1288833: Removed thread lock from socket.getaddrinfo on
Hye-Shik Chang
2005-09-24
1
-1/+6
*
Patches #1298449 and #1298499: Add some missing checks for error
Michael W. Hudson
2005-09-22
1
-7/+15
*
SF Patch #1297028, cjkcodecs does not initialize type pointer
Neal Norwitz
2005-09-21
1
-0/+4
*
C89 compliance.
Armin Rigo
2005-09-20
1
-2/+2
*
Remove unnecessary/extra parens when returning a value.
Neal Norwitz
2005-09-19
1
-6/+6
*
Forward port fixes for problems reported by valgrind
Neal Norwitz
2005-09-19
1
-1/+2
*
Patch #1213831: Fix typo in unicodedata._getcode.
Martin v. Löwis
2005-09-18
1
-1/+1
*
Change type on variable to silence gcc 4 warning. Call signature was found at
Brett Cannon
2005-09-16
1
-1/+1
*
bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames
Georg Brandl
2005-09-14
1
-1/+2
*
- Changes donated by Elemental Security to make it work on AIX 5.3
Guido van Rossum
2005-09-14
6
-46/+52
*
bug [ 1274069 ] bz2module.c compiler warning
Georg Brandl
2005-09-03
1
-5/+12
*
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
Walter Dörwald
2005-08-30
1
-2/+2
*
SF bug #1072182: bad arg type to isspace in struct module
Raymond Hettinger
2005-08-26
1
-3/+3
*
patch [ 756021 ] Allow socket.inet_aton("255.255.255.255") on Windows
Georg Brandl
2005-08-26
1
-7/+12
*
Disallow keyword arguments for type constructors that don't use them.
Georg Brandl
2005-08-26
6
-12/+54
*
bug [ 728515 ] mmap's resize method resizes the file in win32 but not unix
Georg Brandl
2005-08-24
1
-1/+11
*
Remove the C99 "ULL" suffix from the 64bit unsigned long constants.
Gregory P. Smith
2005-08-23
1
-99/+99
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
5
-22/+2095
*
Fix BZ2File.(x)readlines() for files without a newline.
Georg Brandl
2005-08-21
1
-8/+31
*
Correct definition of ST_GEN_IDX.
Martin v. Löwis
2005-08-14
1
-2/+2
*
Patch #1180695: Implement nanosecond stat resolution on FreeBSD,
Martin v. Löwis
2005-08-09
1
-0/+47
*
PEP 342 implementation. Per Guido's comments, the generator throw()
Phillip J. Eby
2005-08-02
2
-14/+45
*
Fix a typo. (found by Jong-uk Kim)
Hye-Shik Chang
2005-07-28
1
-1/+1
*
This is barry-scott's patch:
Michael W. Hudson
2005-07-27
1
-3/+3
*
[ 1243081 ] repair typos
Georg Brandl
2005-07-22
1
-1/+1
*
Fix bug
Michael W. Hudson
2005-07-05
1
-0/+2
*
Fix bug:
Michael W. Hudson
2005-06-20
1
-3/+6
*
Add missing INCREF.
Neil Schemenauer
2005-06-18
1
-0/+1
*
remove c++ style comment
Gregory P. Smith
2005-06-16
1
-1/+1
*
Fix check for error condition
Andrew M. Kuchling
2005-06-15
1
-1/+1
*
Michael Hudson pointed out that the Dialect_Type object isn't INCREF'd. Why
Skip Montanaro
2005-06-15
1
-0/+1
*
Consistently use hard tabs for indentation.
Michael W. Hudson
2005-06-15
1
-172/+165
*
Add a missing incref.
Michael W. Hudson
2005-06-15
1
-0/+1
*
Leak fix from Michael Hudson. Fix memory leak when dialect doesn't
Skip Montanaro
2005-06-15
1
-0/+2
*
[Bug #1200134] Fix buffer overflow by constraining size of .getstr(), .instr(...
Andrew M. Kuchling
2005-06-09
1
-9/+13
*
change set_bt_compare() callback comparison function to only take two
Gregory P. Smith
2005-06-06
1
-10/+7
*
additional sanity check. secondaryDB cannot be closed.
Gregory P. Smith
2005-06-06
1
-0/+1
*
fixes pybsddb SF bug id 1215432. DB.associate() would crash when a
Gregory P. Smith
2005-06-06
1
-5/+3
[next]