- 448db21 Merged revisions 74841 via svnmerge from by Thomas Wouters · 16 years ago
- 25a3314 Merged revisions 74795 via svnmerge from by Benjamin Peterson · 16 years ago
- 0051bf3 Merged revisions 71873-71874,71882,71890,71893,71898-71900,71910,71914-71923,71925-71929,71931-71934,71937 via svnmerge from by Jeroen Ruigrok van der Werven · 16 years ago
- 3885314 Merged revisions 72007-72010,72036-72037 via svnmerge from by Georg Brandl · 16 years ago
- 28f4d20 Fixed typo. by Hirokazu Yamamoto · 16 years ago
- 40e15ed Merged revisions 69578-69580,69901,69907,69994,70022-70023,70025-70026,70166,70273,70275,70342,70386-70387,70389-70390,70392-70393,70395,70397,70400,70418 via svnmerge by Georg Brandl · 16 years ago
- e9b9121 Merged revisions 71058,71149-71150,71212,71214-71216,71222,71225,71234,71237-71238,71240-71241,71243,71249,71251 via svnmerge from by Georg Brandl · 16 years ago
- 9b08e05 Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,70915,70927,70933,70940,70944,70954,70963,70998,71056 via svnmerge from by Georg Brandl · 16 years ago
- 8943caf Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,70830,70832,70836,70838,70842,70851,70855,70857-70858 via svnmerge from by Georg Brandl · 16 years ago
- ab52252 Fix 'the the'; grammar fix (backport of r71102 by Andrew M. Kuchling · 16 years ago
- ec7d390 Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,69293,69295,69297-69301,69409,69414,69570,69573,69576,69728-69730,69769,69776,69803-69805,69840,69896 via svnmerge from by Georg Brandl · 16 years ago
- c04c289 Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,68480-68481,68493,68495,68499,68501,68512,68514-68515 via svnmerge from by Georg Brandl · 17 years ago
- 3b6ab50 Merged revisions 68232 via svnmerge from by Georg Brandl · 17 years ago
- 734373c Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,68166,68171-68174,68179,68195-68196,68210,68214-68215,68217-68222 via svnmerge from by Georg Brandl · 17 years ago
- 47fe981 Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,67970-67971,67973,67982,67988,67990,67995,68014,68016,68030,68057,68061,68112,68115-68118,68120-68121,68123-68128 via svnmerge from by Georg Brandl · 17 years ago
- 828a706 Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,67930,67932,67943 via svnmerge from by Benjamin Peterson · 17 years ago
- 7c3f870 w# requires Py_ssize_t, not int. by Christian Heimes · 17 years ago
- d8ab1e4 merge in r67362 documentation update to document PY_SSIZE_T_CLEAN by Gregory P. Smith · 17 years ago
- 4aef703 Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,66887,66903,66905,66911,66913,66927,66932,66938,66942,66962,66964,66973-66974,66977,66992,66998-66999,67002,67005,67007,67028,67040-67041,67044,67070,67089,67091,67101,67117-67119,67123-67124 via svnmerge from by Georg Brandl · 17 years ago
- 17ff29d Markup fix by Andrew M. Kuchling · 17 years ago
- 14cb6bc sort of backport 66038 by aliasing PyObject_Bytes to PyObject_Str by Benjamin Peterson · 17 years ago
- 8e439a1 Fix typo by Nick Coghlan · 17 years ago
- 6e8fef0 Issue 2235: document PyObject_HashNotImplemented by Nick Coghlan · 17 years ago
- 4eb9939 fix markup by Benjamin Peterson · 17 years ago
- f91d46a Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple, by Martin v. Löwis · 17 years ago
- 0470bab Issue #2620: Overflow checking when allocating or reallocating memory by Gregory P. Smith · 17 years ago
- 90f3673 fix various doc typos #3320 by Benjamin Peterson · 17 years ago
- 8dbbb96 Add cautionary note on the use of PySequence_Fast_ITEMS. by Raymond Hettinger · 17 years ago
- 2fe7706 - Issue #2862: Make int and float freelist management consistent with other by Gregory P. Smith · 17 years ago
- 9981589 New environment variable PYTHONIOENCODING. by Martin v. Löwis · 17 years ago
- 31694ae fix grammar by Benjamin Peterson · 17 years ago
- 457501b Two fixes in bytearray docs. by Georg Brandl · 17 years ago
- 74a1dea #2989: add PyType_Modified(). by Georg Brandl · 17 years ago
- 2b4b5ac add PyByteArray docs by Benjamin Peterson · 17 years ago
- 438e9ac fix a minor typo by Benjamin Peterson · 17 years ago
- 404d182 note that PyString and has been aliased to PyBytes by Benjamin Peterson · 17 years ago
- d23f1f2 Mention version in which the new marshal version was introduced. by Georg Brandl · 17 years ago
- 70dce22 Marshal is at version 2. by Georg Brandl · 17 years ago
- 63b0a2e #2727: clarify tp_iternext docs. by Georg Brandl · 17 years ago
- fe4948b #2700 Document PyNumber_ToBase by Benjamin Peterson · 17 years ago
- a692c4d Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k warnings to the use of this function soon. by Benjamin Peterson · 17 years ago
- 78b3ee8 #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky. by Georg Brandl · 17 years ago
- aa63d0d Make file objects as thread safe as the underlying libc FILE* implementation. by Gregory P. Smith · 17 years ago
- 8ca6c84 Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*. by Georg Brandl · 17 years ago
- 0cb3e86 Typo: "objects reference count" -> "object's reference count" by Mark Dickinson · 17 years ago
- 4ab9feb #2160: document PyImport_GetImporter. by Georg Brandl · 17 years ago
- 372d55e #1533486: fix types in refcount intro. by Georg Brandl · 17 years ago
- fd6cabf #2230: document that PyArg_* leaves addresses alone on error. by Georg Brandl · 17 years ago
- 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
- 27cca3c Fix function name. by Georg Brandl · 17 years ago
- 3b718a7 Implemented Martin's suggestion to clear the free lists during the garbage collection of the highest generation. by Christian Heimes · 18 years ago
- 422051a Patch #1953 by Christian Heimes · 18 years ago
- cab3d98 Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_SetItem does. by Amaury Forgeot d'Arc · 18 years ago
- e84ada3 Factor-out common code with a new macro by Raymond Hettinger · 18 years ago
- ecdcb58 Make PySet_Add() work with frozensets. by Raymond Hettinger · 18 years ago
- 908caac Added clear cache methods to clear the internal type lookup cache for ref leak test runs. by Christian Heimes · 18 years ago
- a736440 Fix markup again. by Georg Brandl · 18 years ago
- dee3f65 Revert PySet_Add() changes. by Raymond Hettinger · 18 years ago
- 7c1be2a Make PySet_Add() work with frozensets. Works like PyTuple_SetItem() to build-up values in a brand new frozenset. by Raymond Hettinger · 18 years ago
- 74b8e76 Don't repeat yourself by Christian Heimes · 18 years ago
- 27f7ab7 #1219903: fix tp_richcompare docs. by Georg Brandl · 18 years ago
- 79e3d55 Missed one big file to split up. by Georg Brandl · 18 years ago
- f684272 Split the monstrous C API manual files in smaller parts. by Georg Brandl · 18 years ago
- 5e3745c Fix typos. by Georg Brandl · 18 years ago
- 4eab1f0 Polish sentence by Andrew M. Kuchling · 18 years ago
- c94e2b5 Now that I've learnt about structseq objects I felt like converting sys.float_info to a structseq. It's by Christian Heimes · 18 years ago
- 7390f6c Use markup. by Georg Brandl · 18 years ago
- 60c19d2 Repair markup. by Georg Brandl · 18 years ago
- f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
- 000a074 Modified PyImport_Import and PyImport_ImportModule to always use absolute imports by calling __import__ with an explicit level of 0 by Christian Heimes · 18 years ago
- b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
- 02de897 Patch #1583 by Adam Olsen. by Guido van Rossum · 18 years ago
- 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 18 years ago
- 923ad7a Add another GHOP student to ACKS. by Georg Brandl · 18 years ago
- 45c088c Fix markup. by Georg Brandl · 18 years ago
- f19b951 Add documentation for PySys_* functions. by Georg Brandl · 18 years ago
- 16f1df9 Document PyEval_* functions from ceval.c. by Georg Brandl · 18 years ago
- 861320d Add versionadded tags missing in r59254. Do NOT merge to Py3k. by Georg Brandl · 18 years ago
- dfdfaab Feature #1534 by Christian Heimes · 18 years ago
- 7c3e79f Make "hashable" a glossary entry and clarify docs on __cmp__, __eq__ and __hash__. by Georg Brandl · 18 years ago
- bb75e4e Unify "file-descriptor" to "file descriptor". by Georg Brandl · 18 years ago
- 11e679e Remove useless warning by Raymond Hettinger · 18 years ago
- 7b20116 Re-order some functions whose parameters differ between PyObject and const char by Brett Cannon · 18 years ago
- 814b046 #1199: docs for tp_as_{number,sequence,mapping}, by Amaury Forgeot d'Arc. by Georg Brandl · 18 years ago
- 5a25fcd Fix #1139: PyFile_Encoding really is PyFile_SetEncoding. by Georg Brandl · 18 years ago
- 9c478bd Fix #1122: wrong return type documented for various _Size() functions. by Georg Brandl · 18 years ago
- 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
- 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago