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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
#9418: first step of moving private string methods to _string module.
Georg Brandl
2010-10-14
2
-4/+32
*
prefer clearing global objects to obscure module.__dict__ bugs #10068
Benjamin Peterson
2010-10-12
1
-4/+1
*
Upgrade to Unicode 6.0.0.
Martin v. Löwis
2010-10-11
1
-702/+804
*
PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*
Victor Stinner
2010-10-07
1
-3/+3
*
typo
Benjamin Peterson
2010-10-03
1
-2/+2
*
Issue #8670: PyUnicode_AsWideChar() and PyUnicode_AsWideCharString() replace
Victor Stinner
2010-10-02
1
-22/+105
*
Issue #8870: PyUnicode_AsWideCharString() doesn't count the trailing nul char...
Victor Stinner
2010-10-02
1
-1/+1
*
type.__abstractmethods__ should raise an AttributeError #10006
Benjamin Peterson
2010-10-02
1
-2/+5
*
Fix PyUnicode_AsWideCharString(): set *size if size is not NULL
Victor Stinner
2010-09-29
1
-0/+2
*
Issue #9630: Redecode filenames when setting the filesystem encoding
Victor Stinner
2010-09-29
3
-1/+28
*
Issue #9979: Create function PyUnicode_AsWideCharString().
Victor Stinner
2010-09-29
1
-14/+48
*
Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r;
Mark Dickinson
2010-09-23
1
-4/+0
*
Issue #9213: Add index and count methods to range objects, needed to
Daniel Stutzbach
2010-09-13
1
-49/+132
*
Issue 7994: Make object.__format__() raise a PendingDeprecationWarning
Eric Smith
2010-09-13
1
-3/+20
*
#9210: remove --with-wctype-functions configure option.
Amaury Forgeot d'Arc
2010-09-12
2
-37/+0
*
use return NULL; it's just as correct
Benjamin Peterson
2010-09-12
1
-1/+1
*
Issue #9738, #9836: Fix refleak introduced by r84704
Victor Stinner
2010-09-12
1
-2/+2
*
detect non-ascii characters much earlier (plugs ref leak)
Benjamin Peterson
2010-09-12
1
-7/+7
*
fix formatting
Benjamin Peterson
2010-09-11
1
-6/+6
*
check for NULL tp_as_mapping in PySequence_(Get/Set/Del)Slice #9834
Benjamin Peterson
2010-09-11
1
-3/+3
*
Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on
Victor Stinner
2010-09-11
1
-1/+9
*
Issue #9757: memoryview objects get a release() method to release the
Antoine Pitrou
2010-09-09
1
-10/+75
*
Revert the doc change done in r83880. str.replace with negative count value i...
Senthil Kumaran
2010-09-08
1
-2/+1
*
Rename PyUnicode_strdup() to PyUnicode_AsUnicodeCopy()
Victor Stinner
2010-09-03
1
-1/+1
*
Reindent.
Georg Brandl
2010-09-03
1
-2/+2
*
Issue 8420: Fix obscure set crashers.
Raymond Hettinger
2010-09-03
1
-10/+20
*
Issue #9212: Added the missing isdisjoint method to the dict_keys and
Daniel Stutzbach
2010-09-02
1
-0/+58
*
Removed an extraneous semicolon
Daniel Stutzbach
2010-09-02
1
-1/+1
*
Create PyUnicode_strdup() function
Victor Stinner
2010-09-01
1
-0/+22
*
Create Py_UNICODE_strcat() function
Victor Stinner
2010-09-01
1
-0/+9
*
Fix a compilation warning
Antoine Pitrou
2010-09-01
1
-1/+1
*
Issue #9737: Fix a crash when trying to delete a slice or an item from
Antoine Pitrou
2010-09-01
1
-0/+5
*
Remove unicode_default_encoding constant
Victor Stinner
2010-09-01
1
-10/+1
*
Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()
Antoine Pitrou
2010-09-01
1
-11/+0
*
Issue #7415: PyUnicode_FromEncodedObject() now uses the new buffer API
Antoine Pitrou
2010-09-01
1
-27/+26
*
Issue #3101: Helper functions _add_one_to_C() and _add_one_to_F() become
Antoine Pitrou
2010-09-01
2
-14/+11
*
Issue #1868: Eliminate subtle timing issues in thread-local objects by
Antoine Pitrou
2010-08-28
1
-48/+65
*
basicsize and itemsize are Py_ssize_t #9688
Benjamin Peterson
2010-08-25
1
-2/+2
*
Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use m...
Daniel Stutzbach
2010-08-24
1
-2/+2
*
reorder and save a comparison
Benjamin Peterson
2010-08-23
1
-5/+5
*
Fix PyUnicode_EncodeFSDefault() indentation
Victor Stinner
2010-08-18
1
-2/+2
*
#5127: Even on narrow unicode builds, the C functions that access the Unicode
Amaury Forgeot d'Arc
2010-08-18
2
-137/+27
*
Issue #9425: Create PyModule_GetFilenameObject() function
Victor Stinner
2010-08-17
1
-7/+13
*
Issue #9612: The set object is now 64-bit clean under Windows.
Antoine Pitrou
2010-08-17
1
-10/+10
*
Issue #9425: Create Py_UNICODE_strncmp() function
Victor Stinner
2010-08-16
1
-0/+17
*
Issue #8983: Corrected docstrings.
Alexander Belopolsky
2010-08-16
1
-2/+2
*
Fix (harmless) warning with MSVC.
Antoine Pitrou
2010-08-15
1
-1/+1
*
Fix indentation and remove dead code.
Antoine Pitrou
2010-08-15
1
-132/+98
*
Fix some compilation warnings under 64-bit Windows (issue #9566).
Antoine Pitrou
2010-08-15
2
-8/+8
*
Issue #9542: Create PyUnicode_FSDecoder() function
Victor Stinner
2010-08-13
1
-3/+41
[next]