- 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
- c4f8b24 Merged revisions 71441 via svnmerge from by Georg Brandl · 16 years ago
- b4d31fe Merged revisions 71424-71425,71428-71429 via svnmerge from by Georg Brandl · 16 years ago
- 71b6772 Merged revisions 71409 via svnmerge from by Georg Brandl · 16 years ago
- 175cb23 Clarify the table entries for combinatorics. by Raymond Hettinger · 16 years ago
- bf1537c Fix link by Raymond Hettinger · 16 years ago
- 3618078 Add note on using keyword arguments with OrderedDict. by Raymond Hettinger · 16 years ago
- be3a821 Fix markup by Raymond Hettinger · 16 years ago
- 35a8836 Update whatsnew based on doc search. by Raymond Hettinger · 16 years ago
- 2a39e0f Clean-up an example. by Raymond Hettinger · 16 years ago
- b9b3319 Remove bits that pertained to earlier releases. by Raymond Hettinger · 16 years ago
- 238018c Perform minor copy edits by Raymond Hettinger · 16 years ago
- 4c0b1e4 Add example for auto-renaming. by Raymond Hettinger · 16 years ago
- d1b3de3 Fix-up attribution per IRC discussion with GPolo. by Raymond Hettinger · 16 years ago
- 347396a Add link. by Raymond Hettinger · 16 years ago
- d99fe9f Fix make.bat to match makefile changes by Raymond Hettinger · 16 years ago
- 79d0b0e Put core language changes in a separate section from module changes. by Raymond Hettinger · 16 years ago
- c4faeea Fix nits by Raymond Hettinger · 16 years ago
- 15efcb6 Fix internal link. by Raymond Hettinger · 16 years ago
- 958e368 Add an example metaclass showing a use of __prepare__() as outlined in PEP 3115. by Raymond Hettinger · 16 years ago
- 76efa2b Fix nit. by Raymond Hettinger · 16 years ago
- c1bd49a Improve the prose just a bit. by Raymond Hettinger · 16 years ago
- dbd51b5 Fix links to Decimal and ttk. by Raymond Hettinger · 16 years ago
- f4cc2c4 Add example. Fix spelling. Fix patch attribution. by Raymond Hettinger · 16 years ago
- 8d97ccb Add more examples. by Raymond Hettinger · 16 years ago
- f637050 Merged revisions 71291 via svnmerge from by Tarek Ziadé · 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
- 8e33051 Note an improvement to pydoc. by Raymond Hettinger · 16 years ago
- f84dfe5 Remove minor entry. Add the ttk module. by Raymond Hettinger · 16 years ago
- 8daab40 Fix nits. by Raymond Hettinger · 16 years ago
- 2a02777 Eliminate a duplicate entry. by Raymond Hettinger · 16 years ago
- 3fa0fb4 typo by Benjamin Peterson · 16 years ago
- c4f6d29 Complete the first-pass at whatsnew. by Raymond Hettinger · 16 years ago
- f41857e More notes on 3.1 improvements. by Raymond Hettinger · 16 years ago
- e7ec57d More updates to whatsnew by Raymond Hettinger · 16 years ago
- 1f251a0 Start building-up the whatsnew document for Py3.1 by Raymond Hettinger · 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
- a921fb0 Py_BuildValue's 'c' code should use byte strings #5666 by Benjamin Peterson · 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
- a826f32 Merged revisions 71031 via svnmerge from by Brett Cannon · 16 years ago
- b868a66 First batch of signature documentation changes; using default argument syntax where applicable. by Georg Brandl · 16 years ago
- 7fe9853 make 'c' only accept bytes and 'C' only unicode #5499 by Benjamin Peterson · 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
- b2e36f1 Merged revisions 70910 via svnmerge from by Tarek Ziadé · 16 years ago
- 33413cb Add missing label. by Georg Brandl · 16 years ago
- 890a49a #1717: fix-up docs for comparison in newtypes document. by Georg Brandl · 16 years ago
- ce9fbd3 #5241: document missing A in regex howto. by Georg Brandl · 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
- 2115176 #5548: do return the new module from PyMODINIT_FUNC functions. by Georg Brandl · 16 years ago
- 5081f7e #5566: remove duplicate entry. 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
- ab6f2f6 Fix segfaults when running test_exceptions with coverage tracing, caused by wrongly defining Exception.__context__ as a T_OBJECT structmember which does not set the member to NULL on None assignment, and generally does not do type checks. This could be used to crash the interpreter by setting any object to __context__. The same applies to __cause__. Also document the PyException_* functions. by Georg Brandl · 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
- d687887 Remove merging leftover. by Georg Brandl · 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
- b556452 Publicize 3.1-specific performance enhancements by Antoine Pitrou · 16 years ago
- 9d81def Merged revisions 70647,70652 via svnmerge from by Antoine Pitrou · 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
- 9611b5e wild card import is only allowed at the module level by Benjamin Peterson · 16 years ago
- 0468df3 clarify the type of data returned by Skip Montanaro · 16 years ago
- 7c43524 fix function name by Benjamin Peterson · 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
- 87d98bc PyString_FromString -> PyUnicode_FromString by Benjamin Peterson · 16 years ago
- 3a652b1 Merged revisions 70546 via svnmerge from by Antoine Pitrou · 16 years ago
- 3036420 more about the file type's death #5513 by Benjamin Peterson · 16 years ago