Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v2.2.2
/
Objects
c00b63a
Darn! Don't divide by zero. Bad fix. :-)
by Guido van Rossum
· 23 years ago
3974ce3
Backport listobject.c 2.137 and tupleobject.c 2.75:
by Guido van Rossum
· 23 years ago
e5be24c
Backport 2.193:
by Guido van Rossum
· 23 years ago
d9ddf59
Backport stringobject.c 2.194 and unicodeobject.c 2.172:
by Guido van Rossum
· 23 years ago
ebc6a65
New in 2.2.2!
by Guido van Rossum
· 23 years ago
a1eb227
Backport the relevant part of 2.192:
by Guido van Rossum
· 23 years ago
0df0b42
Backport, at the reqest of Kevin Jacobs:
by Guido van Rossum
· 23 years ago
d1bb755
Backport:
by Michael W. Hudson
· 23 years ago
d751105
Backport 2.103:
by Raymond Hettinger
· 23 years ago
c52a36f
Backport 2.63 and 2.60:
by Raymond Hettinger
· 23 years ago
9622dd5
Fix typo in xreadlines() docstring. This does not apply to the trunk.
by Fred Drake
· 23 years ago
1b3e494
unicode_memchr(): Squashed compiler wng (signed-vs-unsigned comparison).
by Tim Peters
· 23 years ago
1e616dc
Backport the UTF-8 codec from 2.3 and add a work-around to let the
by Marc-André Lemburg
· 23 years ago
378d361
backport theller's checkin of revision 2.102 of abstract.c
by Michael W. Hudson
· 23 years ago
eab1a0b
backport bwarsaw's checkin of revision 2.101 of abstract.c
by Michael W. Hudson
· 23 years ago
1b651fc
Fix cast from backport.
by Marc-André Lemburg
· 23 years ago
67c8719
Backport from trunk:
by Guido van Rossum
· 23 years ago
1f4a01f
Backport 2.93 from trunk:
by Guido van Rossum
· 23 years ago
1c4a457
Backport 2.166 from trunk:
by Guido van Rossum
· 23 years ago
96303ce
Fix some endcase bugs in unicode rfind()/rindex() and endswith().
by Guido van Rossum
· 23 years ago
6f53956
Backport:
by Guido van Rossum
· 23 years ago
e5c877f
Backport:
by Guido van Rossum
· 23 years ago
10c18d5
Only call sq_repeat if the object does not have a nb_multiply slot. One
by Neil Schemenauer
· 23 years ago
3d6247a
Remove calls to 2.1 GC API (they are noops).
by Neil Schemenauer
· 23 years ago
3bef3fa
SF 582071 clarified the .split() method's docstring to note that sep=None
by Raymond Hettinger
· 23 years ago
00fc1a4
Backport:
by Guido van Rossum
· 23 years ago
f75ba0b
Backport:
by Guido van Rossum
· 23 years ago
5a35bb3
SF patch #587889, fix memory leak of tp_doc
by Neal Norwitz
· 23 years ago
59b5b47
Patch #554716: Use __va_copy where available.
by Martin v. Löwis
· 23 years ago
ea21ac9
The object returned by tp_new() may not have a tp_init.
by Jeremy Hylton
· 23 years ago
8156b90
Attempting to resurrect a dying instance of a new-style class in a
by Tim Peters
· 23 years ago
b1fb9ab
SF bug 578752: COUNT_ALLOCS vs heap types
by Tim Peters
· 23 years ago
d605adf
Fix SF Bug 572567: Memory leak in object comparison
by Raymond Hettinger
· 23 years ago
36d0d69
Backport: Patch from SF bug 570483 (Tim Northover).
by Guido van Rossum
· 23 years ago
63b1fcb
Backport:
by Guido van Rossum
· 23 years ago
046b35c
SF # 533070 Silence AIX C Compiler Warnings
by Neal Norwitz
· 23 years ago
a9d29fe
Backport:
by Guido van Rossum
· 23 years ago
8418a99
Backport two patches that belong together:
by Guido van Rossum
· 23 years ago
c48d00d
Backport:
by Guido van Rossum
· 23 years ago
761037a
Backport to 2.2.x:
by Guido van Rossum
· 23 years ago
5991f65
Backport to 2.2.x:
by Guido van Rossum
· 23 years ago
6d36fd8
Fix for SF bug 551412. When _PyType_Lookup() is called on a type
by Guido van Rossum
· 23 years ago
81a0996
Closes: #556025 seg fault when doing list(xrange(1e9))
by Neal Norwitz
· 23 years ago
b4a27b9
Backport from 2.3:
by Guido van Rossum
· 23 years ago
332a458
Backport checkin:
by Walter Dörwald
· 23 years ago
db581df
Close SF bug 551673. Backport Skip Montanaro's checkin of 2.112.
by Raymond Hettinger
· 23 years ago
abbad25
Fix attribute access for the xrange objects. The tp_getattr and tp_getattro
by Fred Drake
· 23 years ago
3864a45
backport tim_one's patch:
by Anthony Baxter
· 23 years ago
ebe9421
backport gvanrossum's patch:
by Anthony Baxter
· 23 years ago
aa82bc0
Backport checkin:
by Walter Dörwald
· 23 years ago
1c097b7
Backport the following changes:
by Walter Dörwald
· 23 years ago
8ba1671
backport fix for SF buf #505315 from trunk
by Jeremy Hylton
· 23 years ago
ea89d8f
backport gvanrossum's patch:
by Anthony Baxter
· 23 years ago
c82143e
backport gvanrossum's patch:
by Anthony Baxter
· 23 years ago
0bc13db
backport gvanrossum's patch:
by Anthony Baxter
· 23 years ago
4cedb9f
backport gvanrossum's patch:
by Anthony Baxter
· 23 years ago
b412734
Darn. Of course the warning that Tim killed on the trunk must also be
by Guido van Rossum
· 23 years ago
f762677
backport gvanrossum's patch:
by Anthony Baxter
· 23 years ago
a2e92fc
backport tim_one's patch:
by Anthony Baxter
· 23 years ago
95c168c
Backport rev 2.143 (note: some earlier bugfix candidates still TBD).
by Guido van Rossum
· 23 years ago
19b08d3
SF bug 543148: Memory leak with stackframes + inspect.
by Tim Peters
· 23 years ago
c4d332d
SF bug 538827: Python open w/ MSVC6: bad error msgs.
by Tim Peters
· 23 years ago
e5ea439
- A type can now inherit its metatype from its base type. Previously,
by Guido van Rossum
· 23 years ago
7e45ccb
Backport half a patch from the trunk. This inherits tp_is_gc from a base class.
by Guido van Rossum
· 23 years ago
03b54e9
backport gvanrossum's checkin of revision 2.133 of typeobject.c
by Michael W. Hudson
· 23 years ago
9ff1cf0
Backport to 2.2.1:
by Guido van Rossum
· 23 years ago
e99c993
backport tim_one's checkin of revision 2.55 of complexobject.c
by Michael W. Hudson
· 23 years ago
c2a5e3c
Martin's fix for
by Michael W. Hudson
· 23 years ago
36de099
Fix
by Michael W. Hudson
· 23 years ago
09f2187
Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfault
by Guido van Rossum
· 23 years ago
4d761f2
SF patch 530070: pydoc regression, from Martin and Guido.
by Tim Peters
· 23 years ago
98305a0
Take Tim's work on file.truncate out of 2.2.1 again.
by Michael W. Hudson
· 23 years ago
fe69139
Backport Tim's work on getting file.truncate working better on Win32.
by Michael W. Hudson
· 23 years ago
18d81af
backport gvanrossum's checkin of revision 2.129 of typeobject.c
by Michael W. Hudson
· 23 years ago
78f7088
backport gvanrossum's checkin of revision 2.41 of moduleobject.c
by Michael W. Hudson
· 23 years ago
f0cd73e
Move to zlib 1.1.4 on Windows (the new version that squashes the "double
by Tim Peters
· 23 years ago
095fbeb
backport gvanrossum's checkin of revision 2.128 of typeobject.c
by Michael W. Hudson
· 23 years ago
f97cf81
backport tim_one's checkin of revision 2.111 of floatobject.c
by Michael W. Hudson
· 23 years ago
43efb9a
Probably should have merged the two checkins to this file (oh well).
by Michael W. Hudson
· 23 years ago
244ca00
backport jhylton's checkin of revision 2.97 of abstract.c
by Michael W. Hudson
· 23 years ago
a374b6f
backport my checkin of revision 1.6 of structseq.c
by Michael W. Hudson
· 23 years ago
aa3fd6f
After some thinking, I decided to move all of this across onto
by Michael W. Hudson
· 23 years ago
325573c
backport tim_one's checkin of revision 1.114 of longobject.c
by Michael W. Hudson
· 23 years ago
c4562a8
Backport the bits of Guido's fix for
by Michael W. Hudson
· 23 years ago
fc7af77
backport tim_one's checkin of revision 2.164 of object.c
by Michael W. Hudson
· 23 years ago
5660b8e
backport my checkin of revision 1.4 of structseq.c
by Michael W. Hudson
· 23 years ago
679e431
Whitespace normalization and minor cosmetics.
by Marc-André Lemburg
· 23 years ago
d53e226
Fix UTF-8 encoder pointer arithmetic and restore 2.2 behaviour.
by Marc-André Lemburg
· 23 years ago
6c7078b
Fix the problem reported in
by Michael W. Hudson
· 24 years ago
62f0734
backport loewis' checkin of revision 2.127 of typeobject.c
by Michael W. Hudson
· 24 years ago
03474c5
backport gvanrossum's checkin of revision 2.54 of complexobject.c
by Michael W. Hudson
· 24 years ago
c42fc65
Backport gvanrossum's checkin of revision 2.80:
by Michael W. Hudson
· 24 years ago
8096219
Patch #508038: Do not use a type as a variable name.
by Martin v. Löwis
· 24 years ago
fa338d7
Fix a bunch of typos found by nnorwitz.
by Michael W. Hudson
· 24 years ago
0d21e64
Include <unistd.h> in Python.h. Fixes #500924.
by Martin v. Löwis
· 24 years ago
f63438a
Implement PyObject_DelItemString. Fixes #498915.
by Martin v. Löwis
· 24 years ago
2a908f6
proxy_compare(): Make sure that we unwrap both objects being compared if
by Fred Drake
· 24 years ago
f884b74
- PyType_Ready(): Initialize the ob_type field to &PyType_Type if it's
by Guido van Rossum
· 24 years ago
564980b
Portability fix: Not every compiler implements the extension of
by Sjoerd Mullender
· 24 years ago
33c1a88
SF patch #493452: docstrings for staticmethod/classmethod (Skip Montanaro)
by Guido van Rossum
· 24 years ago
Next »