50473 Commits (540da76115f46da48e39d3685739afc284cfbddb)
 

Author SHA1 Message Date
Ezio Melotti 540da76115 #16336: fix input checking in the surrogatepass error handler. Patch by Serhiy Storchaka. 13 years ago
Ezio Melotti 8af179e744 Fix a couple typos in Misc/NEWS. 13 years ago
Ezio Melotti c64bcbec4b #8401: assigning an int to a bytearray slice (e.g. b[3:4] = 5) now raises an error. 13 years ago
Chris Jerdonek 11f3f172e7 Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. 13 years ago
Ezio Melotti 0941d9fc64 #12759: sre_parse now raises a proper error when the name of the group is missing. Initial patch by Serhiy Storchaka. 13 years ago
Ezio Melotti dedfa9bfae #4711: break long words in the docs sidebar to avoid overflow. 13 years ago
Ezio Melotti 2cc3b4ba9f #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. 13 years ago
Georg Brandl 4552e3f95c Grammar touchup. 13 years ago
Andrew Svetlov d183767ca4 Issue #1207589: Add Cut/Copy/Paste items to IDLE right click Context Menu 13 years ago
Andrew Svetlov 5bb420761f Reword set docs to use *proper subset/superset* terminology. 13 years ago
Andrew Svetlov 1491cbdf63 Issue #14893: Add function annotation example to function tutorial. 13 years ago
Antoine Pitrou e4ad37e50e Issue #16230: Fix a crash in select.select() when one the lists changes size while iterated on. 13 years ago
Antoine Pitrou 9f69e79c45 Issue #16228: Fix a crash in the json module where a list changes size while it is being encoded. 13 years ago
Andrew Svetlov 42d5c41522 Change docstring for xdrlib.Error to use new style exceptions. 13 years ago
Andrew Svetlov bcac6ad1f3 Issue #16373: Prevent infinite recursion for ABC Set class operations. 13 years ago
Andrew Svetlov eda1f4cf07 Issue #16377: Fix bisect unittest. 13 years ago
Andrew Svetlov 01e1e35f6a merge heads 13 years ago
Andrew Svetlov 5f91ad3550 Issue #14900: document added sort keys for profile stats. 13 years ago
Mark Dickinson 6ae568b9df Issue #16348: Fix incorrect documentation for Decimal.remainder_near. 13 years ago
Benjamin Peterson 9892f52145 avoid a function call with redundant checks for dict size 13 years ago
Benjamin Peterson 37d2c99b22 fix spelling 13 years ago
Benjamin Peterson 275c848736 merge heads 13 years ago
Benjamin Peterson d1f2cb37a2 only fast-path fromkeys() when the constructor returns a empty dict (closes #16345) 13 years ago
Jesus Cea 64085e3064 Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! 13 years ago
R David Murray a2959cea3f #16371: fix up the English a bit more. 13 years ago
Andrew Svetlov ec42255039 Issue #16371: fix typo in ctypes documentation. 13 years ago
Andrew Svetlov e1fa22a8ae Issue #16370: Mention Py_SetProgramName in example for very high level embedding. 13 years ago
Andrew Svetlov 4deb16dd75 Remove already dropped function PySys_GetFile from documentation. 13 years ago
Andrew Svetlov 6a5c7c341a Fix docstring for deque ctor to mark iterable parameter optional 13 years ago
Benjamin Peterson c43112823b initialize more global type objects (closes #16369) 13 years ago
Brian Curtin e9aeca7c24 Fix #16197. Update docstrings and documentation to match winreg code. 13 years ago
Petri Lehtinen 92c28cace4 #14897: Enhance error messages of struct.pack and struct.pack_into 13 years ago
Ross Lagerwall 1b863ebfc8 Fix regression from issue #16262 13 years ago
Chris Jerdonek 8b7f9f581d Remove unneeded "Release" and "Date" markers from doc index pages. 13 years ago
Nadeem Vawda a1952d4120 Add test for BZ2Decompressor.decompress("") after end of stream. 13 years ago
Georg Brandl 6a935d9230 merge heads 13 years ago
Georg Brandl 75f0020d29 Remove confusing "Release" and "Date" markers from whatsnews. 13 years ago
Andrew Svetlov 21b102481b merge heads 13 years ago
Andrew Svetlov 2ec53be2e2 Issue #14570: Document json sort_keys parameter properly. 13 years ago
Mark Dickinson fb90c0934c Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting. 13 years ago
Georg Brandl 579d5cd643 changeset: 80007:49e4541f2aef 13 years ago
Georg Brandl fffc25da83 #8040: fix jQuery incompatibility 13 years ago
R David Murray c3bf78a212 #15889: make regrtest --start succeed in more cases. 13 years ago
Ezio Melotti e5b1023ae2 #8040: fix the version. 13 years ago
Ezio Melotti 58864b3cad #8040: enable the versionswitcher for the autobuild-dev target. 13 years ago
Ezio Melotti 380ce651e9 #8040: add a version switcher to the documentation. Patch by Yury Selivanov. 13 years ago
R David Murray 252cd0e4e0 #12890: don't emit <p> tags in text mode when logdir specified. 13 years ago
Senthil Kumaran bc876a2d4a Automated merge with file:///home/vagrant/3.3 13 years ago
Senthil Kumaran 847c33cc3b Include mention of jenkins as an example framework for doing CI 13 years ago
R David Murray f9333026f7 #15043: Improve test_gdb support of gdb >= 7.4. 13 years ago