- 476b355 Die, buffer(), die. by Georg Brandl · 16 years ago
- a48db39 Issue #5857: tokenize.tokenize() now returns named tuples. by Raymond Hettinger · 16 years ago
- 8e8099c Merged revisions 72060 via svnmerge from by R. David Murray · 16 years ago
- 58c8c26 Add another example to the seealso section. by Raymond Hettinger · 16 years ago
- e02a301 Third to last example is now marked as a test, but I can't actually test by R. David Murray · 16 years ago
- ff2ad0e Merged revisions 71814-71817,71901-71903 via svnmerge from by Georg Brandl · 16 years ago
- 0192bff Merged revisions 71607,71653,71696,71771,71786 via svnmerge from by Georg Brandl · 16 years ago
- 3638e48 Merged revisions 71572 via svnmerge from by Georg Brandl · 16 years ago
- 540b45c Merged revisions 71544,71546,71554-71555 via svnmerge from by Georg Brandl · 16 years ago
- 747f051 Remove merging accident. by Georg Brandl · 16 years ago
- 0142d4a Merged revisions 72007 via svnmerge from by Georg Brandl · 16 years ago
- e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 16 years ago
- b70ccc3 After discussing some more with Georg, do no migrate versionchanged:: 2.5 to by Jeroen Ruigrok van der Werven · 16 years ago
- 7b6ca4a #5061: improve open() docs a bit. by Georg Brandl · 16 years ago
- ae9eb5c Fixed documentation build warning. by Hirokazu Yamamoto · 16 years ago
- d258d1e Update decimal docs for the new floating point repr(). by Raymond Hettinger · 16 years ago
- cf63f2f Issue #5812: Make Fraction('1e6') valid. The Fraction constructor now by Mark Dickinson · 16 years ago
- 4738470 Merged revisions 71799 via svnmerge from by Nick Coghlan · 16 years ago
- c4cae32 Merged revisions 71788 via svnmerge from by Eric Smith · 16 years ago
- 960dc36 Update links and version info. by Raymond Hettinger · 16 years ago
- 9b8d069 Forward port r70471: Add object_pairs_hook. Issue 5381. by Raymond Hettinger · 16 years ago
- b08a53a Issue #1580: use short float repr where possible. by Mark Dickinson · 16 years ago
- 1055e89 Merged revisions 71651 via svnmerge from by R. David Murray · 16 years ago
- f4ac149 Merged revisions 71631 via svnmerge from by R. David Murray · 16 years ago
- 50a1469 reference the io momdule in file and directory section by Benjamin Peterson · 16 years ago
- abc3877 Add bytes/bytearray.maketrans() to mirror str.maketrans(), and deprecate by Georg Brandl · 16 years ago
- 78532ba Merged revisions 70873,70904,70934,71490 via svnmerge from by R. David Murray · 16 years ago
- f47ed4a Merged revisions 70912,70944,70968,71033,71041,71208,71263,71286,71395-71396,71405-71406,71485,71492,71494 via svnmerge from by Benjamin Peterson · 16 years ago
- 639ce96 Remove mentions of "long". by Georg Brandl · 16 years ago
- fce769e Merged revisions 71465 via svnmerge from by Nick Coghlan · 16 years ago
- 7f587cd Fix alignment by Raymond Hettinger · 16 years ago
- 5bfd8ce Add examples. by Raymond Hettinger · 16 years ago
- c2a4f4f Update signature style for optional arguments, part 3. by Georg Brandl · 16 years ago
- 175cb23 Clarify the table entries for combinatorics. by Raymond Hettinger · 16 years ago
- 3618078 Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 16 years ago
- 35a8836 Update whatsnew based on doc search. by Raymond Hettinger · 16 years ago
- 238018c Perform minor copy edits by Raymond Hettinger · 16 years ago
- 0d8f073 Update signature style of optional arguments, part two. by Georg Brandl · 16 years ago
- 965ce87 Merged revisions 70908,70939,71009,71022,71036 via svnmerge from by Benjamin Peterson · 16 years ago
- d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 16 years ago
- e099b37 #5391 make mmap work exclusively with bytes by Benjamin Peterson · 16 years ago
- 7fe73a1 Merged revisions 70837,70864,70878,71004,71032,71043 via svnmerge from by Benjamin Peterson · 16 years ago
- 65c9eb2 Add helpful link. by Raymond Hettinger · 16 years ago
- 8b7d4aa Update documentation for csv module to reflect changes in code, by R. David Murray · 16 years ago
- 3cde7c7 Undocument the existence of the memo attribute and its main use-case. by Alexandre Vassalotti · 16 years ago
- 1102062 Emphasize that Unpickler.memo is not necessarily a dict. by Alexandre Vassalotti · 16 years ago
- 9d7665d Add more examples in pickle documentation. by Alexandre Vassalotti · 16 years ago
- ffcec43 Remove old reference to cPickle. by Alexandre Vassalotti · 16 years ago
- 9743fd0 Fix typo. by Raymond Hettinger · 16 years ago
- 85737b8 Update docs for namedtuple's renaming change. by Raymond Hettinger · 16 years ago
- bd25d33 Clarify that datetime strftime does not produce leap seconds and datetime by R. David Murray · 16 years ago
- b868a66 First batch of signature documentation changes; using default argument syntax where applicable. by Georg Brandl · 16 years ago
- 605b9d9 fix markup by Benjamin Peterson · 16 years ago
- bc6c2b5 Explain a little about the explanation. by Brett Cannon · 16 years ago
- 9f4cb1c Add a meta path importer example. by Brett Cannon · 16 years ago
- 0e4caf4 Merged revisions 70992,70995 via svnmerge from by Benjamin Peterson · 16 years ago
- 1fd32a6 Add link to an alternative generator with a long-period. by Raymond Hettinger · 16 years ago
- 16248a4 Add some clarification to the importlib docs. by Brett Cannon · 16 years ago
- c748506 #5636: fix next -> __next__ in csv reader docs. by Georg Brandl · 16 years ago
- d2ee64d Improve examples for collections.deque() by Raymond Hettinger · 16 years ago
- 47f27a3 Forward-port of #992207 fix: document that the parser only accepts \\n newlines. (And remove a leftover footnote.) by Georg Brandl · 16 years ago
- 1052f89 Update HTTPResponse documentation and add placeholder for HTTPMessage. by Jeremy Hylton · 16 years ago
- e257316 Document public attributes of urllib.request.Request. by Jeremy Hylton · 16 years ago
- abb02fd Change email address. by Jeremy Hylton · 16 years ago
- 70d61ce "Port" the fix for issue 1974 from the trunk (2.7). Because Python 3.x does things much better, less changes are necessary. by Barry Warsaw · 16 years ago
- 7f6b4f8 Make sure time.strptime only accepts strings (and document the fact like by Brett Cannon · 16 years ago
- 0961354 Thorough review of importlib docs. Reviewed by Brett himself. by Guido van Rossum · 16 years ago
- ac4b39f Merged revisions 70746 via svnmerge from by Ronald Oussoren · 16 years ago
- ded31c4 Merged revisions 70656,70668-70669,70671,70701,70703,70706 via svnmerge from by Benjamin Peterson · 16 years ago
- 5879d41 Merged revisions 70578,70599,70641-70642,70650,70660-70661,70674,70691,70697-70698,70700,70704 via svnmerge from by Benjamin Peterson · 16 years ago
- b40b947 Issue #5463: Remove _PY_STRUCT_RANGE_CHECKING constant from struct by Mark Dickinson · 16 years ago
- c8a608c Merged revisions 70678 via svnmerge from by Mark Dickinson · 16 years ago
- e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
- 7a51e58 Merged revisions 70648 via svnmerge from by Georg Brandl · 16 years ago
- 236654b Fix some string encoding issues with entity bodies in HTTP requests. by Jeremy Hylton · 16 years ago
- 0468df3 clarify the type of data returned by Skip Montanaro · 16 years ago
- 70e32c8 fix some versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
- 52baa29 Merged revisions 70558,70561-70563,70568-70571 via svnmerge from by Benjamin Peterson · 16 years ago
- 6b232cd Add links to related resources. by Raymond Hettinger · 16 years ago
- fd88ea7 For some reason rst docs like an initial 3 space indent. by Raymond Hettinger · 16 years ago
- 5254c04 Merged revisions 70555 via svnmerge from by Benjamin Peterson · 16 years ago
- 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 16 years ago
- 52c3bf1 sync open() docs more by Benjamin Peterson · 16 years ago
- 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 16 years ago
- db08306 fix incorrect merge by Benjamin Peterson · 16 years ago
- f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 16 years ago
- e43b060 Document import's semantics for the language reference. This includes filling by Brett Cannon · 16 years ago
- be075b1 Add MutableSet example. by Raymond Hettinger · 16 years ago
- d72c7b6 Add ..versionadded for sys.int_info, update py3k version of by Mark Dickinson · 16 years ago
- dc879f0 Forward port r70470 and r70473 for OrderedDict to use a doubly linked list. by Raymond Hettinger · 16 years ago
- bd79264 Issue #4258: Make it possible to use 30-bit digits for PyLongs: by Mark Dickinson · 16 years ago
- 44c5481 Fix a doc typo. by Brett Cannon · 16 years ago
- 8d11013 Implement InspectLoader for FrozenImporter. by Brett Cannon · 16 years ago
- 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 16 years ago
- a113ac5 Implement InspectLoader for BuiltinImporter. by Brett Cannon · 16 years ago
- ae2dbe2 #5486: typos. by Georg Brandl · 16 years ago
- 2c109ab Issue 5477: Fix buglet in the itertools documentation. by Raymond Hettinger · 16 years ago
- 150fb9c Record version added as 3.1. by Raymond Hettinger · 16 years ago
- 5bb0f0e For collections.deque() objects, expose the maxlen parameter as a read-only attribute. by Raymond Hettinger · 16 years ago
- 2cf03a8 Implement importlib.util.set_loader: a decorator to automatically set by Brett Cannon · 16 years ago