- ad74aa8 Merged revisions 62047 via svnmerge from by Neal Norwitz · 17 years ago
- db4115f Merged revisions 62039-62042 via svnmerge from by Neal Norwitz · 17 years ago
- 2a691a8 Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from by Benjamin Peterson · 17 years ago
- 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 17 years ago
- bbe741d Merged revisions 61981,61984-61987,61992-61993,61997-62000 via svnmerge from by Christian Heimes · 17 years ago
- ba4af49 Merged revisions 61964-61979 via svnmerge from by Christian Heimes · 17 years ago
- 4d6ec85 Merged revisions 61952-61953 via svnmerge from by Christian Heimes · 17 years ago
- 8782408 Add __future__ import for print_function. It's a no-op in 3.0, but it needs to not be a syntax error. by Eric Smith · 17 years ago
- b186d00 Merged revisions 61431,61433-61436,61439,61444,61449-61450,61453,61458,61465,61468,61471-61474,61480,61483-61484,61488,61495-61496,61498,61503-61504,61507,61509-61510,61515-61518 via svnmerge from by Christian Heimes · 17 years ago
- 736c0ab Move itertools izip() code to builtins as zip(). Complete the renaming. by Raymond Hettinger · 17 years ago
- a9d499d Prep for 3.0a4 by Barry Warsaw · 17 years ago
- 659fc42 Copyright and version tweaks for 3.0a3. by Barry Warsaw · 17 years ago
- 9e7f1d2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61103 via svnmerge from by Christian Heimes · 17 years ago
- 7d7f66b Remove unused and non-PEP-related entry from PyBufferProcs by Travis E. Oliphant · 17 years ago
- 8fd3eba Fixes for shared 2.6 code that implements PEP 3101, advanced string formatting. by Eric Smith · 17 years ago
- a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 17 years ago
- 4513ef8 Bug #1595: Remove extra semicolon. by Martin v. Löwis · 17 years ago
- 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 17 years ago
- 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 17 years ago
- 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
- db96789 Fixed r60466 by Christian Heimes · 17 years ago
- 190d79e Merged revisions 60408-60440 via svnmerge from by Christian Heimes · 17 years ago
- fd66e51 Merged revisions 60383-60407 via svnmerge from by Christian Heimes · 17 years ago
- 2685563 Merged revisions 60364-60378 via svnmerge from by Christian Heimes · 17 years ago
- af98da1 Merged revisions 60284-60349 via svnmerge from by Christian Heimes · 17 years ago
- 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
- 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
- a62da1d Merged revisions 59921-59932 via svnmerge from by Christian Heimes · 17 years ago
- 790c823 Merged revisions 59822-59841 via svnmerge from by Christian Heimes · 17 years ago
- 0625e89 Always define Py_USING_UNICODE, 3rd party software may depend on it. A missing declaration can lead to strange bugs as I had to learn the hard way in the upcoming merge by Christian Heimes · 17 years ago
- c36625b Some VS 6.0 compatibility fixes from Hirokazu Yamamoto which are also useful for later versions of MSVC. VS6 claims that fortran is a reserved word by Christian Heimes · 17 years ago
- 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
- 1c9f437 Show in the sys.version string (bot not elsewhere) that this is more by Guido van Rossum · 17 years ago
- 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 17 years ago
- 8445104 Drop _PyLong_FitsInLong. Fixes #1666. by Martin v. Löwis · 17 years ago
- 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
- 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
- a3534a6 Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API by Christian Heimes · 17 years ago
- 827b35c Issue #1580: New free format floating point representation based on "Floating-Point Printer Sample Code", by Robert G. Burger. For example repr(11./5) now returns '2.2' instead of '2.2000000000000002'. by Christian Heimes · 17 years ago
- 0ded5b5 Fixed issue #1564: The set implementation should special-case PyUnicode instead of PyString by Christian Heimes · 17 years ago
- 255f53b Merged revisions 59376-59406 via svnmerge from by Christian Heimes · 17 years ago
- 99533a9 Get ready for releasing 3.0a2. (Next: update the whatsnew docs.) by Guido van Rossum · 17 years ago
- a37d4c6 Removed PyInt_GetMax and sys.maxint by Christian Heimes · 17 years ago
- d1a1d1e Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow. by Martin v. Löwis · 17 years ago
- e7fc50f Add an errors parameter to open() and TextIOWrapper() to specify error handling. by Guido van Rossum · 17 years ago
- f78b1c6 I've moved the remains of PyInt_ to the longobject.h header file and removed the inclusing of intobject.h from Python.h. Now the intobject.h exists only to provide some aliases for porters from Python 2.x. by Christian Heimes · 17 years ago
- b27ce7e Changed #ifdef 0 to #if 0. by Christian Heimes · 17 years ago
- 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
- 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
- 9385266 Merged revisions 59245-59254 via svnmerge from by Christian Heimes · 17 years ago
- 05a2fc2 Cleanups and documentation updates related to the removal of unbound methods. by Christian Heimes · 17 years ago
- c896700 Partial fix for bug #1306 by Christian Heimes · 17 years ago
- a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
- ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
- 5d14c2b Merged revisions 59056-59076 via svnmerge from by Christian Heimes · 17 years ago
- 9cd1775 Merged revisions 59005-59040 via svnmerge from by Christian Heimes · 17 years ago
- bce52be Fixed some build issues and updated docs. by Christian Heimes · 17 years ago
- 39eb8fa This is roughly socket2.diff from issue 1378, with a few changes applied by Guido van Rossum · 17 years ago
- 519a042 Replace PyObject_Unicode with PyObject_Str everywhere, and remove the by Thomas Heller · 17 years ago
- 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
- 5894ba7 Fixed a bug in PyUnicode_DecodeFSDefault. strcmp() returns 0 on success. by Christian Heimes · 17 years ago
- 826d897 Patch 1352 (continued in issue 1329) by Christian Heimes. by Guido van Rossum · 17 years ago
- 2dced8b Patch 1329 (partial) by Christian Heimes. by Guido van Rossum · 17 years ago
- a2074f0 Kill PyString_Encode(), which isn't used anywhere. by Guido van Rossum · 17 years ago
- 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
- 6643cb2 Tweak the version *string* to clarify that this isn't your father's 3.0a1. :-) by Guido van Rossum · 17 years ago
- ce3a72a Patch 1267 by Christian Heimes. by Guido van Rossum · 17 years ago
- 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
- 60d241f For PEP3137: Adds missing methods to the mutable PyBytes object (soon by Gregory P. Smith · 17 years ago
- 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
- ddacf96 Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer interface. Fix up array module to export the correct format for wide-builds. by Travis E. Oliphant · 17 years ago
- fe9bed0 Fix problems with memoryview object. There is still more to do to finish PEP 3118. The memory-view object needs to be fleshed out and the struct module needs to be modified. by Travis E. Oliphant · 17 years ago
- be801ac Delete bufferobject.[ch]. by Guido van Rossum · 17 years ago
- 8ae62b6 Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object. by Travis E. Oliphant · 17 years ago
- 16c7075 Remove more cruft leftover from nb_coerce. Rename nb_coerce to nb_reserved. by Neil Schemenauer · 17 years ago
- 54cf12b Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. by Sean Reifscheider · 17 years ago
- 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
- 85bcc66 Convert code from sys.stdin.encoding to UTF-8 in interactive mode. Fixes #1100. by Martin v. Löwis · 17 years ago
- f2fc934 Get rid of METH_OLDARGS. by Georg Brandl · 17 years ago
- 231ff0e Fix a compile error on Windows. by Collin Winter · 17 years ago
- 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
- d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
- 0cfc8bd Update patch level to 3.0a1. We're close enough. by Guido van Rossum · 17 years ago
- 7d1df6c Add PyUnicode_AsStringAndSize(), which is like PyUnicode_AsString() but by Guido van Rossum · 17 years ago
- e226b55 PEP 3101: Removed _formatter_xxx routines from sysmodule, and made them unicode methods instead (per GvR suggestion). by Eric Smith · 17 years ago
- 8a4eb29 Fix refleaks in test_unicode and test_string related to the new format code. by Neal Norwitz · 17 years ago
- 7ade648 PEP 3101: Completed string.Formatter class. Reimplemented field_name to object transformation. by Eric Smith · 17 years ago
- 312e10d Get rid of more uses of string and use const in a few places. by Neal Norwitz · 17 years ago
- 8ced961 Fix some comments by Neal Norwitz · 17 years ago
- 1978470 Fix typo in comment by Neal Norwitz · 17 years ago
- 8c66326 Implementation of PEP 3101, Advanced String Formatting. by Eric Smith · 17 years ago
- f308132 Add const to input string parameters by Neal Norwitz · 17 years ago
- 41cfce9 Remove PyArg_Parse usage from time module. (An extra set of eyeballs on by Skip Montanaro · 17 years ago
- b382b84 Add const to some strings that are not modified by Neal Norwitz · 17 years ago
- b803c51 Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz. by Travis E. Oliphant · 17 years ago
- 30d1c51 Remove _PyObject_Del by Neal Norwitz · 17 years ago
- faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
- b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
- eb33e5a Remove support for BeOS by Skip Montanaro · 17 years ago
- 41980ca Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and by Walter Dörwald · 17 years ago