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
*
- Added version checks in C code to make sure we don't trigger bugs in older
Gerhard Häring
2006-06-14
3
-4/+27
*
Bug #805015: doc error in PyUnicode_FromEncodedObject.
Georg Brandl
2006-06-14
1
-15/+8
*
Add item
Andrew M. Kuchling
2006-06-14
1
-0/+6
*
Add an __all__ list, since this module does 'from ctypes import *'.
Thomas Heller
2006-06-14
1
-0/+16
*
Document paramflags.
Thomas Heller
2006-06-14
1
-21/+129
*
Bug #1117556: SimpleHTTPServer now tries to find and use the system's
Georg Brandl
2006-06-14
2
-1/+6
*
Bug #1202018: add some common mime.types locations.
Georg Brandl
2006-06-14
1
-0/+4
*
Bug #1153163: describe __add__ vs __radd__ behavior when adding
Georg Brandl
2006-06-14
1
-4/+19
*
Write more docs.
Thomas Heller
2006-06-14
1
-32/+143
*
Bug #1501122: mention __gt__ &co in description of comparison order.
Georg Brandl
2006-06-14
1
-2/+6
*
Fix docstring.
Thomas Heller
2006-06-14
1
-1/+1
*
Bug #1339007: Shelf objects now don't raise an exception in their
Georg Brandl
2006-06-14
2
-0/+6
*
Patch #1455898: Incremental mode for "mbcs" codec.
Martin v. Löwis
2006-06-14
6
-47/+211
*
explain an XXX in more detail
Fred Drake
2006-06-14
1
-0/+3
*
add tests for two cases that are handled correctly in the current code,
Fred Drake
2006-06-14
1
-2/+7
*
- make some disabled tests run what they intend when enabled
Fred Drake
2006-06-14
1
-13/+13
*
Whitespace normalization.
Tim Peters
2006-06-14
1
-1/+1
*
Repaired typo in new comment.
Tim Peters
2006-06-14
1
-1/+1
*
SequenceMatcher.get_matching_blocks(): This now guarantees that
Tim Peters
2006-06-14
3
-8/+50
*
Updated documentation for pysqlite 2.3.0 API.
Gerhard Häring
2006-06-13
1
-3/+38
*
Missed test for rev. 46933; infinite recursion from __coerce__() returning it...
Brett Cannon
2006-06-13
1
-1/+19
*
Merged changes from external pysqlite 2.3.0 release. Documentation updates will
Gerhard Häring
2006-06-13
7
-95/+375
*
If a classic class defined a __coerce__() method that just returned its two
Brett Cannon
2006-06-13
3
-9/+6
*
Ignore .pyc and .pyo files in Pybench.
Brett Cannon
2006-06-13
0
-0/+0
*
More docs for ctypes.
Thomas Heller
2006-06-13
1
-43/+177
*
Whitespace normalization.
Marc-André Lemburg
2006-06-13
3
-7/+4
*
Increase the small thread stack size to get the test
Andrew MacIntyre
2006-06-13
3
-7/+7
*
Updated to pybench 2.0.
Marc-André Lemburg
2006-06-13
20
-653/+1244
*
Whitespace normalization.
Tim Peters
2006-06-13
1
-1/+1
*
fix exception usage
Andrew MacIntyre
2006-06-13
2
-3/+2
*
Revert wrong svn copy.
Marc-André Lemburg
2006-06-13
24
-10328/+0
*
Update pybench to version 2.0.
Marc-André Lemburg
2006-06-13
24
-0/+10328
*
Add ability to set stack size
Andrew M. Kuchling
2006-06-13
1
-0/+9
*
Remove unused variable.
Brett Cannon
2006-06-13
1
-1/+0
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-13
14
-6/+349
*
errors is an attribute in the incremental decoder
Walter Dörwald
2006-06-13
1
-3/+3
*
Fix passing errors to the encoder and decoder functions.
Walter Dörwald
2006-06-13
2
-4/+4
*
Mention uuid module
Andrew M. Kuchling
2006-06-13
1
-0/+31
*
Linecache contains support for PEP302 loaders, but fails to deal with loaders
Ronald Oussoren
2006-06-13
1
-0/+4
*
Add back WCHAR, UINT, DOUBLE, _LARGE_INTEGER, _ULARGE_INTEGER.
Thomas Heller
2006-06-13
1
-3/+13
*
Add some windows datatypes that were missing from this file, and add
Thomas Heller
2006-06-13
1
-24/+70
*
Verify the crash due to EncodingMap not initialized does not return
Neal Norwitz
2006-06-13
1
-0/+6
*
Initialize the type object so pychecker can't crash the interpreter.
Neal Norwitz
2006-06-13
1
-0/+2
*
Don't fail if another process is listening on our port.
Neal Norwitz
2006-06-13
1
-1/+2
*
get_matching_blocks(): rewrote code & comments so they match; added
Tim Peters
2006-06-13
1
-14/+14
*
Added missing svn:eol-style property to text files.
Tim Peters
2006-06-13
2
-873/+873
*
Whitespace normalization.
Tim Peters
2006-06-13
2
-873/+873
*
Add the uuid module.
Ka-Ping Yee
2006-06-12
2
-0/+873
*
Add pep-291 compatibility markers.
Thomas Heller
2006-06-12
17
-2/+61
*
Fix the CRT argument error handling for VisualStudio .NET 2005. Install a CR...
Kristján Valur Jónsson
2006-06-12
3
-1/+46
[next]