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
*
#3954: Fix error handling code in _hotshot.logreader
Amaury Forgeot d'Arc
2008-12-15
1
-10/+8
*
Fix several issues relating to access to source code inside zipfiles. Initial...
Nick Coghlan
2008-12-14
1
-0/+31
*
Issues #3167, #3682: tests for math.log and math.log10 were failing on
Mark Dickinson
2008-12-11
1
-3/+55
*
issue 4483 - dbm build failures on systems with gdbm_compat lib.
Skip Montanaro
2008-12-06
1
-0/+3
*
#4529: fix parser's validation for try-except-finally statements.
Georg Brandl
2008-12-05
1
-23/+23
*
Issue #4025 again
Christian Heimes
2008-12-03
1
-1/+1
*
Move definition int sval into branch of ifdef where it is used.
Jeremy Hylton
2008-11-28
1
-1/+1
*
- Modules/Setup.dist: Update _elementtree, add _bisect, datetime
Matthias Klose
2008-11-27
1
-1/+3
*
- Modules/Setup.dist: Update pyexpat
Matthias Klose
2008-11-27
1
-3/+2
*
- Modules/Setup.dist: Mention _elementtree and _pickle.
Matthias Klose
2008-11-26
1
-0/+2
*
#4396 make the parser module correctly validate the with syntax
Benjamin Peterson
2008-11-24
1
-1/+37
*
- Fix typo in last checkin
Matthias Klose
2008-11-23
1
-1/+1
*
- Modules/Setup.dist: Mention _functools in section "Modules that should
Matthias Klose
2008-11-23
1
-0/+1
*
backport r67325: make FileIO.mode always contain 'b'
Benjamin Peterson
2008-11-22
1
-3/+5
*
Fixed issue #4233.
Amaury Forgeot d'Arc
2008-11-20
1
-4/+9
*
#4317: Fix an Array Bounds Read in imageop.rgb2rgb8.
Amaury Forgeot d'Arc
2008-11-18
1
-1/+1
*
Issue #4071: ntpath.abspath returned an empty string for long unicode path.
Hirokazu Yamamoto
2008-11-08
1
-6/+20
*
Issue #4204: Fixed module build errors on FreeBSD 4.
Martin v. Löwis
2008-11-04
2
-0/+10
*
#4048 make the parser module accept relative imports as valid
Benjamin Peterson
2008-11-03
1
-2/+2
*
make sure the parser flags and passed onto the compiler
Benjamin Peterson
2008-10-31
1
-7/+36
*
Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient ...
Christian Heimes
2008-10-30
1
-2/+4
*
Issue #4176: Pickle would crash the interpreter when a __reduce__ function
Amaury Forgeot d'Arc
2008-10-30
1
-26/+33
*
Correct error message in io.open():
Amaury Forgeot d'Arc
2008-10-29
1
-1/+1
*
fix more possible ref leaks in _json and use Py_CLEAR
Benjamin Peterson
2008-10-16
1
-2/+4
*
fix possible ref leak
Benjamin Peterson
2008-10-16
1
-2/+2
*
check for error conditions in _json #3623
Benjamin Peterson
2008-10-16
1
-3/+5
*
removed unused _PyUnicode_FromFileSystemEncodedObject.
Hirokazu Yamamoto
2008-10-16
1
-6/+2
*
#4122: On Windows, Py_UNICODE_ISSPACE cannot be used in an extension module:
Amaury Forgeot d'Arc
2008-10-14
1
-0/+4
*
r66862 contained memory leak.
Hirokazu Yamamoto
2008-10-09
1
-1/+3
*
On windows, os.chdir given unicode was not working if GetCurrentDirectoryW
Hirokazu Yamamoto
2008-10-09
1
-1/+4
*
#3935: properly support list subclasses in the C impl. of bisect.
Georg Brandl
2008-10-08
1
-2/+2
*
Docstring typo.
Andrew M. Kuchling
2008-10-03
2
-2/+2
*
Fixed a couple more C99 comments and one occurence of inline.
Christian Heimes
2008-10-02
3
-4/+4
*
Fix a refleak introduced by r66677.
Brett Cannon
2008-09-30
1
-10/+1
*
Victor Stinner's patches to check the return result of PyLong_Ssize_t
Benjamin Peterson
2008-09-30
2
-0/+10
*
fix security issue 2: imageop's poor validation of arguments could result in ...
Benjamin Peterson
2008-09-30
1
-162/+110
*
Fix issue #3547 for MingW, update comments.
Thomas Heller
2008-09-29
1
-3/+5
*
The _lsprof module could crash the interpreter if it was given an external
Brett Cannon
2008-09-29
1
-1/+10
*
bsddb4.7.3pre9 renamed to 4.7.3
Jesus Cea
2008-09-28
1
-1/+1
*
Fix issue #3547: ctypes is confused by bitfields of varying integer types
Thomas Heller
2008-09-24
1
-1/+1
*
Bugfix for issue3885 and 'DB.verify()' crash.
Jesus Cea
2008-09-23
2
-28/+87
*
Issue #3945: Fixed compile error on cygwin. (initializer element is not const...
Hirokazu Yamamoto
2008-09-23
1
-1/+1
*
#3897: _collections now has an underscore.
Georg Brandl
2008-09-21
1
-1/+1
*
#3852: fix some select.kqueue and kevent docs.
Georg Brandl
2008-09-21
1
-1/+1
*
tabify
Benjamin Peterson
2008-09-18
1
-2/+2
*
fix possible integer overflows in _hashopenssl #3886
Benjamin Peterson
2008-09-18
1
-9/+42
*
Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concu...
Gerhard Häring
2008-09-12
2
-0/+6
*
Fixes issue #3103. In the sqlite3 module, made one more function static. All ...
Gerhard Häring
2008-09-12
8
-28/+28
*
sqlite3 module: Mark iterdump() method as "Non-standard" like all the other m...
Gerhard Häring
2008-09-12
1
-1/+1
*
#3640: Correct a crash in cPickle on 64bit platforms, in the case of deeply n...
Amaury Forgeot d'Arc
2008-09-11
1
-64/+117
[next]