FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Objects/stringlib - broncodans/python · GitHub
broncodans
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
Objects
stringlib
on
master
User selector
Datepicker
Commit history
Commits on Jan 20, 2009
fix url
Show description for 89b0c5a
benjamin.peterson
committed
89b0c5a
View commit details
Copy full SHA for 89b0c5a
View code at this point
Browse repository at this point
Commits on Jan 13, 2009
Issue #4935: The overflow checking code in the expandtabs() method common
Show description for 5f9643e
antoine.pitrou
committed
5f9643e
View commit details
Copy full SHA for 5f9643e
View code at this point
Browse repository at this point
Commits on Sep 26, 2008
#3967: Correct a crash in count() and find() methods of string-like objects.
Show description for 1500f91
amaury.forgeotdarc
committed
1500f91
View commit details
Copy full SHA for 1500f91
View code at this point
Browse repository at this point
Commits on Aug 24, 2008
Fix:
Show description for 7782c4b
neal.norwitz
committed
7782c4b
View commit details
Copy full SHA for 7782c4b
View code at this point
Browse repository at this point
Commits on Aug 22, 2008
Silenced compiler warning
Show description for 9617bad
christian.heimes
committed
9617bad
View commit details
Copy full SHA for 9617bad
View code at this point
Browse repository at this point
Commits on Aug 18, 2008
Backport of r63826.
Show description for 4d73e19
eric.smith
committed
4d73e19
View commit details
Copy full SHA for 4d73e19
View code at this point
Browse repository at this point
Commits on Jul 17, 2008
Backed out r65069, pending fixing it in Windows.
Show description for 6181aea
eric.smith
committed
6181aea
View commit details
Copy full SHA for 6181aea
View code at this point
Browse repository at this point
Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.
Show description for a0a218f
eric.smith
committed
a0a218f
View commit details
Copy full SHA for a0a218f
View code at this point
Browse repository at this point
Commits on Jul 16, 2008
Renamed a parameter in calc_number_widths, for consistency with the same parameter in fill_non_digits.
Show description for 5f51e3a
eric.smith
committed
5f51e3a
View commit details
Copy full SHA for 5f51e3a
View code at this point
Browse repository at this point
Complete issue 3083: add alternate (#) formatting to bin, oct, hex in str.format().
Show description for 9136153
eric.smith
committed
9136153
View commit details
Copy full SHA for 9136153
View code at this point
Browse repository at this point
Commits on Jul 15, 2008
Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct, hex. There's still one failing case, and I need to finish the docs. I hope to finish those today.
Show description for 63bb6c9
eric.smith
committed
63bb6c9
View commit details
Copy full SHA for 63bb6c9
View code at this point
Browse repository at this point
Commits on Jun 24, 2008
Fixed formatting with thousands separator and padding. Resolves issue 3140.
Show description for 531a0cb
eric.smith
committed
531a0cb
View commit details
Copy full SHA for 531a0cb
View code at this point
Browse repository at this point
Typo in comment.
Show description for c5d7972
eric.smith
committed
c5d7972
View commit details
Copy full SHA for c5d7972
View code at this point
Browse repository at this point
Modified interface to _Py_[String|Unicode]InsertThousandsGrouping, in anticipation of fixing issue 3140.
Show description for 8620baf
eric.smith
committed
8620baf
View commit details
Copy full SHA for 8620baf
View code at this point
Browse repository at this point
Commits on Jun 9, 2008
This reverts r63675 based on the discussion in this thread:
Show description for 36da06a
gregory.p.smith
committed
36da06a
View commit details
Copy full SHA for 36da06a
View code at this point
Browse repository at this point
Commits on May 30, 2008
Refactor and clean up str.format() code (and helpers) in advance of optimizations.
Show description for cf6b910
eric.smith
committed
cf6b910
View commit details
Copy full SHA for cf6b910
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
Show description for 4b6cc1c
christian.heimes
committed
4b6cc1c
View commit details
Copy full SHA for 4b6cc1c
View code at this point
Browse repository at this point
Commits on May 11, 2008
Addresses issue 2802: 'n' formatting for integers.
Show description for a67548c
eric.smith
committed
a67548c
View commit details
Copy full SHA for a67548c
View code at this point
Browse repository at this point
Commits on Apr 7, 2008
Bug #2388: Fix gcc warnings when compiling with --enable-unicode=ucs4.
Show description for a7f2d09
martin.v.loewis
committed
a7f2d09
View commit details
Copy full SHA for a7f2d09
View code at this point
Browse repository at this point
Commits on Mar 26, 2008
Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from
Show description for ddc6ae9
christian.heimes
committed
ddc6ae9
View commit details
Copy full SHA for ddc6ae9
View code at this point
Browse repository at this point
Commits on Mar 17, 2008
Issue 2264: empty float presentation type needs to have at least one digit past the decimal point.
Show description for 0b524ea
eric.smith
committed
0b524ea
View commit details
Copy full SHA for 0b524ea
View code at this point
Browse repository at this point
Commits on Feb 24, 2008
Corrected assert to check for correct type in py3k.
Show description for 2ca421e
eric.smith
committed
2ca421e
View commit details
Copy full SHA for 2ca421e
View code at this point
Browse repository at this point
Commits on Feb 20, 2008
Now that PyOS_ascii_formatd supports the 'n' format, simplify the float formatting code to just call it.
Show description for ca2e266
eric.smith
committed
ca2e266
View commit details
Copy full SHA for ca2e266
View code at this point
Browse repository at this point
Commits on Feb 18, 2008
Added code to correct combining str and unicode in ''.format(). Added test case.
Show description for 11d0a34
eric.smith
committed
11d0a34
View commit details
Copy full SHA for 11d0a34
View code at this point
Browse repository at this point
Commits on Feb 17, 2008
Backport of PEP 3101, Advanced String Formatting, from py3k.
Show description for 73bfda1
eric.smith
committed
73bfda1
View commit details
Copy full SHA for 73bfda1
View code at this point
Browse repository at this point
Commits on Nov 16, 2007
Show description for 54f94ae
facundo.batista
committed
54f94ae
View commit details
Copy full SHA for 54f94ae
View code at this point
Browse repository at this point
Show description for 0dafebf
facundo.batista
committed
0dafebf
View commit details
Copy full SHA for 0dafebf
View code at this point
Browse repository at this point
Show description for e330862
facundo.batista
committed
e330862
View commit details
Copy full SHA for e330862
View code at this point
Browse repository at this point
Commits on Sep 4, 2006
Fix endcase for str.rpartition()
Show description for 10992b5
raymond.hettinger
committed
10992b5
View commit details
Copy full SHA for 10992b5
View code at this point
Browse repository at this point
Commits on May 30, 2006
changed count to return 0 for slices outside the source string
Show description for e2bed61
fredrik.lundh
committed
e2bed61
View commit details
Copy full SHA for e2bed61
View code at this point
Browse repository at this point
changed find/rfind to return -1 for matches outside the source string
Show description for 662d64a
fredrik.lundh
committed
662d64a
View commit details
Copy full SHA for 662d64a
View code at this point
Browse repository at this point
Commits on May 29, 2006
fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on
Show description for b354cca
fredrik.lundh
committed
b354cca
View commit details
Copy full SHA for b354cca
View code at this point
Browse repository at this point
Commits on May 27, 2006
needforspeed: stringlib refactoring: changed find_obj to find_slice,
Show description for dfb0509
fredrik.lundh
committed
dfb0509
View commit details
Copy full SHA for dfb0509
View code at this point
Browse repository at this point
needforspeed: replace improvements, changed to Py_LOCAL_INLINE
Show description for 24d6736
fredrik.lundh
committed
24d6736
View commit details
Copy full SHA for 24d6736
View code at this point
Browse repository at this point
needforspeed: more stringlib refactoring
Show description for cda2ed2
fredrik.lundh
committed
cda2ed2
View commit details
Copy full SHA for cda2ed2
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL