Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pythonthings
/
robotframework
Public
forked from
robotframework/robotframework
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
robotframework
src
robot
utils
normalizing.py
on
newparser
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 27, 2018
New PY_VERSION constant to use instead of sys.version_info[:3]
Show description for b4de387
pekkaklarck
committed
b4de387
View commit details
Copy full SHA for b4de387
View code at this point
Browse repository at this point
Commits on Mar 16, 2018
Fix normalizing string subclasses with incompatible `__new__`.
Show description for 6d59753
pekkaklarck
committed
6d59753
View commit details
Copy full SHA for 6d59753
View code at this point
Browse repository at this point
Commits on Jan 19, 2017
Small performance tuning printable_name and normalize.
Show description for 94028e2
pekkaklarck
committed
94028e2
View commit details
Copy full SHA for 94028e2
View code at this point
Browse repository at this point
Commits on Oct 7, 2016
Support bytes with utils.normalize on Python 3
pekkaklarck
committed
30e4652
View commit details
Copy full SHA for 30e4652
View code at this point
Browse repository at this point
Commits on Jun 2, 2016
Updated copyrights of Python files. #2309
pekkaklarck
committed
4fda1dc
View commit details
Copy full SHA for 4fda1dc
View code at this point
Browse repository at this point
Commits on Dec 29, 2015
Enhanced API docs.
Show description for 82e8027
pekkaklarck
committed
82e8027
View commit details
Copy full SHA for 82e8027
View code at this point
Browse repository at this point
Commits on Nov 27, 2015
Performance tuning based on cProfile findings
pekkaklarck
committed
410f79a
View commit details
Copy full SHA for 410f79a
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
Added __ne__ to classes containing __eq__.
Show description for c67405d
pekkaklarck
committed
c67405d
View commit details
Copy full SHA for c67405d
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
Python 3 compatibility to variables. Variables containing bytes not handled correctly yet.
pekkaklarck
committed
17c08e0
View commit details
Copy full SHA for 17c08e0
View code at this point
Browse repository at this point
Commits on Oct 14, 2015
Consistent __str__ usage. Also helps Py3 support.
pekkaklarck
committed
98fa0e2
View commit details
Copy full SHA for 98fa0e2
View code at this point
Browse repository at this point
Commits on May 26, 2015
NormalizedDict implemented using MutableMapping not UserDict
pekkaklarck
committed
0dce4dd
View commit details
Copy full SHA for 0dce4dd
View code at this point
Browse repository at this point
Commits on Feb 20, 2015
Remove workarounds for problems w/ Python/Jython 2.5.
Show description for 73c8435
pekkaklarck
committed
73c8435
View commit details
Copy full SHA for 73c8435
View code at this point
Browse repository at this point
Commits on Feb 19, 2015
It's already 2015.
pekkaklarck
committed
a7ad265
View commit details
Copy full SHA for a7ad265
View code at this point
Browse repository at this point
Commits on Jan 26, 2015
Cleaning up NormalizedDict (why did it have set()??)
pekkaklarck
committed
c6b3720
View commit details
Copy full SHA for c6b3720
View code at this point
Browse repository at this point
Commits on Jan 23, 2014
Updated copyrights.
Show description for cd49db8
spooning
committed
cd49db8
View commit details
Copy full SHA for cd49db8
View code at this point
Browse repository at this point
Commits on Sep 13, 2013
NormalizedDict: avoid exceptions when comparing with other objects
pekkaklarck
committed
0d3515f
View commit details
Copy full SHA for 0d3515f
View code at this point
Browse repository at this point
Commits on Jun 6, 2013
Updated the copyright year
Show description for b2ddf1e
asyrjasalo
committed
b2ddf1e
View commit details
Copy full SHA for b2ddf1e
View code at this point
Browse repository at this point
Commits on Jun 3, 2013
NormalizedDict: default value support for pop, fixed popitem
pekkaklarck
committed
82b3e9c
View commit details
Copy full SHA for 82b3e9c
View code at this point
Browse repository at this point
utils: removed html_attr_escape (had been deprecated by attribute_escape) and normalize_tags (moved functionality to Tags)
pekkaklarck
committed
67c2189
View commit details
Copy full SHA for 67c2189
View code at this point
Browse repository at this point
Commits on Sep 19, 2012
little more performance optimization for new lower() method with ipy
pekkaklarck
committed
5c1b833
View commit details
Copy full SHA for 5c1b833
View code at this point
Browse repository at this point
Workaround for IronPython not being able to lowercase non-ASCII characters.
Show description for 8defdce
pekkaklarck
committed
8defdce
View commit details
Copy full SHA for 8defdce
View code at this point
Browse repository at this point
Commits on Jun 6, 2012
normalizing: normalize performance optimization
Show description for 59266c1
tommi
committed
59266c1
View commit details
Copy full SHA for 59266c1
View code at this point
Browse repository at this point
Commits on Mar 10, 2012
deprecated utils.normalize_tags
pekkaklarck
committed
f5da953
View commit details
Copy full SHA for f5da953
View code at this point
Browse repository at this point
Commits on Mar 6, 2012
Updated copyright year. Also removed copyrights from some places where they weren't needed and fixed copyright indentation in Python files.
pekkaklarck
committed
08766d4
View commit details
Copy full SHA for 08766d4
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
cleanup - non-mutable default values and relative import
pekkaklarck
committed
582e891
View commit details
Copy full SHA for 582e891
View code at this point
Browse repository at this point
Commits on Dec 7, 2011
NormalizedDict: fixed iter(keys|values|items). This also fixes building js model from suite metadata.
pekkaklarck
committed
a9fdc30
View commit details
Copy full SHA for a9fdc30
View code at this point
Browse repository at this point
Commits on Oct 25, 2011
NormalizedDict.claer
pekkaklarck
committed
6fb9932
View commit details
Copy full SHA for 6fb9932
View code at this point
Browse repository at this point
Commits on Oct 24, 2011
fix NormalizedDict.__cmp__ when comparing with normal dicts
pekkaklarck
committed
a7f832e
View commit details
Copy full SHA for a7f832e
View code at this point
Browse repository at this point
fixed NormalizedDict.update
pekkaklarck
committed
ad2e87c
View commit details
Copy full SHA for ad2e87c
View code at this point
Browse repository at this point
Commits on Jul 4, 2011
norm_tags should ignore underscores. also some test cleanup
pekkaklarck
committed
d846362
View commit details
Copy full SHA for d846362
View code at this point
Browse repository at this point
1) Allow giving name/value pairs as initial value to NormDict. 2) Simpler norm_tags implementation allowed by 1).
pekkaklarck
committed
d00fba5
View commit details
Copy full SHA for d00fba5
View code at this point
Browse repository at this point
fixed NormalizedDict.pop, changed NormalizedDict to return keys in sorted order
pekkaklarck
committed
118308e
View commit details
Copy full SHA for 118308e
View code at this point
Browse repository at this point
utils.normalize_tags can handle removing NONE similarly as it removes empty tags
pekkaklarck
committed
4fc9576
View commit details
Copy full SHA for 4fc9576
View code at this point
Browse repository at this point
Commits on Apr 15, 2011
Created new utils/robotpath.py file (as well as test_robotpath.py) and moved path related normpath and get_link_path there. Also renamed _abspath to abspath to make it available directly.
pekkaklarck
committed
b8215dd
View commit details
Copy full SHA for b8215dd
View code at this point
Browse repository at this point
simplify workaround for abspathing paths like c: correctly -- I tested that all our supported (P|J)ython versions handle c:\ correctly
pekkaklarck
committed
14ace91
View commit details
Copy full SHA for 14ace91
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.