Advertisement
Guest User

Untitled

a guest
Jul 8th, 2017
492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.59 KB | None | 0 0
  1. $ git show-branch -a # the commit is nowhere to be seen
  2. * [master] use a PyObjectTemporary to handle reference
  3. ! [upstream] Nuitka 0.3.4 final
  4. ! [github/master] use a PyObjectTemporary to handle reference
  5. ! [github/upstream] Nuitka 0.3.4 final
  6. ! [origin/HEAD] Nuitka 0.3.5 pre1
  7. ! [origin/master] Nuitka 0.3.5 pre1
  8. ------
  9. ++ [origin/HEAD] Nuitka 0.3.5 pre1
  10. * + [master] use a PyObjectTemporary to handle reference
  11. * + [master^] use a PyObjectTemporary instead of a try / catch for contractions
  12. * + [master~2] ignore *.os files
  13. * + [master~3] target files are .so files
  14. * + [master~4] refactor compile code in a compile() bash macro
  15. * + [master~5] use Variables to avoid repeating ourselves
  16. * + [master~6] use sets everywhere when handling Name lists for faster lookups
  17. * + [master~7] be more Pythonic: use "in" to match substrings, \0 for chr(0)
  18. * + [master~8] ignore .sconsign.dblite & *.build directories and *.o files
  19. * + [master~9] faster module access for PythonBuiltin
  20. * + [master~10] use faster dictionary access for LocalDictVariable
  21. * + [master~11] use SEQUENCE_CONCAT to concatenate tuples
  22. * + [master~12] try to improve description of PyObjectTemporary
  23. * + [master~13] use asObject0 directly in asObject to avoid code duplication
  24. * + [master~14] small English improvements
  25. * + [master~15] we can as well use zip() since keys and values() have the same length
  26. * + [master~16] it's not necessary to initialize a dictionary before setting its keys
  27. * + [master~17] use &= Python operator
  28. * + [master~18] style: increase readability by rewrapping lines
  29. * + [master~19] ignore *~ cache/swap files
  30. * + [master~20] tests: wrap long lines
  31. * + [master~21] scons: rewrap docstrings and use nuitka_src variable to simplify code
  32. * + [master~22] split OPTIONS in several lines for readability
  33. * + [master~23] avoid long lines in Python programs
  34. * + [master~24] improve readability by avoiding long lines as much as possible
  35. * + [master~25] rewrap README.txt to 80 columns
  36. *+++++ [upstream] Nuitka 0.3.4 final
  37. $ git --no-pager log --graph --all
  38. * commit 74a8f872ef9d2376b93fe3d86b13f567e9f60ae1
  39. | Author: Kay Hayen <kayhayen@gmx.de>
  40. | Date: Wed Dec 29 01:10:41 2010 +0100
  41. |
  42. | Nuitka 0.3.5 pre1
  43. |
  44. | Includes patches from Nicolas Dumazet that solved a couple of the TODOs and
  45. | improvements.
  46. |
  47. | * commit 72ca608d4f4a8c0ea946f7a4206c758f933b33e5
  48. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  49. | | Date: Mon Dec 27 23:52:48 2010 +0900
  50. | |
  51. | | use a PyObjectTemporary to handle reference
  52. | |
  53. | * commit 63f504e2c0c9ab59ae8bcc722ee04060286001ca
  54. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  55. | | Date: Mon Dec 27 23:28:31 2010 +0900
  56. | |
  57. | | use a PyObjectTemporary instead of a try / catch for contractions
  58. | |
  59. | * commit b140fb4fcbd029adae72098723860ff929a5fbd5
  60. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  61. | | Date: Mon Dec 27 21:44:35 2010 +0900
  62. | |
  63. | | ignore *.os files
  64. | |
  65. | * commit 79ea0e9b8512743118ecd89090973a426174d35d
  66. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  67. | | Date: Mon Dec 27 21:43:52 2010 +0900
  68. | |
  69. | | target files are .so files
  70. | |
  71. | * commit 653e4422069596a787fedfb62dda088ed0ea1079
  72. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  73. | | Date: Mon Dec 27 21:16:50 2010 +0900
  74. | |
  75. | | refactor compile code in a compile() bash macro
  76. | |
  77. | * commit 124f6ce76b2217afc5c7a9c807881257a32fc44e
  78. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  79. | | Date: Mon Dec 27 20:53:37 2010 +0900
  80. | |
  81. | | use Variables to avoid repeating ourselves
  82. | |
  83. | * commit af6c074d4f6e480d6395cffd0d42aa93279a2e9d
  84. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  85. | | Date: Sun Dec 26 21:03:03 2010 +0900
  86. | |
  87. | | use sets everywhere when handling Name lists for faster lookups
  88. | |
  89. | * commit 67613e35bc2074f912807a86d591033f84f052e2
  90. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  91. | | Date: Sun Dec 26 20:41:15 2010 +0900
  92. | |
  93. | | be more Pythonic: use "in" to match substrings, \0 for chr(0)
  94. | |
  95. | * commit 8aef9103ce8d880085bae1beb2a3fb80e7ad6014
  96. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  97. | | Date: Sun Dec 26 19:10:23 2010 +0900
  98. | |
  99. | | ignore .sconsign.dblite & *.build directories and *.o files
  100. | |
  101. | * commit e85edd23f3ce28a32f5ed40ba658a4289099d736
  102. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  103. | | Date: Sun Dec 26 18:46:03 2010 +0900
  104. | |
  105. | | faster module access for PythonBuiltin
  106. | |
  107. | * commit fb4474540573761d4a4741a8fb20ed2b02c14f36
  108. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  109. | | Date: Sun Dec 26 17:28:44 2010 +0900
  110. | |
  111. | | use faster dictionary access for LocalDictVariable
  112. | |
  113. | * commit 2bc754523127846eb0797ff68c6efd08fb213888
  114. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  115. | | Date: Sun Dec 26 16:49:23 2010 +0900
  116. | |
  117. | | use SEQUENCE_CONCAT to concatenate tuples
  118. | |
  119. | | move function declaration upper in the file to make sure it's defined
  120. | | when it's being used
  121. | |
  122. | * commit 50f2ab9b35b0b59c276b5a2ea5c36d1e551547e9
  123. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  124. | | Date: Sun Dec 26 16:16:06 2010 +0900
  125. | |
  126. | | try to improve description of PyObjectTemporary
  127. | |
  128. | * commit 55483e2ea397fdefef3c9a2730d2acf8eed094c1
  129. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  130. | | Date: Sun Dec 26 16:00:34 2010 +0900
  131. | |
  132. | | use asObject0 directly in asObject to avoid code duplication
  133. | |
  134. | * commit a8ae8edd81b1353573169f57974296e9bda59aa1
  135. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  136. | | Date: Sun Dec 26 13:32:53 2010 +0900
  137. | |
  138. | | small English improvements
  139. | |
  140. | * commit 84528ee2377e7edbb46ac45c252659ece2379985
  141. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  142. | | Date: Sun Dec 26 13:23:10 2010 +0900
  143. | |
  144. | | we can as well use zip() since keys and values() have the same length
  145. | |
  146. | * commit 39a6a73f75c49bfed444dbabce015ed816511518
  147. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  148. | | Date: Sun Dec 26 13:21:09 2010 +0900
  149. | |
  150. | | it's not necessary to initialize a dictionary before setting its keys
  151. | |
  152. | * commit 254dd83f9a082708ab049e43825338ef0862a3d7
  153. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  154. | | Date: Sun Dec 26 13:18:38 2010 +0900
  155. | |
  156. | | use &= Python operator
  157. | |
  158. | * commit 5fe02e572f55bc20d0ea82e977f091c116ecc828
  159. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  160. | | Date: Sun Dec 26 13:15:12 2010 +0900
  161. | |
  162. | | style: increase readability by rewrapping lines
  163. | |
  164. | | * commit d0122e2c2668911fe9857fa98199a6cc87abd3d8
  165. | |/ Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  166. | | Date: Sun Dec 26 13:15:12 2010 +0900
  167. | |
  168. | | style: increase readability by rewrapping lines
  169. | |
  170. | * commit 9b35ccbf8011fad55049c6aeb5a2831c0a63c845
  171. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  172. | | Date: Sun Dec 26 12:09:48 2010 +0900
  173. | |
  174. | | ignore *~ cache/swap files
  175. | |
  176. | * commit eb97a59b0fcf03d87ce78405e9189c9e338a9e9b
  177. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  178. | | Date: Sun Dec 26 12:09:32 2010 +0900
  179. | |
  180. | | tests: wrap long lines
  181. | |
  182. | * commit 28d73e4436802055348f8ecb610ee7c7737d0b3d
  183. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  184. | | Date: Sun Dec 26 11:51:34 2010 +0900
  185. | |
  186. | | scons: rewrap docstrings and use nuitka_src variable to simplify code
  187. | |
  188. | * commit 0af84ab572c3c4b3f3e02a9963670cd891d516d0
  189. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  190. | | Date: Sun Dec 26 11:48:51 2010 +0900
  191. | |
  192. | | split OPTIONS in several lines for readability
  193. | |
  194. | * commit 56d0e6033a551514f95533ff6e0baf1e16733840
  195. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  196. | | Date: Sun Dec 26 11:39:45 2010 +0900
  197. | |
  198. | | avoid long lines in Python programs
  199. | |
  200. | * commit e4267c23b4cf12036ea51514693ee2d4e3d6fb41
  201. | | Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  202. | | Date: Sun Dec 26 11:38:12 2010 +0900
  203. | |
  204. | | improve readability by avoiding long lines as much as possible
  205. | |
  206. | * commit f07c8de75e09abfcc93360014289f0385ebc2a2b
  207. |/ Author: Nicolas Dumazet <nicdumz.commits@gmail.com>
  208. | Date: Sun Dec 26 10:18:29 2010 +0900
  209. |
  210. | rewrap README.txt to 80 columns
  211. |
  212. * commit b3462aee367b48c9fe836e1c1740e6a6aaf8f36f
  213. | Author: Kay Hayen <kayhayen@gmx.de>
  214. | Date: Sat Dec 25 11:37:04 2010 +0100
  215. |
  216. | Nuitka 0.3.4 final
  217. |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement