- 03 Dec, 2012 2 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
- 29 Nov, 2012 20 commits
-
-
JINMEI Tatuya authored
for consistency; it's awkward to see it as a struct while LexerError as a .class. The choice is basically a matter of taste, but I personally think it's better to be defined as a class as its base is defined as a class, and these exception structs are not just a trivial set of values.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
it's a kind of hack for the convenience of the planned change of this branch, but the revised name doesn't seem really bad anyway.
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
this is remaining open point from #2375. The comment was added at commit 33a3143c, and it's been the same since the introduction. Aside from the fact that the sentence is incomplete, IMO the comment doesn't provide any meaningful information; it's obvious that "the source is not available" if source_ is NULL. Even if we complete the sentence by adding, e.g, "(then) throw InvalidOperation", it still doesn't provide any additional information than the code itself. So my decision is to to simply clean it up.
-
Jelte Jansen authored
callable() has been removed in Python 3, but was reintroduced in Python 3.2. This fix (check for isinstance(obj, collections.Callable) should make the test work with 3.1 and older versions of 3. (acked on jabber)
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Marcin Siodelski authored
-
Jelte Jansen authored
-
Jelte Jansen authored
- reduced a line that was 1 character too long - flipped order of check with isdigit() - renamed Token::NUMBER_RANGE to Token::NUMBER_OUT_OF_RANGE
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 28 Nov, 2012 12 commits
-
-
Jelte Jansen authored
- add std:: to strerror calls - clean up and const_cast long_options array
-
Marcin Siodelski authored
If omitted the build fails on Solaris complaining that distance is unknown.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Stephen Morris authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Jelte Jansen authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 27 Nov, 2012 6 commits
-
-
Jelte Jansen authored
Which got accidentally removed in the previous commit
-
Jelte Jansen authored
-
Marcin Siodelski authored
-
Jelte Jansen authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-