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
*
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
*
Correct URL to the official UnicodeData 3.2.0 resource. (Reported
Hye-Shik Chang
2005-06-04
1
-1/+1
*
pybsddb 4.3.2:
Gregory P. Smith
2005-06-04
1
-24/+64
*
Bug #1194181: bz2.BZ2File didn't handle mode 'U' correctly.
Georg Brandl
2005-06-03
1
-0/+4
*
pybsddb 4.3.1, adds support for DB.set_bt_compare database btree comparison
Gregory P. Smith
2005-06-03
1
-1/+163
*
Delete some vestigial code; execution will never reach the 'if' statement if ...
Andrew M. Kuchling
2005-06-02
1
-6/+1
*
Patch #1212117: Add optional attribute st_flags to os.stat_result
Hye-Shik Chang
2005-06-02
1
-2/+15
*
Add O_SHLOCK & O_EXLOCK. Closes patch #1103951.
Skip Montanaro
2005-05-16
1
-0/+6
*
Flush out support for ``class B(): pass`` syntax by adding support to the
Brett Cannon
2005-04-09
1
-6/+15
*
In a threads-disabled build, typing Ctrl-C into a raw_input() crashed,
Michael W. Hudson
2005-04-07
1
-0/+4
[next]