1. 63c591c bpo-31487: Update F-strings doc example (GH-3627) by Mariatta · 7 years ago
  2. f361897 Improve f-strings documentation (GH-3604) by Mariatta · 7 years ago
  3. 279a962 bpo-30736: upgrade to Unicode 10.0 (#2344) by Benjamin Peterson · 7 years ago
  4. d4e8928 bpo-28739: Document that f-strings cannot be used as docstring (GH-592) by Mariatta · 8 years ago
  5. f66f03b Update docs to reflect new behavior around backslashes in expressions (not allowed), matching recent changes to PEP 498. by Jason R. Coombs · 8 years ago
  6. a721aba Issue #26331: Implement the parsing part of PEP 515. by Brett Cannon · 8 years ago
  7. 110b6fe #27364: Deprecate invalid escape strings in str/byutes. by R David Murray · 8 years ago
  8. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  9. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  10. ed74e24 Issue #24136: Adjust f-strings doc for interable unpacking by Martin Panter · 8 years ago
  11. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  12. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  13. c61d80c Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 9 years ago
  14. 4f35d79 Issue #18572: Remove redundant note about surrogates in string escape doc by Berker Peksag · 9 years ago
  15. bc1ee46 Issue #25179: Documentation for formatted string literals aka f-strings by Martin Panter · 9 years ago
  16. 888a672 Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  17. 0b2833e Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  18. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  19. ab89f9c merge by Raymond Hettinger · 9 years ago
  20. 9ecf9e2 Issue #24219: Remove duplicate literal in docs. by Raymond Hettinger · 9 years ago
  21. e21a531 merge with 3.4 by Georg Brandl · 10 years ago
  22. a4c8c47 #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  23. 2623a5d Merge: #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  24. 5f16f90 #18176: Change generic UCD PropList link to version specific link. by R David Murray · 10 years ago
  25. 532783b Merge: #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  26. 5bd6242 #18176: fix another reference and add it to the makeunicodedata comment. by R David Murray · 10 years ago
  27. bd59241 add matrix multiplication operator to correct lists (closes #22142) by Benjamin Peterson · 10 years ago
  28. f7f9818 #18628: clarify index entry for source file encoding declaration. by R David Murray · 11 years ago
  29. 97f9623 Add "->" as a delimiter token. Found by James Harding on docs@. by Georg Brandl · 11 years ago
  30. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  31. 0182f38 Fix small overeager edit from 8e47e9af826e. by Georg Brandl · 12 years ago
  32. 0b3847d Issue #15096: Drop support for the ur string prefix by Christian Heimes · 12 years ago
  33. 50364b4 Basic documentation for PEP 414 by Armin Ronacher · 13 years ago
  34. 79d3878 update unicode link by Benjamin Peterson · 13 years ago
  35. 3a5d4cb Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. by Antoine Pitrou · 13 years ago
  36. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  37. 0dbebc0 Issue #10542: Document that identifiers use XID_Start XID_Continue*. by Martin v. Löwis · 14 years ago
  38. 1a7a2e0 Both PEP 3131 and the current implementation use NFKC normalization by Alexander Belopolsky · 14 years ago
  39. 7d180a0 #9451: strengthen warning about __*__ special name usage. by Georg Brandl · 14 years ago
  40. 162dd74 note that byte strings can be raw, too #9114 by Benjamin Peterson · 14 years ago
  41. e43baab Fix nits in the lexical analysis section: \u requires four digits, backtick is not allowed in source in 3.x. by Georg Brandl · 14 years ago
  42. 4e0f891 Fix \xhh specs, #1889. (an oversight of r60193, r60210). by Florent Xicluna · 15 years ago
  43. 17761d1 Merged revisions 72288 via svnmerge from by Georg Brandl · 15 years ago
  44. 06788c9 Fix a few remaining problems found by rstlint. by Georg Brandl · 16 years ago
  45. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  46. 861ac1f #4603: Note that inconsistent tab/space use is now illegal. by Georg Brandl · 16 years ago
  47. 0df7979 #4000: fix several 2.x atavisms. by Georg Brandl · 16 years ago
  48. c575c90 Merged revisions 66452 via svnmerge from by Georg Brandl · 16 years ago
  49. 95817b3 Remove mentions of "plain" integers. by Georg Brandl · 16 years ago
  50. e06de8b #2762: remove 2.x remnants and patch up some new documentation. by Georg Brandl · 16 years ago
  51. a2f837f Document the fact that '\U' and '\u' escapes are not treated specially in 3.0 (see issue 2541) by Benjamin Peterson · 17 years ago
  52. ddee308 #2575: bininteger missing in production list. by Georg Brandl · 17 years ago
  53. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
  54. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  55. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  56. ba956ae Remove mentions of "long integer" in the docs. by Georg Brandl · 17 years ago
  57. 051d1dd The Identifiers and keywords syntax diagram did not appear correctly in the by Mark Summerfield · 17 years ago
  58. 57e3b68 Update the first two parts of the reference manual for Py3k, by Georg Brandl · 17 years ago
  59. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago